@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    2.8.8
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/*-------------- 全体 --------------*/

body {
  font-size: 16px;
  font-family: 'Josefin Sans', 'Zen Kaku Gothic New', sans-serif !important;
  color: #222 !important;
  box-sizing: border-box;
  border: 1px solid #222;
}
      @media screen and (max-width: 480px) {
        .body, .menu-content {
          font-size: 15px;
        }
      }

a {
  text-decoration: none !important;
	background: none;
  transition: 0.6s;
}
a:hover {
  text-decoration: none;
}

.skin-grayish.front-top-page .header {
  display: ;
}

#main > *, #main .article > * {
    animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
    max-width: 1080px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: ;
}
      @media screen and (max-width: 480px) {
        #main > *, #main .article > * {
          margin-bottom: 2em;
        }
      }

#main > * {
  margin-bottom: 2em;
  font-weight: 500;
}
.main {
  overflow: ;
}
      @media screen and (max-width: 480px) {
        .main {
          overflow: hidden;
        }
      }


/* メインコンテンツ終わりの余白（記事終わりの余白） */
#content {
  overflow-x: clip; /* aos横スクロール禁止*/
  margin-bottom: 120px; /* PC */
}

@media (max-width: 960px) {
  #content {
    border-bottom: none !important;
  }
  body:not(.front-page) #content {
    margin-bottom: 50px;
  }
}

@media (max-width: 480px) {
  #content {
    margin-bottom: 86px !important;
    overflow-x: hidden !important; /* aos横スクロール禁止*/
  }
}
/* メインコンテンツ終わり・フロントページ追加余白 */
#block-34, #block-60 {
  margin-bottom: 150px;
}
@media (max-width: 960px) {
  #block-34, #block-60 {
    margin-bottom: 204px;
  }
}
@media (max-width: 480px) {
  #block-34, #block-60 {
    margin-bottom: 124px;
  }
}




.skin-grayish {
  letter-spacing: 0.02em;
}

/* フォント */
.cabin {
  font-family: 'Cabin Sketch', font-family: "Shadows Into Light", cursive !important;-serif !important;
}
.rock {
  font-family: "Rock Salt", cursive !important;
}


/*-------------- ヘッダー --------------*/

/* ヘッダー要素のセレクタに合わせる（例: #masthead, .site-header, .main-navigationなど） */
.skin-grayish:not(.front-top-page) .header-container {
    position: fixed; /* 要素を画面に固定 */
    top: 0;          /* 画面上端に固定 */
    width: 100%;    /* 幅を100%にする */
    z-index: ;   /* 他の要素より前面に表示 */
    background-color: ; /* 背景色を設定（必要なら） */
    /* 他のデザイン設定 */
    transition: transform 0.3s 0.3s;

}
/* 投稿ページ + 固定ページだけヘッダー固定しない */
body.single-post .header-container,
body.single-post .header-container-in,
body.single-post .site-header,
body.page .header-container,
body.page .header-container-in,
body.page .site-header {
  position: static !important;
}

/* 投稿ページ + 固定ページ+ 固定ページ以外に効かせる */
body:not(.single-post):not(.page):not(.home):not(.front-page) .header-container {
  width: calc(100% - 2px) !important;
}



.skin-grayish #navi-in.wrap {
      height: 56px !important;
}
@media screen and (max-width: 1023px) {
  .skin-grayish #navi-in.wrap {
    display: none;
  }
}

.skin-grayish:not(.front-top-page) #navi-in.wrap,
.skin-grayish:not(.front-top-page) #navi-in {
    height: 55px !important;
    line-height: 55px !important;
    padding: 0 !important;
}


/* ==== デスクトップ（960px以上） ==== */

/* フロントページ以外すべてで border-bottom を付ける */
.skin-grayish:not(.front-top-page) .header-container-in.hlt-center-logo-top-menu {
  border-bottom: 1px solid #222 !important;
}

/* フロント・固定・投稿：border-top を消す */
.front-top-page .header-container-in.hlt-center-logo-top-menu,
.page .header-container-in.hlt-center-logo-top-menu,
.single .header-container-in.hlt-center-logo-top-menu {
  border-top: none !important;
}

/* それ以外のページだけ border-top を付ける */
.skin-grayish:not(.front-top-page):not(.page):not(.single)
  .header-container-in.hlt-center-logo-top-menu {
    border-top: 1px solid #222 !important;
}


/* ==== 960px以下（タブレット以下）では非表示 ==== */
@media screen and (max-width: 960px) {
  /* 今回追加した border-bottom だけを消す */
  .skin-grayish:not(.front-top-page) .header-container-in.hlt-center-logo-top-menu {
    border-bottom: none !important;
  }
}




.header-container-in.hlt-center-logo-top-menu {
  padding: 0 !important;
}
.skin-grayish.front-top-page .navi-in>ul{
  border: 1px solid #222 !important;
  transition: transform 0.3s 0.3s;
  height: 56px;
  column-gap: 0;
}
.skin-grayish:not(.front-top-page) .navi-in>ul {
  border-left: 1px solid #222 !important;
  column-gap: 0;

}
.skin-grayish .header-in .site-name-text {
    padding: 2px 1em !important;
}
.skin-grayish .cl-slim .navi-in>ul li.menu-item-has-description>a>.caption-wrap {
  padding-top: 4px;
}
/* ヘッダーの高さ分、下げる */
/* 共通（すべてのページ） */
.content {
  margin-top: 80px !important;
}

/* フロントページだけ上書き */
body.home .content,
body.front-page .content {
  margin-top: 64px;
}


body.single-post .content, body.page .content  {
    margin-top: 32px !important;
}

@media screen and (max-width: 960px) {
  body.home .content,
  body.front-page .content {
    margin-top: 60px !important;
  }
  body.single-post .content, body.page .content  {
      margin-top: 32px !important;
  }
}
@media screen and (max-width: 480px) {
  .content {
    margin-top: 12px !important;
  }
  body.home .content,
  body.front-page .content {
    margin-top: 24px !important;
  }
  body.single-post .content, body.page .content  {
      margin-top: 10px !important;
  }
}



@media (max-width: 1023px) {
  .skin-grayish:not(.front-top-page) .header-container-in.hlt-center-logo-top-menu {
    border-bottom: none;
  }
}
.skin-grayish.front-top-page .header .header-in {
  margin-right: 0;
  margin-left: 0;
  width: 100vw !important;
  height: 90vh;
  background: #f6f6f6;
  border-bottom: 1px solid #222;
}
@media screen and (max-width: 1023px) {
  .skin-grayish.front-top-page .header .header-in {
    height: 88vh;
  }
}
.skin-grayish.front-top-page .header .header-in.wrap {
  margin-right: 0;
  margin-left: 0;
  width: 100vw !important;
}

.skin-grayish .header-in .site-name-text {
  padding: 2px 1rem;
}
.skin-grayish:not(.front-top-page) .header-in .logo-header img {
  height: 45%;
  margin: 0;
}
.header-in {
  display: ;
  margin-top: ;
  overflow: hidden;
  width: 100%;
}

.logo-header {
  text-align: center;   /* ← 画像を中央寄せ */
  padding: 0 !important;  /* ← 余白を完全に消す */
  width: auto !important; /* ← 強制で画像サイズに */
}
.home .logo-header {
  display: block !important;
  opacity: 1 !important;
}

.logo-header::before {
  content: "";
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translate(-50%, -50%); /* 中央に揃える */
  width: 80px;     /* 画像の表示サイズ */
  height: 80px;
  background-image: url("/wp-content/uploads/2024/10/header-only-logo.webp");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 5;       /* 重ねる画像を上に */
  display: none;
}

.logo-header img {
  display: block;
  max-width: 450px; /* 元の最大サイズ */
  height: auto;     /* 縦横比維持 */
  margin: 0 auto;   /* 横中央に配置 */
  display: block;
  border: none;
  box-sizing: content-box;
}
@media (min-width: 1024px) {
  .logo-header img {
}
}
@media screen and (max-width: 480px) {
  .logo-header img {
    max-width: 300px;
  }
}

/* フロントページ中央ロゴ下にサイト名を表示 */
.home .logo-header::after {
  content: "RBNTO"; /* ← ここに表示したいサイト名 */
  position: absolute;
  top: 100%; /* ロゴの位置からの距離を調整 */
  left: 50%;
  transform: translateX(-50%);
  font-size: 16px;       /* 文字サイズ */
  font-weight: 700;      /* 太さ */
  color: #222;           /* 色（必要なら変更） */
  font-family: "Shadows Into Light", cursive !important;
  z-index: 10;
}

.navi-in > ul {
    padding: 5px 0.5rem;
    margin: ;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
    text-align: right;
}
.tagline {
  font-weight: 700;
  letter-spacing: 0.04em;
  font-size: 16px;
  font-family: "Shadows Into Light", cursive !important;
  margin: 0em 1em;
}
      @media screen and (max-width: 480px) {
          .tagline {
              font-size: 14px;
              font-weight: 600;
          }
        }

.skin-grayish.front-top-page .skinadd-topmv-scroll {
  bottom: 50px;
}


.skin-grayish.front-top-page .container .header-container .header {
    width:100%;
    margin: 0 auto;
    animation: animationZoom 4s ease-in-out forwards;
}
      @keyframes animationZoom {
          from{
            transform: scale(1.2);
            }
          to{
            transform: scale(1.0);
            }
          }




/* ===================================
   ローディング
=================================== */
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  z-index: 99998;
  opacity: 0;
  transition: opacity 0.25s ease;
}

#loader.show {
  opacity: 1;
}

.loader-line {
  width: 1px;
  height: 0;
  background: #222;
  opacity: 0.8;
  transition: height 0.4s ease;
}

/* 伸びる */
#loader.show .loader-line {
  height: 60px; /* ← 調整可：長すぎると怖いので控えめに */
}

/* 消えるとき */
#loader.hide {
  opacity: 0;
  transition: opacity 0.25s ease;
}



/* ===================================
   ページ遷移 “ふわぁ”
=================================== */
.film-overlay {
  position: fixed;
  inset: 0;
  background: #fafafa;   /* 真っ白より柔らかい */
  opacity: 0;
  pointer-events: none;
  z-index: 9999;
  transition: opacity 0.6s ease;
}

.film-overlay.active {
  opacity: 1;
}


/*-------------- フッター --------------*/
.footer {
  padding: 8px 0;
}

.skin-grayish .footer {
  padding-bottom: 0;
  font-weight: 500;
  background-color: #f6f6f6;
  border-top: 1px solid #222;
  padding-top: 72px !important;; /* PC */
}

@media (max-width: 960px) {
  .skin-grayish .footer {
    padding-top: 48px !important;;
  }
}

@media (max-width: 480px) {
  .skin-grayish .footer {
    padding-top: 10px !important;;
  }
}
.site-name-text-link {
  padding: 0;
}
/* フッターウィジェット */
.footer-widgets {
  font-size: 14px;
  background: #f6f6f6;
  margin: 0;
  padding: 18px 0;
  text-align: justify; /* 基本 */
  text-justify: inter-ideograph; /* IEで必要 */
  text-justify: inter-character; /* Firefoxで必要 */
  word-break: break-all;
}

@media (min-width: 480px) and (max-width: 1023px) {
    .footer-widgets > div {
        width: 50%;
        float: left;
    }
    .footer-left, .footer-center, .footer-right {
      padding: 10px 34px 50px !important;
    }
    .footer-center {
      padding-top: 10px !important;
    }
    .cta-box {
      width: 100%;
    }
    .footer-right {
      width: 100% !important;
      margin-left: auto;
      margin-right: auto;
    }
}
@media screen and (max-width: 480px) {
    .footer-widgets > div {
        width: 100%;
        clear: both;
    }
}

.footer .cta-button .btn {
  font-size: 12px !important;
  letter-spacing: 0.02em !important;
  background-color: var(--LtGray_T70);
  border: solid 1px var(--LtGray_T70);
}
#footer-in {
  width: 100% !important;
  margin-left: 0;
  margin-right: 0;
}

.footer-mobile, .footer-left, .footer-center, .footer-right {
  padding: 20px 40px;
}
@media screen and (max-width: 834px) {
  .footer-mobile, .footer-left, .footer-center, .footer-right {
    padding: 10px 0 80px;
  }
}
@media screen and (max-width: 480px) {
  .footer-mobile, .footer-left, .footer-center, .footer-right {
    padding: 40px 0 20px;
  }
}
.skin-grayish .footer-widgets {
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 106px;
}
@media (max-width: 960px) {
  .skin-grayish .footer-widgets  {
    padding-bottom: 54px !important;;
  }
}

@media (max-width: 480px) {
  .skin-grayish .footer-widgets {
    padding-bottom: 62px !important;;
  }
}
.skin-grayish .footer-widgets .widget_media_image img {
  max-width: 1080px !important;
  margin: 0 auto -1em;
  display: block;
}
/* おすすめカード */
.nwa .recommended .navi-entry-cards, .widget-footer-left .box-menu {
  font-family: 'Permanent Marker', cursive;
  font-size: 1rem;
  letter-spacing: 0;
  color: #444;
  background: none;
  transition: all 0.7s;
}
.widget_nav_menu ul li a {
  color: var(--skin-grayish-site-name-txt);
  border-bottom: solid 1px #aaa;
  font-weight: 600;
  padding-left: 1em;
}
.widget_nav_menu ul li a::before {
  content: "_";
  font-weight: 900;
  padding-right: 0.5em;
}
.sub-menu {
  padding-left: 40px !important
}

/* フッター見出し_h3 */
.footer-title {
  font-size: 1.75em;
  text-align: center;
  word-break: normal;
  font-weight: 700 !important;
  font-family: "Rock Salt", cursive !important;
  font-family: "Shadows Into Light", cursive !important;
  color: #222;
  text-transform: uppercase;
}
/* ひとこと */
.nwa .cta-heading {
  font-size: 13px;
  padding: 0.5em;
  margin-bottom: 0;
  font-weight: bold;
  text-align: end;
  font-family: 'Permanent Marker', 'Kaisei Opti', sans-serif;
}
.cta-message {
  font-family: 'Jost', 'Zen Kaku Gothic New', sans-serif !important;
  line-height: 1.8;
  letter-spacing: 0.01em;
  padding: 0em 0.5em 0.75em;
  margin-left: auto;
  margin-right: auto;
  text-align: justify; /* 基本 */
  text-justify: inter-ideograph; /* IEで必要 */
  text-justify: inter-character; /* Firefoxで必要 */
  word-break: break-all;
  font-size: 13px;
}
.cta-button {
  margin-top: 0.5em;
  font-family: 'Jost', 'Zen Kaku Gothic New', sans-serif !important;
}
.skin-grayish .cta-button .btn {
  color: var(--skin-grayish-site-name-txt);
  font-weight: 500;
  font-size: 14px;
  line-height: 1.675;
  letter-spacing: 0.04em;
  border-radius: 0%;
}
.skin-grayish .cta-button .btn:hover {
  background-color: #fff;
  border-color: #fff;
  color: #444;
}
.skin-grayish .footer h3 {
  border-bottom: 0px solid var(--skin-grayish-site-main-hover);
  margin: 22px auto;
  font-weight: ;
}
/* フッター背景色はbgで変更する */
.skin-grayish .footer-bottom {
  padding: 4rem 0 3rem;
  background-color: #f6f6f6; /* 元の背景色 */
  background-image:
    radial-gradient(#444 20%, transparent 20%), /* ドットの色とサイズ */
    radial-gradient(#444 20%, transparent 20%);
  background-size: 10px 10px; /* ドットの間隔 */
  background-position: 0 0, 5px 5px; /* 斜めにずらして配置 */
  margin: 0;
  position: relative;
  z-index: 1;
}

.skin-grayish .footer-bottom::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  opacity: 0.25; /* ← 透明度（25%だけ白をかぶせる = 75%見える）*/
  z-index: 0;
}

.skin-grayish .footer-bottom > * {
  position: relative;
  z-index: 2;
}
/* フッター濃さ調整まで */

.skin-grayish .footer-bottom-logo .site-name-text {
  margin-right: 0;
}
.skin-grayish .footer-bottom-logo {
  padding: 1rem 0 0rem;
}
.skin-grayish .footer-bottom-logo img {
  height: auto;
  width: min(80%, 160px);
}
.footer-bottom-content {
  margin-top: ;
}
.skin-grayish .footer-bottom-content, .skin-grayish .footer-bottom.fnm-text-width .menu-footer li a {
  font-size: 15px;
  font-weight: bold;
  font-family: 'Permanent Marker', 'Kaisei Opti', sans-serif !important;
  font-family: 'Josefin Sans', 'Zen Kaku Gothic New', sans-serif;
}
.skin-grayish .footer-bottom.fnm-text-width .menu-footer li a {
  margin-top: 0;
  letter-spacing: 0.02em;
}
.skin-grayish .copyright {
  font-size: clamp(10px, 1.17vw, 12px);
  margin: 0.75em 0 1em;
  letter-spacing: 0.2em;
  opacity: 1;
}
/* フッターの前の線 */
.skin-grayish .footer-widgets::before {
  height: 1px;
  background-color: #222;
}
input[type=submit] {
  font-family: 'Josefin Sans', 'Zen Kaku Gothic New', sans-serif !important;
  background: #f6f6f6;
}
.skin-grayish .search-edit, input[type="text"], textarea {
  font-family: 'Josefin Sans', 'Zen Kaku Gothic New', sans-serif !important;
}



ruby {
  margin: 0 !important;
    text-indent: 0px;
    display: ruby;
}

/*-------------- インデックス --------------*/

.pagination-next-link {
  display: none;
}
.pagination {
  display: flex;
  margin-left: auto !important;
  margin-right: auto !important;
  border-bottom: none !important;
}
/* メインコンテンツ_index */
.skin-grayish .entry-card-title {
  font-family: 'Josefin Sans', 'Zen Kaku Gothic New', sans-serif !important;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.675;
  padding-right: 0.75em;
  padding-left: 0.75em;
  margin-bottom: 0;
  color: #222;
}
      @media screen and (max-width: 480px) {
        .skin-grayish .entry-card-title {
          font-size: 14px;
          }
        }
.skin-grayish .entry-card .entry-card-content .entry-card-meta {
  padding-right: 0.75em;
  margin-top: -10px;
  font-family: 'Permanent Marker', 'Kaisei Opti',sans-serif !important;
  color: #444;
}
.skin-grayish.front-top-page .list-columns.fpt-2-columns .widget-entry-card-content {
  margin-right: 0.25em;
}
/* 一覧 */
.skin-grayish .ect-vertical-card {
  column-gap: 76px;
  row-gap: 70px;
  margin-top: 70px;
  margin-bottom: 60px;
}
      @media (min-width: 768px) and (max-width: 1158px) {
        .skin-grayish .ect-vertical-card {
          column-gap: 48px;
          row-gap: 65px;
          margin: 60px 0 55px;
        }
      }
      @media screen and (max-width: 480px) {
        .skin-grayish .ect-vertical-card {
          column-gap: 8px;
          row-gap: 55px;
          margin-top: 55px;
          margin-bottom: 45px;
        }
      }
/* intro */
#media_image-3 {
  text-align: center;
  max-width: 511px;
}
#media_image-4 {
  text-align: center;
  max-width: 514px;
  margin-top: 180px;
  margin-bottom: 0;
}
@media screen and (max-width: 834px) {
  #media_image-4 {
    margin-top: 120px; /* 128 → 120  or 123 → 120 */
  }
}

@media screen and (max-width: 600px) {
  #media_image-4 {
    margin-top: 100px; /* 108 → 100  or 102 → 100 */
  }
}

@media screen and (max-width: 480px) {
  #media_image-4 {
    margin-top: 84px;
  }
}



#media_image-3 img {
  text-align: center;
  width: 88%;
}
#media_image-4 img {
  text-align: center;
  width: 60%;
}
/* アピールエリア */
.appeal {
  margin-bottom: 0;
}
.appeal-content {
  background: transparent;
  margin: 8vw auto;      /* 上下の距離 → セクション間の統一感を出す */
  padding: 3% 0;         /* 内側の余白 → グレー内の見やすさ */
  max-width: 1000px;     /* PCでは横幅を制限して左右に自然な余白を作る */
}
    @media screen and (max-width: 480px) {
      .appeal-content {
        margin: 20vw auto;       /* 上下の余白も少し広めに（縦長画面の間延び防止） */
        padding: 6% 1.2rem;      /* 左右に余白を追加 → 画像もテキストも自然に狭まる */
      }
    }


.hello {
  font-size: 46px !important;
  font-family: "Rock Salt", cursive !important;
  border-bottom: 0 !important;
  color: #444;
  transform: ;
  margin-top: 2rem !important;
  margin-bottom: 0 !important;
  padding-left: 0.5em !important;
  padding-right: 0.75em !important;
}
.hello img {
  width: 250px !important;
  margin-left: auto;
  margin-left: auto;
}
.appeal-content img {
  width: 100%;
  max-width: 450px;
}
      @media screen and (max-width: 834px) {
          .hello {
              font-size: ;
              transform: rotate(-2deg);
              margin-bottom: 0;
          }
          .appeal-content img {
              width: 80%;
          }
      }
      @media screen and (max-width: 480px) {
          .hello {
              font-size: 34px !important;
              transform: rotate(-3deg);
              margin-top: 0.5em;
              margin-bottom: 0;
              padding-left: 0;
              padding-right: 1.25em;
          }
          .appeal-content img {
              width: 100%;
          }
      }
#media_image-3 .main-widget-label {
  text-align: center;
  font-size: ;
  transform: rotate(-3deg);
  margin-top: 1rem;
  margin-bottom: 0;
  padding-left: 0.5em;
  padding-right: 0.75em;
}
#block-30, #block-56, .appeal-message {
  font-weight: 700;
  letter-spacing: 0.09em;
  font-size: 15px;
}
      @media screen and (max-width: 480px) {
          #block-30, #block-56, .appeal-message {
              letter-spacing: 0.09em;
              font-size: 14px;
          }
        }
.appeal-button {
  color: var(--white);
  background-color: #aaa;
  opacity: 0.8;
  font-weight: 500;
  font-size: 13px;
  margin-bottom: 5.5rem;
}
      @media screen and (max-width: 480px) {
          .appeal-button {
              font-size: 13px;
              margin-bottom: 4rem;
          }
        }
#block-31, #block-57 {
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  margin-top: -1.25em;
  margin-bottom: 13em;
}


/* New Posts_index */
.skin-grayish .list-new-entries .list-title-in::before {
  bottom: -40px !important;
  }
.skin-grayish .list-new-entries h1::before {
  font-family: "Shadows Into Light", cursive !important;
}
@media screen and (max-width: 480px) {
  .skin-grayish .list-new-entries {
    margin-bottom: 110px;
  }
}
/* メインコンテンツ・リンク */
.skin-grayish .entry-card-wrap .a-wrap {
  transition: 0.6s;
}
.skin-grayish .entry-card-wrap.a-wrap .entry-card-thumb {
  margin-bottom: 0.75em;
}

/* 人気記事_index */
#popular_entries-2, #popular_entries-3 {
  padding: 0 0.75em;
}
#block-33, #block-59 {
  margin-bottom: 4rem;
  margin-top: -5rem;
}
#block-33 figure, #block-59 figure {
  margin: -110px auto 0;
}
      @media screen and (max-width: 480px) {
        #block-33 figure, #block-59 figure {
          margin: -100px auto 0;
       }
      }
#popular_entries-2 .swiper-wrapper,
#popular_entries-3 .swiper-wrapper {
  margin: 0;
}
#popular_entries-2 .widget-entry-cards.card-large-image .a-wrap,
#popular_entries-3 .widget-entry-cards.card-large-image .a-wrap {
  max-width: 25%;
  margin: 0 !important;
}
  @media screen and (max-width: 834px) {
    #popular_entries-2 .widget-entry-cards.card-large-image .a-wrap,
    #popular_entries-3 .widget-entry-cards.card-large-image .a-wrap {
      max-width: 33.333%;
    }
  }
  @media screen and (max-width: 480px) {
    #popular_entries-2 .widget-entry-cards.card-large-image .a-wrap,
    #popular_entries-3 .widget-entry-cards.card-large-image .a-wrap {
      max-width: 84%;
    }
  }
.widget-entry-cards.card-large-image .a-wrap {

}
.body .swiper-wrapper {
  column-gap: 6%;
}
#popular_entries-2 .body .widget-entry-cards .a-wrap,
#popular_entries-3 .body .widget-entry-cards .a-wrap  {
  padding: ;
}
#popular_entries-2 .widget-entry-cards.card-large-image .card-content,
#popular_entries-3 .widget-entry-cards.card-large-image .card-content {
  padding-top: 0 !important;
}
.skin-grayish .widget-index-middle-title.main-widget-label {
  font-size: 28px !important; /* 28px */
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}
body .popular-entry-card-title.widget-entry-card-title.card-title {
  font-family: 'Josefin Sans', 'Zen Kaku Gothic New', sans-serif !important;
  font-size: 13px;
  letter-spacing: 0.08em;
  line-height: 1.675;
  padding-top: 0.75em;
  color: #222;
}
  @media screen and (max-width: 480px) {
    body .popular-entry-card-title.widget-entry-card-title.card-title {
	  font-size: 14px;
    letter-spacing: 0.04em;
    line-height: 1.675;
    padding-right: 0.75em;
    padding-left: 0.75em;
    margin-bottom: 0;
    }
  }
.is-list-horizontal.large-thumb .card-title, .is-list-horizontal.large-thumb-on .card-title {
  height: auto;
}
/* カテゴリ3つ_index幅 */
.skin-grayish .front-page-type-category-2-columns .list-columns {
  margin-left: 3%;
  margin-right: 3%;
  padding-bottom: 140px;
}
      /* タブレット */
      @media (max-width: 1024px) {
        .skin-grayish .front-page-type-category-2-columns .list-columns {
          padding-bottom: 120px;
        }
      }

      /* スマホ */
      @media (max-width: 768px) {
        .skin-grayish .front-page-type-category-2-columns .list-columns {
          padding-bottom: 100px;
          width: 100%;
          margin-left: auto !important;
          margin-right: auto!important;
        }
      }

#list-columns {
  margin-top: 270px;
  margin-bottom: 0;
  padding-bottom:130px;
}

@media (max-width: 960px) {
  #list-columns {
    margin-top: 180px;
    margin-bottom: 0;
    padding-bottom: 90px;
  }
}

@media (max-width: 480px) {
  #list-columns {
    margin-top: 140px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 60px;
  }
}

/* カテゴリ3つ_テーマ_ロゴ */
.skin-grayish.front-top-page :where(.front-page-type-category-3-columns, .front-page-type-category-2-columns) .list-columns::after {
  font-family: "Rock Salt", cursive !important;
  font-family: "Shadows Into Light", cursive !important;
  margin-top: 1.5em;
  color: #444;
}
/* カテゴリ3つ_ロゴ */
.skin-grayish .list-columns h1, .skin-grayish .archive-title, .wsp-category-title {
  font-family: "Rock Salt", cursive !important;
  font-family: "Shadows Into Light", "New Tegomin", cursive !important;
  font-style: italic;
  color: #222;
}
.skin-grayish .archive-title {
  border-bottom: 1px solid #222;
}
.skin-grayish :where(.front-page-type-category-3-columns, .front-page-type-category-2-columns) .list-columns .list-title {
  margin-bottom: 3em;
}
/* カテゴリ3つ＿個々 */
.skin-grayish :where(.front-page-type-category-3-columns, .front-page-type-category-2-columns) .list-columns .widget-entry-cards .a-wrap {
  margin-bottom: 1.75rem;
  /* box-shadow: 0 1px 3px 1px rgb(0 0 0 / 10%); */
}
/* カテゴリ3つ_index個別 */
.skin-grayish :is(.front-page-type-category-3-columns, .front-page-type-category-2-columns) .list-columns .list-column .widget-entry-cards .a-wrap {
  padding: 1.75em 1.4em;
  border: 0px solid #444;
  border-radius: 18px;
  background: #fff;
  margin-left: 1.75em;
  margin-right: 1.75em;
}
/* カテゴリ3つ＿ラウンドbg */
.body .list {
  padding: 0; /* 0.75em */
  text-align: justify; /* 基本 */
  text-justify: inter-ideograph; /* IEで必要 */
  text-justify: inter-character; /* Firefoxで必要 */
  word-break: break-all;
  overflow: hidden !important;
}
.skin-grayish.front-top-page .list-columns.fpt-2-columns .widget-entry-cards figure {
    width: 32%;
}
.skin-grayish.front-top-page .list-columns.fpt-2-columns .widget-entry-card-content {
  width: 65%;
  border-left: 1px solid #444;
  margin-left: 0.75em;
}
.skin-grayish.front-top-page :where(.front-page-type-category, .front-page-type-category-3-columns, .front-page-type-category-2-columns) .list-columns .list-column:last-of-type {
  padding-bottom: 3rem;
}
.skin-grayish.front-top-page .list-columns .list-column {
  margin-bottom: ;
}
      @media (max-width: 1024px) {
        .skin-grayish.front-top-page .list-columns .list-column {
          margin-top: 0; /* または 5〜10px */
        }
      }

.skin-grayish.front-top-page .list-columns .list-column .widget-entry-card-title {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.675;
  padding-top: 1em;
  padding-left: 1.15em;
  text-align: justify; /* 基本 */
  text-justify: inter-ideograph; /* IEで必要 */
  text-justify: inter-character; /* Firefoxで必要 */
  word-break: break-all;
  color: #222;
}
      @media (min-width: 768px) and (max-width: 1023px) {
        .skin-grayish.front-top-page .list-columns .list-column .widget-entry-card-title {
          letter-spacing: 0.08em;
      }
    }
@media screen and (max-width: 480px) {
  .skin-grayish.front-top-page .list-columns .list-column .widget-entry-card-title {
    padding-top: 0.5em;
  }
}
/* Moreボタン */
.skin-grayish .list-columns .list-more-button, .skin-grayish .list-new-entries .list-more-button {
  border: 0px;
  border-bottom: 1px solid #222;
  background-color: #f6f6f6;
  font-weight: 300;
}
.skin-grayish .list-columns .list-more-button:hover, .skin-grayish .list-new-entries .list-more-button:hover {
  border-bottom: 1x solid #222;
  background-color: #fff;
}
/* テーマ_波線 */
.skin-grayish.front-top-page .list-columns::before {
  position: absolute;
  top: 0px;
  left: calc(-50vw + 50%);
  right: calc(-50vw + 50%);
  bottom: 0px;
  z-index: -1;
  transform: skewY(2deg);
  background-color: #f6f6f6;
  content: "";
  margin: 0;
  height: auto;
  /* -100px → -40pxの範囲で自動調整 */
  margin-top: clamp(-100px, -12vw, -40px);
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
  }

  .skin-grayish.front-top-page .list-columns .list-column {
    margin-top: 100px;
  }
        @media (max-width: 1024px) {
          .skin-grayish.front-top-page .list-columns::before {
            margin-top: -40px; /* -30〜-60の範囲で微調整できる */
          }
        }

      }
/* タグ_index */
.tagcloud a .tag-caption::before {
  content: "#";
  flex: 0 1 auto;
  margin-right: 4px;
}
.widget_tag_cloud .tag-cloud-link::before {
  content: "#";
  margin-right: 4px;
}
.tagcloud a {
  display: inline-block;
}

.tagcloud a .tag-caption .tax-icon {
  display: none;
}
#tag_cloud-5, #tag_cloud-6 {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 8%;
  font-family: "New Tegomin", serif;
}
#tag_cloud-5 .main-widget-label, #tag_cloud-6 .main-widget-label {
  margin-left: 8px !important;
  margin-right: 8px !important;
}
#tag_cloud-5 .tagcloud a, #tag_cloud-6 .tagcloud a {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.675;
  flex: 0 1 auto;
}

/* Futures */
#box_menu-2 {
  width: 60%;
  margin: 180px auto;
}

@media (max-width: 960px) {
  #box_menu-2 {
    width: 100%;
    max-width: 620px;
    margin: 160px auto;
  }
}

@media (max-width: 480px) {
  #box_menu-2 {
    margin: 130px auto 110px;
  }

  #box_menu-2 .box-menus {
    margin-top: 0;
  }
}

#box_menu-2 .box-menu {
  width: 33.333%;
  border-radius: ;
  background: #fff;
  padding: 1.5em;
  margin-left: 0;
  margin-right: auto;
  margin-bottom: 0;
  box-shadow: none;
}
#box_menu-2 .box-menu-icon img {
  max-width: 100%;
  max-height: 100%;
}
#box_menu-2 .box-menu-label {
  font-size: 13px;
  letter-spacing: 0.1em;
  font-family: "New Tegomin", serif;
  font-weight: 300;
}
#box_menu-2 .box-menu-icon * {
  margin: 0;
}

/* 除外タグ_空の旅 */
#tag_cloud-5 .tag-link-113, #tag_cloud-5 .tag-link-102, #tag_cloud-5 .tag-link-128,
#tag_cloud-6 .tag-link-91, #tag_cloud-6 .tag-link-80, #tag_cloud-6 .tag-link-102 {
  display: none;
}

/* メニュー */
.navi .item-label {
  font-size: 14px;
  font-family: 'Permanent Marker', 'Kaisei Opti',sans-serif;
  font-family: "Barrio", serif;
  font-family: 'Josefin Sans', 'Zen Kaku Gothic New', sans-serif;
  color: ;
  opacity: 0.9;
  letter-spacing:0.02em;
  font-weight: 600;
}
  @media screen and (max-width: 1023px) {
      .skin-grayish .menu-content .menu-drawer>li>a {
          letter-spacing:0.02em;
          font-family: 'Josefin Sans', 'Zen Kaku Gothic New', sans-serif;
        }
      }/* ----モバイル統一 */
.skin-grayish :where(.navi-in, .navi-footer-in) a {
  color: #222;
}
.skin-grayish .menu-drawer {
  font-style: 500 !important;
}
/* メニュー_アンダーライン */
.skin-grayish .navi-in>ul li>a>.caption-wrap::before {
  background: ;
  height: 1px;
  opacity: 0.8;
}
/* メニュー_サブキャプション */
.skin-grayish .sub-caption {
  font-family: 'Josefin Sans', 'Zen Kaku Gothic New', sans-serif !important;
  font-weight: 400 !important;
  text-align: center;
  color: #;
  letter-spacing: 0.4em !important;
  font-size: 0.6em;
}
/* メニュー_縦ライン */
.skin-grayish.front-top-page .navi-in>ul,
.skin-grayish:not(.front-top-page) .navi-in>ul {
  padding: 0 !important;
}
.skin-grayish.front-top-page .navi-in>ul>li {
  border-left: 1px solid #222;
  height: calc(100% - 0px) !important;
}

.skin-grayish .navi-in>ul li, .navi-in > ul {
  padding: 0 1.75em !important;
  border-left: 1px solid #222 !important;
  height: calc(100% + 0px) !important;
}
.skin-grayish:not(.front-top-page) :where(.navi-in, .navi-footer-in) a {

}

/* メニュー高さ微調整 */
.skin-grayish :where(.navi-in, .navi-footer-in) a:hover,
.skin-grayish:not(.front-top-page) .navi-in > ul > li.search-menu-button.menu-button {
  border-bottom: 1px !important;
}

/* ヘッダーメニュー_ホバー */
.skin-grayish:not(.front-top-page) .navi-in>ul>li {
  height: 55px !important;
}

/*-------------- 個別記事 --------------*/

.single #main > *, .single #main .article > *,.page #main > *, .page #main .article > * {
  max-width: 670px;
  color: #222;
  text-align: justify;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  word-break: break-all;
}



/*-------------- 見出し, midashi --------------*/

/* single-contents: タイトル, title */
.article h1, .article h2, .article h3, .article h4, .article h5, .article h6 {
  letter-spacing: .125em;
  color: #222;
}
.skin-grayish .article-header .entry-title {
  font-family: 'Josefin Sans', 'Zen Kaku Gothic New', sans-serif !important;
  font-size: 2em;
  letter-spacing: 0.1em;
  font-weight: 700;
  line-height: ;
  margin: 1rem 0;
  text-align: justify;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  word-break: break-all;
}
.single .skin-grayish .article-header .entry-title {
  font-family: "Shadows Into Light", cursive !important;
  text-transform: uppercase;
}

  @media screen and (max-width: 480px) {
      .skin-grayish .article-header .entry-title {
        font-size: 24px;
        letter-spacing: 0.04em;
      }
      .article h1, .article h2, .article h3, .article h4, .article h5, .article h6 {
        letter-spacing: 0.075em;
      }
    }
.article h2::before {
  border: 0;
}
.article h2 {
  font-family: 'Josefin Sans', 'Zen Kaku Gothic New', sans-serif !important;
  font-size: 1.65em;
  letter-spacing: 0.09em;
  font-weight: 700;
  letter-spacing: ;
  line-height: 1.675;
  padding: 16px 0 0;
  border-bottom: 0;
  position: static;
  margin: 6em 0 0 0;
}
      @media screen and (max-width: 480px) {
          .article h2  {
            font-size: 22px !important;
          }
        }
.wp-block-separator.is-style-wide {
  position: relative !important;
  padding: 0.75em 1em 0.5em !important;
  border: none !important;
  margin: 7em 0 2.25em;
}
.wp-block-separator.is-style-wide::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #333, #333 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #333, #333 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.article h3 {
  font-size: 1.25em;
  font-family: 'Josefin Sans', 'Zen Kaku Gothic New', sans-serif !important;
  font-weight: 700;
  letter-spacing: ;
  line-height: 1.675;
  padding: 0.75em 1.5em 0.5em;
  margin: 6em auto 1rem !important;
  background-image: linear-gradient(-45deg, #fff 25%, var(--skin-grayish-gradient) 25%, var(--skin-grayish-gradient) 50%, #fff 50%, #fff 75%, var(--skin-grayish-gradient) 75%, var(--skin-grayish-gradient));
  background-size: 14px 14px;
  border-bottom: solid 1.5px #222;
}
      @media screen and (max-width: 834px) {
        .skin-grayish .article h3 {
          margin-left: 0;
          margin-right: 0;
        }
      }
      @media screen and (max-width: 480px) {
          .article h3  {
            font-size: 18px;
            margin-top: 4.25em !important;
            padding: 0.75em 1.25em 0.5em;
          }
        }

body .wp-block-image {
  margin-top: 1em;
}

.skin-grayish .toc-list>li li a {
  margin-top: 12px;
}
.skin-grayish .sidebar .tnt-number .toc-list>li>a {
  text-align: justify;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  word-break: break-all;
}
.skin-grayish .sidebar .toc-list>li li a {
  font-size: 11px;
  padding-right: 0.75em;
  margin-top: 10px;
  text-align: justify;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  word-break: break-all;
}
.skin-grayish .sidebar .tnt-number .toc-list>li li>a {
  margin-left: 0;
}
.article h3::before {
  border: 0;
}

/* 記事本文内をすべて400に */
.entry-content {
    font-weight: 400 !important;
}

.entry-content p {
	font-family: 'Jost', 'Zen Kaku Gothic New', sans-serif !important;
	line-height: 2.2;
  letter-spacing: 0.02em;
  text-indent: 1rem;
	padding: 0.5em 0;
  margin: 2.75em auto;
	text-align: justify; /* 基本 */
	text-justify: inter-ideograph; /* IEで必要 */
	text-justify: inter-character; /* Firefoxで必要 */
  word-break: break-all;
}
      @media screen and (max-width: 480px) {
        .entry-content p, .entry-content>*, .demo .entry-content p {
          line-height: 2.1;
          letter-spacing: 0.01em;
        }
      }


.entry-content ul li {
  font-family: 'Jost', 'Zen Kaku Gothic New', sans-serif !important;
}
.single .entry-content p a, article ul li a, article ol li a, dd a {
  background: linear-gradient(transparent 40%, #f6f6f6 40%);
  padding: 0 0.15em 0 0.15em;
  color: #444;
}
.article ul li, .article ol li {
  line-height: 1.8;
}
/* hr・記事*/
.wp-block-separator.is-style-wide {

}
strong {
  font-weight: 500 !important;
}
.has-text-align-center{
  text-align: center !important;
}
.has-text-align-right {
  text-align: right !important;
}
.marker {
  background: linear-gradient(transparent 40%, #f1f1f1 40%);
  padding: 0 0.15em 0 0.15em;
}
.marker-under {
  border-bottom: 1px solid #222;
  background: transparent;
}
.marker-red {
  background: linear-gradient(transparent 40%, #f1f1f1 40%);
  padding: 0 0.15em 0 0.15em;
}
body .is-layout-constrained > .alignleft {
    padding: 0em 2rem 0 0;
    width: 45%;
}
      @media screen and (max-width: 480px) {
        body .is-layout-constrained > .alignleft {
          margin-right: -24px;
          margin-bottom: 2.75em;
          margin-inline-start: 0;
          max-width: calc(100% + 48px);
          width: 100%;
          padding: 0;
        }
      }
body .is-layout-constrained > .alignright {
  padding: 0em 0 0 2rem;
  width: 45%;
}
      @media screen and (max-width: 480px) {
        body .is-layout-constrained > .alignright {
          margin-left: -24px;
          margin-bottom: 2.75em;
          margin-inline-start: 0;
          max-width: calc(100% + 48px);
          width: 100%;
          padding: 0;
        }
      }
.alignleft {
    padding: 0em 2rem 0 0;
    margin-inline-end: 2em;
    width: 45%;
}
      @media screen and (max-width: 480px) {
        .alignleft {
          margin-right: -24px;
          padding-right: 0;
          margin-bottom: 1.8em;
          margin-inline-start: 0;
          max-width: calc(100% + 48px);
          width: 100%;
          padding-bottom: 1em;
        }
      }
.alignright {
  margin-left: 2rem;
  padding: 0em 0 0 2rem;
  margin-inline-start: 2em;
  margin-inline-end: 0;
  width: 45%;
}
      @media screen and (max-width: 480px) {
        .alignright {
          margin-left: -24px;
          padding-left: 0;
          margin-bottom: 1.8em;
          margin-inline-start: 0;
          max-width: calc(100% + 48px);
          width: 100%;
          padding-bottom: 1em;
        }
      }

/* 回り込み_p */
.p_alignleft {
  padding-left: 32px !important;
  padding-right: 0.5rem !important;
}
.p_alignright {
  padding-left: 0.5rem !important;
  padding-right: 32px !important;
}
  @media screen and (max-width: 781px){
    .p_alignleft, .p_alignright {
      padding-left: 24px !important;
      padding-right: 24px !important;
    }
  }

/* 画像_カラム */
.body .wp-block-columns img {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: calc(100% + 0px) !important;
}
body .is-layout-flex {
  margin-left: -32px !important;
  margin-right: -32px !important;
}
body .is-layout-flex figcaption {
  margin-left: ;
  margin-right: 24px !important; /* 両方とも24px */
}
  @media screen and (max-width: 480px){
    body .is-layout-flex figcaption {
      margin-left: 24px !important;
      margin-right: 24px !important;
      width: 90%;
    }
}
.body .is-layout-flex.text {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
body .is-layout-flex.travel {
  font-size: 14px !important;
  line-height: 1.675;
  font-weight: bold;
  margin-left: auto !important;
  margin-right: auto !important;
}
body .is-layout-flex.travel img {
  width: 100%;
}
/* site map */
.wsp-container h2 {
  margin-top: 0;
}
.wsp-container {
  margin-top: 0;
  margin-bottom: 7em;
}

.entry-content .wsp-pages-list li {
  font-style: normal;
  font-weight: 700 !important;
}

/* リスト */
article ul, article ol {
  padding-left: 1em;
  padding-right: 1em;
  margin-bottom: 2em;
}
article ul li, article ol li {
  margin: 1em 0.2em !important;
  letter-spacing: 0.01em;
}
article ul li, article ol li ::before {
  padding-left: 0.75em;
  border-left: double 6px #dedede;
  list-style: none;
}
      @media screen and (max-width: 834px) {
          .article ul, .article ol {
              padding-left: 1em;
          }
        }
      @media screen and (max-width: 480px) {
          .article ul {
              padding-left: 0;
            }
          }

/* サイトマップ */
.wsp-category-title {
    font-style: normal;
    font-weight: 700 !important;
    font-size: 1.15em;
}
article .wsp-posts-list ul li, article .wsp-posts-list ol li ::before {
  padding-left: 0.75em;
  border-left: solid 3px #dedede;
  list-style: none;
  font-size: 13px;
  letter-spacing: 0.03em;
  margin-top: 4em;
}

.fa-external-link-alt:before {
    border: 0;
    padding: 0;
    color: #444;
}
.skin-grayish .tnt-number .toc-list li ::before {
  padding: 0;
  border-left: 0;
}
/* もくじリスト */
.skin-grayish .toc {
  border: 0;
  border-bottom: 1px solid var(--skin-grayish-site-sub-color) !important;
  border-top: 1px solid var(--skin-grayish-site-sub-color) !important;
  display: block;
  padding: 0;
  width: 100%;
}
skin-grayish :is(.toc-list li, .toc-list li a, .toc-title) {
  font-weight: 500;
}
.skin-grayish .toc-title {
  background-size: 14px 14px;
  font-family: 'Josefin Sans', 'Zen Kaku Gothic New', sans-serif !important;
  letter-spacing: 0.02em;
}
.skin-grayish :is(.toc-list li, .toc-list li a, .toc-title) {
  color: #707070; /* #444が濃すぎるため */
}
article .toc {
  font-size: 14px;
  letter-spacing: 0.02em;
  margin-top: 7em !important;
}
@media screen and (max-width: 480px) {
  article .toc {
    font-size: 13px;
  }
}
.toc-content a {
  background: #fff;
}
.skin-grayish :is(.toc-list>li, .toc-list>li>a) {
  line-height: 1.675;
}
.skin-grayish .tnt-number .toc-list>li {
  counter-increment: mycounter;
}

.skin-grayish .tnt-number .toc-list>li>a::before {
  top: 0.4em;
  color: var(--skin-grayish-site-sub-color);
  background-color: var(--white);
  border-radius: 0;
  content: counter(mycounter, decimal-leading-zero);
  content: counter(mycounter, decimal-leading-zero) ".";
  font-family: 'Permanent Marker', cursive !important;
}
.skin-grayish .tnt-number .toc-list>li>a {
  font-weight: 400;
  color: #333;
}
.skin-grayish .sidebar .tnt-number .toc-list>li>ol {
  font-weight: 400 !important;
}


article .toc ol li {
  margin: 0 !important;
}
.article dt {
  font-size: 16px;
  font-weight: 500;
  margin: 2.5em 1em auto;
  letter-spacing: 0.01em;
}
  @media screen and (max-width: 480px) {
    .article dt {
        font-size: 15px;
      }
    }

.article dd {
  font-family: 'Jost', 'Zen Kaku Gothic New', sans-serif !important;
  margin-inline-start: 1em;
  margin: 0.5em 1em 1em 1.5em !important;
  font-size: 14px;
  letter-spacing: 0.01em;
  line-height: ;
  border-left: 4px solid #dedede;
  padding: 0.15em 0 0.15em 0.75em;
  text-align: justify; /* 基本 */
  text-justify: inter-ideograph; /* IEで必要 */
  text-justify: inter-character; /* Firefoxで必要 */
  word-break: break-all;
}
/* リスト_チェックマーク */
[class*=is-style-icon-list-] > li {
    padding-left: 1.6em;
    position: relative;
    border: none;
}
/* リスト_まる数字 */
[class*=is-style-numeric-list-] > li {
    position: relative;
    margin: 0.4em 0;
    line-height: 1.6;
    padding-left: 1.8em;
}
.entry-content .wp-block-image img,
.entry-content img,
.eye-catch img {
  margin-left: -32px;
  margin-right: -32px;
  max-width: calc(100% + 64px);
}

/* PR */
.pr-label-l {
  border: 0;
  margin: 0;
  font-size: 12px;
  letter-spacing: 0.02em;
  line-height: 1.675;
  text-align: right;
  padding: 0.25em 0 0 0;
  color: #444;
}
/* テーブル */
body .scrollable-table {
  margin-bottom: 1.8em !important;
}
.wp-block-flexible-table-block-table thead {
  border-bottom: 1.5px solid;
}
.wp-block-flexible-table-block-table td, .wp-block-flexible-table-block-table th {
    border: 1px solid;
    padding: 0.5em;
}
/* テーブル_余白広め */
.table_long td, .table_long th {
  padding: 0.5em 0.75em;
}
.width_table {
  width: ;
  margin-left: auto;
  margin-right: auto;
}
table {
  letter-spacing: 0.01em;
  font-size: 0.9em;
}
/* フレキシブルテーブル */
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table.is-content-justification-center, .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table.is-content-justification-left, .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table.is-content-justification-right {
  display: block;
}
.scrollable-table .has-fixed-layout th {
  font-weight: 500;
}
.scrollable-table .has-fixed-layout td {
  font-weight: 400;
}
/* ボックス全般マージン */
:is(.is-layout-flow, .is-layout-constrained) > * {
    margin: 0 auto 2.75em;
}
/* スタイルボックス */
.has-box-style, .inside {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
/* アラート */
span.external-icon, span.internal-icon, .is-style-alert-box::before {
  text-indent: 0 !important;
}
.is-style-alert-box::before {
  color: #444;
}
:is(.is-style-alert-box, .alert-box, .alert) {
  border: 1px solid #444;
  background: #f6f6f6;
  text-indent: 0 !important;
}

/* リスト_v */
[class*=is-style-icon-list-] > li::before {
  color: #444;
}
/* リスト_円数字 */
.is-style-numeric-list-enclosed > li:before {
  background-color: #444;
}
/* リスト_太枠 *//* リスト_二重枠 */
.is-style-border-radius-l-thin-and-thick, .is-style-border-radius-l-double {
  border: 0;
  border-radius: 0;
  background-color: #f8f8f8;
}

      @media screen and (max-width: 480px) {
        .is-style-border-radius-l-thin-and-thick, .is-style-border-radius-l-double  {
          margin-left: -24px !important;
          margin-right: -24px !important;
          width: calc(100% + 48px) !important;
          padding-left: 24px !important;
          padding-right: 24px !important;
        }
      }
/* インフォメーション */
.is-style-information-box::before {
  color: #444;
  text-indent: 0 !important;
}
:is(.is-style-information-box, .information-box, .information) {
  border: 1px solid #444 !important;
  background: #fff;
  text-indent: 0 !important;
}
@media screen and (max-width: 480px) {
  :is(.is-style-information-box, .information-box, .information) {
    margin-left: 0px !important;
    margin-right: 0px !important;
    width: 100% !important;
  }
}
/* リスト_「」,［］枠 */
.is-style-square-brackets-box, .is-style-parenthetic-box {
  padding: 1.5em !important;
}
/* 方眼紙 */
.is-style-section-paper-box {
  background-image: linear-gradient(0deg, transparent 19px, #dedede 20px), linear-gradient(90deg, transparent 19px, #dedede 20px);
  background-size: 20px 20px;
}
/* 三角ボックス */
.is-style-triangle-box {
  border: 2px solid #333;
}
      @media screen and (max-width: 480px) {
        .is-style-triangle-box {
          padding: 1.5em 1.25em !important;
        }
      }

.is-style-triangle-box::before {
    border-bottom: 30px solid transparent;
    border-left: 30px solid #333;
}
.is-style-triangle-box::after {
    border-left: 30px solid transparent;
    border-bottom: 30px solid #333;
}

/* ************************************* */
/* カエレバ、ヨメレバ、トマレバ */
/* ************************************* */
/* 基本style */
.kaerebalink-box,
.booklink-box,
.tomarebalink-box{

}
.kaerebalink-box a,
.booklink-box a,
.tomarebalink-box a{
  text-decoration: none;
  color: initial;
}
.kaerebalink-box a[target="_blank"]::after,
.booklink-box a[target="_blank"]::after,
.tomarebalink-box a[target="_blank"]::after{
  content: none;
}
.kaerebalink-name,
.booklink-name,
.tomarebalink-name{

}
.kaerebalink-name p:empty,
.booklink-name p:empty,
.tomarebalink-name p:empty{
  display: none;
}
.kaerebalink-powered-date,
.booklink-powered-date,
.tomarebalink-powered-date,
.kaerebalink-detail,
.booklink-detail,
.tomarebalink-address{

}
.kaerebalink-link1,
.booklink-link2,
.tomarebalink-link1{
  overflow: hidden;
}
.kaerebalink-link1 div,
.booklink-link2 div,
.tomarebalink-link1 div{
  background-image: none!important;
  margin: 0!important;
  padding: 3px!important;
  display: inline-block!important;
  width: 49.5%;
}
.kaerebalink-link1 div a,
.booklink-link2 div a,
.tomarebalink-link1 div a{
  border-width: 0;
  border-style: 0;
  font-weight: 500;
  border-radius: 0;
  font-size: 12px;
  color: #222;
  line-height: 1;
  letter-spacing: .5px;
  text-align: center;
  padding: 0.75em 0.3em;
  width: 100%;
  text-align: center;
  display: block;
  border: 0;
  border-bottom: solid 1px #333;
}
.kaerebalink-link1 div a:hover,
.booklink-link2 div a:hover,
.tomarebalink-link1 div a:hover{
  color: #444;
}
.kaerebalink-link1 div a:active,
.booklink-link2 div a:active,
.tomarebalink-link1 div a:active{
  transform:translate(0, 1px);
}
.kaerebalink-link1 div img,
.booklink-link2 div img,
.tomarebalink-link1 div img{
  display: none;
}
/* hover：上方向にぴょこっと */
.shoplinkamazon a:hover,
.shoplinkrakuten a:hover,
.shoplinkyahoo a:hover,
.shoplinkjalan a:hover,
.shoplinkjtb a:hover,
.shoplinkknt a:hover,
.shoplinkikyu a:hover,
.shoplinkrurubu a:hover {

  transform: translateY(-3px);
}

/* 画面幅768px以上の場合のstyle */
      @media only screen and (min-width: 768px) {
        .kaerebalink-image,
        .booklink-image,
        .tomarebalink-image{
          float: left!important;
          margin: 0 1.5em 0.5em 0!important;
          }
        .kaerebalink-link1 div,
        .booklink-link2 div,
        .tomarebalink-link1 div{
          width: 33.3%;
          }
        }

.kaerebalink-link1 a, .booklink-link2 a, .tomarebalink-link1 a, .product-item-buttons a {
  margin: 0 auto;
}
/* ▼ボタンカラーここから▼ */
.shoplinkamazon a, .shoplinkrakuten a, .shoplinkyahoo a, .shoplinkjalan a, .shoplinkjtb a,
.shoplinkknt a, .shoplinkikyu a, .shoplinkrurubu a {
  background: transparent; /* ボタンの背景色完全に消す */
}

.shoplinkamazon a, .shoplinkrakuten a, .shoplinkyahoo a, .shoplinkjalan a, .shoplinkjtb a,
.shoplinkknt a, .shoplinkikyu a, .shoplinkrurubu a {
  background-image: linear-gradient(-45deg, #fff 25%, var(--skin-grayish-gradient) 25%, var(--skin-grayish-gradient) 50%, #fff 50%, #fff 75%, var(--skin-grayish-gradient) 75%, var(--skin-grayish-gradient)) !important;
  background-size: 8px 8px;
  border-color: #fff;
}

.shoplinkamazon a:hover, .shoplinkrakuten a:hover, .shoplinkyahoo a:hover, .shoplinkjalan a:hover,
.shoplinkjtb a:hover, .shoplinkknt a:hover, .shoplinkikyu a:hover, .shoplinkrurubu a:hover {
  background-color: #444;
  border-color: transparent;

}


/* ▲ボタンカラーここまで▲ */

/* ぽちっぷ・とまれば・ボックス要素 */

.body .product-item-box,
.booklink-box,
.kaerebalink-box,
.tomarebalink-box,
.product-item-box,
.pochipp-box,
.is-style-border-solid {
  padding: 1.5rem;
  width: 96% !important;
  font-size: 14px !important;
  color: #222 !important;
  border: 3px solid #333;
  box-shadow: none !important;
  box-sizing: border-box;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.is-style-border-solid a {
  font-size: 15px !important;
  letter-spacing: 0.02em !important;
}

      @media screen and (max-width: 480px) {
        .body .product-item-box,
        .booklink-box,
        .kaerebalink-box,
        .tomarebalink-box,
        .product-item-box,
        .pochipp-box,
        .is-style-border-solid {
          padding: 1.5em;
          width: 100% !important;
        }
      }

/* 本体：白背景＋黒線 */
.booklink-box,
.kaerebalink-box,
.tomarebalink-box,
.product-item-box,
.pochipp-box {
  background: #ffffff !important;
  border: 1px solid #444 !important;
  padding: 24px !important;
  position: relative !important;
  box-sizing: border-box !important;
  margin: 2.75em auto !important;
}
.skin-grayish .blogcard {
  margin: 2.5em auto !important;
}

/* =========================
   Pochipp ボタン 共通
========================= */

.pochipp-box a.pochipp-box__btn {
  /* フラット殺し */
  background: #f6f6f6 !important;
  background-image: none !important;
  filter: none !important;

  border: 0px solid #333 !important;
  border-radius: 4px !important;

  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
  padding: 9px 14px !important;

  color: inherit;
  text-shadow: none !important;

  /* 紙の影（通常時） */
  box-shadow: 0px 0px 0 rgba(0,0,0,0) !important;

  transition: transform .15s ease, box-shadow .15s ease;
}

/* ぴょこっと上（控えめ） */
.pochipp-box a.pochipp-box__btn:hover {
  transform: translateY(-3px);
  box-shadow: 2px 2px 0 rgba(0,0,0,0) !important;
}

/* 疑似要素・立体表現 完全無効 */
.pochipp-box a.pochipp-box__btn::before,
.pochipp-box a.pochipp-box__btn::after {
  content: none !important;
  display: none !important;
}

/* =========================
   サービス別 文字色のみ
========================= */

/* Amazon */
.pochipp-box .-amazon a.pochipp-box__btn {
  color: #ef953e !important;
}

/* 楽天 */
.pochipp-box .-rakuten a.pochipp-box__btn {
  color: #ea5455 !important;
}

/* Yahoo */
.pochipp-box .-yahoo a.pochipp-box__btn {
  color: #2e3f59 !important;
}

/* 公式 */
.pochipp-box .-custom a.pochipp-box__btn,
.pochipp-box .-others a.pochipp-box__btn,
.pochipp-box .-link a.pochipp-box__btn {
  color: #753249 !important;
}


/* STAY FINDER */
.is-style-border-solid {
  position: relative;
  border: none;
  background-color: #f9f9f9;
  border: solid 0px #dedede;
  padding-top: 1em !important;
  padding-bottom: 0.5em !important;
  background-image: linear-gradient(-45deg, #fff 25%, var(--skin-grayish-gradient) 25%, var(--skin-grayish-gradient) 50%, #fff 50%, #fff 75%, var(--skin-grayish-gradient) 75%, var(--skin-grayish-gradient));
  background-size: 230px 230px;
  margin-top: 5em;
  margin-bottom: 5em !important;
  font-weight: 500;
}
.is-style-border-solid a {
  color: #444 !important;
}
.is-style-border-solid::before {
  background-color: transparent; /* タイトル背景色 */
	font-size: 28px !important;/* タイトル文字の大きさ */
	color: #dedede; /* タイトル文字色 */
	letter-spacing: 0.1em!important;
  padding: 0px 0.6em;
	line-height: 1;/*タイトルの行の高さ*/
	position:absolute;/* 配置(ここを動かす) */
	top: -20px; /*上からの距離*/
	right: 0.75em; /*右からの距離*/
  content: "STAY FINDER";
  font-family: 'Permanent Marker', cursive !important;
  font-family: "Shadows Into Light", cursive !important;
  border-radius: 0;
  text-shadow: var(--cocoon-white-color) 3px 0 0, var(--cocoon-white-color) 2px 1px 0, var(--cocoon-white-color) 2px 2px 0, var(--cocoon-white-color) 2px 3px 0, var(--cocoon-white-color) 1px 3px 0, var(--cocoon-white-color) 0 3px 0, var(--cocoon-white-color) -1px 3px 0, var(--cocoon-white-color) -2px 2px 0, var(--cocoon-white-color) -3px 1px 0, var(--cocoon-white-color) -3px 0 0, var(--cocoon-white-color) -3px -1px 0, var(--cocoon-white-color) -3px -2px 0, var(--cocoon-white-color) -2px -2px 0, var(--cocoon-white-color) -1px -3px 0, var(--cocoon-white-color) 0 -3px 0, var(--cocoon-white-color) 1px -3px 0, var(--cocoon-white-color) 2px -2px 0, var(--cocoon-white-color) 2px -2px 0, var(--cocoon-white-color) 3px -1px 0;
}
      @media screen and (max-width: 480px) {
        .is-style-border-solid  {
          margin-left: -24px !important;
          margin-right: -24px !important;
          width: calc(100% + 48px) !important;
          padding-left: 24px !important;
          padding-right: 24px !important;
        }
        .is-style-border-solid::before {
          right: 0.5em;
        }
      }
.is-style-border-solid a {
  color: #333;
}
.booklink-image img, .kaerebalink-image img, .tomarebalink-image img, .product-item-thumb img,
.pochipp-box__image img {
    display: block;
    max-width: 100% !important;
    height: auto;
    max-height: 160px;
    -o-object-fit: contain;
    object-fit: contain;
    margin: 0 auto;
}
  @media only screen and (min-width: 768px) {
      .kaerebalink-image, .booklink-image, .tomarebalink-image {
          float: left !important;
          margin: 0 2em 0.5em 0 !important;
        }
      }
.booklink-image, .kaerebalink-image, .tomarebalink-image, .product-item-thumb {
  width: 300px;
}
body .is-layout-flex.travel, .booklink-info, .kaerebalink-info, .tomarebalink-info, .product-item-content, .pochipp-box__title {
    margin: 0 0 8px;
    font-weight: 500 !important;
    font-size: 14px !important;
    letter-spacing: 0.02em !important;
    line-height: 1.6 !important;
}


.pochipp-box__info {
    text-indent: 0.75em;
  }
.tomarebalink-powered-date {
      margin: 4px 0 0;
      font-size: 12px;
      line-height: 1.5;
      opacity: .75;
      font-weight: normal;
      text-align: right;
}

  @media screen and (min-width: 769px) {
      .booklink-info, .kaerebalink-info, .tomarebalink-info, .product-item-content {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 0;
      }
    }

.booklink-detail, .kaerebalink-detail, .tomarebalink-address {
  font-weight: normal;
  line-height: 1.4;
  font-size: 13px;
  letter-spacing: 0.01em;
  margin-top: 0.75em;
}

.pochipp-box[data-btn-style=dflt] .pochipp-box__btn {
  font-weight: 500;
  border-radius: 3px !important;
  font-size: 14px;
}
.pochipp-box .fa-external-link-alt:before {
  display: none;
}
.tomarebalink-link1, .pochipp-box .pochipp-box__btns {
    position: relative;
    left: -4px;
    display: flex;
    flex-wrap: wrap;
    grid-area: areaBtns;
    align-items: flex-start;
    width: calc(100% + 10px);
    margin: 2em 0 0;
    padding: 0;
}


/* ブログカード */
.skin-grayish .blogcard-wrap {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
  border: solid 0px var(--LtGray_T30);
}
      @media screen and (max-width: 480px) {
      .skin-grayish .blogcard-wrap {
          width: 100% !important;
        }
      }

/* =========================
   ブログカード：二重線＋ぴょこっと
========================= */

.skin-grayish .blogcard {
  background: #fff !important;
  border: 1px solid #444 !important;

  position: relative !important;
  padding: 24px !important;
  box-sizing: border-box !important;


  transition: transform .15s ease, box-shadow .15s ease;
}

/* =========================
   hover：ぴょこっと（影も一緒に動かす）
========================= */
.skin-grayish .blogcard:hover {
  transform: translateY(-3px); /* 浮かせる量 */

  /* ← 二重影のズレを少しだけ大きくする */
  box-shadow:
    6px 6px 0 #fff,
    8px 8px 0 #333 !important;
}


.skin-grayish .blogcard:hover {
  transform: translateY(-4px);
  box-shadow: 6px 6px 0 rgba(0,0,0,0) !important;
}




.skin-grayish .blogcard::before,
.skin-grayish .external-blogcard .blogcard-footer {
  display: none;
}

.skin-grayish .blogcard .blogcard-site {
  display: none;
  row-gap: 0;
}
.blogcard-thumbnail img, .internal-blogcard-thumbnail img {
  margin-left: 0 !important;
}
.skin-grayish .internal-blogcard {
    row-gap: 0;
  }
.skin-grayish .blogcard.internal-blogcard .blogcard-footer .blogcard-date {
  display: none;
}
.skin-grayish .blogcard-label {
  top: -1.25em;
  font-family: 'Permanent Marker', cursive !important;
}
/* ブログカード・マップカード共通設定 */
.blogcard-title, .map-title {
  font-size: 14px !important;
  font-weight: 500 !important;
  margin-bottom: 0.4em;
  letter-spacing: 0.02em !important;
  line-height: 1.6 !important;
}
  @media screen and (max-width: 600px) {
    .blogcard-title, .map-title {
      line-height: 1.4 !important;
    }
  }
/* ------/ブログカード・マップカード共通設定 */

.blogcard-wrap:hover {
	background: #f6f6f6 !important;
}
.skin-grayish .blogcard .blogcard-content {
  padding: 0;
}
.skin-grayish .blogcard {
  row-gap: 0;
}
.skin-grayish .blogcard .blogcard-content .blogcard-snippet {
  font-size: 12px;
  line-height: 1.675;
  letter-spacing: 0.02em;
  margin-bottom: 0;
  text-align: left;
  text-align: justify; /* 基本 */
  text-justify: inter-ideograph; /* IEで必要 */
  text-justify: inter-character; /* Firefoxで必要 */
  word-break: break-all;
}
/* --------------------------------------------
  マップカード（背景白 / 枠線なし）
-------------------------------------------- */

/* カード全体 */
.body .is-layout-flex.map {
  margin: 0 auto 3.5em !important;
  padding: 1.5em 1em !important;
  background: #fff;                 /* 白背景 */
  width: 96%;
}

@media screen and (max-width: 480px) {
  .body .is-layout-flex.map {
    width: 100%;
    padding: 1em 0.5em !important;
  }
}

/* Googleマップ（モノクロ化） */
.map_map iframe {
  filter: grayscale(100%) contrast(90%);
  -webkit-filter: grayscale(100%) contrast(90%);
  transition: 0.4s;
  border: 0 !important;             /* 枠線なし */
  border-radius: 8px !important;    /* 角だけゆるく丸める */
  width: 100% !important;
}

.map_map iframe:hover {
  filter: none;
  -webkit-filter: none;
}

/* 左側のテキスト領域 */
.map {
  padding: 0 !important;
  text-align: right;
  margin-left: 32px;
}

/* テキスト共通 */
.map p {
  font-family: 'Josefin Sans', 'Zen Kaku Gothic New', sans-serif !important;
  font-size: 13px;
  letter-spacing: 0.01em;
  margin: 0 0 0.3em;
  padding: 0 !important;
  text-indent: 0;
  text-align: right;
  color: #333;                       /* 少し柔らかいグレー */
}

@media screen and (max-width: 781px){
  .map p {
    padding: 0 0.5rem !important;
  }
}

/* タイトル */
.map-title {
  margin-top: 0.5em !important;
  margin-bottom: 0.8em !important;
  text-align: right;
  font-weight: 600;
  color: #333;
}

.map .map_map {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* 地図側の余白 */
.map_map {
  margin-top: 1em !important;
  margin-bottom: 3.75em !important;
}
/* /マップカード*/

figcaption, .wp-element-caption figcaption, .wp-block-image figcaption {
    font-size: 12px;
    letter-spacing: 0.01em;
    line-height: 1.675;
    text-align: left;
    text-align: justify;
    word-break: break-all;
    padding: 0.75rem 0;
    width: 70%;
    margin: 0 0 0 auto !important;
    text-align: justify !important; /* 基本 */
    text-justify: inter-ideograph; /* IEで必要 */
    text-justify: inter-character; /* Firefoxで必要 */
    word-break: break-all !important;
}

      @media screen and (max-width: 480px) {
        figcaption, .wp-element-caption figcaption, .wp-block-image figcaption {
          width: 90%;
        }
      }

/* アフィリ */
.booklink-box, .kaerebalink-box, .tomarebalink-box, .product-item-box {
    padding: 1.5rem;
    width: 96%;
    border: 3px solid #dedede;
    box-sizing: border-box;
    position: relative;
}

.product-item-snippet {
  text-align: right;
}
.booklink-info, .kaerebalink-info, .tomarebalink-info, .product-item-content {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.675;
}

/* アプリーチ */
.appreach {
  padding: 1.4em;
  letter-spacing: 0.02em;
  width: 96%;
  border: 3px solid #dedede;
  box-sizing: border-box;
  position: relative;
  margin-left: auto !important;
  margin-right: auto !important;
}
.appreach:after {
  content: "";
  display: block;
  clear: both;
}
.appreach p {
  margin: 0;
  text-align: justify; /* 基本 */
  text-justify: inter-ideograph; /* IEで必要 */
  text-justify: inter-character; /* Firefoxで必要 */
  word-break: break-all;
}
.appreach a:after {
  display: none;
}
.appreach__icon {
  float: left;
  border-radius: 10%;
  overflow: hidden;
  margin: 0 3% 0 0 !important;
  width: 18% !important;
  height: auto !important;
  max-width: 120px !important;
}
.appreach__detail {
  display: inline-block;
  font-size: 14px;
  line-height: 1.5;
  padding-left: 0.5em;
  width: 79%;
  max-width: 79%;
}
.appreach__detail:after {
  content: "";
  display: block;
  clear: both;
}
.appreach__name {
  font-size: 14px;
  font-weight: bold !important;
  text-indent: 0 !important;
  line-height: 1.5em !important;
  max-height: 3em;
  padding: 0 !important;
  overflow: hidden;
}
.appreach__info {
  font-size: 12px !important;
  text-indent: 0 !important;
  padding: 0 !important;
  text-align: right !important;
}
.appreach__developper, .appreach__price {
  margin-right: 0.5em;
}
.appreach__posted a {
  margin-left: 0.5em;
}
.appreach__links {
  float: left;
  height: 40px;
  margin-top: 8px;
  white-space: nowrap;
}
.appreach img {
  margin-left: 0 !important;
  margin-right:  !important;
  max-width: 100% !important;
}
.appreach__aslink img {
  margin-left: 0.5em !important;
  margin-right: 10px;
  height: 40px;
  width: 135px;
}
.appreach__gplink img {
  height: 40px;
  width: 134.5px;
}
.appreach__star {
  position: relative;
  font-size: 14px !important;
  height: 1.5em;
  width: 5em;
}
.appreach__star__base {
  position: absolute;
  color: #737373;
}
.appreach__star__evaluate {
  position: absolute;
  color: #ffc107;
  overflow: hidden;
  white-space: nowrap;
}



/*-------------- スキン --------------*/


/* おすすめカード */
.recommended.rcs-center-white-title .card-content {
  font-family: 'Permanent Marker', cursive;
  font-size: 1rem;
  letter-spacing: 0;
  color: #444;
  background: none;
}
.skin-grayish .list-new-entries .list-title {
  font-family: "Rock Salt", cursive !important;
  font-family: "Shadows Into Light", cursive !important;
}

/* New Posts前の余白 */
/* New Posts前 #custom_html-3, #custom_html-7  */
#custom_html-3,
#custom_html-7 {
  margin-top: -10px;
  padding-top: 0; /* PC */
}

@media (max-width: 960px) {
  #custom_html-3,
  #custom_html-7 {
    padding-top: 26px;
  }
}

@media (max-width: 480px) {
  #custom_html-3,
  #custom_html-7 {
    padding-top: 84px; /* 50→40 少し上品に */
  }
}



/* ナビゲーションバー */
.breadcrumb-caption {
  letter-spacing: 0.02em;
}

body.category .breadcrumb.wrap {
  display: none;
}




/* 関連記事 */
.skin-grayish .related-entry-heading, .comment-title {
  border-bottom: solid 1px var(--skin-grayish-site-sub-color);
}
.skin-grayish .under-entry-content .rect-vertical-card .related-entry-card-title {
  font-size: 12px;
}
.related-entry-card-title {
  font-family: 'Josefin Sans', 'Zen Kaku Gothic New', sans-serif !important;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.675;
  padding-right: 0.5em;
  padding-left: 0.5em;
}
/* 記事内_前へ・次へ */
.skin-grayish .pager-post-navi {
  letter-spacing: 0.02em;
  font-weight: 400;
  border-top: 1px solid var(--skin-grayish-site-main-hover);
  border-bottom: 1px solid var(--skin-grayish-site-main-hover);
}
.skin-grayish .pager-post-navi .prev-post-thumb::before, .skin-grayish .pager-post-navi .next-post-thumb::before {
  background: #fff;
}
.new-entry-card-thumb {
  margin-right: 0;
}
.archive-title {
  font-size: 22px;
  margin: 0;
}
.category-content {
  margin: 0;
}
/* トップへ戻る矢印 */
.skin-grayish .go-to-top-button.go-to-top-button-icon-font span {
  border-left: 1px solid #222;
  border-top: 1px solid #222;
}
.skin-grayish .go-to-top-button.go-to-top-button-icon-font {
  background-color: var(--white_half);
  border: 1px solid #222;
  border-radius: 99%;
}


.skin-grayish .entry-card, .skin-grayish .entry-card .entry-card-content {
  text-align: justify; /* 基本 */
	text-justify: inter-ideograph; /* IEで必要 */
	text-justify: inter-character; /* Firefoxで必要 */
  word-break: break-all;
  gap: 12px;
}

hr {
    color: #ccc;
}

/* 引用 */
blockquote {
  font-size: 14px;
  border: none;
  border-top: 1px solid #444;
  border-bottom: 1px solid #444;
  padding: 1.4em 1.8em;
  position: relative;
}
blockquote::before, blockquote::after {
  color: #444;
}
blockquote p {
  font-size: 14px;
  margin-top: 0.5em !important;
}
blockquote img {
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100%;
}
blockquote a {
  color: #444;
}
blockquote cite {
  font-size: 11px;
  text-indent: 0 !important;
}
cite {
  font-style: normal;
  text-indent: 0 !important;
  padding-left: 3em;
  color: #444;
}
/* 引用上スペース */
.blockquote_thum {
  margin-top: 1.25rem;
}


/* プロフィールボックス */
.entry-content .author-description p {
  font-family: "Rock Salt", cursive !important;
}
.author-box .author-name a {
  font-weight: bold;
}
.author-description p {
  text-indent: 0;
  line-height: 1.8;
  text-align: left; /* 基本 */
  text-justify: inter-ideograph; /* IEで必要 */
  text-justify: inter-character; /* Firefoxで必要 */
  word-break: normal;
  font-family: "Rock Salt", cursive !important;
}

:where(.main, .content-bottom, .content-top) .author-box .author-content .author-name {
  font-weight: bold;
  font-size: 10px;
  font-family: "Rock Salt", cursive !important;
}
.author-box .author-thumb img {
  border-radius: 3%;
  margin-top: 1em;
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
}
:where(.main, .content-bottom, .content-top) .author-box {
  column-gap: 0;
  vertical-align: bottom;
}
.skin-grayish :where(.main, .content-bottom, .content-top) .author-box .author-thumb {
  margin-top: ;
}
.skin-grayish .content-bottom {
  background-color: #fff;
}
.skin-grayish .content-bottom .widget_author_box .author-box {
    margin: clamp(100px, 10vw, 140px) clamp(5%, 8vw, 10%) clamp(60px, 8vw, 100px);
    background-color: #fff;
}

.skin-grayish .article-header .date-tags, .post-date {
  text-align: right;
  margin-right: 0;
}
.skin-grayish .article-header {
  margin-bottom: 3em;
}

/* 記事中アイキャッチ */
.eye-catch {
  margin: 1em auto;
}
.skin-grayish .cat-label {
  font-weight: 600;
}
/* オレンジアイコン_記事中アイキャッチ */
.skin-grayish.single-post .article-header .eye-catch-wrap .eye-catch .cat-label {
  position: absolute;
  margin-left: -32px;
  font-weight: 600;
}
.entry-card-thumb-image .card-thumb-image .wp-post-image .cat-label {
  font-weight: 600;
}
/* オレンジアイコン_記事中アイキャッチ以外 */
.skin-grayish.single-post .article-header .eye-catch-wrap .eye-catch .cat-label, .skin-grayish .cat-label, .skin-grayish .article-footer .entry-categories .cat-link
, .skin-grayish .article-footer .entry-tags .tag-link {
  padding: 4px 10px;
  border: 0;
  color: #444;
}
.skin-grayish .cat-label, .skin-grayish .article-footer .entry-categories .cat-link,
.skin-grayish .pager-post-navi .prev-post-thumb::before, .skin-grayish .pager-post-navi .next-post-thumb::before {
  letter-spacing: 0.02em;
  background-color: #f6f6f6;
  color: #444;
  font-weight: ;
}
.skin-grayish .article-footer .entry-categories .cat-link {
  font-weight: 400;
}
.cat-label-59, .cat-label-41 {
  background-color: #ccc !important;
  color: #fff !important;
}
.skin-grayish .pager-post-navi .prev-post-thumb::before, .skin-grayish .pager-post-navi .next-post-thumb::before {
  letter-spacing: 0.02em;
  background-color: #fff;
  color: #444;
  font-weight: bold;
}
.skin-grayish .list-new-entries .list-more-button, .skin-grayish .front-page-type-category-2-columns .list-columns .list-more-button {
  font-weight: medium;
}
.skin-grayish .sns-share.ss-high-and-low-lc a .social-icon,
.skin-grayish .share-menu-content .sns-buttons {
    font-size: 16px;
    filter: grayscale(98%);
}
      @media screen and (max-width: 480px) {
        .skin-grayish .sns-share.ss-high-and-low-lc a .social-icon {
            font-size: 14px;
        }
      }

.entry-date {
  letter-spacing: ;
  font-family: 'Permanent Marker', 'Kaisei Opti',sans-serif !important;
  font-family: "Shadows Into Light", cursive !important;
  font-weight: 700;
}
.skin-grayish.page .article-header .date-tags {
  display: none;
}
/* 吹き出し */
.speech-wrap {
  margin-top: 5em;
  margin-bottom: 5em !important;
  margin-left: auto;
  margin-right: 0;
  width: 96%;
}
      @media screen and (max-width: 480px) {
        .speech-wrap {
          margin-right: auto;
          width: 100%;
        }
      }

.sbs-flat .speech-balloon, .cocoon-block-balloon.not-nested-style>.speech-balloon {
    background-color: #f1f1f1;
    border-color: #f1f1f1;
}
.sbp-r .speech-balloon::before {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    right: -15px !important;
    top: 29px;
    border-left-width: 15px !important;
    border-left-style: solid;
    border-left-color: #f1f1f1 !important;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
  }
  div.speech-balloon {
      height: 100%;
      position: relative;
      padding: 10px;
      background-color: #f1f1f1;
      border-width: 1px;
      border-style: solid;
      border-color: #f1f1f1;
      /* color: var(--cocoon-custom-text-color); */
      border-radius: 12px;
      max-width: 86%;
  }
div.speech-balloon p {
  font-family: 'Jost', 'Zen Maru Gothic', sans-serif !important;
  text-indent: 0;
  padding: 0.75em;
  font-size: 15px;
}
      @media screen and (max-width: 480px){
          div.speech-balloon p {
            font-size:;
          }
        }

img.speech-icon-image {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  border: 0;
  border-radius: 0;
}
        @media screen and (max-width: 834px){
          img.speech-icon-image {
            margin-left: 0 !important;
            margin-right: 24px !important;
            max-width: 100%;
          }
        }

.sbp-r .speech-balloon::after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    right: -11px;
    top: 30px;
    border-left-width: 15px solid;
    border-left-style: solid;
    border-left-color: #f1f1f1 !important;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
}

.sbp-l .speech-balloon {
    margin-right: 25px;
}
      @media screen and (max-width: 480px) {
        .sbp-l .speech-balloon {
          margin-left: 25px;
        }
      }

.speech-name {
    text-align: right;
    font-size: 12px;
    font-weight: 500;
}
/*-------------- サイドバー --------------*/
.sidebar {
  padding-top: 0;
  padding-bottom: 68px;
}
.skin-grayish .sidebar {
  font-weight: 400;
}
.widget-sidebar {
  margin: 0.5em auto 2.5em !important;
}
.skin-grayish .sidebar h3, .skin-grayish .related-entry-heading {
  font-family: "Rock Salt", cursive !important;
  font-family: 'Josefin Sans', 'Zen Kaku Gothic New', sans-serif !important;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.02em;
  border-bottom: solid 1px var(--skin-grayish-site-sub-color);
  margin-bottom:;
  text-align: right;
}

#nav_menu-2 .widget-sidebar-title {
  display: none;
}
.menu-categories-container ul li a {
  font-family: 'Sigmar One', sans-serif !important;
  font-size: 18px;
  text-align: right;
  padding: 0 1em;
}
/* シャッフル_サイド */
#related_entries-2 {
  margin: 3em auto;
  width: 89%;
  position: relative;
  background: #fff;
  border: 1px solid #333;
  padding: 24px;
  box-sizing: border-box;
}

/* ドット背景の影（奥行き用） */
#related_entries-2::before {
  content: "";
  position: absolute;
  top: 10px;    /* 奥行き方向に大きくずらす */
  left: 10px;
  right: -10px;
  bottom: -10px;
  background-image: radial-gradient(#444 20%, transparent 20%), /* ドットの色とサイズ */ radial-gradient(#444 20%, transparent 20%);
background-size: 10px 10px;
background-position: 0 0, 5px 5px;
  z-index: -2;  /* 枠線の下に */
  display: none;
}

/* 影の枠線（立方体の縁っぽく） */
#related_entries-2::after {
  content: "";
  position: absolute;
  top: 5px;    /* 同じ方向にずらす */
  left: 5px;
  right: -5px;
  bottom: -5px;
  border: 1px solid #333;
  z-index: -1;  /* 本体の下に */
}


#related_entries-2 h3 {
  font-family: 'Permanent Marker', cursive !important;
  font-family: "Shadows Into Light", cursive !important;
  border: 0 !important;
  text-align: center;
  font-size: 1rem;
  margin: 2.25rem auto 1.5rem !important;
  position: relative;
  display: inline-block;
  width: 100%;
  font-weight: 700;
  text-transform: uppercase;
}

#related_entries-2 h3:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -4px;
  display: inline-block;
  width: 1.5em;
  height: 3px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #444;
  border-radius: 5px;
}

#related_entries-2 .widget-related-entry-cards {
  width: 92%;
  margin: 0.5rem auto 1rem;
}
#related_entries-2 .widget-entry-cards.card-large-image .a-wrap {
  margin-left: auto;
  margin-right: auto;
}
#related_entries-2 .widget-entry-cards.card-large-image .card-content {
  font-size: 1em !important;
  padding: 1.5rem auto 0.75rem;
  letter-spacing: 0.02em !important;
  margin-bottom: 1.25em;
}
#related_entries-2 .card-title-bold .card-title {
  font-weight: 500;
}
#related_entries-2 img {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.75em;
}

/* おすすめカード_サイド, footer */
.nwa .recommended .navi-entry-cards, .widget-footer-left .box-menu {
  background-image: linear-gradient(-45deg, #fff 25%, var(--skin-grayish-gradient) 25%, var(--skin-grayish-gradient) 50%, #fff 50%, #fff 75%, var(--skin-grayish-gradient) 75%, var(--skin-grayish-gradient));
  background-size: 14px 14px;
}
.widget-entry-cards.large-thumb-on .card-title {
  font-family: "Barrio", serif !important;
}
/* もくじ_サイド */
.skin-grayish .sidebar .toc-list>li a {
  font-size: 12px;
  letter-spacing: 0.02em;
  line-height: 1.675;
}
#sidebar .skin-grayish .tnt-number .toc-list>li>a::before {
  top: 0.75em;
}
/* 新着記事_サイド */
.skin-grayish .sidebar .widget-entry-card {
  font-size: 12px;
  line-height: 1.675;
  letter-spacing: 0.02em;
}
.widget-entry-card-content {
  margin-left: 132px;
  text-align: justify; /* 基本 */
  text-justify: inter-ideograph; /* IEで必要 */
  text-justify: inter-character; /* Firefoxで必要 */
  word-break: break-all;
}
.blogcard-thumbnail img, .internal-blogcard-thumbnail img {
  margin-right: 0 !important;
}
/* 人気記事 */
.skin-grayish .sidebar .popular-entry-card-title.widget-entry-card-title.card-title {
  font-size: 12px;
  line-height: 1.675;
  letter-spacing: 0.02em;
  padding-top: 0;
}
#popular_entries-2.widget-sidebar-standard, #popular_entries-3.widget-sidebar-standard {
  padding: 0;
}
.widget-entry-cards.ranking-visible .no-1 .card-thumb::before {
  background: #EF953E;
}
.widget-entry-cards.ranking-visible .no-2 .card-thumb::before {
  background: #333;
}
.widget-entry-cards.ranking-visible .no-3 .card-thumb::before {
  background: #444;
}
.widget-entry-cards.ranking-visible .no-4 .card-thumb::before {
  background: #aaa;
}
.widget-entry-cards.ranking-visible .no-5 .card-thumb::before {
  background: #ccc;
}
/* 個別記事_アンダーライン */
.skin-grayish .content .main .entry-content {
  border-bottom: solid 1px var(--skin-grayish-site-main-hover);
}
/* シェアボタン_背景 */
.skin-grayish .article-footer .sns-share-buttons, .skin-grayish .article-footer .sns-follow-buttons {
  background-size: 14px 14px;
}

/*-------------- スライダー --------------*/

#text-7, #text-3 {
  margin-top: 3.5em;
  margin-bottom: 10em !important;
}
/* 特集 */
#text-7 .widget-index-top-title, #text-3 .widget-index-top-title {
  display: inline-block;
  position: absolute;
  transform-origin: left;
  background: #fff;
  border: 1px solid #fff;
  border-radius: ;
  padding: 0px 10px!important;
  margin: -0.75em 0 0 !important;
  font-size: 26px; /* 28px */
  opacity: ;
  z-index: 10;
  transform: rotate( -3deg );
}
.vp-portfolio__items-style-fly .vp-portfolio__item-meta>:last-child,
.vp-portfolio__items-style-fade .vp-portfolio__item-meta>:last-child {
  font-style: normal;
  font-size: 16px;
  font-weight: 900 !important;
  letter-spacing: 0.1em;
  line-height: 1.8;
  padding-left: 0.75em;
  padding-right: 20%;
}
[data-vp-layout=slider] .vp-portfolio__items-bullets {
  bottom: 0 !important;
}
[data-vp-layout=slider] .vp-portfolio__items-arrow {
  background-color: transparent;
}
/* ギャラリー */
.vp-portfolio__items-style-emerge .vp-portfolio__item-overlay {
  align-items: center;
  background: transparent !important;
}
#text-2 .vp-portfolio__item-wrap, #text-6 .vp-portfolio__item-wrap {
  width: 16.6666666%;
}
/* images */
#text-2, #text-6 {
  text-align: right;
  background: ;
  padding: ;
  margin-bottom: 55px;
  clear: both;
}
.skin-grayish .main-widget-label {
  font-size: 48px; /* 48px */
  font-family: "Rock Salt", cursive !important;
  font-family: "Shadows Into Light", cursive !important;
  border-bottom:;
  color: ;
  margin-top: 3em;
  margin-bottom: 0.1em;
  max-width: 1080px;
  border: 0px;
  text-transform: uppercase;
}
/* adobestock, pixta */
#block-34, #block-60 {
  max-width: 1080px;
}
@media screen and (max-width: 480px) {
  /* adobestock, pixta */
  #block-34, #block-60 {
    margin-left: 0;
    margin-right: 0;
  }
}
#text-3 {
  margin-bottom: 0;
  margin: 0 0 0 auto;
  width: 55%;
  clear: both;
}
.skin-grayish .footer-bottom-content, .skin-grayish .footer-bottom.fnm-text-width .menu-footer li a {
  font-size: 14px;
}

/*-------------- オリジナル --------------*/

.clear {
  clear: both;
}
.list_long li {
  margin-top: 2em !important;
  margin-bottom: 2em !important;
}
.sr_up-1, .blog-card_c, .blog-card_c-2, .map_c, .wp-block-flexible-table-block-table figcaption {
  font-size: 12px;
  text-indent: 0 !important;
  text-align: left !important;
  color: #444;
  letter-spacing: 0.01em;
  line-height: 1.675 !important;
  width: 70%;
  margin-right: 3% !important;
  margin-left: auto !important;
  margin-bottom: 3em !important;
  padding: 0.5rem 0 !important;
  text-align: justify !important; /* 基本 */
  text-justify: inter-ideograph; /* IEで必要 */
  text-justify: inter-character; /* Firefoxで必要 */
  word-break: break-all !important;
}
.sr_up-1 {
  margin-top: -3.5em !important;
}

.blog-card_c {
  margin-top: -3em !important;
}
.map_c {
  margin-top: -5.65em !important;
}
.wp-block-flexible-table-block-table figcaption {
  margin-top: -2em !important;
  text-align: right;
}

  @media screen and (max-width: 480px){
    .sr_up-1, .blog-card_c, .map_c, .wp-block-flexible-table-block-table figcaption {
      width: 90%;
      font-size: 12px;
      text-align: justify !important; /* 基本 */
      text-justify: inter-ideograph; /* IEで必要 */
      text-justify: inter-character; /* Firefoxで必要 */
      word-break: break-all;
    }
  }


/* small */
.small {
  font-size: 13px;
  letter-spacing: 0.01em;
  line-height: 1.675;
}


/* 補足説明_文字サイズ小 */
.sup, .sup-gy {
  font-size: 14px;
  letter-spacing: 0.01em;
  line-height: 1.675;
}
      @media screen and (max-width: 480px){
        .sup {
          font-size: ;
        }
      }

.sup-gy {
  color: #444;
}
.discription {
	padding: 1.55em 1.75em 3.5em;
	margin: 1.75em auto;
	border-radius: 10px 10px 10px 10px;
	background-color: #f6f6f6;
}
      @media screen and (max-width: 480px) {
        .discription {
          padding: 1.55em 1.5em 3.25em!important;
        }
      }

.discription dd {
  font-size: 14px;
}
/* 由来 */
.discription_name {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-image: linear-gradient(0deg, transparent 19px, #dedede 20px), linear-gradient(90deg, transparent 19px, #dedede 20px);
  background-size: 20px 20px;
  padding: 1.55em 1.75em !important;
}
      @media screen and (max-width: 480px) {
        .discription_name {
          margin-left: -24px !important;
          margin-right: -24px !important;
          width: calc(100% + 48px) !important;
          padding: 1.55em 24px !important;
        }
      }
.zero_indent {
  text-indent: 0 !important;
}
.zero_top {
  margin-top: 0 !important;
}
.zero_bottom {
  margin-bottom: 0 !important;
}
.zero_margin {
  margin: 0 auto !important;
}
.rbnto-adlabel {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 12px;
}
.contents {
  margin-left: auto;
  margin-right: auto;
}
      @media screen and (max-width: 480px) {
        .contents {
          width: 300px !important;
          align-items: center !important;
        }
      }

/*-------------- アドセンス --------------*/
.ad-area {
  width: 100%;
  margin: 2.25em auto;
}
#common_ad-7 .ad-area {
  width: 100%;
  margin: 6em auto 4em;
}
.footer-right .ad-area {
  width: 100%;
  margin-top: 0;
}
@media (min-width: 961px) {
  .footer-right .ad-label {
    margin-top: 28px !important;
  }
}

article .ad-area {
  width: 96%;
  margin: 1em auto;
}
#footer-in .ad-label {
  font-family: "Shadows Into Light", cursive !important;
  font-size: 1.75em;
  text-align: center;
  word-break: normal;
  letter-spacing: .1rem;
  margin: 22px auto;
  color: #222;
  font-weight: 700;
  text-transform: uppercase;
}
.ad-label {
  color: #444;
  text-align: center;
  font-size: 13px;
}

.cstm-blk-fullwide {
  width: 100vw;
  margin: 0;
}


/* ========== circle & wave path start ==========　*/
/* v1.0.2 add */
:where(.cstm-blk-path-lower-cir, .cstm-blk-path-upper-cir) svg {
  display: block;
  fill: blue;
  width: 100%;
  height: 7vmin;
}

:where(.cstm-blk-path-lower-wave, body.home .cstm-blk-path-upper-wave) svg {
  display: block;
  fill: pink;
  width: 100%;
  height: 7vmin;
  margin-bottom: 5.75em;
}
      @media screen and (max-width: 480px) {
        :where(.cstm-blk-path-lower-wave, body.home .cstm-blk-path-upper-wave) svg {
          margin-bottom: 4.5em;
        }
      }

body:not(.home) .cstm-blk-path-upper-wave {
        display: none;
      }


.cstm-blk-path-upper-cir,
.cstm-blk-path-upper-wave {
  margin-bottom: 0 !important;
}

.cstm-blk-path-upper-wave+.wp-block-cover>.wp-block-cover__inner-container,
.cstm-blk-path-lower-wave+.wp-block-cover>.wp-block-cover__inner-container,
.cstm-blk-path-upper-cir+.wp-block-cover>.wp-block-cover__inner-container,
.cstm-blk-path-lower-cir+.wp-block-cover>.wp-block-cover__inner-container {
  padding-top: 3rem;
}

:where(.cstm-blk-path-upper-cir, .cstm-blk-path-upper-wave) {
  transform: translateY(1px);
}

:where(.cstm-blk-path-lower-cir, .cstm-blk-path-lower-wave) {
  transform: translateY(-1px);
}
/* ========== circle & wave path end ==========　*/


/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/* ★1023px以下 */
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
  .skin-grayish .logo-menu-button img {
    padding: 1em;
  }
  .skin-grayish .sidebar-menu-content .sidebar-menu-close-button {
    color: #444;
  }
  .skin-grayish .main-widget-label {
    font-size: 40px;
  }

  #box_menu-2 .box-menu-label {
    font-size: 12px;
  }
  #tag_cloud-5, #tag_cloud-6 {
    margin-bottom: 0.25em;
  }
  /* New Posts, Futures, Works 文字 */
  @media screen and (width <= 1023px) {
    .skin-grayish .list-new-entries h1, .skin-grayish .main-widget-label {
      font-size: 42px;
    }
  }
  @media screen and (width <= 480px) {
    .skin-grayish .list-new-entries h1 {
      font-size: clamp(24px, 8.5vw, 32px);
    }
  }
  /* カテゴリ3つ_index幅 */
  .skin-grayish .front-page-type-category-2-columns .list-columns {
    margin-left: ;
    margin-right: ;
  }
  #sidebar {
    display: none;
  }
  /* フッターウィジェット */
  .footer-widgets {
    display: block;
  }
  /* フッター */
  .skin-grayish .footer-widgets {
    max-width: 960px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
  }
  #text-2 .vp-portfolio__item-wrap, #text-6 .vp-portfolio__item-wrap {
    width: 16.6666666%;
  }
  /* モバイルメニュー */
  .skin-grayish .mobile-menu-buttons .menu-button {

  }
  /* フッターウィジェット */
  .footer-widgets {
    margin-left: 0;
    margin-right: 0;
    padding: 0px 28px 0px 28px;
    font-size: 14px;
  }
  .logo-footer {
    margin: 8px auto 0;
  }
}

/* ★835px以上、1023以下 */
@media (min-width: 835px) and (max-width: 1023px) {
  /* カテゴリ2つ */
  .skin-grayish :is(.front-page-type-category-3-columns, .front-page-type-category-2-columns) .list-columns .list-column .widget-entry-cards .a-wrap {
    padding: 1.75em 1.25em;
  }
}

/* ★834px以下 */
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
  /* モバイル時に表示したい画像のURLを設定する */
  main.main, div.sidebar, .skin-grayish .sidebar-menu-content .sidebar.nwa {
    padding: 12px 24px 80px;
  }
  .entry-content img, .eye-catch img {
    margin-left: -24px;
    margin-right: -24px;
    max-width: calc(100% + 48px);
  }
  .skin-grayish.front-top-page .content .main, .skin-grayish.home .content .main, .skin-grayish.front-top-page .content .main,
  .no-sidebar .content .main {
    max-width: 700px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  /* intro */
  #media_image-3 .main-widget-label {
    font-size: ;
    transform: rotate(-2deg);
    margin-bottom: 0;
  }
  #media_image-3 img {
    width: 70%;
  }
  #block-31, #block-57 {
    margin-bottom: 12em;
  }

  .sbp-r .speech-balloon {
    margin-right: 48px;
  }
  .speech-wrap.sbp-r .speech-balloon {
    margin-right: 20px;
  }
  body .is-layout-flex {
    margin-left: -24px !important;
    margin-right: -24px !important;
  }
  body .is-layout-flex.map {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  body .is-layout-flex.text {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  body .is-layout-flex.travel {
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0.02em;
    font-weight: bold;
  }
  table {
    font-size: 1em;
  }
  .wp-block-columns {

  }
  .skin-grayish .article h2 {
    padding: 0.6em 0 0 0;
    margin-left: 0;
    margin-right: 0;
  }
  .skin-grayish .article-header {
    margin-left: 0;
    margin-right: 0;
  }
  #header .site-name-text {
    width: 70%;
    margin: auto;
  }
  .skin-grayish.front-top-page :where(.front-page-type-category-2-columns) .list-columns .list-column:first-child h1::before {
    font-family: 'Cabin Sketch', sans-serif;
    font-family: "Rock Salt", cursive !important;
    font-weight: 400;
    margin-bottom: 1em;
  }
  /* カテゴリ3つ＿ロゴ下余白 */
  .skin-grayish.front-top-page :where(.front-page-type-category-3-columns, .front-page-type-category-2-columns) .list-columns .list-column:first-child h1, .skin-grayish .content-bottom .widget_popular_entries .widget-content-bottom-title::after {
    padding-top: 3em;
    font-size: clamp(22px, 3.2vw, 42px);
    }
  .skin-grayish :is(.front-page-type-category-3-columns, .front-page-type-category-2-columns) .list-columns .list-column .widget-entry-cards .a-wrap {
    margin-left: auto;
    margin-right: auto;
    }
  .skin-grayish.front-top-page .list-columns.fpt-2-columns .list-column:nth-child(2n)::before {
    background: transparent;
  }
    /* カテゴリ3つ */
  .skin-grayish.front-top-page .list-columns .list-column {
    padding-bottom: 0;
    max-width: 520px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
  }
  .skin-grayish .list-columns h1 {
    margin-top: 0;
  }
  /* プロフ */
  .skin-grayish .content-bottom .content-bottom-in {
    padding-bottom: 0;
    max-width: 520px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  /* アフィリ */
  .booklink-image, .kaerebalink-image, .tomarebalink-image, .product-item-thumb {
    width: 160px;
  }
  /* アプリーチ */
  .appreach__aslink img {
    margin-right: 0.5em !important;
  }
  /* ぽちっぷ */
  .pochipp-box__image img {
    margin: 0 auto;
  }
  .tomarebalink-link1 {
    margin: 4em 0 0 !important;
  }
  /* オレンジアイコン_記事中アイキャッチ */
  .skin-grayish.single-post .article-header .eye-catch-wrap .eye-catch .cat-label {
    position: absolute;
    margin-left: -24px;
  }

  /* フッターウィジェット */
  .footer-widgets {
    display: block;
    margin-left: 0;
    margin-right: 0;
    padding-top: 2em;
    padding-bottom: 2em;
  }
  .skin-grayish .footer-widgets .widget_media_image img {
    max-width:  !important;
    width: 92% !important;
    display: block;
  }
  .cta-box {
    font-size: 14px;
    margin: auto;
  }
/* Works */
  .skin-grayish .main-widget-label {

  }

  #text-7, #text-3 {
    margin-top: 3em !important;
    margin-bottom: 8em !important;
  }
  /* ギャラリー */
  #text-2, #text-6 {
    padding: 0 0;
  }
}


/* ★768px以上、1023以下 */
@media (min-width: 768px) and (max-width: 1023px) {
  #sidebar {
    display: none !important;
  }
}


/* ★768px以下 */
@media screen and (max-width: 768px){
  /*必要ならばここにコードを書く*/
  #block-31, #block-57 {
    margin-bottom: 11em;
  }
}
/* ★640px以下 */
@media screen and (max-width: 640px){
  /*必要ならばここにコードを書く*/
  .skin-grayish.front-top-page .list-columns .list-column {
    margin-left: 0;
    margin-right: 0;
  }
}


/* ★600px以下 */
@media screen and (max-width: 600px) {
  .skin-grayish .blogcard .blogcard-content {
        padding-top: 1em;
        padding-bottom: 0;
    }
  .booklink-image, .kaerebalink-image, .tomarebalink-image, .product-item-thumb {
    width: 100% !important;
    margin-bottom: 16px !important;
    }
  .tomarebalink-link1, .pochipp-box .pochipp-box__btns {
      margin: 2em 0 0 !important;
    }
  }


/* ★480px以下 */
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
  .skin-grayish.front-top-page .container .header-container .header {
   background-image: ;
   background-position: center center;
   }
  .skin-grayish.front-top-page .list-columns.fpt-2-columns .widget-entry-card-content {
    margin-left: 0.5em;
    margin-right: 0;
  }
  /* format: */
  .skin-grayish .list-new-entries .list-title-in {
    font-size: 18px;
    line-height: 1.5em;
    padding: 6px;
    white-space: normal;
  }
  /* 吹き出し */
  .speech-wrap.sbp-r .speech-balloon {
    margin-right: 20px !important;
  }
  .speech-wrap.sbp-r .speech-balloon::before {
    right: -15px;
    border-bottom-width: 7px !important;
    border-left-width: 15px !important;
    border-top-width: 7px !important;
  }
  .speech-wrap.sbp-r .speech-balloon::after {
    right: -15px;
    border-bottom-width: 0;
    border-left-width: 12px;
    border-top-width: 0;
  }

  /* ロゴ＿フロント */
  .skin-grayish.front-top-page #header .site-name-text {
    width: 55%;
  }

  .article dt, .article dd {
    margin-top: ;
    margin-left: 0.2em !important;
    margin-right: 0.2em !important;
    letter-spacing: 0.01em;
  }
  .menu-categories-container ul li a {
    font-size: 16px;
  }
  .toc-widget-box {
    display: none;
  }
  /* intro */
  #media_image-3 .main-widget-label {
    font-size: 34px !important;
    transform: rotate(-3deg);
    margin-top: 0.5em;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 1.25em;
  }
  #media_image-3 img {
    width: 96%;
  }
  #block-30, #block-56 {
    letter-spacing: 0.225em;
    font-size: 14px;
  }
  #block-31, #block-57 {
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    margin-top: -1.25em;
    margin-bottom: 10.5em;
  }
  /* 新着記事・人気記事 */
  .skin-grayish .sidebar .widget-entry-card, .skin-grayish .sidebar .popular-entry-card-title.widget-entry-card-title.card-title {
    font-size: 13px;
    line-height: 1.675;
    letter-spacing: 0.01em;
  }

  .skin-grayish .content-bottom .widget_author_box {
    padding-top: 3.5rem;
  }
  /* 人気記事の前画像_index */
  #block-33, #block-59 {
    margin-bottom: 5rem;
    margin-top: -5rem;
  }
  #block-33 figure, #block-59 figure {
    width: 180px !important;
  }
  /* カテゴリ3つ_index幅 */
  .skin-grayish .front-page-type-category-2-columns .list-columns {
    margin-left: 0;
    margin-right: 0;
  }
  /* カテゴリ3つ_index個別 */
  .skin-grayish :is(.front-page-type-category-3-columns, .front-page-type-category-2-columns) .list-columns .list-column .widget-entry-cards .a-wrap {
    margin-left: 0;
    margin-right: 0;
  }
  /* カテゴリ3つ＿個々 */
  .skin-grayish :where(.front-page-type-category-3-columns, .front-page-type-category-2-columns) .list-columns .widget-entry-cards .a-wrap {
    margin-bottom: 1.25rem;
  }
  /* カテゴリ2つ */
  .skin-grayish.front-top-page .list-columns .list-column {
    margin-left: 0;
    margin-right: 0;
    padding: 1% 7px;
  }
  #box_menu-2 .box-menu {
    width: 50%;
  }
  /* モバイルメニュー_除外 */
  .mobile-menu-buttons .sidebar-menu-button {
    display: none;
  }
    /* アフィリ */
  .booklink-image img, .kaerebalink-image img, .tomarebalink-image img, .product-item-thumb img {

  }
  .booklink-info, .kaerebalink-info, .tomarebalink-info, .product-item-content {
    font-size: 14px;
    line-height: 1.5;
    font-weight: bold;
    text-align: left !important;
  }
  .booklink-link2 > *, .kaerebalink-link1 > *, .tomarebalink-link1 > *, .product-item-buttons > * {
    width: 100%;
    margin: 1% 0.5% !important;
  }

  /* アプリーチ */
  .appreach__aslink img, .appreach__gplink img {
    width: 49%;
    height: auto;
    margin-right: 0.25em;
    margin-left: 0 !important;
  }
  .appreach__icon {
    width: 25% !important;
  }
  .appreach__detail {
    width: 72%;
    max-width: 72%;
  }

  /* スタイルボックス */
  .has-box-style {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .inside {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
  }
  /* 装飾のあるリスト */
  .body :is(ul, ol).has-border{
    margin: 2.75em auto;
  }
  /* ダブルの線枠 */
  .is-style-border-radius-l-double {
    padding-left: 1.75em !important;
  }
  /* リスト_「」*/
  .is-style-square-brackets-box {
    padding: 1.25em 1em !important;
  }
  /* リスト_「」, ［］*/
  .is-style-square-brackets-box, .is-style-parenthetic-box {
    width: 100%;
  }
  /* ぽちっぷ */
  .pochipp-box__title a, .pochipp-box[data-btn-style=dflt] .pochipp-box__btn {
    font-size: 14px;
  }
  .pochipp-box__image img {
    margin: 0 auto;
  }
  /* フッターウィジェット */
  .footer-widgets {
    display: block;
    margin-left: 0;
    margin-right: 0;
    padding: 12px 24px 32px;
  }
  .skin-grayish .footer-widgets .widget_media_image img {
    max-width:  !important;
    width: 100% !important;
    display: block;
  }
  .cta-box {
    width: 96%;
    margin: auto;
  }

  /* スライダー */

  .vp-portfolio__items-style-fly .vp-portfolio__item-meta>:last-child,
  .vp-portfolio__items-style-fade .vp-portfolio__item-meta>:last-child {
    font-size: 15px;
  }
  /* 特集 */
  .widget-index-top-title {
    font-size: 20px !important;
  }
  #text-7, #text-3 {
    margin-top: 2.5em !important;
    margin-bottom: 8em !important;
  }
  #text-7 .widget-index-top-title, #text-3 .widget-index-top-title {
    font-size: 24px !important;
  }
  /* サイトマップ_リスト */
  article .wsp-posts-list ul li, article .wsp-posts-list ol li ::before {
    font-size: 12px;
    letter-spacing: 0.02em;
    line-height: 1.675;
  }
  /* ギャラリー, スマホ */
  #text-2, #text-6 {
    background: ;
    padding: 0 0 0;
    margin-bottom: 35px;
    max-width: 100vw !important;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
  }
  #text-2 .vp-portfolio__item-wrap, #text-6 .vp-portfolio__item-wrap,
  #text-9 .vp-portfolio__item-wrap, #text-4 .vp-portfolio__item-wrap {
    max-width: 38%;
  }

  #text-9 .vp-portfolio__items, #text-4  .vp-portfolio__items {
    --vp-items__gap: 20px;
  }

  .skin-grayish .main-widget-label,.skin-grayish .widget-index-middle-title.main-widget-label {
    font-size: clamp(24px, 8.5vw, 32px);
    min-height: 0vw;
  }
  .skin-grayish .main-widget-label {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 24px;
    margin-right: 24px;
  }
  .single #sidebar {
    display: block;
  }
  main.main, div.sidebar {
    padding-bottom: 1rem;
  }
}


/* 指示が聞かないやつ */
@media screen and (max-width: 480px) {
    .hello {
        font-size: 34px !important;
        transform: ;
        margin-top: 0.5em;
        margin-bottom: 0;
        padding-left: 0;
        padding-right: 1.25em;
    }
    html, body {
      overflow-x: hidden !important;
    }
}
/* ★390px以下 */
@media screen and (max-width: 390px){
  /*必要ならばここにコードを書く*/
  /* カテゴリ2つ */
  .skin-grayish.front-top-page .list-columns .list-column {
    padding: 1% 3px;
  }
  }
