@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:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
/***************************
/***************************
** グローバルナビのカスタマイズ
****************************/
/* ナビメニュー 文字*/
#navi {
	font-family: 'Nunito', sans-serif;/*〇〇にはお好きなGoogleフォントを入力*/
	font-weight: Medium 500; /* 太文字 */
	letter-spacing: 0.12em;/*字間を広げる*/
	color: #333;
}
.navi-in a {
	font-size: 13px;/*文字サイズ*/
}

/* safari文字の太さ指定 */
_::-webkit-full-page-media, _:future, :root  
#navi {
	-webkit-text-stroke-width: .1px !important; 
}


/* ナビメニュー 下線*/
#navi .navi-in a::after {
	position: absolute;/*線の位置を絶対配置に*/
	bottom: 0px;/*線の位置*/
	left: -0.7px;
	content: '';
	width: 100%;
	height: 2px;/*線の太さ*/
	background: #000;/*線の色*/
	transform: scale(0, 1);
	transform-origin: center top;
	transition: transform 0.3s;/*変形の時間*/
}

#navi .navi-in a:hover::after {
	transform: scale(1, 1);
}

/* タブレットメニュー中央寄せ */
@media screen and (max-width: 768px){
#navi-in{
	display: flex;
	justify-content: center;
}
}

/*スマホメニューを横スクロール*/
@media screen and (max-width: 480px){
#header-container .navi-in > ul li {
   height: auto;
   font-weight: 600;
   line-height:1.3;
}
#header-container #navi a{
   color:#222; /* 文字色 */
   padding:0.8em 1em;
}
#header-container #navi a:hover{
   color:#000; /* マウスホバー時の文字色 */
}
#header-container .navi-in > ul > .menu-item-has-children > a::after {
   top: 0.8em;
   font-size: 1.2em;
   font-weight: 600;
}
#header-container .sub-menu .caption-wrap{
   padding-left:1em;
}
.navi-in > ul .menu-item-has-description > a > .caption-wrap{
   height:auto;
}
}	
@media screen and (max-width: 1030px){
  #header-container .menu-mobile{
    display:none;
  }
  .navi-in > .menu-mobile{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  #header-container #navi a{
    font-size:0.8em;
    padding: 1em 1.2em;
  }
  #header-container .navi-in > ul > .menu-item-has-children > a::after{
    display:none;
  }
  #navi .navi-in > .menu-mobile li {
    height: auto;
    line-height: 1.8;
  }
  .mblt-header-mobile-buttons {
    margin-top: 53px;
  }
}

/* 追加CSSページ全体デザイン */
:root {
  --uki-main-color: rgb(34, 34, 34);
  --uki-main-color-transparent-f: rgba(156, 166, 187, 0.08);
  --uki-main-color-transparent-h: rgba(156, 166, 187, 0.15);	
}

/* 背景の調整 */

body{
	background:#fff!important;
}

.container{
	background-color:var(--uki-main-color-transparent-b);
}

/* ヘッダーの調整 */
.header-container:not(:has(.site-logo-image)){
	padding: 15px 0px;
}

/* グローバルメニューの調整 */

.navi-in>ul li {
  width: 120px;
  line-height: 30px;
  top: 15px;
  position: relative;
}

.navi-in>ul li a {
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
}

.navi-in>ul li a:hover {
  background: inherit;
}

.navi-in>ul li a::after {
  content: '';
  display: block;
  width: 70%;
  height: 3px;
  background-color: transparent;
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s;
}

.navi-in>ul li a:hover::after {
  background-color: var(--uki-main-color-transparent-h);
}


/* おすすめカードの調整 */

.navi-entry-cards {
  margin-left: 20px;
}

.recommended.rcs-card-margin a {
  border-radius: 5px;
  margin: 38px 10px 10px 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  transition: transform 0.1s ease-in-out;
}

.recommended.rcs-card-margin a:hover {
  transform: translateY(-2px);
}

.recommended.rcs-center-label-title .card-content .card-title {
  padding: 10px 0.5em;
  color: #666;
  background-color: #ffffff91;
  transition: none;
  border-radius: 1px;
  font-size: 0.9em;
  font-weight: bold;
  width: 100%;
}


/* トップページ記事一覧の背景色 */

.main {
  background: inherit;
}


/* トップページ記事一覧カードの調整 */

.ecb-entry-border .entry-card-wrap {
  border: inherit;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  background: #fff;
}

.entry-card-wrap:hover {
  transform: translateY(-2px);
  transition: all 0.05s;
  background: #fff;
}

.ect-vertical-card .entry-card-wrap .entry-card-thumb img {
  border-radius: 14px 14px 0 0;
  height: 191px;
  object-fit: cover;
}

.entry-card-title {
  margin: 0px 5px 25px;
}

.cat-label {
  background: #fff;
  color: #444;
  border-radius: 30px;
  top: 10px;
  left: 10px;
  padding: 2px 8px 0;
  border: inherit;
}


/* タブの調整 */

#index-tab-wrap * {
  animation: none !important;
}

.index-tab-buttons {
  margin: 0em 0 1.4em;
}

#container #index-tab-1:checked~.index-tab-buttons .index-tab-button[for="index-tab-1"], #container #index-tab-2:checked~.index-tab-buttons .index-tab-button[for="index-tab-2"], #container #index-tab-3:checked~.index-tab-buttons .index-tab-button[for="index-tab-3"], #container #index-tab-4:checked~.index-tab-buttons .index-tab-button[for="index-tab-4"] {
  background: none #9CA6B6;
  border: 0px;
  color: #fff;
  font-weight: 700;
}

#container .index-tab-buttons .index-tab-button {
  padding: 10px 16px;
  font-size: 14px;
  margin: 2px 5px;
  border-radius: 30px;
  background-color: #fff;
  border: none;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
}

#container #index-tab-1:checked~.index-tab-buttons .index-tab-button[for="index-tab-1"], #container #index-tab-2:checked~.index-tab-buttons .index-tab-button[for="index-tab-2"], #container #index-tab-3:checked~.index-tab-buttons .index-tab-button[for="index-tab-3"], #container #index-tab-4:checked~.index-tab-buttons .index-tab-button[for="index-tab-4"] {
  background: none var(--uki-main-color);
  border: 0px;
  color: #fff;
  font-weight: 700;
}

.index-tab-buttons .index-tab-button {
  position: relative;
  padding: 10px 16px;
  font-size: 14px;
  margin: 2px 5px;
  border-radius: 30px;
  background-color: #fff;
  border: none;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
}

.index-tab-buttons .index-tab-button::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 8px solid var(--uki-main-color);
  opacity: 0;
}

#container #index-tab-1:checked~.index-tab-buttons .index-tab-button[for="index-tab-1"]::after, #container #index-tab-2:checked~.index-tab-buttons .index-tab-button[for="index-tab-2"]::after, #container #index-tab-3:checked~.index-tab-buttons .index-tab-button[for="index-tab-3"]::after, #container #index-tab-4:checked~.index-tab-buttons .index-tab-button[for="index-tab-4"]::after {
  opacity: 1;
}

.list-more-button {
  margin: 2em 0 2em;
  font-weight: 500;
  color: #fff;
  border: inherit;
  background: var(--uki-main-color);
  width: 40%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
}

.archive-title {
  font-size: 22px;
  margin: 16px 5px;
  line-height: 1.3;
  color: #666;
}

.archive-title .svg-inline--fa {
  padding-right: 10px
}


/* カードの幅と余白、角丸を設定 */

.ect-vertical-card .entry-card-wrap {
  width: 48.5%;
  padding: inherit;
  margin-bottom: 23px;
  border-radius: 14px;
}

.entry-card-content {
  padding: 0px 15px 40px;
}

.entry-card-title {
  font-size: 16px;
  margin: 0px 0px 8px;
}


/* カード情報の余白を設定 */

.entry-card-info {
  margin: 10px 15px 10px 0px;
}


/* サイドバー記事タイトルの色とフォントを設定 */

.sidebar h3 {
  color: var(--uki-main-color);
  font-size: 15px;
}


/* サイドバーの背景色を設定 */

.sidebar {
  background-color: inherit;
}


/* サイドバーウィジェットの調整 */

.widget-sidebar {
  background: #fff;
  border-radius: 14px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
}

.sidebar .cf {
  padding: 0px 5px;
  border: none;
}

.sidebar h2, .sidebar h3 {
  margin: 3px 0px;
  border-radius: 14px 14px 0px 0px;
	background: var(--uki-main-color-transparent-h);
}


/* ウィジェットプロフ名の調整 */

.container .author-name {
  font-size: 16px;
  margin-bottom: 20px;
}


/* ウィジェットプロフリンクの文字色を設定 */

.author-name a {
  color: #666;
  text-decoration: none;
}


/* ウィジェットプロフの文章調整 */

.author-description p {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 20px;
}


/* SNSアイコンの背景色をブランドカラーに調整 */

.sns-follow-buttons a.twitter-button {
  background-color: #7FCCF6 !important;
}

.sns-follow-buttons a.youtube-button {
  background-color: #F50000 !important;
}

.sns-follow-buttons a.facebook-button {
  background-color: #3A5491 !important;
}

.sns-follow-buttons a.hatebu-button {
  background-color: #13A3DC !important;
}

.sns-follow-buttons a.instagram-button {
  background: linear-gradient(217deg, #7934a7 5%, #f3396a 55%, #F1CC2B) no-repeat !important;
}

.sns-follow-buttons a.tiktok-button {
  background-color: #000000 !important;
}

.sns-follow-buttons a.linkedin-button {
  background-color: #105EBC !important;
}

.sns-follow-buttons a.note-button {
  background-color: #33B797 !important;
}

.sns-follow-buttons a.pinterest-button {
  background-color: #C31925 !important;
}

.sns-follow-buttons a.line-button {
  background-color: #1DC35A !important;
}

.sns-follow-buttons a.amazon-button {
  background-color: #EB9A1D !important;
}

.sns-follow-buttons a.twitch-button {
  background-color: #8E3AF3 !important;
}

.sns-follow-buttons a.slack-button {
  background-color: #4E124F !important;
}

.sns-follow-buttons a.github-button {
  background-color: #171A1F !important;
}

.website-follow-button-sq {
  background-color: #A9AEC0 !important;
}

.sns-follow-buttons a.feedly-button {
  background-color: #6cc655 !important;
}

.sns-follow-buttons a.rss-button {
  background-color: #f26522 !important;
}


/* SNSアイコンのデザインを調整 */

.author-box .sns-follow-buttons a.follow-button {
  font-size: 20px;
  width: 35px;
  height: 35px;
  margin: 10px 10px 20px 10px;
  color: #fff;
  border: none;
  border-radius: 50%;
}


/* SNSアイコンのテキストをセンタリング */

.author-box .sns-follow-buttons a.follow-button span::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -55%);
}


/* 特定のSNSフォローボタンを非表示 */

a.follow-button.feedly-button.feedly-follow-button-sq {
  display: none;
}

a.follow-button.rss-button.rss-follow-button-sq {
  display: none;
}


/* ボックスメニューの調整 */

.box-menu {
  border-radius: 5px;
}

.box-menu-icon {
  color: var(--uki-main-color);
}

.box-menu-icon * {
  margin: 10px 0px 0px;
  max-width: 38px;
}

.box-menu-label {
  color: var(--uki-main-color);
  font-size: 14px;
  margin-bottom: 5px;
	padding: 0px 7px;
}

.box-menu-description {
  color: var(--uki-main-color);
  font-size: 12px;
}

.container .box-menu {
  width: calc(90% / 2);
  margin: 5px;
  border: none;
  box-shadow: none;
  background: var(--uki-main-color-transparent-h);
  min-height: 0px;
  padding: 0px;
}

.container .box-menus.no-icon {
  padding: 2px 0px 5px;
}

.box-menu:hover {
  box-shadow: inset 2px 2px 0 0 #f6a06800, 2px 2px 0 0 #f6a06800, 2px 0 0 0 #f6a06800, 0 2px 0 0 #f6a06800;
  background: var(--uki-main-color-transparent-b);
}

.box-menu-description {
  color: var(--uki-main-color);
  font-size: 12px;
}


/* ウィジェット新着・人気記事の調整 */

.container .widget-entry-card {
  font-size: 14px;
  padding: 0px;
}

.container .a-wrap:hover {
  background: #fbfbfb;
}


/* ウィジェット検索窓の調整 */

.search-box .search-edit {
  border-radius: 14px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
}

.search-edit, input[type="text"] {
  font-size: 14px;
  border: none;
  border-radius: 14px;
}

.search-submit {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  color: var(--uki-main-color);
  background: var(--uki-main-color-transparent-h);
  border-radius: 0px 14px 14px 0px;
}

.search-edit:focus {
  outline: none;
}


/* ウィジェットカテゴリーの調整 */

.container .widget_categories ul {
  padding: 0px 10px 1px 10px;
  list-style: none;
}

.container .widget_categories ul a {
  padding: 0px;
}

.container .widget_categories li {
  font-size: 14px;
  padding: 5px 5px 5px 25px;
  border-bottom: dashed 1px #E2E2E2;
  position: relative;
  box-sizing: border-box;
}

.container .widget_categories li:last-child {
  border-bottom: none;
}

body .container .widget_categories ul li a:hover {
    background-color: #fff0;
}

.container .widget_categories li::after {
  content: "●";
  display: block;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 10px;
  line-height: 1;
  color: var(--uki-main-color);
}

.container .widget_categories li a {
  position: relative;
  z-index: 1;
}

.container .widget_categories li:hover {
  background-color: var(--uki-main-color-transparent-b);
}

.container .widget_categories ul li a:hover {
  background-color: inherit;
  color: inherit;
}


/* タグの調整 */

.sidebar .tagcloud {
  padding: 5px 10px;
}

.sidebar .tagcloud a {
  border: inherit;
  border-radius: 2px 14px 14px 2px;
  color: #7b7b7b;
  margin: 3px;
  background: #F5F6F7;
}

.footer .tagcloud {
  padding: 5px 10px;
}

.footer .tagcloud a {
  border: inherit;
  border-radius: 2px 14px 14px 2px;
  color: #7b7b7b;
  margin: 3px;
  background: #fff;
}


/* 次のページボタンの調整 */

.pagination-next-link {
  font-weight: 500;
  color: #777;
  border: inherit;
  border-radius: 14px;
  background: #fff;
  width: 70%;
  margin: 0 auto 15px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
}

.pagination-next-link:hover {
  background: #f9f9f9;
}


/* TOPへ戻るボタンの調整 */

#container .go-to-top-button {
  color:var(--uki-main-color);
  font-size: 40px;
  background-color: #eee0;
  margin-bottom: 20px;
  margin-right: 30px;
}

#container .fa-circle-chevron-up {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  display: inline-block;
  border-radius: 50%;
}

#container .fa-chevron-circle-up:before {
    content: "\f139";
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}


/* ページネーションの調整 */

.page-numbers.current {
  background: var(--uki-main-color);
  color: #fff;
}

.page-numbers {
  border: none;
  border-radius: 50%;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
}


/* フッターの調整 */

.footer h3 {
  padding: 0px 15px 8px;
  font-size: 18px;
  text-align: center;
  color: #222222;
}

.footer .author-box {
  border: none;
  margin-bottom: 0px;
  padding: 10px 0px;
}

.footer .author-box img {
  border-radius: 50%;
}

.footer .widget {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
  background: var(--uki-main-color-transparent-h);
  border-radius: 14px;
  padding: 10px 5px;
}

.footer .author-box .sns-follow-buttons a.follow-button {
  margin: 10px 10px 0px 10px;
}

.footer-right {
  padding: 10px 3px 10px 0px;
}

.footer-center {
  padding: 10px 20px 10px 0px;
}

.footer-left {
  padding: 10px 21px 10px 10px;
}

.footer-bottom {
  position: absolute;
  font-size: 14px;
  background: var(--uki-main-color);
  margin-top: 0px;
  color: #fff;
  left: 0;
  right: 0;
  box-sizing: border-box;
}

.copyright {
  margin-top: 0px;
}


/* ここから記事デザイン */

.page .main, .single .main {
  background: #fff;
  border-radius: 14px;
  margin-top: 23px;
  margin-bottom: 10px;
  padding-top: 10px;
  width: 730px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 3px;
}


/* 記事タイトルの調整 */

.entry-title {
  font-size: 26px;
  margin-bottom: 25px;
}


/* アイキャッチの調整 */

.eye-catch {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  margin-bottom: 40px;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.eye-catch img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.eye-catch img {
  margin-bottom: 25px;
  border-radius: 5px;
}

.eye-catch .cat-label {
  top: 1em;
  left: 1em;
  padding: 2px 8px 0px;
  border: inherit;
}


/* アイキャッチ下のSNSボタン調整 */

.sns-share.ss-col-6 a {
  width: 15%;
  border-radius: 5px;
  height: 40px;
}

.sns-share.ss-high-and-low-lc a>span {
  padding-top: 1px;
}

.sns-share, .sns-follow {
  margin: 0px 26px 15px;
}

.date-tags {
  margin-right: 25px;
}


/* 目次の調整 */

.toc-content {
  animation: none !important;
  transition: none !important;
}

.toc {
  border-radius: 5px;
  border: inherit;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
  width: 90%;
  margin: 0 auto;
}

.toc-title {
  font-size: 1.3em;
  padding: 12px 16px;
  color: #666;
  font-weight: bold;
}

.toc-content ul li a {
  font-size: 15px;
  line-height: 1.1;
  min-height: 1.7em;
  color: #555;
  display: block;
  padding-left: 2.5em;
  padding-bottom: 10px;
  width: calc(100% - 1em);
  margin-top: -26px;
  margin-bottom: 20px
}

.toc-content li a:hover {
  color: #9b9b9b;
  text-decoration: none;
}

.container .toc-content ul ul {
  padding-left: 3em;
  padding-bottom: 5px;
}

.toc-content>ul>li {
  counter-increment: toc-counter;
}

.toc-content>ul>li:before {
  content: counter(toc-counter) "";
  margin: 0.3em 0.9em 0.5em -0.1em;
  color: #ffffff;
  position: relative;
  background-color: var(--uki-main-color);
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  width: 1.7em;
  height: 1.7em;
  line-height: 1.8em;
}

.toc-content ul ul li:before {
  content: "▶ ";
  color: var(--uki-main-color);
  position: relative;
  font-size: 5px;
  top: -7px;
}

.toc-list.open>li {
  list-style-type: inherit;
  border-bottom: 1px dashed #ccc;
}

.toc-content ul ul li {
  padding-left: 0em;
  margin-top: -20px;
  margin-bottom: 20px;
}

.toc-content ul li ul li a {
  padding-left: 1em;
}

.container .toc-content li:last-child {
  border-bottom: none;
}

.toc-content>ul>li>a {
  font-weight: bold;
}

.article .toc {
  margin-bottom: 5em;
}

 :target {
  scroll-margin-top: 27px;
  /* ここで上部マージンを調整できます */
}


/* 記事見出しの調整 */

.article h1, .article h2, .article h3, .article h4, .article h5, .article h6 {
  font-family: 'Helvetica', 'Arial', sans-serif;
  line-height: 1.4;
  color: #666;
  border: 0px;
  border-radius: 0;
  margin-bottom: 25px
}

.entry-content.cf h2 {
  font-size: 1.8em;
  border-left: 6px solid var(--uki-main-color);
  padding: 0.8em 0.6em;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
	background:var(--uki-main-color-transparent-h);
}

.entry-content.cf h3 {
  border-bottom: 1px solid var(--uki-main-color-transparent-h);
  font-size: 1.6em;
  border-radius: 5px;
  background: var(--uki-main-color-transparent-b);
}

.entry-content.cf h4 {
  font-size: 1.4em;
  border-bottom: 2px solid var(--uki-main-color-transparent-h);
  padding: 5px 5px 5px 10px;
}

.entry-content.cf h5 {
  font-size: 1.2em;
  border-left: 3px solid var(--uki-main-color-transparent-h);
  padding: 3px 5px 3px 10px;
}

.entry-content.cf h6 {
  font-size: 1.1em;
  color: #7f7f7f;
  padding: 5px 5px 5px 13px;
}

.cat-link {
  background-color: var(--uki-main-color);
  padding: 3px 10px;
  border-radius: 30px;
}


/* 記事中の画像調整 */

.wp-block-image img {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}


/* tableの調整 */

.wp-block-table thead {
  border-bottom: 1px solid;
}

.wp-block-table tfoot {
  border-top: 1px solid;
}

.entry-content .scrollable-table table {
  width: 100%;
  border-collapse: collapse;
}

.scrollable-table.stfc-sticky tr>*:first-child {
  background-color: #fff;
}

.entry-content .scrollable-table td, .entry-content .scrollable-table th {
  padding: 3px 10px;
  text-align: left;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  border-left: none;
  border-right: none;
  background: #fff;
}


/* 引用の調整 */

blockquote {
  border: inherit;
  border-radius: 5px;
  padding: 2em 2em;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}

/* ブログカードの調整 */

.blogcard {
  padding: 20px 20px 18px;
  border: none;
  border-radius: 0px;
  position: relative;
  box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px, rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
}

.entry-content .blogcard-wrap {
  margin-bottom: 40px;
}

.blogcard-title {
  font-weight: normal;
  margin-bottom: 0.4em;
}

.blogcard-thumbnail {
  position: relative;
	width:115.56px;
 ?height: 65px;
  overflow: hidden;
  border-radius: 0px;
}

.blogcard-thumbnail::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.blogcard-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0px;
}

.blogcard-content {
    margin-left: 137px;
	min-height: 80px;
}

.blogcard-snippet {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.blogcard-footer {
  display: none;
}

.blogcard-wrap.external-blogcard-wrap.a-wrap:hover {
  background: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.blogcard::before {
  content: "あわせて読みたい";
  position: absolute;
  top: -10px;
  left: 10px;
  background-color: var(--uki-main-color);
  padding: 2px 5px 0px;
  font-size: 12px;
  color: #fff;
}

/* 記事下のタグ調整 */

.entry-tags .tag-link {
  border: inherit;
  border-radius: 2px 14px 14px 2px;
  color: #7b7b7b;
  margin: 3px;
  background: #F5F6F7;
}


/* 関連記事の調整 */

.rect-vertical-card .related-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.rect-vertical-card .related-entry-card-wrap {
  margin-right: 20px;
  margin-bottom: 20px;
  width: 22.017%;
}

.rect-vertical-card .related-entry-card-wrap {
  margin-right: 20px;
  border-radius: 8px;
}

.rect-vertical-card .related-entry-card-thumb img {
  border-radius: 8px 8px 0px 0px;
}

.related-entry-card-wrap {
  padding: 0px 0px 15px!important;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.related-entry-card-content.card-content.e-card-content {
  padding: 0px 10px 0px!important;
}

.rect-vertical-card .related-entry-card-title {
  font-size: 14px;
  line-height: 1.3;
}

.related-entry-card-wrap:hover {
  transform: translateY(-1.5px);
  transition: all 0.05s;
  background: #fff;
}

.related-entry-heading, .comment-title {
  position: relative;
  padding: 1.5rem;
  text-align: center;
  color: #666;
  font-size: 22px;
}

.related-entry-heading:before, .comment-title:before {
  position: absolute;
  bottom: 15px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 10px;
  background: var(--uki-main-color);
}


/* 次記事、前記事の調整 */

.pager-post-navi a {
  background-color: #f5f5f5;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 10px;
  width: 40%;
}

.pager-post-navi a:first-child {
  margin-right: auto;
}

.pager-post-navi a:last-child {
  margin-left: auto;
}

.pager-post-navi.post-navi-square a {
  width: 41%;
  padding: 10px;
}

.pager-post-navi .card-thumb img {
  height: 70px;
  border-radius: 5px;
  width: 90%;
  object-fit: cover;
}

.pager-post-navi a figure {
  min-width: 80px;
  max-width: 120px;
}


/* コメントボタンの調整 */

.comment-btn {
  font-weight: 500;
  color: #fff;
  border: inherit;
  border-radius: 30px;
  background: var(--uki-main-color);
  width: 70%;
  margin: 0 auto;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
}


/* CTAの調整 */

.widget_cta_box .widget-single-content-bottom-title.main-widget-label {
  font-size: 18px;
  text-align: center;
  width: 100%;
  font-weight: bold;
}

.widget_cta_box .widget-single-content-bottom-title.main-widget-label:before {
  content: "|";
  margin-right: 0.5em;
  font-weight: bold;
  font-size: 25px;
  display: inline-block;
  transform: rotate(-45deg);
  vertical-align: -2px;
}

.widget_cta_box .widget-single-content-bottom-title.main-widget-label:after {
  content: "|";
  margin-left: 0.5em;
  font-weight: bold;
  font-size: 25px;
  display: inline-block;
  transform: rotate(45deg);
  vertical-align: -2px;
}

.cta-box {
  border-radius: 10px;
  background-image: linear-gradient(to right, #233b43, #95afc1);
  padding: 15px 40px 40px;
  box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
}

.cta-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
}

.btn {
  border-radius: 50px;
  box-shadow: none;
}

.btn:hover {
  border-radius: 50px;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
}

.cta-heading {
  margin-bottom: 0.5em;
  text-align: center;
}

.cta-content {
  display: block;
  font-size: 18px;
  margin-bottom: 1.8em;
}

.cta-thumb {
  text-align: center;
  margin-bottom: 1em;
}

img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  /* おすすめカードの調整 */
  .recommended .widget-entry-cards {
    padding: 5px 1% 10px;
    display: flex;
    flex-wrap: wrap;
  }
  .recommended.rcs-card-margin a {
    margin: 2% 1%;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    flex: 1 1 48%;
  }
  .recommended.rcs-card-margin a:hover {
    transform: translateY(-1.5px);
    transition: all 0.05s;
    background: #fff;
  }
  .recommended .widget-entry-cards {
    margin: 12px;
    padding: 0;
  }
  .recommended.rcs-card-margin a {
    flex: 1 1 45%;
    margin: 5px 2.5%;
  }
  .widget-entry-cards.large-thumb-on .a-wrap {
    overflow: hidden;
    margin: 3px 3px 8px 4px;
  }
  .container .ect-vertical-card .entry-card-wrap {
    width: 100%;
  }
  .container .entry-card-title {
    margin: 5px 0px 8px;
  }
  .container .cat-label {
    padding: 2px 8px 3px;
  }
  .footer {
    padding: 0px;
  }
  .index-tab-buttons .index-tab-button::after {
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
  }
  .recommended.rcs-center-label-title .card-content .card-title {
    padding: 10px 0.5em;
    font-size: 0.7em;
  }
  /* ここから記事デザイン */
  .page .main, .single .main {
    border-radius: 0px;
    margin-top: px;
    margin-bottom: 10px;
    padding-top: 0px;
    width: 100%;
  }
  /* 記事タイトルの調整 */
  .main .entry-title {
    font-size: 20px;
    margin-bottom: 0px;
    padding: 15px 0px 18px;
  }
  /* アイキャッチの調整 */
  .main .eye-catch img {
    margin-bottom: 15px;
    border-radius: 5px;
  }
  /* アイキャッチ下のSNSボタン調整 */
  .main .sns-share.ss-col-6 a {
    border-radius: 5px;
    height: 40px;
  }
  .main .sns-share, .sns-follow {
    margin: 0px 0px 15px;
  }
  .date-tags {
    margin-right: 0px;
  }
  /* 目次の調整 */
  .toc {
    width: 100%;
  }
  .toc-title {
    font-size: 1.2em;
    padding: 0px;
  }
  .toc-content ul li a {
    font-size: 13px;
    line-height: 1.1;
    min-height: 1.7em;
    color: #555;
    display: block;
    padding-left: 1em;
    padding-bottom: 10px;
    width: calc(100% - 0em);
    margin-top: -23px;
    margin-bottom: 20px
  }
  .toc-content li a:hover {
    color: #9b9b9b;
    text-decoration: none;
  }
  .container .toc-content ul ul {
    padding-left: 1em;
    padding-bottom: 3px;
  }
  .toc-content>ul>li {
    counter-increment: toc-counter;
  }
  .toc-content>ul>li::before {
    content: counter(toc-counter) "";
    margin: 0.5em 0em 0.5em -1.4em;
    color: #ffffff;
    position: relative;
    background-color: var(--uki-main-color);
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    width: 1.7em;
    height: 1.7em;
    line-height: 1.5em;
    font-size: 12px;
  }
  .toc-content ul ul li:before {
    content: "? ";
    color: var(--uki-main-color);
    position: relative;
    font-size: 8px;
    top: 0px;
    margin-left: -8px;
  }
  .toc-list.open>li {
    font-size: 5px;
    margin-left: 10px;
  }
  .toc-content ul ul li a {
    margin-top: -14px;
    margin-bottom: 13px;
    margin-left: -13px;
  }
  .toc-content ul li ul li a {
    padding-left: 1.5em;
  }
  .article .toc {
    margin-bottom: 5em;
  }
  .article h1, .article h2, .article h3, .article h4, .article h5, .article h6 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .entry-content.cf h2 {
    font-size: 1.4em;
    padding: 0.6em 0.4em;
  }
  .entry-content.cf h3 {
    font-size: 1.3em;
    padding: 5px 5px 3px 8px;
  }
  .entry-content.cf h4 {
    font-size: 1.2em;
    padding: 3px 3px 3px 8px;
  }
  .entry-content.cf h5 {
    font-size: 1.1em;
    padding: 2px 3px 2px 8px;
  }
  .entry-content.cf h6 {
    font-size: 1em;
    padding: 3px 3px 3px 10px;
  }
  .cat-link {
    padding: 2px 8px;
  }
  /* 記事中の画像調整 */
  .wp-block-image img {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  }
  /* tableの調整 */
  .wp-block-table thead {
    border-bottom: 1px solid;
  }
  .wp-block-table tfoot {
    border-top: 1px solid;
  }
  .entry-content .scrollable-table table {
    width: 100%;
    border-collapse: collapse;
  }
  .scrollable-table.stfc-sticky tr>*:first-child {
    background-color: #fff;
  }
  .entry-content .scrollable-table td, .entry-content .scrollable-table th {
    padding: 3px 10px;
    text-align: left;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-left: none;
    border-right: none;
    background: #fff;
  }
  /* 引用の調整 */
  blockquote {
    border: inherit;
    border-radius: 5px;
    padding: 2em 2em;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
  }
	
/* ブログカードの調整 */

.blogcard {
  padding: 20px 10px 5px 5px;
}
.entry-content .blogcard-wrap {
  margin-bottom: 40px;
}
.blogcard-content {
  margin-left: 120px;
}
.blogcard-snippet {
  -webkit-line-clamp: 4;
}
.blogcard::before {
  top: -9px;
	padding: 0px 5px 0px;
  font-size:11px;
}
	
  /* 関連記事の調整 */
  .rect-vertical-card .related-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .rect-vertical-card .related-entry-card-wrap {
    margin-right: 20px;
    margin-bottom: 20px;
    width: 22.017%;
  }
  .rect-vertical-card .related-entry-card-wrap {
    margin-right: 20px;
    border-radius: 8px;
  }
  .rect-vertical-card .related-entry-card-thumb img {
    border-radius: 8px 8px 0px 0px;
  }
  .related-entry-card-wrap {
    padding: 0px 0px 15px!important;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  }
  .related-entry-card-content.card-content.e-card-content {
    padding: 0px 10px 0px!important;
  }
  .rect-vertical-card .related-entry-card-title {
    font-size: 14px;
    line-height: 1.3;
  }
  .related-entry-card-wrap:hover {
    transform: translateY(-1.5px);
    transition: all 0.05s;
    background: #fff;
  }
  .related-entry-heading, .comment-title {
    position: relative;
    padding: 1.5rem;
    text-align: center;
    color: #666;
    font-size: 22px;
  }
  .related-entry-heading:before, .comment-title:before {
    position: absolute;
    bottom: 15px;
    left: calc(50% - 30px);
    width: 60px;
    height: 5px;
    content: '';
    border-radius: 10px;
    background: var(--uki-main-color);
  }
  /* 次記事、前記事の調整 */
  .pager-post-navi {
    margin: 0px 0px 30px;
  }
  .pager-post-navi.post-navi-square a {
    width: 70%;
    padding: 10px;
    margin-top: 20px;
  }
  .pager-post-navi a figure {
    display: none;
  }
  /* コメントボタンの調整 */
  .comment-btn {
    font-weight: 500;
    color: #fff;
    border: inherit;
    border-radius: 30px;
    background: var(--uki-main-color);
    width: 70%;
    margin: 0 auto;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
  }
  /* CTAの調整 */
  .widget_cta_box .widget-single-content-bottom-title.main-widget-label {
    font-size: 12px;
    text-align: center;
    width: 100%;
    font-weight: bold;
  }
  .widget_cta_box .widget-single-content-bottom-title.main-widget-label:before {
    content: "|";
    margin-right: 0.5em;
    font-weight: bold;
    font-size: 20px;
    display: inline-block;
    transform: rotate(-45deg);
    vertical-align: -2px;
  }
  .widget_cta_box .widget-single-content-bottom-title.main-widget-label:after {
    content: "|";
    margin-left: 0.5em;
    font-weight: bold;
    font-size: 20px;
    display: inline-block;
    transform: rotate(45deg);
    vertical-align: -2px;
  }
  .cta-box {
    padding: 15px 15px 40px;
  }
  .cta-heading {
    font-size: 16px;
    padding: 0px;
    margin-bottom: 0.8em;
  }
  .cta-content {
    display: block;
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 1.8em;
  }
  .cta-message {
    font-size: 14px;
  }
  .cta-button .btn-l, .cta-button .ranking-item-link-buttons a, .ranking-item-link-buttons .cta-button a {
    padding: 0.5em;
    font-size: 14px;
  }
  img {
    max-width: 100%;
    height: auto;
    border-radius: 2px;
  }
  .rect-vertical-card .related-list {
    justify-content: space-between;
  }
  .rect-vertical-card .related-entry-card-wrap {
    width: calc(50% - 10px);
    margin-right: 0;
  }
  .rect-vertical-card .related-entry-card-wrap:nth-child(2n) {
    margin-right: 0;
  }
}

/************************************
** ページをフェードイン表示する
************************************/

.body {
	animation: fadein 1s forwards; /*アニメーション指定*/
}

@keyframes fadein {
	0% {opacity: 0} /*アニメーション開始時*/
	100% {opacity: 1} /*アニメーション終了時*/
}

/***見出しH6カスタマイズ***/
.article h6 {
	padding: 0;
	border-bottom: 0;
	font-family: 'Lato', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif; 
	font-size:1.2rem;/*文字の大きさ*/
	color: #333;/*文字の色*/
	letter-spacing:1px;/*文字間の余白*/
	position: relative;
	border-bottom: 2px solid #ddd;
	padding: 10px 0;
	margin-bottom: 10px;
}

h6:before {
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 20%;
	height: 2px;
	content: '';
	background: #333333;
	}

/***トップページ プロフィール画像カスタマイズ***/
.home .wp-block-image{
	margin-top: 1.6px;
	margin-bottom: 1.6px;/*下の余白調節*/	
}

.home .has-text-align-center{
	margin-bottom: 4px;/*名前の下の余白を調節*/	
}

/***リンクボタンのカスタマイズ***/
/*リンクボタン*/
.link-btn{
	font-family: 'Lato', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif; 
	display:block;/*ブロック要素にする*/
	text-decoration: none;/*文字装飾なし*/
	 /*矢印と下線の基点とするためrelativeを指定*/
	position: relative;/*形状*/
        margin:1em auto;/*外側余白*/
        padding: 0em 20px;/*内側余白*/
        text-align: center;/*中央寄せ*/
        border:none /*枠線（太さ、種類、色）*/
        font-size:.9em;/*文字の大きさ*/
        color:#333;/*文字色*/
        width:150px;/*ボタンの幅*/
}

/*矢印と下線の形状*/
.link-btn::before{
	content: ''; /*絶対配置で下線の位置を決める*/
	position: absolute;
	bottom:-8px;
	left:15%;/*下線の形状*/    
	width: 85%;
	height: 1px;
	background:#333;/*アニメーションの指定*/
	transition: all .3s;
}

.link-btn::after{
	content: '';/*絶対配置で矢印の位置を決める*/
	position: absolute;
	bottom:-3px;
	right:0;/*矢印の形状*/    
	width: 15px;
	height:1px;
	background:#333;
	transform: rotate(35deg);/*アニメーションの指定*/
	transition: all .3s;
}

/*hoverした際の移動*/
.link-btn:hover::before{
    left:20%;
}

.link-btn:hover::after{
    right:-5%;
}

.link-btn:hover {
	color: #333;
}

/***人気記事ランキングのカスタマイズ***/
.widget-entry-cards.ranking-visible .widget-entry-card-thumb::before{ /*順位数表示のカスタマイズ*/
	 border-radius: 50%; /*丸にする*/
	 top: -4px;  /*丸の位置上に*/
	 left: -4px;  /*丸の位置左に*/
	 width: 14px;  /*丸のサイズを小さく*/
	 height: 14px;  /*丸のサイズを小さく*/
	 font-family: 'Lato', sans-serif;  /*数字をグーグルフォントに変更*/
	 font-size: 12px;  /*数字のフォントサイズを小さく*/
}

.widget-entry-cards.ranking-visible .no-1 .card-thumb::before {/*1位の数字を上に*/
	line-height: 14px;
}

.widget-entry-cards.ranking-visible .no-2 .card-thumb::before {/*2位の数字を上に*/
	line-height: 14px;
}

.widget-entry-cards.ranking-visible .no-3 .card-thumb::before {/*3位の数字を上に*/
	line-height: 14px;
}

.widget-entry-cards.ranking-visible .no-4 .card-thumb::before {/*4位の数字を上にし背景色変更*/
	background: #d0d0d1;
	line-height: 14px;
}

.widget-entry-cards.ranking-visible .no-5 .card-thumb::before {/*5位の数字を上にし背景色変更*/
   background: #d0d0d1;
	line-height: 14px;
}

.home div.popular-entry-card-content.widget-entry-card-content.card-content{/*タイトル*/
   padding: 0.2em 0 0 0.8em !important;  /*タイトル周りの余白を調整*/
	letter-spacing: 0.8px;  /*字間を広げる*/
}

.home a.popular-entry-card-link.a-wrap{/*miniブログカード*/
	margin-bottom: 8px;  /*カード間の余白を広げる*/
}

.widget-entry-card-content {
	font-size: 12px;/*タイトルの文字サイズ*/
	line-height: 17px;
}

/***検索ボックスのカスタマイズ***/
input::placeholder{
	font-size: 0.75em;/*「サイト内を検索」の文字サイズ*/
	line-height:1.9;
}

.search-submit {
	font-size: 15px;/*「サイト内を検索」のアイコンサイズ*/
	line-height:1.6;
}

.search-edit,
.search-box input[type="text"] {
	border-radius: 3px; /* 少し角丸にする*/
	height:40px;
}

/**********************
タグクラウドのカスタマイズ
**********************/
.wp-block-tag-cloud a{
        background: none; /*背景を消す*/
	border: none;/*枠線なし*/
        border-radius: 4px; /*角の丸み*/
	background-color: #F9F9F9;
        color: #505050; /*文字色*/
        padding: 3px 14px 3px 6px; /*要素の内部余白*/
        text-decoration: none; /*文字の装飾なし*/
        font-size: 13px; /*文字サイズ*/
        margin: 2px; /*要素の外部余白*/
        flex: 1 1 auto; /*余白分の自動伸縮比率*/
	justify-content: space-between;
}
.fa-tag:before {
	content: "#";
	padding-right: 3px;
}
.wp-block-tag-cloud  a:hover { /*マウスホバー時*/
	background: #333333;
	color: #fff;
	transition: 0.5s; /*アニメーションの時間*/
}











/*トップページカスマイズ***************************************/

/*背景色を白にする（白くしない場合、body{ }部分は削除してOKです）*/
body {
	background-color:#fff!important;
}

/*セクション枠（数値はお好みで調整できます）*/
.section-wrap{
	padding-top:5em;/*内側余白をあける（上）*/
	padding-bottom:5em;/*内側余白をあける（下）*/
	margin-bottom:0;/*下部外側余白を0にする*/
}

/* 見出し---------------------------------------------- */
.heading{
	text-align:center; /*中央寄せ*/
	font-size:2.5rem; /*文字の大きさ（お好みで調整）*/
	color: var(--cocoon-text-color);/*見出しの色*/
	letter-spacing:2px;/*文字間の余白*/
	line-height:1.6; /*行の高さ*/
	font-weight:bold;/*太字にする（不要なら削除）*/
	position:relative;/*起点*/
	padding-bottom:1rem;/*見出し下余白（内側）*/
	margin-bottom:3rem;/*見出し下余白（外側）*/
}

.heading span{
	display:block; /*ブロック要素にする*/
	font-size:.9rem; /*サブ見出しを小さめに（お好みで調整）*/
	font-weight:normal;/*通常の太さ（不要なら削除）*/
}

/*見出し下の線*/
.heading::after {
	display: block;
	content: "";
	width: 2.5rem;/*線の幅*/
	height: 1px;/*線の高さ*/
	border-radius: 10px;/*線の丸み*/
	background-color: var(--cocoon-text-color);/*線の色*/
	position: absolute;
	bottom: 0;/*下からの位置*/
	left: 50%;/*中央揃え*/
	transform: translateX(-50%);/*中央揃え調整*/
}




/* リンクボタン---------------------------------------------- */

/*ボタンの配置*/
.link-btn{
	display:block;/*ブロック要素*/
	text-align:center;/*中央揃え*/
	position:relative;/*起点*/
}

/*ボタンのスタイル*/
.link-btn a {
	display: inline-block;/*インラインブロック要素*/
	border:1px solid #b5b5ae; /*枠線（太さ、種類、色）*/
	color: var(--cocoon-text-color);/*文字色*/
	min-width: 100%;/*ボタンの最大幅*/
	width: auto;/*ボタンの幅*/
	padding: .7em 2em .7em 1em;/*内側余白（上・右・下・左）*/
	text-decoration: none;/*文字装飾なし*/
	border-radius: 99px;/*ボタンの角*/
	transition: .3s all;/*変化をゆっくり*/
}

/*矢印のスタイル*/
.link-btn a:after {
	content: '';/*矢印の描写*/
	border-bottom: 1px solid var(--cocoon-text-color);/*下矢印の太さ、種類、色*/
	border-right: 1px solid var(--cocoon-text-color);/*右矢印の太さ、種類、色*/
	width: 15px;/*矢印の幅*/
	height: 3px;/*矢印の高さ*/
	transform: skewX(45deg);/*矢印の角度*/
	position: absolute;/*矢印の位置*/
	right: 20px;/*右からの位置*/
	bottom:50%;/*下からの位置*/
}


/*マウスオーバー時の変化*/
.link-btn a:hover{
	--link-btn-color:#b5b5ae;/*ボタン色*/
	background-color: var(--link-btn-color);
	border-color:var(--link-btn-color);
	color:var(--cocoon-white-color);
}

.link-btn a:hover:after {
	border-color:var(--cocoon-white-color);
}




/* 記事を横並びにする(flex)---------------------------------------------- */
.widget-entry-cards.large-thumb{
	display: flex; /* フレックス配置 */
	flex-wrap: wrap;
	justify-content: center;/*カード中央寄せ*/
}

/*新着記事サムネイル（大）*/
.new-entry-cards.large-thumb a{
	width:calc(100% / 2);/*pcで横2列に並べる*/
}

/*人気記事サムネイル（大）*/
.popular-entry-cards.large-thumb a{
	width:calc(100% / 3);/*pcで横3列に並べる*/
}

/*834px以下*/
@media screen and (max-width: 834px){
       .new-entry-cards.large-thumb a{
		width:100%;/*モバイルで横１列*/
	}
       .cate .new-entry-cards.large-thumb a,
       .popular-entry-cards.large-thumb a{
	       width:calc(100% / 2);/*モバイルで横２列*/	
	}	
}

/*モバイルで記事タイトル文字サイズを調整*/
/*834px以下*/
@media screen and (max-width: 834px){
	.cate .large-thumb .new-entry-card-title,
	.popular-entry-card-title{
		font-size: 14px!important;/*カテゴリー、人気記事タイトルを少し小さめに*/
	}
}

/*タブ切り替え***************************/

/* 親要素にflexを指定しタブを横並びに*/
.tab-wrap {
	--active-tab-color:#b5b5ae; /*選択したタブの色をここに指定*/
	--tab-gap:10px;/*タブ間の余白*/
	display: flex;
	flex-wrap: wrap;
	gap:var(--tab-gap);
}

/* タブ１～３と書いているタブメニュー部分*/
.tab-label {
	color: var(--active-tab-color);
	border-bottom:1px solid var(--active-tab-color);
	text-align: center;
	padding: .5em 1em;
	order: -1;/*タブを上段に表示する*/
	cursor: pointer;
	flex-grow:1;
	position:relative;
}

/* タブのコンテンツ部分*/
.tab-content {
	width: 100%;
	display: none;/*いったん非表示状態に設定*/
}

/* アクティブなタブ、チェックされているラジオボタンの隣にあるlabelの背景色を変える*/
.tab-switch:checked+.tab-label {
	background-color:var(--active-tab-color);
	color:#fff;
}

/*吹き出し部分*/
.tab-switch:checked+.tab-label:after{
	background-color: var(--active-tab-color);
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	content: "";
	height: 10px;
	left: 50%;
	position: absolute;
	top: 100%;
	transform: translateX(-50%);
	width: 20px;
}

.tab-switch:checked+.tab-label+.tab-content {
	display: block;/*選択されたらコンテンツ表示する*/
	margin-top:1em;
}
	
/* ラジオボタンは仕組みだけ利用するため非表示に、トップページヘッダーまわり非表示*/
.tab-switch,
.home .article-header,
.home .article-footer{
	display: none;
}


/* トップページカスマイズ---------------------------------------------- */

/*背景色を白にする（白くしない場合、body{ }部分は削除してOKです）*/
body {
	background-color:#fff!important;
}

/*セクションの枠（余白はお好みで調整できます）*/
.section-wrap{
	padding-top:5em;/*内側余白をあける（上）*/
	padding-bottom:5em;/*内側余白をあける（下）*/
	margin-bottom:0;/*下部外側余白を0にする（固定）*/
}

/* 見出し---------------------------------------------- */
.heading{
	text-align:center; /*中央寄せ*/
	font-size:2.5rem; /*文字の大きさ（お好みで調整）*/
	color: var(--cocoon-text-color);/*見出しの色*/
	letter-spacing:2px;/*文字間の余白*/
	line-height:1.6; /*行の高さ*/
	font-weight:bold;/*太字にする（不要なら削除）*/
	position:relative;/*起点*/
	padding-bottom:1rem;/*見出し下余白（内側）*/
	margin-bottom:3rem;/*見出し下余白（外側）*/
}

.heading span{
	display:block; /*ブロック要素にする*/
	font-size:.9rem; /*サブ見出しを小さめに（お好みで調整）*/
	font-weight:normal;/*通常の太さ（不要なら削除）*/
}

/*見出し下の線*/
.heading::after {
	display: block;
	content: "";
	width: 2.5rem;/*線の幅*/
	height: 1px;/*線の高さ*/
	border-radius: 10px;/*線の丸み*/
	background-color: var(--cocoon-text-color);/*線の色*/
	position: absolute;
	bottom: 0;/*下からの位置*/
	left: 50%;/*中央揃え*/
	transform: translateX(-50%);/*中央揃え調整*/
}




/* リンクボタン---------------------------------------------- */

/*ボタンの配置*/
.link-btn{
	display:block;/*ブロック要素*/
	text-align:center;/*中央揃え*/
}

/*ボタンのスタイル*/
.link-btn a {
	display: inline-block;/*インラインブロック要素*/
	border:1px solid #b5b5ae; /*枠線（太さ、種類、色）*/
	color: var(--cocoon-text-color);/*文字色*/
	min-width: 80%;/*ボタンの最小幅（変更できます）*/
	width: auto;/*ボタンの幅*/
	padding: .7em 2em .7em 1em;/*内側余白（上・右・下・左）*/
	text-decoration: none;/*文字装飾なし*/
	border-radius: 99px;/*ボタンの角*/
	transition: .3s all;/*変化をゆっくり*/
	position:relative;/*起点*/
}

/*834px以下*/
@media screen and (max-width: 834px){
	.link-btn a {
		min-width: 100%;/*ボタンの最小幅*/
	}
}

/*矢印のスタイル*/
.link-btn a:after {
	content: '';/*矢印の描写*/
	border-bottom: 1px solid var(--cocoon-text-color);/*下矢印の太さ、種類、色*/
	border-right: 1px solid var(--cocoon-text-color);/*右矢印の太さ、種類、色*/
	width: 15px;/*矢印の幅*/
	height: 3px;/*矢印の高さ*/
	transform: skewX(45deg);/*矢印の角度*/
	position: absolute;/*矢印の位置*/
	right: 20px;/*右からの位置*/
	bottom:50%;/*下からの位置*/
	transition: .3s all;/*矢印の変化をゆっくり*/
}


/*マウスオーバー時の変化*/
.link-btn a:hover{
	--link-btn-color:#b5b5ae;/*ボタン色*/
	background-color: var(--link-btn-color);
	border-color:var(--link-btn-color);
	color:var(--cocoon-white-color);
}

.link-btn a:hover:after {
	border-color:var(--cocoon-white-color);/*矢印の色*/
	right: 15px;/*矢印を少し動かす*/
}




/* 記事を横並びにする(flex)---------------------------------------------- */
.widget-entry-cards.large-thumb{
	display: flex; /* フレックス配置 */
	flex-wrap: wrap;
	justify-content: center;/*カード中央寄せ*/
}

/*新着記事サムネイル(大)*/
.new-entry-cards.large-thumb a{
	width:calc(100% / 2);/*pcで横２列に並べる*/
}

/*人気記事サムネイル(大)*/
.popular-entry-cards.large-thumb a{
	width:calc(100% / 3);/*pcで横３列に並べる*/
}

/*834px以下*/
@media screen and (max-width: 834px){
       .new-entry-cards.large-thumb a{
		width:100%;/*モバイルで横１列*/
	}
       .cate .new-entry-cards.large-thumb a,
       .popular-entry-cards.large-thumb a{
	       width:calc(100% / 2);/*モバイルで横２列*/	
	}	
}

/*モバイルで記事タイトル文字サイズを調整*/
/*834px以下*/
@media screen and (max-width: 834px){
	.cate .large-thumb .new-entry-card-title,
	.popular-entry-card-title{
		font-size: 14px!important;/*カテゴリー、人気記事タイトルを少し小さめに*/
	}
}

/* タブ切り替え---------------------------------------------- */

/* 親要素にflexを指定しタブを横並びに*/
.tab-wrap {
	--active-tab-color:#b5b5ae; /*選択したタブの色をここに指定*/
	--tab-gap:10px;/*タブ間の余白*/
	display: flex;
	flex-wrap: wrap;
	gap:var(--tab-gap);
}

/* タブ１～３と書いているタブメニュー部分*/
.tab-label {
	color: var(--active-tab-color);
	border-bottom:1px solid var(--active-tab-color);
	text-align: center;
	padding: .5em 1em;
	order: -1;/*タブを上段に表示する*/
	cursor: pointer;
	flex-grow:1;
	position:relative;
}

/* タブのコンテンツ部分*/
.tab-content {
	width: 100%;
	display: none;/*いったん非表示状態に設定*/
}

/* アクティブなタブ、チェックされているラジオボタンの隣にあるlabelの背景色を変える*/
.tab-switch:checked+.tab-label {
	background-color:var(--active-tab-color);
	color:#fff;
}

/*吹き出し部分*/
.tab-switch:checked+.tab-label:after{
	background-color: var(--active-tab-color);
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	content: "";
	height: 10px;
	left: 50%;
	position: absolute;
	top: 100%;
	transform: translateX(-50%);
	width: 20px;
}

.tab-switch:checked+.tab-label+.tab-content {
	display: block;/*選択されたらコンテンツ表示する*/
	margin-top:1em;
}
	
/* ラジオボタンは仕組みだけ利用するため非表示に、トップページヘッダーまわり非表示*/
.tab-switch,
.home .article-header,
.home .article-footer{
	display: none;
}

/*タブの幅調整*/
.tab-wrap {
    justify-content: center;/*タブ中央揃え*/
}
 .tab-label {
    max-width:180px;/*最大幅を指定する*/
}

/*セクション背景色*/
.color-area-1{
	background-color:#f0f2f5; /*カラーコードをここで設定*/
	border-radius: 12px;
}

.color-area-2{
	background-color:#f0f2f5; /*カラーコードをここで設定*/
	border-radius: 12px;
}

.color-area-3{
	background-color:#f0f2f5; /*カラーコードをここで設定*/
	border-radius: 12px;
}

:root {
  --glass-bg: rgba(255, 255, 255, 0.25);
  --glass-border: rgba(255, 255, 255, 0.45);
  --shadow-float: 0 24px 40px rgba(0,0,0,.18);
}

/* すりガラス共通クラス */
.glass {
  backdrop-filter: blur(16px) saturate(160%);
  -webkit-backdrop-filter: blur(16px) saturate(160%);
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  border-radius: 22px;
  box-shadow: var(--shadow-float);
}

.sidebar {
  padding: 18px;
  margin: 16px;
  position: sticky;
  top: 20px;
}
.sidebar.glass {}

.article-card,
.entry-card-wrap,
.popular-entry-cards .entry-card,
.new-entry-cards .entry-card {
  border-radius: 24px;
  overflow: hidden;
}

.floating-card {
  border-radius: 26px;
  box-shadow:
    0 8px 18px rgba(0,0,0,.18),
    0 2px 6px rgba(255,255,255,.08) inset;
  transition: 280ms cubic-bezier(.16,1,.3,1);
}

.floating-card:hover {
  transform: translateY(-4px) scale(1.01);
  box-shadow: 0 24px 40px rgba(0,0,0,.28);
}

.reveal {
  opacity: 0;
  transform: translateY(18px) scale(.98);
  transition: 600ms cubic-bezier(.16,1,.3,1);
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}



/* サイト全体の角丸解除 */
/* *:not(.author-box img):not(.cat-label):not(.sns-follow-buttons a):not(.tagcloud a):not(.page-numbers):not(.cat-link) {
border-radius: 0 !important;
} */