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

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/
.follow-banner-group {
    position: fixed;
    right: 0px;
    top: 300px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;  /* 縦方向に並べる */
    align-items: center;
    gap: 5px;
/*     background: rgba(255, 255, 255, 0.9); */
    padding: 1px;
    border-radius: 10px;
/*     box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); */
    z-index: 1000;
    width: auto;  /* 文字の長さに応じて調整 */
}

/* 各ボタンのスタイル */
.follow-banner-group .wp-block-group {
    width: 51px;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    display: flex;
    flex-direction: column;  /* アイコンとテキストを縦に並べる */
    align-items: center;
	margin-bottom: 2px !important;
	
}

/* ボタンのホバーエフェクト */
.follow-banner-group .wp-block-group:hover {
    transform: scale(1.05);
    opacity: 0.9;
}

/* アイコンとテキストを縦一列に並べる */
.follow-banner-group .wp-block-group p {
    display: flex;
　　flex-direction: row;
    align-items: center;
    justify-content: center;
    writing-mode: vertical-rl;  /* 文字を縦書き（右→左） */
    text-orientation: upright;  /* 文字を正しい向きで表示 */
    font-size: 14px;
    line-height: 1.8;
    margin: 0;
	gap: 15px;

}





@import url('https://fonts.googleapis.com/css2?family=Sacramento&display=swap');

/* タイピングの文字スタイル */
.mv-hikki {
  font-family: font-family: "Tangerine", cursive;
  font-size: 2rem;
  font-weight: normal;
}

@media (max-width: 850px) {
  .long-mv-hikki-en {
    font-size: x-large;
  }
  .long-mv-hikki-jp {
    font-size: large;
  }
	
  .follow-banner-group .wp-block-group p {
    writing-mode: vertical-rl;
    text-orientation: upright;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 1.8;
    min-width: 1em;
    max-width: 100%;
    margin: 0 auto;
  }
	
	
}

@media (max-width: 620px) {
  .long-mv-hikki-en {
    font-size: large;
  }
  .long-mv-hikki-jp {
    font-size: medium;
  }
}

@media (max-width: 502px) {
  .long-mv-hikki-en {
    font-size: medium;
  }
  .long-mv-hikki-jp {
    font-size: small;
  }
}


.tangerine-regular {
  font-family: "Tangerine", cursive;
  font-weight: 400;
  font-style: normal;
  margin-left: 30px;
  margin-right: 20px;
}

.tangerine-bold {
  font-family: "Tangerine", cursive;
  font-weight: 700;
  font-style: normal;
}

.c-postThumb__cat {
	background-color: #2589d0;
}


