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

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

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px) {
  /*1023px以下*/
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px) {
  /*834px以下*/
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px) {
  /*480px以下*/
  /*必要ならばここにコードを書く*/
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
}
@media screen and (min-width: 480px) {
  html {
    scroll-padding-top: 150px;
  }
}

/************************************
** 共通設定 リセット系
************************************/
.entry-content > *,
.mce-content-body > *,
.article p,
.demo .entry-content p,
.article dl,
.article ul,
.article ol,
.article blockquote,
.article pre,
.article table,
.article .toc,
.body .article,
.body .column-wrap,
.body .new-entry-cards,
.body .popular-entry-cards,
.body .navi-entry-cards,
.body .box-menus,
.body .ranking-item,
.body .rss-entry-cards,
.body .widget,
.body .author-box,
.body .blogcard-wrap,
.body .login-user-only,
.body .information-box,
.body .question-box,
.body .alert-box,
.body .information,
.body .question,
.body .alert,
.body .memo-box,
.body .comment-box,
.body .common-icon-box,
.body .blank-box,
.body .button-block,
.body .micro-bottom,
.body .caption-box,
.body .tab-caption-box,
.body .label-box,
.body .toggle-wrap,
.body .wp-block-image,
.body .booklink-box,
.body .kaerebalink-box,
.body .tomarebalink-box,
.body .product-item-box,
.body .speech-wrap,
.body .wp-block-categories,
.body .wp-block-archives,
.body .wp-block-archives-dropdown,
.body .wp-block-calendar,
.body .ad-area,
.body .wp-block-gallery,
.body .wp-block-audio,
.body .wp-block-cover,
.body .wp-block-file,
.body .wp-block-media-text,
.body .wp-block-video,
.body .wp-block-buttons,
.body .wp-block-columns,
.body .wp-block-separator,
.body .components-placeholder,
.body .wp-block-search,
.body .wp-block-social-links,
.body .timeline-box,
.body .blogcard-type,
.body .btn-wrap,
.body .btn-wrap a,
.body .block-box,
.body .wp-block-embed,
.body .wp-block-group,
.body .wp-block-table,
.body .scrollable-table,
.body .wp-block-separator,
.body .wp-block,
.body .video-container,
.comment-area,
.related-entries,
.pager-post-navi,
.comment-respond {
  margin-bottom: 10px;
}

.article h2,
.article h3,
.article h4,
.article h5,
.article h6 {
  margin-bottom: 10px;
}

.ect-vertical-card .entry-card-wrap .entry-card {
  display: block;
}

.ect-vertical-card .entry-card-wrap .entry-card-content {
  height: auto;
}

.ect-vertical-card .entry-card-wrap .entry-card-meta {
  margin-top: 0;
  padding-top: 0;
  position: absolute;
}

/************************************
** 共通設定
************************************/
body {
  background: #fff;
}
@media screen and (max-width: 480px) {
  /* アイモバイル SP 上部固定オーバーレイ対応 */
  body {
    margin-top: 55px !important;
  }
}

.font-color-red {
  color: rgb(173, 31, 31);
}

.content {
  margin-top: 8px;
  padding-top: 8px;
}
@media screen and (min-width: 768px) {
  .content {
    padding-top: 0px;
  }
}

.content main.main {
  z-index: auto;
}
@media screen and (min-width: 1154px) {
  .content main.main {
    padding: 10px 10px;
  }
}
@media screen and (max-width: 834px) {
  .content main.main {
    padding: 16px 16px 0;
  }
}

@media screen and (min-width: 1154px) {
  #main > #archive-title {
    margin-top: 0;
  }
}

.content #sidebar.sidebar {
  padding: 0 10px;
}

/* モーダル時の親画面固定 */
body.fixed {
  top: 0;
  overflow: hidden;
  position: -webkit-sticky; /*Safari*/
  position: sticky;
}

/* clearfix */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.clearfix:before {
  content: "";
  display: block;
  clear: both;
}
.clearfix {
  display: block;
}

/* --------------------------------
カテゴリー色
-------------------------------- */
.cat-label {
  background: #ddd;
  color: #333;
  left: 0;
  font-weight: bold;
  top: 0;
}

.cat-label.cat-label-1 {
  background: rgb(223, 32, 136);
  color: #fff;
}

.cat-label.cat-label-2 {
  background: rgb(178, 239, 143);
  /* color: ; */
}

.cat-label.cat-label-3 {
  background: rgb(143, 239, 213);
  /* color: ; */
}

.cat-label.cat-label-4 {
  background: rgb(239, 196, 143);
  /* color: ; */
}

.cat-label.cat-label-5 {
  background: rgb(247, 187, 220);
  /* color: ; */
}

.cat-label.cat-label-6 {
  background: rgb(232, 239, 166);
  /* color: ; */
}

.cat-label.cat-label-7 {
  background: rgb(64, 87, 191);
  color: #fff;
}

.cat-label.cat-label-15 {
  background: #ff8c00;
  color: #fff;
}

/* --------------------------------
ヘッダーメニュー
-------------------------------- */
#header #header-in {
  padding: 0 0 0 12px;
}
@media screen and (max-width: 1154px) {
  /*1154px以下*/
  #header #header-in {
    padding: 0 0 0 6px;
  }
}

#header .tagline {
  color: #222;
  display: block !important;
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 0 10px;
  padding: 0;
  text-align: left;
}
@media screen and (max-width: 1154px) {
  #header .tagline {
    font-size: 10px;
    margin: 0 0 0 2px;
    padding: 0;
    text-align: left;
  }
}

@media screen and (max-width: 1154px) {
  /*834px以下*/
  #header .logo.logo-header.logo-image {
    position: relative;
    top: -8px;
    width: 120px;
  }
  #header .logo.logo-header.logo-image .site-logo-image {
    height: auto;
    width: 120px;
  }
}

#header .site-name {
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 1154px) {
  #header-container {
    height: 50px;
    padding: 4px 0 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
  }

  .header-container-in.hlt-top-menu {
    align-items: normal;
    flex-direction: row;
    position: relative;
  }

  #header {
    width: 200px;
  }

  .logo {
    display: inline-block;
    text-align: left;
  }

  #navi {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  /* アイモバイル SP 上部固定オーバーレイ対応 */
  .i-mobile-spacer {
    background: #fff;
    height: 50px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
  }

  #header-container {
    top: 50px;
  }

  .header-container-in.hlt-top-menu {
    justify-content: left;
  }

  #header {
    width: 164px;
  }

  .sp-header-search-box {
    margin: 4px 0 0 4px;
    position: relative;
    width: calc(100vw - 164px - 44px - 10px);
  }

  .sp-header-search-box .search-edit {
    padding: 4px;
  }

  .sp-header-search-box .search-submit {
    position: absolute;
    top: 4px;
    /* right: 25px; */
  }
}

@media screen and (min-width: 480px) {
  .sp-header-search-box {
    display: none;
  }
}

@media screen and (min-width: 1154px) {
  .header-container {
    height: 70px;
  }

  .header-container-in {
    max-width: calc(100vw - 60px);
  }

  #header {
    padding: 0 0 10px;
  }

  .hlt-tm-right .navi-in > ul {
    justify-content: start;
    padding: 0 0 0 20px;
  }

  .hlt-tm-small .navi-in > ul li,
  .cl-slim .navi-in > ul li {
    height: 30px;
    line-height: 30px;
  }

  #navi .navi-in .menu-item > a {
    font-size: 14px;
    padding: 0 15px 0 0;
  }

  #navi .navi-in ul.menu-top > li.menu-item > a > .caption-wrap > .item-label {
    background: no-repeat left center / 20px 20px;
    padding-left: 24px;
  }

  #navi .navi-in ul.menu-top > li#menu-item-52 > a > .caption-wrap > .item-label {
    background-image: url(../../../assets/images/icon/black/review.png);
  }

  #navi .navi-in ul.menu-top > li#menu-item-53 > a > .caption-wrap > .item-label {
    background-image: url(../../../assets/images/icon/black/appliances_av.png);
  }

  #navi .navi-in ul.menu-top > li#menu-item-62 > a > .caption-wrap > .item-label {
    background-image: url(../../../assets/images/icon/black/gadget.png);
  }

  #navi .navi-in ul.menu-top > li#menu-item-17686905 > a > .caption-wrap > .item-label {
    background-image: url(../../../assets/images/icon/black/kinun-uranai.png);
  }

  #navi .navi-in ul.menu-top > li#menu-item-71 > a > .caption-wrap > .item-label {
    background-image: url(../../../assets/images/icon/black/life_pet.png);
  }

  #navi .navi-in ul.menu-top > li#menu-item-96 > a > .caption-wrap > .item-label {
    background-image: url(../../../assets/images/icon/black/beauty_healthcare.png);
  }

  #navi .navi-in ul.menu-top > li#menu-item-97 > a > .caption-wrap > .item-label {
    background-image: url(../../../assets/images/icon/black/knowledge.png);
  }

  #navi .navi-in ul.menu-top > li#menu-item-83 > a > .caption-wrap > .item-label {
    background-image: url(../../../assets/images/icon/black/handmade_diy.png);
  }

  #navi .navi-in ul.menu-top > li#menu-item-85 > a > .caption-wrap > .item-label {
    background-image: url(../../../assets/images/icon/black/gourmet_recipe.png);
  }

  #navi .navi-in ul.menu-top > li#menu-item-87 > a > .caption-wrap > .item-label {
    background-image: url(../../../assets/images/icon/black/stationery_hobby_camera.png);
  }

  #navi .navi-in ul.menu-top > li#menu-item-91 > a > .caption-wrap > .item-label {
    background-image: url(../../../assets/images/icon/black/sports_outdoor.png);
  }

  #navi .navi-in ul.menu-top > li#menu-item-92 > a > .caption-wrap > .item-label {
    background-image: url(../../../assets/images/icon/black/luxury_items.png);
  }

  #navi .navi-in ul.menu-top > li#menu-item-94 > a > .caption-wrap > .item-label {
    background-image: url(../../../assets/images/icon/black/fashion.png);
  }

  #navi .navi-in .menu-item .sub-menu {
    padding: 0 0 0 15px;
  }
}

@media screen and (max-width: 1023px) {
  .navi-in .menu-pc {
    display: flex;
  }
}

/* --------------------------------
ハンバーガーメニュー
-------------------------------- */
#navi-menu-open {
  position: fixed;
  right: 8px;
  z-index: 9999;
}

#navi-menu-open * {
  position: relative;
}

.hamburger,
.hamburger_bottom {
  height: 40px;
  cursor: pointer;
  overflow: hidden;
  width: 36px;
}

.hamburger .hamburger-inner {
  height: 40px;
  left: 0;
  transition: left 0.3s ease-in-out;
  width: 80px;
}

.hamburger .btn-open {
  height: 36px;
  top: 4px;
  width: 36px;
}

.hamburger .btn-close,
.hamburger_bottom .btn-close {
  height: 28px;
  width: 28px;
}

.hamburger.active .hamburger-inner {
  left: -38px;
  transition: left 0.3s ease-in-out;
}

/* --------------------------------
Cocoonの純正ドロワーを改造
-------------------------------- */
/*中身*/
.menu-content {
  background: #85b95b; /*背景色*/
  height: calc(100% - 50px); /*アイモバイル対応*/
  max-width: 330px; /*右側に隙間を作る（閉じるカバーを表示）*/
  transition: 0.3s ease-in-out; /*滑らかに表示*/
  opacity: 1;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  padding: 70px 0 130px; /*アイモバイル対応*/
  position: fixed;
  width: 100%;
  top: 50px; /*アイモバイル対応*/
  z-index: 100; /*最前面に*/
}
@media screen and (min-width: 1154px) {
  .menu-content {
    height: calc(100% - 70px);
    padding: 30px 0;
    top: 70px;
  }
}

.menu-content .sidebar {
  width: 100%;
  display: block;
  margin: 0;
}

.navi-menu-content {
  left: 0;
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);
}

.sidebar-menu-content {
  right: 0;
  -webkit-transform: translateX(105%);
  transform: translateX(105%);
}

.hamburger_bottom {
  margin: 0 auto 10px;
}

/* --------------------------------
ドロワーの中身
-------------------------------- */
.navi-search-box {
  padding: 0 20px;
  position: relative;
}

.navi-search-box .search-edit {
  padding: 4px;
}

.navi-search-box .search-submit {
  position: absolute;
  top: 8px;
  right: 25px;
}

.menu-content .drawer-nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  list-style-type: none;
  margin: 20px 0 0;
  padding: 0 6px 0 12px;
  position: relative;
  vertical-align: top;
}
@media screen and (min-width: 1154px) {
  .menu-content .drawer-nav {
    display: none;
  }
}

.menu-content .drawer-nav * {
  position: relative;
  text-decoration: none;
}

.menu-content .drawer-nav > .menu-item {
  min-height: 56px;
  padding: 0 5px 0 0;
}

.menu-content .drawer-nav > .menu-item > .menu-item-icon-area {
  display: inline-block;
  margin: 0 6px 0 0;
  height: 56px;
  vertical-align: middle;
  width: 30px;
}

.menu-content .drawer-nav > .menu-item > .menu-item-icon-area > .menu-item-icon {
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  background: #99f;
  height: 100px;
  height: 30px;
  width: 30px;
}

.menu-content .drawer-nav > .menu-item-52 > .menu-item-icon-area > .menu-item-icon {
  background: #fff url(../../../assets/images/icon/review.png) no-repeat center bottom / 90%;
}

.menu-content .drawer-nav > .menu-item-53 > .menu-item-icon-area > .menu-item-icon {
  background: #fff url(../../../assets/images/icon/appliances_av.png) no-repeat center center / 90%;
}

.menu-content .drawer-nav > .menu-item-62 > .menu-item-icon-area > .menu-item-icon {
  background: #fff url(../../../assets/images/icon/gadget.png) no-repeat center center / 90%;
}

.menu-content .drawer-nav > .menu-item-17686905 > .menu-item-icon-area > .menu-item-icon {
  background: #fff url(../../../assets/images/icon/kinun-uranai.png) no-repeat center center / 90%;
}

.menu-content .drawer-nav > .menu-item-71 > .menu-item-icon-area > .menu-item-icon {
  background: #fff url(../../../assets/images/icon/life_pet.png) no-repeat center center / 90%;
}

.menu-content .drawer-nav > .menu-item-96 > .menu-item-icon-area > .menu-item-icon {
  background: #fff url(../../../assets/images/icon/beauty_healthcare.png) no-repeat center center / 90%;
}

.menu-content .drawer-nav > .menu-item-97 > .menu-item-icon-area > .menu-item-icon {
  background: #fff url(../../../assets/images/icon/knowledge.png) no-repeat center center / 90%;
}

.menu-content .drawer-nav > .menu-item-83 > .menu-item-icon-area > .menu-item-icon {
  background: #fff url(../../../assets/images/icon/handmade_diy.png) no-repeat center center / 90%;
}

.menu-content .drawer-nav > .menu-item-85 > .menu-item-icon-area > .menu-item-icon {
  background: #fff url(../../../assets/images/icon/gourmet_recipe.png) no-repeat center center / 90%;
}

.menu-content .drawer-nav > .menu-item-87 > .menu-item-icon-area > .menu-item-icon {
  background: #fff url(../../../assets/images/icon/stationery_hobby_camera.png) no-repeat center center / 90%;
}

.menu-content .drawer-nav > .menu-item-91 > .menu-item-icon-area > .menu-item-icon {
  background: #fff url(../../../assets/images/icon/sports_outdoor.png) no-repeat center center / 90%;
}

.menu-content .drawer-nav > .menu-item-92 > .menu-item-icon-area > .menu-item-icon {
  background: #fff url(../../../assets/images/icon/luxury_items.png) no-repeat center center / 90%;
}

.menu-content .drawer-nav > .menu-item-94 > .menu-item-icon-area > .menu-item-icon {
  background: #fff url(../../../assets/images/icon/fashion.png) no-repeat center center / 90%;
}

.menu-content .drawer-nav > .menu-item > a {
  color: #fff;
  display: inline-block;
  font-weight: bold;
  padding: 0;
  vertical-align: middle;
  width: calc(100% - 36px);
}

.menu-content .drawer-nav .sub-menu {
  display: none;
  list-style-type: none;
  padding: 0 0 20px 10px;
}

.menu-content .drawer-nav .sub-menu > .menu-item-icon-area {
  display: none;
}

.menu-content .drawer-nav .sub-menu > .menu-item {
  padding: 10px 0 0;
}

.menu-content .drawer-nav .sub-menu > .menu-item > a {
  color: #fff;
  display: block;
  font-weight: bold;
  padding: 0;
  width: auto;
}

.menu-content .drawer-nav .sub-menu > .menu-item > a::before {
  content: "・";
  display: inline-block;
  font-weight: bold;
  margin: 0 4px 0 0;
  position: relative;
}

.page-link-ul {
  font-weight: bold;
  list-style-type: none;
  margin: 20px 0 0;
  padding: 0 6px 0 12px;
}

.page-link-ul li {
  padding: 4px 0;
}

.page-link-ul li a {
  color: #fff;
  text-decoration: none;
}

.navi-menu-close-button {
  margin: 0 auto;
  width: 40px;
}

/* --------------------------------
トップページのカルーセルスライダー
-------------------------------- */
#slider {
  position: relative;
}
@media screen and (max-width: 834px) {
  #slider {
    left: -13px;
    width: 100vw;
  }
}

#slider .swiper-slide {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  width: 100%;
}

#slider .swiper-slide-inner {
  display: flex;
  height: 100%;
  justify-content: center;
  overflow: hidden;
  width: 100%;
}

#slider .swiper-slide-img {
  height: 100%;
  max-width: none;
  width: auto;
}

#slider .swiper-slide-overlay-area {
  background: rgba(0, 0, 0, 0.5);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  bottom: 0;
  padding: 10px 8px 16px;
  position: absolute;
  width: 100%;
}
@media screen and (max-width: 834px) {
  #slider .swiper-slide-overlay-area {
    padding: 8px;
  }
}

#slider .swiper-slide-text-area {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  overflow: hidden;
}

#slider {
  --swiper-theme-color: #85b95b;
  --swiper-navigation-size: 30px;
}

#slider .cat-label {
  display: block;
  left: 0;
  margin: 0 0 6px;
  position: relative;
  top: 0;
  width: fit-content;
}

/* --------------------------------
トップページ カルーセル直下のバナー
-------------------------------- */
.widget-index-top {
  margin: 20px 0 -15px 0 !important;
}

.guidance {
  font-size: 14px;
  line-height: 1.3;
  margin: 8px 0 0;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .banner-sp {
    display: block;
  }
  .banner-pc {
    display: none;
  }
  .guidance .pc {
    display: none;
  }
}
@media screen and (min-width: 834px) {
  .banner-sp {
    display: none;
  }
  .banner-area a:hover {
    opacity: 0.7;
  }
  .banner-pc {
    display: block;
  }
  .guidance .pc {
    display: block;
  }
}

/* --------------------------------
トップページのカテゴリ別記事一覧
-------------------------------- */
.list-title {
  align-items: center;
  display: flex;
  justify-content: space-between;
  text-align: left;
  margin: 16px auto 6px 0;
}

.list-new-entries-title {
  background: #fff url(../../../assets/images/icon/new.svg) no-repeat left center / 28px 28px;
  padding-left: 34px;
}

.list-category-1-title {
  background: #fff url(../../../assets/images/icon/review.png) no-repeat left top / 34px 34px;
  padding-left: 34px;
}

.list-category-2-title {
  background: #fff url(../../../assets/images/icon/appliances_av.png) no-repeat left top / 34px 34px;
  padding-left: 34px;
}

.list-category-3-title {
  background: #fff url(../../../assets/images/icon/gadget.png) no-repeat left top / 34px 34px;
  padding-left: 34px;
}

.list-category-4-title {
  background: #fff url(../../../assets/images/icon/life_pet.png) no-repeat left top / 34px 34px;
  padding-left: 34px;
}

.list-category-5-title {
  background: #fff url(../../../assets/images/icon/beauty_healthcare.png) no-repeat left top / 34px 34px;
  padding-left: 34px;
}

.list-category-6-title {
  background: #fff url(../../../assets/images/icon/knowledge.png) no-repeat left top / 34px 34px;
  padding-left: 34px;
}

.list-category-7-title {
  background: #fff url(../../../assets/images/icon/handmade_diy.png) no-repeat left top / 34px 34px;
  padding-left: 34px;
}

.list-category-8-title {
  background: #fff url(../../../assets/images/icon/gourmet_recipe.png) no-repeat left top / 34px 34px;
  padding-left: 34px;
}

.list-category-9-title {
  background: #fff url(../../../assets/images/icon/stationery_hobby_camera.png) no-repeat left top / 34px 34px;
  padding-left: 34px;
}

.list-category-10-title {
  background: #fff url(../../../assets/images/icon/sports_outdoor.png) no-repeat left top / 34px 34px;
  padding-left: 34px;
}

.list-category-11-title {
  background: #fff url(../../../assets/images/icon/luxury_items.png) no-repeat left top / 34px 34px;
  padding-left: 34px;
}

.list-category-12-title {
  background: #fff url(../../../assets/images/icon/fashion.png) no-repeat left top / 34px 34px;
  padding-left: 34px;
}

.list-category-15-title {
  background: #fff url(../../../assets/images/icon/pr.svg) no-repeat left center / 28px 28px;
  padding-left: 34px;
}

.list-title-in {
  font-size: 16px;
  padding: 0;
}

body.home .list-title-in {
  color: red;
  font-weight: 800;
}

.list-title-in::before,
.list-title-in::after {
  display: none;
}

.list-more-button-wrap {
  text-align: right;
}

.list-more-button-wrap .list-more-button {
  border: none;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

/* --------------------------------
トップページの「もっと記事をみる」ボタン
-------------------------------- */
.more-button-wrap {
  margin: 0 auto 16px;
  text-align: center;
}

.more-button {
  background: #8dcd70;
  border-radius: 10px;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  padding: 2px 20px;
  text-decoration: none;
}

.more-button:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.5;
}

/* --------------------------------
記事一覧 共通
-------------------------------- */
.card-thumb img {
  aspect-ratio: 4 / 3 !important;
  height: auto;
  object-fit: cover;
}

/* --------------------------------
一覧系ページ（3列2列1列リスト）
-------------------------------- */
/* タイトル */
.archive-title {
  font-size: 22px;
}
@media screen and (max-width: 480px) {
  .archive-title {
    font-size: 16px;
    margin: 16px 0 6px;
  }
}

.archive-title .cat-icon {
  display: inline-block;
  position: relative;
  margin: 0 4px 0 0;
  width: 30px;
}
@media screen and (max-width: 480px) {
  .archive-title .cat-icon {
    width: 24px;
  }
}

/* 記事リスト */
#list,
.list-wrap {
  margin-bottom: 8px;
}

.list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  row-gap: 0;
}

.ect-vertical-card {
  column-gap: 0;
}

.ect-vertical-card-3 {
  width: 100%;
  column-gap: 0;
}

.ect-3-columns {
  column-gap: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  row-gap: 0;
}

body.body .entry-card-wrap {
  border-color: rgba(133, 185, 91, 0.5);
  border-style: solid;
  border-width: 1px;
  border-left: none;
  border-top: none;
  margin: 0 0 8px;
  padding: 0 4px 8px;
}

body.body .entry-card-wrap.border-right-none {
  border-right: none;
}

body.body .entry-card-wrap.width-100 {
  width: 100%;
}

body.body .entry-card-wrap.width-50 {
  width: 49.9%;
}

body.body .entry-card-wrap.width-33 {
  width: 33.3%;
}

body.body .entry-card-wrap.width-50 .entry-card,
body.body .entry-card-wrap.width-33 .entry-card {
  padding: 0 0 20px;
}

body.body .entry-card-wrap .entry-card-thumb {
  display: flex;
  float: none;
  margin: 0 0 4px;
  aspect-ratio: 4 / 3;
  justify-content: center;
  overflow: hidden;
  width: 100%;
}

body.body .entry-card-wrap.width-100 .entry-card-thumb {
  float: left;
  margin: 0;
  width: 32%;
}

body.body .entry-card-wrap .entry-card-thumb-image {
  height: 100%;
  max-width: none;
  width: auto;
}

body.body .entry-card-wrap .entry-card-content {
  padding: 0;
  margin: 0;
}

body.body .entry-card-wrap.width-100 .entry-card-content {
  margin: 0 0 0 34%;
}

body.body .entry-card-title {
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  margin: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
}

/* サイドバー */
@media screen and (min-width: 480px) {
  body.body .sidebar .entry-card .entry-card-title {
    -webkit-line-clamp: 2;
    font-size: 16px;
    line-height: 1.3;
  }
}

body.body .entry-card-wrap .entry-card-snippet {
  display: none;
}
@media screen and (min-width: 480px) {
  body.body .main .entry-card-wrap.width-100 .entry-card-snippet {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin: 8px 0 0;
    overflow: hidden;
  }
}

body.body .entry-card-wrap.width-50 .entry-card-meta,
body.body .entry-card-wrap.width-33 .entry-card-meta {
  overflow: hidden;
  text-align: left;
  text-wrap: nowrap;
  width: 100%;
}

body.body .cat-label {
  position: relative;
}

/* --------------------------------
単一ページ
-------------------------------- */
.article-header {
  padding: 8px 0 0;
}

.article-header .entry-title {
  margin: 0;
}

.article-header .entry-title {
  margin: 0 0 10px;
}
@media screen and (max-width: 480px) {
  .article-header .entry-title {
    margin: 0;
  }
}

.eye-catch-wrap {
  display: block
}

.eye-catch-wrap .wp-post-image {
  width: 100% !important;
}

.article h2 {
  background: none;
  border-left: #85b95b 7px solid;
  color: rgb(51, 51, 51);
  font-size: 18px;
  padding: 8px;
}

.article h3 {
  border: none;
  font-size: 16px;
  padding-left: 0;
}

.toc {
  padding: 0 10px;
}

.toc-center {
  margin: 4px auto;
}

.toc .toc-list {
  padding-bottom: 8px;
  padding-left: 1em;
}

.wp-caption {
  background: none;
  border: none;
  padding: 0;
}

.waku {
  border: 2px solid #ccc;
}

/* ライター表示ボックス（記事上部） */
.author-box .author-profile {
  line-height: 1.5 !important;
  transition: all 0.2s ease-out;
}

.author-box .author-profile.closed {
  display: -webkit-box;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.author-box .author-profile.opened {
  display: block;
  line-clamp: none;
  -webkit-line-clamp: none;
  overflow: visible;
}

.author-box .read-more {
  color: #8dcd70;
  cursor: pointer;
  margin: 0;
  text-align: right;
  text-decoration: underline;
}

/* 楽天アフィリエイトボックス対応 */
.entry-content > table tr:has(table) {
  background: none;
}
.entry-content > table td:has(table) {
  border: none;
}
.entry-content > table table tr {
  background: none;
}

/* --------------------------------
関連記事
-------------------------------- */
@media screen and (max-width: 480px) {
  .related-entry-heading {
    display: none;
  }
}
@media screen and (min-width: 480px) {
  .related-entry-heading {
    margin: 20px 0 0;
  }
}

.related-list .related-entry-card-thumb {
  aspect-ratio: 4 / 3;
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.related-list .related-entry-card-thumb-image {
  height: 100%;
  max-width: none;
  width: auto;
}

.related-list .related-entry-card-title.card-title {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  padding: 0;
  overflow: hidden;
}

/* --------------------------------
サイドバー
-------------------------------- */
@media screen and (max-width: 480px) {
  #sidebar {
    margin-top: 0;
    padding-top: 0;
  }
}

.sidebar h2,
.sidebar h3 {
  padding: 4px 8px;
  margin: 8px 0;
}

/* --------------------------------
検索フォームウィジェット
-------------------------------- */
@media screen and (max-width: 480px) {
  #search-2 {
    display: none;
  }
}

/* --------------------------------
人気記事ウィジェット
-------------------------------- */
.widget-entry-cards figure {
  aspect-ratio: 4 / 3;
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.popular-entry-card-title {
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  padding: 0;
  overflow: hidden;
}

/* --------------------------------
バナーウィジェット
-------------------------------- */
.widget.banners.two-column {
  display: flex;
  justify-content: space-between;
}

.widget.banners.two-column a {
  display: block;
  width: 49%;
}

@media screen and (min-width: 480px) {
  .widget.banners.two-column a:hover {
    opacity: 0.7;
  }
}

/* --------------------------------
SNSアイコン
-------------------------------- */
.social-icon.icon-x-corp {
  font-size: 28px;
}

.social-icon.icon-facebook {
  font-size: 28px;
}

.social-icon.icon-line {
  font-size: 34px;
}

/* --------------------------------
お問い合わせ
-------------------------------- */
.privacy-policy-iframe {
  display: block;
  margin: 0 auto;
  width: 90%;
}

.wpcf7 form.sent .wpcf7-response-output {
  display: none;
}

/* --------------------------------
フッター
-------------------------------- */
@media screen and (max-width: 480px) {
  /* アイモバイル SP 下部固定オーバーレイ対応 */
  .footer {
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 480px) {
  /* アイモバイル SP 下部固定オーバーレイ対応 */
  .footer {
    padding-bottom: 90px;
  }
}

/* --------------------------------
トップへ戻る
-------------------------------- */
#go-to-top {
  z-index: 10;
}

/* --------------------------------
reCAPTCHA v3のバッヂを非表示
-------------------------------- */
.grecaptcha-badge {
  display: none;
}

/* --------------------------------
アイモバイル関連記事モジュールの余白を減らす
-------------------------------- */
.cirqua-flex-box .cirqua-slot {
  padding: 8px 4px !important;
}

/************************************
** WordPress Misc
************************************/
.wp-caption-dd {
  padding: 14px 4px 5px;
}
