@charset "UTF-8";
/*
  Skin Name: スタマグ
  Description: スタマグ用スキン
  Skin URI: https://theatre.co.jp/magazine/
  Author: recreative
  Author URI: https://www.recreative.co.jp/
  Screenshot URI: https://theatre.co.jp/magazine/wp-content/themes/cocoon-child-master/skins/stamug/images/screenshot.png
  Version: 1.0.2
  Priority: 9999000000
*/
/*以下にスタイルシートを記入してください*/
/* カラー設定 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/* 全体設定　*/
body {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
}

.content {
  margin-top: 0;
}
.content .main {
  padding-top: 0;
}

/* カテゴリーラベルカラー */
.cat-label.parent-cat-id-1 {
  background-color: #e04578;
  color: #fff;
}
.cat-label.parent-cat-id-22 {
  background-color: #e5c21d;
  color: #fff;
}
.cat-label.parent-cat-id-39 {
  background-color: #98bf45;
  color: #fff;
}
.cat-label.parent-cat-id-36 {
  background-color: #68b5a7;
  color: #fff;
}
.cat-label.parent-cat-id-43 {
  background-color: #547fba;
  color: #fff;
}

/* 縦型インデックスカード （2列・3列共通）*/
.ect-vertical-card .entry-card-wrap {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 1px 0px 8px 2px rgba(0, 0, 0, 0.15);
  margin-bottom: 30px;
  transition: transform 0.3s;
  transform-origin: top;
}
@media screen and (max-width: 768px) {
  .ect-vertical-card .entry-card-wrap {
    border-radius: 5px;
    box-shadow: 1px 0px 8px 2px rgba(0, 0, 0, 0.15);
    margin-bottom: 20px;
  }
}
.ect-vertical-card .entry-card-wrap:hover {
  transform: scale(1.02);
}
@media screen and (max-width: 1023px) {
  .ect-vertical-card .entry-card-wrap:hover {
    transform: scale(1);
  }
}
.ect-vertical-card .entry-card-wrap .entry-card-thumb img {
  border-radius: 10px 10px 0 0;
}
@media screen and (max-width: 768px) {
  .ect-vertical-card .entry-card-wrap .entry-card-thumb img {
    border-radius: 5px 5px 0 0;
  }
}
.ect-vertical-card .entry-card-wrap .entry-card-content {
  display: flex;
  flex-direction: column;
  padding: 12px 24px 34px 24px;
}
@media screen and (max-width: 768px) {
  .ect-vertical-card .entry-card-wrap .entry-card-content {
    padding: 14px 16px 30px 16px;
  }
}
.ect-vertical-card .entry-card-wrap .entry-card-content .entry-card-title {
  order: 2;
  color: #232323;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.08em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .ect-vertical-card .entry-card-wrap .entry-card-content .entry-card-title {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.ect-vertical-card .entry-card-wrap .entry-card-content .entry-card-snippet {
  order: 3;
  color: #232323;
  font-size: 15px;
  line-height: 1.7;
  letter-spacing: 0.08em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 768px) {
  .ect-vertical-card .entry-card-wrap .entry-card-content .entry-card-snippet {
    font-size: 14px;
  }
}
.ect-vertical-card .entry-card-wrap .entry-card-content .admin-pv {
  order: 4;
  margin-bottom: 0;
}
.ect-vertical-card .entry-card-wrap .entry-card-content .entry-card-meta {
  position: relative;
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  order: 1;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .ect-vertical-card .entry-card-wrap .entry-card-content .entry-card-meta {
    margin-bottom: 16px;
  }
}
.ect-vertical-card .entry-card-wrap .entry-card-content .entry-card-meta .e-card-info {
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.ect-vertical-card .entry-card-wrap .entry-card-content .entry-card-meta .cat-label {
  position: relative;
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  line-height: 1;
  padding: 10px 20px;
  border: none;
  border-radius: 2em;
  min-width: 90px;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .ect-vertical-card .entry-card-wrap .entry-card-content .entry-card-meta .cat-label {
    font-size: 11px;
    padding: 10px 10px;
    min-width: 70px;
  }
}
.ect-vertical-card .entry-card-wrap .entry-card-content .entry-card-meta .post-date {
  color: #9e9e9e;
  letter-spacing: 0.05em;
}
.ect-vertical-card .entry-card-wrap .entry-card-content .entry-card-meta .post-date .fa {
  display: none;
}
.ect-vertical-card.ect-2-columns .entry-card-wrap {
  width: 48%;
  padding: 0;
}
@media screen and (max-width: 480px) {
  .ect-vertical-card.ect-2-columns .entry-card-wrap {
    width: 100%;
  }
}
.ect-vertical-card.ect-3-columns .entry-card-wrap {
  width: 30.5%;
  padding: 0;
}
@media screen and (max-width: 1023px) {
  .ect-vertical-card.ect-3-columns .entry-card-wrap {
    width: 48%;
  }
}
@media screen and (max-width: 480px) {
  .ect-vertical-card.ect-3-columns .entry-card-wrap {
    width: 100%;
  }
}

/* ヘッダー */
.header-container .header-container-in {
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
  position: relative;
  /* コンテンツ上部のウィジェットを検索フォームとしてモーダル表示 */
}
@media screen and (max-width: 1023px) {
  .header-container .header-container-in {
    width: 100%;
  }
}
.header-container .header-container-in header .logo {
  width: 162px;
  height: 52px;
  margin-right: 20px;
}
.header-container .header-container-in header .logo a {
  background: url(./images/logo.svg) no-repeat center center;
  background-size: contain;
  width: 100%;
  height: 100%;
  display: block;
}
.header-container .header-container-in header .logo a span {
  display: none;
}
.header-container .header-container-in #navi .navi-in > ul > li {
  position: relative;
  padding-left: 32px;
  margin: 0 auto;
  height: 110px;
  line-height: 110px;
  letter-spacing: 0.08em;
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  .header-container .header-container-in #navi .navi-in > ul > li {
    height: 70px;
    line-height: 1.3;
    padding: 0;
    margin: 0;
    border-top: 1px solid #dcdcdc;
    border-right: 1px dotted #dcdcdc;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header-container .header-container-in #navi .navi-in > ul > li:last-child {
    border-right: none;
  }
}
.header-container .header-container-in #navi .navi-in > ul > li::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 24px;
  height: 24px;
  content: "";
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  .header-container .header-container-in #navi .navi-in > ul > li::before {
    top: 10px;
    transform: translateY(0);
    left: 50%;
    transform: translateX(-50%);
  }
}
.header-container .header-container-in #navi .navi-in > ul > li.cat-baby::before {
  background: url(./images/icon_baby.svg) no-repeat center center;
  background-size: contain;
}
.header-container .header-container-in #navi .navi-in > ul > li.cat-baby .sub-menu li:hover {
  color: #e04578;
}
.header-container .header-container-in #navi .navi-in > ul > li.cat-junior::before {
  background: url(./images/icon_junior.svg) no-repeat center center;
  background-size: contain;
}
.header-container .header-container-in #navi .navi-in > ul > li.cat-junior .sub-menu li:hover {
  color: #e5c21d;
}
.header-container .header-container-in #navi .navi-in > ul > li.cat-youth::before {
  background: url(./images/icon_youth.svg) no-repeat center center;
  background-size: contain;
}
.header-container .header-container-in #navi .navi-in > ul > li.cat-youth .sub-menu li:hover {
  color: #98bf45;
}
.header-container .header-container-in #navi .navi-in > ul > li.cat-academy::before {
  background: url(./images/icon_academy.svg) no-repeat center center;
  background-size: contain;
}
.header-container .header-container-in #navi .navi-in > ul > li.cat-academy .sub-menu li:hover {
  color: #68b5a7;
}
.header-container .header-container-in #navi .navi-in > ul > li.cat-theatreacademy::before {
  background: url(./images/icon_theatreacademy.svg) no-repeat center center;
  background-size: contain;
}
.header-container .header-container-in #navi .navi-in > ul > li.cat-theatreacademy .sub-menu li:hover {
  color: #547fba;
}
.header-container .header-container-in #navi .navi-in > ul > li.search-menu-button-custom::before {
  background: url(./images/icon_search.svg) no-repeat center center #4d4d4d;
  background-size: 18px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
.header-container .header-container-in #navi .navi-in > ul > li.search-menu-button-custom .caption-wrap {
  display: none;
}
.header-container .header-container-in #navi .navi-in > ul > li a {
  padding: 0;
  margin: 0;
  font-size: 15px;
  font-weight: 600;
}
.header-container .header-container-in #navi .navi-in > ul > li a:hover {
  background-color: unset;
  color: unset;
}
@media screen and (max-width: 1023px) {
  .header-container .header-container-in #navi .navi-in > ul > li a {
    font-size: 12px;
    padding: 30px 0 0 0;
    margin: 0;
    line-height: 1.1;
  }
  .header-container .header-container-in #navi .navi-in > ul > li a .item-label {
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
}
.header-container .header-container-in #navi .navi-in > ul > li a .has-icon {
  left: 50%;
  transform: translateX(calc(-50% - 15px));
  right: unset;
  bottom: -22px;
  top: unset;
  font-size: 24px;
  color: #9e9e9e;
  pointer-events: none;
}
@media screen and (max-width: 1023px) {
  .header-container .header-container-in #navi .navi-in > ul > li a .has-icon {
    display: none;
  }
}
.header-container .header-container-in #navi .navi-in > ul .sub-menu {
  top: 85px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0px 0px 16px 3px rgba(35, 35, 35, 0.2);
  border-radius: 10px;
  padding: 15px 22px;
  width: -moz-max-content;
  width: max-content;
  pointer-events: none;
  display: block;
  opacity: 0;
  transition: all 0.3s;
}
@media screen and (max-width: 1023px) {
  .header-container .header-container-in #navi .navi-in > ul .sub-menu {
    display: none;
  }
}
.header-container .header-container-in #navi .navi-in > ul .sub-menu li {
  height: 40px;
  line-height: 40px;
}
.header-container .header-container-in #navi .navi-in > ul .sub-menu .item-label:before {
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 20px;
  color: #9e9e9e;
  margin-right: 10px;
}
.header-container .header-container-in #navi .navi-in > ul li:hover > .sub-menu {
  pointer-events: auto;
  top: 100px;
  opacity: 1;
  transition: all 0.3s;
}
@media screen and (max-width: 1023px) {
  .header-container .header-container-in #navi ul.menu-mobile {
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
  }
}
.header-container .header-container-in .content-top {
  margin: 0 auto;
  pointer-events: none;
  transition: all 0.3s;
}
.header-container .header-container-in .content-top .content-top-in.wrap {
  position: absolute;
  top: 100px;
  right: 0;
  width: 620px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 10px;
  padding: 40px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 9999999;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.3s;
}
@media screen and (max-width: 1023px) {
  .header-container .header-container-in .content-top .content-top-in.wrap {
    position: fixed;
    top: 60px;
  }
}
@media screen and (max-width: 480px) {
  .header-container .header-container-in .content-top .content-top-in.wrap {
    width: 94%;
    right: 3%;
    padding: 30px 25px 0;
  }
}
.header-container .header-container-in .content-top .content-top-in.wrap h2 {
  letter-spacing: 0.08em;
  font-weight: 600;
  margin-bottom: 5px;
}
@media screen and (max-width: 480px) {
  .header-container .header-container-in .content-top .content-top-in.wrap h2 {
    font-size: 16px;
    margin-bottom: 0;
  }
}
.header-container .header-container-in .content-top .content-top-in.wrap .search-box {
  margin: 10px 0 42px;
}
@media screen and (max-width: 480px) {
  .header-container .header-container-in .content-top .content-top-in.wrap .search-box {
    margin: 5px 0 10px;
  }
}
.header-container .header-container-in .content-top .content-top-in.wrap .search-box .search-edit,
.header-container .header-container-in .content-top .content-top-in.wrap .search-box input[type=text] {
  color: #9e9e9e;
  letter-spacing: 0.08em;
  padding: 17px;
  border: 1px solid #9e9e9e;
  border-radius: 6px;
}
@media screen and (max-width: 480px) {
  .header-container .header-container-in .content-top .content-top-in.wrap .search-box .search-edit,
  .header-container .header-container-in .content-top .content-top-in.wrap .search-box input[type=text] {
    font-size: 15px;
    padding: 8px 10px;
  }
}
.header-container .header-container-in .content-top .content-top-in.wrap .tagcloud a {
  border: 1px solid #c1c1c1;
  padding: 10px 15px 10px 10px;
  margin: 5px 4px;
}
@media screen and (max-width: 480px) {
  .header-container .header-container-in .content-top .content-top-in.wrap .tagcloud a {
    padding: 9px 15px 9px 10px;
  }
}
.header-container .header-container-in .content-top .content-top-in.wrap .tagcloud a .tag-caption {
  font-size: 12px;
  letter-spacing: 0.08em;
}
.header-container .header-container-in .content-top .content-top-in.wrap .close-button {
  position: absolute;
  top: 10px;
  right: 17px;
  font-size: 26px;
  color: #232323;
  font-family: "Noto Sans JP";
  font-weight: 600;
  background: none;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  .header-container .header-container-in .content-top .content-top-in.wrap .close-button {
    font-size: 24px;
  }
}
.header-container .header-container-in .content-top.show {
  pointer-events: auto;
}
.header-container .header-container-in .content-top.show .content-top-in.wrap {
  opacity: 1;
  transform: translateY(0);
}

/* モバイルメニュー */
@media screen and (max-width: 1023px) {
  .mblt-header-mobile-buttons {
    margin-top: 62px;
  }
  .mobile-header-menu-buttons.mobile-menu-buttons {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    height: 60px;
    padding: 0 10px;
    gap: 20px;
    box-shadow: none;
  }
  .mobile-header-menu-buttons.mobile-menu-buttons .logo-custom {
    width: 100%;
  }
  .mobile-header-menu-buttons.mobile-menu-buttons .logo-custom a {
    display: block;
    background: url(./images/logo.svg) no-repeat 20px center;
    background-size: contain;
    width: auto;
    height: 31px;
  }
  .mobile-header-menu-buttons.mobile-menu-buttons .logo-custom a span {
    display: none;
  }
  .mobile-header-menu-buttons.mobile-menu-buttons .search-menu-button-custom {
    width: 40px;
    position: relative;
  }
  .mobile-header-menu-buttons.mobile-menu-buttons .search-menu-button-custom::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(./images/icon_search.svg) no-repeat center center #4d4d4d;
    background-size: 18px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
  }
  .mobile-header-menu-buttons.mobile-menu-buttons .search-menu-button-custom span {
    display: none;
  }
  .mobile-header-menu-buttons.mobile-menu-buttons .menu-button {
    width: 40px;
  }
  #navi-menu-open .fa-bars {
    position: relative;
    width: 24px;
    height: 20px;
    border-top: 2px solid #232323;
    border-bottom: 2px solid #232323;
  }
  #navi-menu-open .fa-bars::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #232323;
    transform: translateY(-50%);
  }
  #navi-menu-input:checked ~ #navi-menu-content {
    transition: 0.3s ease-in-out;
    transform: translateX(0%);
    opacity: 1;
  }
  .menu-content.navi-menu-content {
    max-width: 100%;
    padding: 0 10px 50px;
    transform: translateX(100%);
  }
  .menu-content.navi-menu-content .menu-close-button {
    text-align: right;
  }
  .menu-content.navi-menu-content .menu-close-button .fa-close {
    padding: 10px;
  }
  .menu-content.navi-menu-content .menu-close-button .fa-close:before {
    content: "✕";
    font-size: 32px;
    color: #232323;
    cursor: pointer;
    font-weight: 400;
  }
  .menu-content.navi-menu-content .menu-drawer > li {
    padding: 20px 0;
    font-size: 16px;
    border-bottom: 1px solid #dcdcdc;
  }
  .menu-content.navi-menu-content .menu-drawer > li > a {
    position: relative;
    padding-left: 32px;
  }
  .menu-content.navi-menu-content .menu-drawer > li > a::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 24px;
    height: 24px;
    content: "";
    cursor: pointer;
  }
  .menu-content.navi-menu-content .menu-drawer > li.cat-baby > a::before {
    width: 26px;
    height: 26px;
    background: url(./images/icon_baby.svg) no-repeat center center;
    background-size: contain;
  }
  .menu-content.navi-menu-content .menu-drawer > li.cat-junior > a::before {
    background: url(./images/icon_junior.svg) no-repeat center center;
    background-size: contain;
  }
  .menu-content.navi-menu-content .menu-drawer > li.cat-youth > a::before {
    background: url(./images/icon_youth.svg) no-repeat center center;
    background-size: contain;
  }
  .menu-content.navi-menu-content .menu-drawer > li.cat-academy > a::before {
    background: url(./images/icon_academy.svg) no-repeat center center;
    background-size: contain;
  }
  .menu-content.navi-menu-content .menu-drawer > li.cat-theatreacademy > a::before {
    background: url(./images/icon_theatreacademy.svg) no-repeat center center;
    background-size: contain;
  }
  .menu-content.navi-menu-content .menu-drawer > li.search-menu-button-custom {
    display: none;
  }
  .menu-content.navi-menu-content .menu-drawer .sub-menu {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: flex-start;
    padding-left: 26px;
  }
  .menu-content.navi-menu-content .menu-drawer .sub-menu li {
    font-size: 13px;
  }
  .menu-content.navi-menu-content .menu-drawer .sub-menu li:nth-child(2n+1) {
    width: 54%;
  }
  .menu-content.navi-menu-content .menu-drawer .sub-menu li:nth-child(2n) {
    width: 46%;
  }
  .menu-content.navi-menu-content .navi-footer {
    padding: 0 1em;
  }
  .menu-content.navi-menu-content .navi-footer .menu-footer {
    display: flex;
    flex-flow: column wrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 15px;
  }
  .menu-content.navi-menu-content .navi-footer .menu-footer li.menu-item {
    width: -moz-fit-content;
    width: fit-content;
    text-align: left;
  }
  .menu-content.navi-menu-content .navi-footer .menu-footer li.menu-item.official {
    position: relative;
  }
  .menu-content.navi-menu-content .navi-footer .menu-footer li.menu-item.official:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -0.5em;
    width: 12px;
    height: 12px;
    background: url(./images/icon_external.svg) no-repeat center center;
    fill: #232323;
    background-size: cover;
    z-index: 1;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) {
  .menu-content.navi-menu-content .navi-footer .menu-footer li.menu-item.official:after {
    right: -1em;
  }
}
@media screen and (max-width: 1023px) {
  .menu-content.navi-menu-content .widget.widget_sns_follow_buttons {
    padding: 0 1em;
  }
  .menu-content.navi-menu-content .widget.widget_sns_follow_buttons .sns-follow {
    background: none;
  }
  .menu-content.navi-menu-content .widget.widget_sns_follow_buttons .sns-follow .sns-follow-title {
    display: none;
  }
}
/* タグクラウド＆カテゴリーリスト */
.tagcloud a,
.fv-links a {
  background-color: #f5f5f5;
  color: #232323;
  line-height: 1;
  padding: 5px 20px;
  border: none;
  border-radius: 2em;
  margin: 4px;
  flex: unset;
  text-decoration: none;
}
@media screen and (max-width: 480px) {
  .tagcloud a,
  .fv-links a {
    padding: 5px 10px;
  }
}
.tagcloud a:hover,
.fv-links a:hover {
  background-color: #dcdcdc;
}
.tagcloud a .fa-tag:before,
.fv-links a .fa-tag:before {
  content: "";
}
.sidebar .tagcloud a,
.sidebar .fv-links a {
  padding: 10px 12px 10px 10px;
  letter-spacing: 0.08em;
}

.fv-links {
  width: 100%;
  background: linear-gradient(90deg, rgb(245, 205, 206) 0%, rgb(234, 206, 231) 50%, rgb(224, 210, 233) 100%);
  flex-wrap: nowrap;
  justify-content: center;
}
@media screen and (max-width: 480px) {
  .fv-links {
    position: relative;
    height: 64px;
    overflow: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .fv-links::-webkit-scrollbar {
    display: none;
  }
}
.fv-links .fv-linls-in {
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
  padding: 5px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 480px) {
  .fv-links .fv-linls-in {
    position: absolute;
    top: 3px;
    left: 0;
    width: -moz-max-content;
    width: max-content;
    gap: 3px;
    padding: 0 10px;
  }
}
.fv-links .fv-linls-in a {
  padding: 0.7em 1.2em;
  font-size: 13px;
  line-height: 1;
  color: #232323;
  background-color: #fff;
}
@media screen and (max-width: 480px) {
  .fv-links .fv-linls-in a {
    padding: 5px 15px;
    font-size: 11px;
  }
}
.fv-links .fv-linls-in a:hover {
  background-color: #dcdcdc;
}
@media screen and (max-width: 1023px) {
  .fv-links .fv-linls-in:last-child {
    top: 31px;
  }
}
.fv-links .fv-linls-in.fv-linls-in-pc {
  display: flex;
}
@media screen and (max-width: 480px) {
  .fv-links .fv-linls-in.fv-linls-in-pc {
    display: none;
  }
}
.fv-links .fv-linls-in.fv-linls-in-mbl {
  display: none;
}
@media screen and (max-width: 480px) {
  .fv-links .fv-linls-in.fv-linls-in-mbl {
    display: flex;
  }
}

/* SNSボタン */
.widget.widget_sns_follow_buttons .main-widget-label,
.widget.widget_sns_follow_buttons .widget-title {
  display: none;
}
.widget.widget_sns_follow_buttons .sns-follow {
  background: #f5f5f5;
  width: 320px;
  margin: 0 auto;
  border-radius: 20px;
  padding: 30px 0 40px;
}
@media screen and (max-width: 1023px) {
  .widget.widget_sns_follow_buttons .sns-follow {
    width: 95%;
    margin: 60px auto;
  }
}
@media screen and (max-width: 768px) {
  .widget.widget_sns_follow_buttons .sns-follow {
    width: 90%;
    margin: 40px auto;
  }
}
@media screen and (max-width: 480px) {
  .widget.widget_sns_follow_buttons .sns-follow {
    width: 86%;
    margin: 30px auto;
    padding: 30px 0;
    border-radius: 25px;
  }
}
.widget.widget_sns_follow_buttons .sns-follow h2 {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 0.08em;
  color: #4d4d4d;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 23px;
}
@media screen and (max-width: 768px) {
  .widget.widget_sns_follow_buttons .sns-follow h2 {
    font-size: 24px;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 480px) {
  .widget.widget_sns_follow_buttons .sns-follow h2 {
    font-size: 18px;
  }
}
.widget.widget_sns_follow_buttons .sns-follow h2:before, .widget.widget_sns_follow_buttons .sns-follow h2:after {
  position: absolute;
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  background: #4d4d4d;
}
@media screen and (max-width: 768px) {
  .widget.widget_sns_follow_buttons .sns-follow h2:before, .widget.widget_sns_follow_buttons .sns-follow h2:after {
    width: 50px;
  }
}
@media screen and (max-width: 480px) {
  .widget.widget_sns_follow_buttons .sns-follow h2:before, .widget.widget_sns_follow_buttons .sns-follow h2:after {
    width: 40px;
    height: 2px;
  }
}
.widget.widget_sns_follow_buttons .sns-follow h2:before {
  left: -30px;
  top: 50%;
  transform: rotate(60deg) translateY(-50%);
}
@media screen and (max-width: 480px) {
  .widget.widget_sns_follow_buttons .sns-follow h2:before {
    left: -35px;
    transform: rotate(65deg) translateY(-50%);
  }
}
.widget.widget_sns_follow_buttons .sns-follow h2:after {
  right: -30px;
  top: 50%;
  transform: rotate(-60deg) translateY(-50%);
}
@media screen and (max-width: 480px) {
  .widget.widget_sns_follow_buttons .sns-follow h2:after {
    right: -35px;
    transform: rotate(-65deg) translateY(-50%);
  }
}
.widget.widget_sns_follow_buttons .sns-follow .sns-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .widget.widget_sns_follow_buttons .sns-follow .sns-buttons {
    gap: 28px;
  }
}
.widget.widget_sns_follow_buttons .sns-follow .sns-buttons a.sns-button {
  width: 28px;
  height: 28px;
  background: unset;
  margin: 0;
}
@media screen and (max-width: 480px) {
  .widget.widget_sns_follow_buttons .sns-follow .sns-buttons a.sns-button {
    width: 25px;
    height: 25px;
  }
}
.widget.widget_sns_follow_buttons .sns-follow .sns-buttons a.sns-button img {
  -o-object-fit: contain;
     object-fit: contain;
}
.widget.widget_sns_follow_buttons .sns-follow .sns-buttons.sns-buttons-theatre-tsushin {
  margin-top: 26px;
}
@media screen and (max-width: 480px) {
  .widget.widget_sns_follow_buttons .sns-follow .sns-buttons.sns-buttons-theatre-tsushin {
    margin-top: 25px;
  }
}
.widget.widget_sns_follow_buttons .sns-follow .sns-buttons.sns-buttons-theatre-tsushin a.sns-button-theatre-tsushin {
  width: 220px;
  height: auto;
}
@media screen and (max-width: 480px) {
  .widget.widget_sns_follow_buttons .sns-follow .sns-buttons.sns-buttons-theatre-tsushin a.sns-button-theatre-tsushin {
    width: 220px;
  }
}
.widget.widget_sns_follow_buttons .sns-follow .sns-buttons.sns-buttons-theatre-tsushin a.sns-button-theatre-tsushin img {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .home .widget.widget_sns_follow_buttons .sns-follow, .page .widget.widget_sns_follow_buttons .sns-follow, .error404 .widget.widget_sns_follow_buttons .sns-follow {
    width: 100%;
    max-width: 1050px;
    margin: 90px auto;
    border-radius: 60px;
    padding: 80px 0;
  }
  .home .widget.widget_sns_follow_buttons .sns-follow h2, .page .widget.widget_sns_follow_buttons .sns-follow h2, .error404 .widget.widget_sns_follow_buttons .sns-follow h2 {
    font-size: 30px;
    margin: 0 auto 44px;
  }
  .home .widget.widget_sns_follow_buttons .sns-follow h2:before, .home .widget.widget_sns_follow_buttons .sns-follow h2:after, .page .widget.widget_sns_follow_buttons .sns-follow h2:before, .page .widget.widget_sns_follow_buttons .sns-follow h2:after, .error404 .widget.widget_sns_follow_buttons .sns-follow h2:before, .error404 .widget.widget_sns_follow_buttons .sns-follow h2:after {
    width: 35px;
    height: 3px;
  }
  .home .widget.widget_sns_follow_buttons .sns-follow h2:before, .page .widget.widget_sns_follow_buttons .sns-follow h2:before, .error404 .widget.widget_sns_follow_buttons .sns-follow h2:before {
    left: -50px;
  }
  .home .widget.widget_sns_follow_buttons .sns-follow h2:after, .page .widget.widget_sns_follow_buttons .sns-follow h2:after, .error404 .widget.widget_sns_follow_buttons .sns-follow h2:after {
    right: -50px;
  }
  .home .widget.widget_sns_follow_buttons .sns-follow h2 .tab-sp-sidebar-only, .page .widget.widget_sns_follow_buttons .sns-follow h2 .tab-sp-sidebar-only, .error404 .widget.widget_sns_follow_buttons .sns-follow h2 .tab-sp-sidebar-only {
    display: none;
  }
}
@media screen and (min-width: 1024px) and (max-width: 768px) {
  .home .widget.widget_sns_follow_buttons .sns-follow h2 .tab-sp-sidebar-only, .page .widget.widget_sns_follow_buttons .sns-follow h2 .tab-sp-sidebar-only, .error404 .widget.widget_sns_follow_buttons .sns-follow h2 .tab-sp-sidebar-only {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .home .widget.widget_sns_follow_buttons .sns-follow .sns-buttons, .page .widget.widget_sns_follow_buttons .sns-follow .sns-buttons, .error404 .widget.widget_sns_follow_buttons .sns-follow .sns-buttons {
    gap: 44px;
  }
  .home .widget.widget_sns_follow_buttons .sns-follow .sns-buttons a.sns-button, .page .widget.widget_sns_follow_buttons .sns-follow .sns-buttons a.sns-button, .error404 .widget.widget_sns_follow_buttons .sns-follow .sns-buttons a.sns-button {
    width: 35px;
    height: 35px;
  }
  .home .widget.widget_sns_follow_buttons .sns-follow .sns-buttons.sns-buttons-theatre-tsushin, .page .widget.widget_sns_follow_buttons .sns-follow .sns-buttons.sns-buttons-theatre-tsushin, .error404 .widget.widget_sns_follow_buttons .sns-follow .sns-buttons.sns-buttons-theatre-tsushin {
    margin-top: 35px;
  }
  .home .widget.widget_sns_follow_buttons .sns-follow .sns-buttons.sns-buttons-theatre-tsushin a.sns-button-theatre-tsushin, .page .widget.widget_sns_follow_buttons .sns-follow .sns-buttons.sns-buttons-theatre-tsushin a.sns-button-theatre-tsushin, .error404 .widget.widget_sns_follow_buttons .sns-follow .sns-buttons.sns-buttons-theatre-tsushin a.sns-button-theatre-tsushin {
    width: 340px;
  }
}

/* バナーセクション */
.banner-section {
  width: 100%;
  max-width: 1053px;
  margin: 20px auto 40px;
}
@media screen and (max-width: 1024px) {
  .banner-section {
    width: 90%;
    margin: 60px auto 0;
  }
}
body.home .banner-section {
  margin: 90px auto;
}
@media screen and (max-width: 1024px) {
  body.home .banner-section {
    margin: 30px auto;
  }
}
@media screen and (max-width: 1024px) {
  .child-category-title + .banner-section {
    margin: 30px auto;
  }
}
.banner-section img {
  width: 100%;
  height: auto;
}

/* フッター */
.footer-container {
  margin-top: 0;
  background-color: #232323;
}
@media screen and (max-width: 480px) {
  .footer-container {
    padding-bottom: 100px;
  }
}
.footer-container .footer-in .footer-bottom {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
}
.footer-container .footer-in .footer-bottom .footer-bottom-logo {
  position: relative;
  float: unset;
  margin: 0 auto 60px;
}
@media screen and (max-width: 834px) {
  .footer-container .footer-in .footer-bottom .footer-bottom-logo {
    margin: 0 auto 35px;
  }
}
.footer-container .footer-in .footer-bottom .footer-bottom-logo .logo {
  width: 162px;
  height: 42px;
}
@media screen and (max-width: 834px) {
  .footer-container .footer-in .footer-bottom .footer-bottom-logo .logo {
    width: 120px;
    height: 32px;
  }
}
.footer-container .footer-in .footer-bottom .footer-bottom-logo .logo a {
  background: url(./images/logo_white.svg) no-repeat center center;
  background-size: contain;
  width: 100%;
  height: 100%;
  display: block;
}
.footer-container .footer-in .footer-bottom .footer-bottom-logo .logo a span {
  display: none;
}
.footer-container .footer-in .footer-bottom .footer-bottom-content {
  float: unset;
  text-align: center;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  gap: 30px;
  align-items: center;
  color: #fff;
}
@media screen and (max-width: 834px) {
  .footer-container .footer-in .footer-bottom .footer-bottom-content {
    gap: 10px;
  }
}
.footer-container .footer-in .footer-bottom .footer-bottom-content .navi-footer-in > ul {
  gap: 30px;
}
@media screen and (max-width: 834px) {
  .footer-container .footer-in .footer-bottom .footer-bottom-content .navi-footer-in > ul {
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 20px;
    transform: translateX(-10px);
  }
}
.footer-container .footer-in .footer-bottom .footer-bottom-content .navi-footer-in > ul > li.menu-item {
  border: none;
}
@media screen and (max-width: 834px) {
  .footer-container .footer-in .footer-bottom .footer-bottom-content .navi-footer-in > ul > li.menu-item {
    width: unset;
  }
}
.footer-container .footer-in .footer-bottom .footer-bottom-content .navi-footer-in > ul > li.menu-item a {
  color: #fff;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 834px) {
  .footer-container .footer-in .footer-bottom .footer-bottom-content .navi-footer-in > ul > li.menu-item a {
    font-size: 13px;
  }
}
.footer-container .footer-in .footer-bottom .footer-bottom-content .navi-footer-in > ul > li.menu-item a:hover {
  background-color: unset;
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.footer-container .footer-in .footer-bottom .footer-bottom-content .navi-footer-in > ul > li.menu-item.official {
  position: relative;
}
.footer-container .footer-in .footer-bottom .footer-bottom-content .navi-footer-in > ul > li.menu-item.official:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -0.5em;
  width: 12px;
  height: 12px;
  background: url(./images/icon_external_white.svg) no-repeat center center;
  background-size: cover;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .footer-container .footer-in .footer-bottom .footer-bottom-content .navi-footer-in > ul > li.menu-item.official:after {
    right: -1em;
  }
}
.footer-container .footer-in .footer-bottom .footer-bottom-content .copyright {
  font-size: 13px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 834px) {
  .footer-container .footer-in .footer-bottom .footer-bottom-content .copyright {
    font-size: 10px;
  }
}

/*TOPへ戻るボタン*/
.go-to-top {
  z-index: 10000;
}
@media screen and (max-width: 480px) {
  .go-to-top {
    bottom: 90px;
  }
}

/* Blog Floating Button */
[id^=bfb_content_].bfb_view_pc.bfb_imgBanner.bfb_view_pc.bfb_rt {
  top: 50svh !important;
  right: 0 !important;
}
[id^=bfb_content_].bfb_view_pc.bfb_imgBanner.bfb_view_pc img {
  width: 100%;
  max-width: unset !important;
  max-height: unset !important;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
[id^=bfb_content_].bfb_view_sp {
  background-color: unset !important;
  z-index: 1000 !important;
}
[id^=bfb_content_] .bfb_closed {
  display: none;
}

/* トップページ用スタイル */
body.home {
  /* トップページ用スタイル（カルーセル） */
  /* トップページ用スタイル（カテゴリーセクション） */
  /* コンテンツ下部のボタンエリア */
}
body.home .content {
  max-width: 100%;
  width: 100%;
}
body.home .content .wrap {
  max-width: 100%;
  width: 100%;
}
body.home .content .wrap .main {
  max-width: 100%;
  width: 100%;
  padding: 0;
}
body.home .top-carousel {
  margin: 30px auto;
  width: 100%;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  body.home .top-carousel {
    margin: 15px auto;
    padding-bottom: 30px;
  }
}
body.home .top-carousel .slick-slide {
  position: relative;
  width: 80vw;
  max-width: 1050px;
  aspect-ratio: 1050/591;
  margin: 0 12px;
}
@media screen and (max-width: 1023px) {
  body.home .top-carousel .slick-slide {
    width: 85vw;
    margin: 0 10px;
  }
}
@media screen and (max-width: 768px) {
  body.home .top-carousel .slick-slide {
    width: 83vw;
    margin: 0 6px;
  }
}
body.home .top-carousel .slick-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.home .top-carousel .slick-slide::before {
  content: "NEW";
  position: absolute;
  top: 0;
  left: 30px;
  display: flex;
  justify-content: center;
  width: 80px;
  height: 45px;
  padding-top: 5px;
  font-weight: 500;
  letter-spacing: 0.1em;
  background-color: #fff055;
  color: #232323;
  -webkit-clip-path: polygon(100% 0%, 100% 100%, 50% 80%, 0 100%, 0 0);
          clip-path: polygon(100% 0%, 100% 100%, 50% 80%, 0 100%, 0 0);
  z-index: 2;
}
@media screen and (max-width: 1023px) {
  body.home .top-carousel .slick-slide::before {
    width: 60px;
    height: 35px;
    left: 15px;
    padding-top: 3px;
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  body.home .top-carousel .slick-slide::before {
    width: 50px;
    height: 28px;
    padding-top: 1px;
    font-size: 12px;
  }
}
body.home .top-carousel .slick-slide .entry-card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-left: 0;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  z-index: 1;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  color: #fff;
  padding: 20px 30px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  body.home .top-carousel .slick-slide .entry-card-content {
    padding: 8px 15px;
  }
}
body.home .top-carousel .slick-slide .entry-card-content .entry-card-category {
  position: unset;
  font-size: 13px;
  letter-spacing: 0.05em;
  margin-right: 30px;
  padding: 4px 10px;
  border: unset;
  border-radius: 2em;
  min-width: 8em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  body.home .top-carousel .slick-slide .entry-card-content .entry-card-category {
    margin-right: 15px;
    padding: 2px 8px;
    font-size: 11px;
  }
}
body.home .top-carousel .slick-slide .entry-card-content .entry-card-date {
  font-size: 13px;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  body.home .top-carousel .slick-slide .entry-card-content .entry-card-date {
    font-size: 12px;
  }
}
body.home .top-carousel .slick-slide .entry-card-content .entry-card-title {
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #fff;
  margin-top: 20px;
  line-clamp: 1;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  body.home .top-carousel .slick-slide .entry-card-content .entry-card-title {
    margin-top: 5px;
    font-size: 15px;
    line-height: 1.2;
  }
}
body.home .top-carousel .slick-dots {
  bottom: 0;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  body.home .top-carousel .slick-dots {
    display: block !important;
  }
}
body.home .top-carousel .slick-dots li {
  margin: 0 4px;
}
body.home .top-carousel .slick-dots li button:before {
  color: #9e9e9e;
  font-size: 14px;
}
@media screen and (max-width: 1023px) {
  body.home .top-carousel .slick-dots li button:before {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  body.home .top-carousel .slick-dots li button:before {
    font-size: 12px;
  }
}
body.home .top-carousel .slick-dots li.slick-active button:before {
  color: #4d4d4d;
}
body.home .category-section {
  padding-top: 90px;
  padding-bottom: 60px;
}
@media screen and (max-width: 1023px) {
  body.home .category-section {
    padding-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  body.home .category-section {
    padding-top: 35px;
    padding-bottom: 30px;
  }
}
body.home .category-section .category-section-inner {
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  body.home .category-section .category-section-inner {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  body.home .category-section .category-section-inner {
    width: 100%;
  }
}
body.home .category-section .category-section-inner .section-title-container {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #333;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  body.home .category-section .category-section-inner .section-title-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
    border-bottom: none;
    margin-bottom: 20px;
  }
}
body.home .category-section .category-section-inner .section-title-container::before, body.home .category-section .category-section-inner .section-title-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 5px;
  width: 60px;
  height: 60px;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  body.home .category-section .category-section-inner .section-title-container::before, body.home .category-section .category-section-inner .section-title-container::after {
    left: 50%;
    transform: translateX(-50%);
    width: 45px;
    height: 45px;
    border-radius: 22.5px;
  }
}
body.home .category-section .category-section-inner .section-title-container .section-title {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.1em;
  padding-left: 90px;
  padding-bottom: 18px;
}
@media screen and (max-width: 768px) {
  body.home .category-section .category-section-inner .section-title-container .section-title {
    font-size: 27px;
    line-height: 1.2;
    padding-left: 0;
    padding-top: 55px;
    padding-bottom: 21px;
  }
}
body.home .category-section .category-section-inner .section-title-container .section-title span {
  display: block;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.05em;
}
body.home .category-section .category-section-inner .section-title-container .section-title-link {
  display: flex;
  align-items: center;
  line-height: 1;
  padding: 13px 12px 13px 25px;
  border-radius: 2em;
  background-color: #fff;
  border: 2px solid transparent;
  background-image: linear-gradient(#fff, #fff), linear-gradient(90deg, #f2c0c1, #dcabd0, #ccb3dc);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  text-decoration: none;
  transition: all 0.7s;
}
@media screen and (max-width: 768px) {
  body.home .category-section .category-section-inner .section-title-container .section-title-link {
    padding: 10px 20px;
    margin-bottom: 10px;
  }
}
body.home .category-section .category-section-inner .section-title-container .section-title-link .section-title-link-text {
  font-size: 13px;
  letter-spacing: 0.05em;
  color: #232323;
}
@media screen and (max-width: 768px) {
  body.home .category-section .category-section-inner .section-title-container .section-title-link .section-title-link-text {
    font-size: 12px;
  }
}
body.home .category-section .category-section-inner .section-title-container .section-title-link:hover {
  background-image: linear-gradient(#fff, #fff), linear-gradient(270deg, #f2c0c1, #dcabd0, #ccb3dc);
}
body.home .category-section .category-section-inner .category-carousel {
  justify-content: space-between;
}
body.home .category-section .category-section-inner .category-carousel .entry-card-wrap {
  width: 31.5%;
  padding: 0;
}
@media screen and (max-width: 768px) {
  body.home .category-section .category-section-inner .category-carousel .entry-card-wrap {
    width: 71vw;
    margin: 0 10px 20px;
  }
  body.home .category-section .category-section-inner .category-carousel .entry-card-wrap img {
    display: block;
    width: 100%;
    height: 100%;
  }
}
body.home .category-section .category-section-inner .category-carousel .slick-dots {
  display: block !important;
  bottom: -15px;
}
body.home .category-section .category-section-inner .category-carousel .slick-dots li {
  margin: 0 2px;
}
body.home .category-section .category-section-inner .category-carousel .slick-dots li button:before {
  color: #dcdcdc;
  opacity: 1;
  font-size: 12px;
}
body.home .category-section .category-section-inner .category-carousel .slick-dots li.slick-active button:before {
  color: #4d4d4d;
  opacity: 1;
}
body.home .category-section.parent-cat-id-1 {
  background: linear-gradient(180deg, rgb(249, 242, 244) 0%, rgb(249, 242, 244) 50%, rgba(249, 242, 244, 0) 50%, rgba(249, 242, 244, 0) 100%), url(./images/bg_dot.png) repeat center center;
}
body.home .category-section.parent-cat-id-1 .section-title-container::before {
  background-color: #e04578;
}
body.home .category-section.parent-cat-id-1 .section-title-container::after {
  background: url(./images/icon_baby_white.svg) no-repeat center center;
  background-size: 35px;
}
@media screen and (max-width: 768px) {
  body.home .category-section.parent-cat-id-1 .section-title-container::after {
    background-size: 28px;
  }
}
body.home .category-section.parent-cat-id-22 {
  background: linear-gradient(180deg, rgb(250, 248, 241) 0%, rgb(250, 248, 241) 50%, rgba(250, 248, 241, 0) 50%, rgba(250, 248, 241, 0) 100%), url(./images/bg_dot.png) repeat center center;
}
body.home .category-section.parent-cat-id-22 .section-title-container::before {
  background-color: #e5c21d;
}
body.home .category-section.parent-cat-id-22 .section-title-container::after {
  background: url(./images/icon_junior_white.svg) no-repeat center center;
  background-size: 30px;
}
@media screen and (max-width: 768px) {
  body.home .category-section.parent-cat-id-22 .section-title-container::after {
    background-size: 26px;
  }
}
body.home .category-section.parent-cat-id-39 {
  background: linear-gradient(180deg, rgb(244, 247, 236) 0%, rgb(244, 247, 236) 50%, rgba(244, 247, 236, 0) 50%, rgba(244, 247, 236, 0) 100%), url(./images/bg_dot.png) repeat center center;
}
body.home .category-section.parent-cat-id-39 .section-title-container::before {
  background-color: #98bf45;
}
body.home .category-section.parent-cat-id-39 .section-title-container::after {
  background: url(./images/icon_youth_white.svg) no-repeat center center;
  background-size: 30px;
}
@media screen and (max-width: 768px) {
  body.home .category-section.parent-cat-id-39 .section-title-container::after {
    background-size: 26px;
  }
}
body.home .category-section.parent-cat-id-36 {
  background: linear-gradient(180deg, rgb(240, 248, 247) 0%, rgb(240, 248, 247) 50%, rgba(240, 248, 247, 0) 50%, rgba(240, 248, 247, 0) 100%), url(./images/bg_dot.png) repeat center center;
}
body.home .category-section.parent-cat-id-36 .section-title-container::before {
  background-color: #68b5a7;
}
body.home .category-section.parent-cat-id-36 .section-title-container::after {
  background: url(./images/icon_academy_white.svg) no-repeat center center;
  background-size: 30px;
}
@media screen and (max-width: 768px) {
  body.home .category-section.parent-cat-id-36 .section-title-container::after {
    background-size: 26px;
  }
}
body.home .category-section.parent-cat-id-43 {
  background: linear-gradient(180deg, rgb(239, 243, 248) 0%, rgb(239, 243, 248) 50%, rgba(239, 243, 248, 0) 50%, rgba(239, 243, 248, 0) 100%), url(./images/bg_dot.png) repeat center center;
}
body.home .category-section.parent-cat-id-43 .section-title-container::before {
  background-color: #547fba;
}
body.home .category-section.parent-cat-id-43 .section-title-container::after {
  background: url(./images/icon_theatreacademy_white.svg) no-repeat center center;
  background-size: 28px;
}
@media screen and (max-width: 768px) {
  body.home .category-section.parent-cat-id-43 .section-title-container::after {
    background-size: 22px;
  }
}
body.home .content-bottom {
  border-top: 1px solid #dcdcdc;
  margin: 0;
}

/*カテゴリーページ,記事ページ用FVカテゴリーリストスタイル*/
@media screen and (max-width: 1023px) {
  .body.category .fv-links,
  .body.single .fv-links {
    height: auto;
  }
}
.body.category .fv-links .fv-linls-in,
.body.single .fv-links .fv-linls-in {
  justify-content: flex-start;
}
@media screen and (max-width: 1023px) {
  .body.category .fv-links .fv-linls-in,
  .body.single .fv-links .fv-linls-in {
    position: relative;
    padding: 5px 10px;
    width: 100%;
    top: 0;
  }
}

/*カテゴリーページ,タグページ、記事ページ用スタイル*/
.body.category .breadcrumb,
.body.tag .breadcrumb,
.body.author .breadcrumb,
.body.single .breadcrumb {
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
  padding: 20px 0;
}
@media screen and (max-width: 1023px) {
  .body.category .breadcrumb,
  .body.tag .breadcrumb,
  .body.author .breadcrumb,
  .body.single .breadcrumb {
    width: 93%;
    padding: 9px 0;
    font-size: 10px;
  }
}
.body.category .content:has(.parent-cat-id-1),
.body.tag .content:has(.parent-cat-id-1),
.body.author .content:has(.parent-cat-id-1),
.body.single .content:has(.parent-cat-id-1) {
  background: linear-gradient(180deg, rgb(249, 242, 244) 0%, rgb(249, 242, 244) 330px, rgba(249, 242, 244, 0) 330px, rgba(249, 242, 244, 0) 100%), url(./images/bg_dot.png) repeat center center;
}
@media screen and (max-width: 768px) {
  .body.category .content:has(.parent-cat-id-1),
  .body.tag .content:has(.parent-cat-id-1),
  .body.author .content:has(.parent-cat-id-1),
  .body.single .content:has(.parent-cat-id-1) {
    background: linear-gradient(180deg, rgb(249, 242, 244) 0%, rgb(249, 242, 244) 170px, rgba(249, 242, 244, 0) 170px, rgba(249, 242, 244, 0) 100%), url(./images/bg_dot.png) repeat center center;
  }
}
.body.category .content:has(.parent-cat-id-22),
.body.tag .content:has(.parent-cat-id-22),
.body.author .content:has(.parent-cat-id-22),
.body.single .content:has(.parent-cat-id-22) {
  background: linear-gradient(180deg, rgb(250, 248, 241) 0%, rgb(250, 248, 241) 330px, rgba(250, 248, 241, 0) 330px, rgba(250, 248, 241, 0) 100%), url(./images/bg_dot.png) repeat center center;
}
@media screen and (max-width: 768px) {
  .body.category .content:has(.parent-cat-id-22),
  .body.tag .content:has(.parent-cat-id-22),
  .body.author .content:has(.parent-cat-id-22),
  .body.single .content:has(.parent-cat-id-22) {
    background: linear-gradient(180deg, rgb(250, 248, 241) 0%, rgb(250, 248, 241) 170px, rgba(250, 248, 241, 0) 170px, rgba(250, 248, 241, 0) 100%), url(./images/bg_dot.png) repeat center center;
  }
}
.body.category .content:has(.parent-cat-id-39),
.body.tag .content:has(.parent-cat-id-39),
.body.author .content:has(.parent-cat-id-39),
.body.single .content:has(.parent-cat-id-39) {
  background: linear-gradient(180deg, rgb(244, 247, 236) 0%, rgb(244, 247, 236) 330px, rgba(244, 247, 236, 0) 330px, rgba(244, 247, 236, 0) 100%), url(./images/bg_dot.png) repeat center center;
}
@media screen and (max-width: 768px) {
  .body.category .content:has(.parent-cat-id-39),
  .body.tag .content:has(.parent-cat-id-39),
  .body.author .content:has(.parent-cat-id-39),
  .body.single .content:has(.parent-cat-id-39) {
    background: linear-gradient(180deg, rgb(244, 247, 236) 0%, rgb(244, 247, 236) 170px, rgba(244, 247, 236, 0) 170px, rgba(244, 247, 236, 0) 100%), url(./images/bg_dot.png) repeat center center;
  }
}
.body.category .content:has(.parent-cat-id-36),
.body.tag .content:has(.parent-cat-id-36),
.body.author .content:has(.parent-cat-id-36),
.body.single .content:has(.parent-cat-id-36) {
  background: linear-gradient(180deg, rgb(240, 248, 247) 0%, rgb(240, 248, 247) 330px, rgba(240, 248, 247, 0) 330px, rgba(240, 248, 247, 0) 100%), url(./images/bg_dot.png) repeat center center;
}
@media screen and (max-width: 768px) {
  .body.category .content:has(.parent-cat-id-36),
  .body.tag .content:has(.parent-cat-id-36),
  .body.author .content:has(.parent-cat-id-36),
  .body.single .content:has(.parent-cat-id-36) {
    background: linear-gradient(180deg, rgb(240, 248, 247) 0%, rgb(240, 248, 247) 170px, rgba(240, 248, 247, 0) 170px, rgba(240, 248, 247, 0) 100%), url(./images/bg_dot.png) repeat center center;
  }
}
.body.category .content:has(.parent-cat-id-43),
.body.tag .content:has(.parent-cat-id-43),
.body.author .content:has(.parent-cat-id-43),
.body.single .content:has(.parent-cat-id-43) {
  background: linear-gradient(180deg, rgb(239, 243, 248) 0%, rgb(239, 243, 248) 330px, rgba(239, 243, 248, 0) 330px, rgba(239, 243, 248, 0) 100%), url(./images/bg_dot.png) repeat center center;
}
@media screen and (max-width: 768px) {
  .body.category .content:has(.parent-cat-id-43),
  .body.tag .content:has(.parent-cat-id-43),
  .body.author .content:has(.parent-cat-id-43),
  .body.single .content:has(.parent-cat-id-43) {
    background: linear-gradient(180deg, rgb(239, 243, 248) 0%, rgb(239, 243, 248) 170px, rgba(239, 243, 248, 0) 170px, rgba(239, 243, 248, 0) 100%), url(./images/bg_dot.png) repeat center center;
  }
}
.body.category .content:has(.fa-tags), .body.category .content:has(.fa-user),
.body.tag .content:has(.fa-tags),
.body.tag .content:has(.fa-user),
.body.author .content:has(.fa-tags),
.body.author .content:has(.fa-user),
.body.single .content:has(.fa-tags),
.body.single .content:has(.fa-user) {
  background: linear-gradient(180deg, rgb(245, 245, 245) 0%, rgb(245, 245, 245) 330px, rgba(245, 245, 245, 0) 330px, rgba(245, 245, 245, 0) 100%), url(./images/bg_dot.png) repeat center center;
}
@media screen and (max-width: 768px) {
  .body.category .content:has(.fa-tags), .body.category .content:has(.fa-user),
  .body.tag .content:has(.fa-tags),
  .body.tag .content:has(.fa-user),
  .body.author .content:has(.fa-tags),
  .body.author .content:has(.fa-user),
  .body.single .content:has(.fa-tags),
  .body.single .content:has(.fa-user) {
    background: linear-gradient(180deg, rgb(245, 245, 245) 0%, rgb(245, 245, 245) 170px, rgba(245, 245, 245, 0) 170px, rgba(245, 245, 245, 0) 100%), url(./images/bg_dot.png) repeat center center;
  }
}
.body.category .wrap,
.body.tag .wrap,
.body.author .wrap,
.body.single .wrap {
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
}
.body.category .wrap main,
.body.tag .wrap main,
.body.author .wrap main,
.body.single .wrap main {
  width: 690px;
  margin: 0;
  padding: 70px 0;
  background: none;
}
@media screen and (max-width: 1023px) {
  .body.category .wrap main,
  .body.tag .wrap main,
  .body.author .wrap main,
  .body.single .wrap main {
    width: 88%;
    margin: 0 auto;
    padding: 34px 0 0;
  }
}
@media screen and (max-width: 1023px) {
  :has(.article.post) .body.category .wrap main,
  :has(.article.post) .body.tag .wrap main,
  :has(.article.post) .body.author .wrap main,
  :has(.article.post) .body.single .wrap main {
    width: 100%;
  }
}
:not(:has(.fa-tags, .fa-user)) .body.category .wrap main .archive-title,
:not(:has(.fa-tags, .fa-user)) .body.tag .wrap main .archive-title,
:not(:has(.fa-tags, .fa-user)) .body.author .wrap main .archive-title,
:not(:has(.fa-tags, .fa-user)) .body.single .wrap main .archive-title {
  display: none;
}
.body.category .wrap main .archive-title,
.body.category .wrap main .section-title,
.body.tag .wrap main .archive-title,
.body.tag .wrap main .section-title,
.body.author .wrap main .archive-title,
.body.author .wrap main .section-title,
.body.single .wrap main .archive-title,
.body.single .wrap main .section-title {
  position: relative;
  padding-left: 90px;
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .body.category .wrap main .archive-title,
  .body.category .wrap main .section-title,
  .body.tag .wrap main .archive-title,
  .body.tag .wrap main .section-title,
  .body.author .wrap main .archive-title,
  .body.author .wrap main .section-title,
  .body.single .wrap main .archive-title,
  .body.single .wrap main .section-title {
    text-align: center;
    font-size: 27px;
    line-height: 1.2;
    height: unset;
    display: block;
    padding-left: 0;
    padding-top: 55px;
    padding-bottom: 0;
  }
}
.body.category .wrap main .archive-title span,
.body.category .wrap main .section-title span,
.body.tag .wrap main .archive-title span,
.body.tag .wrap main .section-title span,
.body.author .wrap main .archive-title span,
.body.author .wrap main .section-title span,
.body.single .wrap main .archive-title span,
.body.single .wrap main .section-title span {
  display: block;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .body.category .wrap main .archive-title span,
  .body.category .wrap main .section-title span,
  .body.tag .wrap main .archive-title span,
  .body.tag .wrap main .section-title span,
  .body.author .wrap main .archive-title span,
  .body.author .wrap main .section-title span,
  .body.single .wrap main .archive-title span,
  .body.single .wrap main .section-title span {
    font-size: 12px;
  }
}
.body.category .wrap main .archive-title::before, .body.category .wrap main .archive-title::after,
.body.category .wrap main .section-title::before,
.body.category .wrap main .section-title::after,
.body.tag .wrap main .archive-title::before,
.body.tag .wrap main .archive-title::after,
.body.tag .wrap main .section-title::before,
.body.tag .wrap main .section-title::after,
.body.author .wrap main .archive-title::before,
.body.author .wrap main .archive-title::after,
.body.author .wrap main .section-title::before,
.body.author .wrap main .section-title::after,
.body.single .wrap main .archive-title::before,
.body.single .wrap main .archive-title::after,
.body.single .wrap main .section-title::before,
.body.single .wrap main .section-title::after {
  content: "";
  position: absolute;
  top: 0;
  left: 5px;
  width: 60px;
  height: 60px;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .body.category .wrap main .archive-title::before, .body.category .wrap main .archive-title::after,
  .body.category .wrap main .section-title::before,
  .body.category .wrap main .section-title::after,
  .body.tag .wrap main .archive-title::before,
  .body.tag .wrap main .archive-title::after,
  .body.tag .wrap main .section-title::before,
  .body.tag .wrap main .section-title::after,
  .body.author .wrap main .archive-title::before,
  .body.author .wrap main .archive-title::after,
  .body.author .wrap main .section-title::before,
  .body.author .wrap main .section-title::after,
  .body.single .wrap main .archive-title::before,
  .body.single .wrap main .archive-title::after,
  .body.single .wrap main .section-title::before,
  .body.single .wrap main .section-title::after {
    left: 50%;
    transform: translateX(-50%);
    width: 45px;
    height: 45px;
    border-radius: 22.5px;
  }
}
.body.category .wrap main .archive-title.parent-cat-id-1::before,
.body.category .wrap main .section-title.parent-cat-id-1::before,
.body.tag .wrap main .archive-title.parent-cat-id-1::before,
.body.tag .wrap main .section-title.parent-cat-id-1::before,
.body.author .wrap main .archive-title.parent-cat-id-1::before,
.body.author .wrap main .section-title.parent-cat-id-1::before,
.body.single .wrap main .archive-title.parent-cat-id-1::before,
.body.single .wrap main .section-title.parent-cat-id-1::before {
  background-color: #e04578;
}
.body.category .wrap main .archive-title.parent-cat-id-1::after,
.body.category .wrap main .section-title.parent-cat-id-1::after,
.body.tag .wrap main .archive-title.parent-cat-id-1::after,
.body.tag .wrap main .section-title.parent-cat-id-1::after,
.body.author .wrap main .archive-title.parent-cat-id-1::after,
.body.author .wrap main .section-title.parent-cat-id-1::after,
.body.single .wrap main .archive-title.parent-cat-id-1::after,
.body.single .wrap main .section-title.parent-cat-id-1::after {
  background: url(./images/icon_baby_white.svg) no-repeat center center;
  background-size: 35px;
}
@media screen and (max-width: 768px) {
  .body.category .wrap main .archive-title.parent-cat-id-1::after,
  .body.category .wrap main .section-title.parent-cat-id-1::after,
  .body.tag .wrap main .archive-title.parent-cat-id-1::after,
  .body.tag .wrap main .section-title.parent-cat-id-1::after,
  .body.author .wrap main .archive-title.parent-cat-id-1::after,
  .body.author .wrap main .section-title.parent-cat-id-1::after,
  .body.single .wrap main .archive-title.parent-cat-id-1::after,
  .body.single .wrap main .section-title.parent-cat-id-1::after {
    background-size: 28px;
  }
}
.body.category .wrap main .archive-title.parent-cat-id-22::before,
.body.category .wrap main .section-title.parent-cat-id-22::before,
.body.tag .wrap main .archive-title.parent-cat-id-22::before,
.body.tag .wrap main .section-title.parent-cat-id-22::before,
.body.author .wrap main .archive-title.parent-cat-id-22::before,
.body.author .wrap main .section-title.parent-cat-id-22::before,
.body.single .wrap main .archive-title.parent-cat-id-22::before,
.body.single .wrap main .section-title.parent-cat-id-22::before {
  background-color: #e5c21d;
}
.body.category .wrap main .archive-title.parent-cat-id-22::after,
.body.category .wrap main .section-title.parent-cat-id-22::after,
.body.tag .wrap main .archive-title.parent-cat-id-22::after,
.body.tag .wrap main .section-title.parent-cat-id-22::after,
.body.author .wrap main .archive-title.parent-cat-id-22::after,
.body.author .wrap main .section-title.parent-cat-id-22::after,
.body.single .wrap main .archive-title.parent-cat-id-22::after,
.body.single .wrap main .section-title.parent-cat-id-22::after {
  background: url(./images/icon_junior_white.svg) no-repeat center center;
  background-size: 30px;
}
@media screen and (max-width: 768px) {
  .body.category .wrap main .archive-title.parent-cat-id-22::after,
  .body.category .wrap main .section-title.parent-cat-id-22::after,
  .body.tag .wrap main .archive-title.parent-cat-id-22::after,
  .body.tag .wrap main .section-title.parent-cat-id-22::after,
  .body.author .wrap main .archive-title.parent-cat-id-22::after,
  .body.author .wrap main .section-title.parent-cat-id-22::after,
  .body.single .wrap main .archive-title.parent-cat-id-22::after,
  .body.single .wrap main .section-title.parent-cat-id-22::after {
    background-size: 26px;
  }
}
.body.category .wrap main .archive-title.parent-cat-id-39::before,
.body.category .wrap main .section-title.parent-cat-id-39::before,
.body.tag .wrap main .archive-title.parent-cat-id-39::before,
.body.tag .wrap main .section-title.parent-cat-id-39::before,
.body.author .wrap main .archive-title.parent-cat-id-39::before,
.body.author .wrap main .section-title.parent-cat-id-39::before,
.body.single .wrap main .archive-title.parent-cat-id-39::before,
.body.single .wrap main .section-title.parent-cat-id-39::before {
  background-color: #98bf45;
}
.body.category .wrap main .archive-title.parent-cat-id-39::after,
.body.category .wrap main .section-title.parent-cat-id-39::after,
.body.tag .wrap main .archive-title.parent-cat-id-39::after,
.body.tag .wrap main .section-title.parent-cat-id-39::after,
.body.author .wrap main .archive-title.parent-cat-id-39::after,
.body.author .wrap main .section-title.parent-cat-id-39::after,
.body.single .wrap main .archive-title.parent-cat-id-39::after,
.body.single .wrap main .section-title.parent-cat-id-39::after {
  background: url(./images/icon_youth_white.svg) no-repeat center center;
  background-size: 30px;
}
@media screen and (max-width: 768px) {
  .body.category .wrap main .archive-title.parent-cat-id-39::after,
  .body.category .wrap main .section-title.parent-cat-id-39::after,
  .body.tag .wrap main .archive-title.parent-cat-id-39::after,
  .body.tag .wrap main .section-title.parent-cat-id-39::after,
  .body.author .wrap main .archive-title.parent-cat-id-39::after,
  .body.author .wrap main .section-title.parent-cat-id-39::after,
  .body.single .wrap main .archive-title.parent-cat-id-39::after,
  .body.single .wrap main .section-title.parent-cat-id-39::after {
    background-size: 26px;
  }
}
.body.category .wrap main .archive-title.parent-cat-id-36::before,
.body.category .wrap main .section-title.parent-cat-id-36::before,
.body.tag .wrap main .archive-title.parent-cat-id-36::before,
.body.tag .wrap main .section-title.parent-cat-id-36::before,
.body.author .wrap main .archive-title.parent-cat-id-36::before,
.body.author .wrap main .section-title.parent-cat-id-36::before,
.body.single .wrap main .archive-title.parent-cat-id-36::before,
.body.single .wrap main .section-title.parent-cat-id-36::before {
  background-color: #68b5a7;
}
.body.category .wrap main .archive-title.parent-cat-id-36::after,
.body.category .wrap main .section-title.parent-cat-id-36::after,
.body.tag .wrap main .archive-title.parent-cat-id-36::after,
.body.tag .wrap main .section-title.parent-cat-id-36::after,
.body.author .wrap main .archive-title.parent-cat-id-36::after,
.body.author .wrap main .section-title.parent-cat-id-36::after,
.body.single .wrap main .archive-title.parent-cat-id-36::after,
.body.single .wrap main .section-title.parent-cat-id-36::after {
  background: url(./images/icon_academy_white.svg) no-repeat center center;
  background-size: 30px;
}
@media screen and (max-width: 768px) {
  .body.category .wrap main .archive-title.parent-cat-id-36::after,
  .body.category .wrap main .section-title.parent-cat-id-36::after,
  .body.tag .wrap main .archive-title.parent-cat-id-36::after,
  .body.tag .wrap main .section-title.parent-cat-id-36::after,
  .body.author .wrap main .archive-title.parent-cat-id-36::after,
  .body.author .wrap main .section-title.parent-cat-id-36::after,
  .body.single .wrap main .archive-title.parent-cat-id-36::after,
  .body.single .wrap main .section-title.parent-cat-id-36::after {
    background-size: 26px;
  }
}
.body.category .wrap main .archive-title.parent-cat-id-43::before,
.body.category .wrap main .section-title.parent-cat-id-43::before,
.body.tag .wrap main .archive-title.parent-cat-id-43::before,
.body.tag .wrap main .section-title.parent-cat-id-43::before,
.body.author .wrap main .archive-title.parent-cat-id-43::before,
.body.author .wrap main .section-title.parent-cat-id-43::before,
.body.single .wrap main .archive-title.parent-cat-id-43::before,
.body.single .wrap main .section-title.parent-cat-id-43::before {
  background-color: #547fba;
}
.body.category .wrap main .archive-title.parent-cat-id-43::after,
.body.category .wrap main .section-title.parent-cat-id-43::after,
.body.tag .wrap main .archive-title.parent-cat-id-43::after,
.body.tag .wrap main .section-title.parent-cat-id-43::after,
.body.author .wrap main .archive-title.parent-cat-id-43::after,
.body.author .wrap main .section-title.parent-cat-id-43::after,
.body.single .wrap main .archive-title.parent-cat-id-43::after,
.body.single .wrap main .section-title.parent-cat-id-43::after {
  background: url(./images/icon_theatreacademy_white.svg) no-repeat center center;
  background-size: 28px;
}
@media screen and (max-width: 768px) {
  .body.category .wrap main .archive-title.parent-cat-id-43::after,
  .body.category .wrap main .section-title.parent-cat-id-43::after,
  .body.tag .wrap main .archive-title.parent-cat-id-43::after,
  .body.tag .wrap main .section-title.parent-cat-id-43::after,
  .body.author .wrap main .archive-title.parent-cat-id-43::after,
  .body.author .wrap main .section-title.parent-cat-id-43::after,
  .body.single .wrap main .archive-title.parent-cat-id-43::after,
  .body.single .wrap main .section-title.parent-cat-id-43::after {
    background-size: 22px;
  }
}
:has(.fa-tags) .body.category .wrap main .archive-title::before, :has(.fa-user) .body.category .wrap main .archive-title::before,
:has(.fa-tags) .body.category .wrap main .section-title::before,
:has(.fa-user) .body.category .wrap main .section-title::before,
:has(.fa-tags) .body.tag .wrap main .archive-title::before,
:has(.fa-user) .body.tag .wrap main .archive-title::before,
:has(.fa-tags) .body.tag .wrap main .section-title::before,
:has(.fa-user) .body.tag .wrap main .section-title::before,
:has(.fa-tags) .body.author .wrap main .archive-title::before,
:has(.fa-user) .body.author .wrap main .archive-title::before,
:has(.fa-tags) .body.author .wrap main .section-title::before,
:has(.fa-user) .body.author .wrap main .section-title::before,
:has(.fa-tags) .body.single .wrap main .archive-title::before,
:has(.fa-user) .body.single .wrap main .archive-title::before,
:has(.fa-tags) .body.single .wrap main .section-title::before,
:has(.fa-user) .body.single .wrap main .section-title::before {
  background: #4d4d4d;
}
:has(.fa-tags) .body.category .wrap main .archive-title::after, :has(.fa-user) .body.category .wrap main .archive-title::after,
:has(.fa-tags) .body.category .wrap main .section-title::after,
:has(.fa-user) .body.category .wrap main .section-title::after,
:has(.fa-tags) .body.tag .wrap main .archive-title::after,
:has(.fa-user) .body.tag .wrap main .archive-title::after,
:has(.fa-tags) .body.tag .wrap main .section-title::after,
:has(.fa-user) .body.tag .wrap main .section-title::after,
:has(.fa-tags) .body.author .wrap main .archive-title::after,
:has(.fa-user) .body.author .wrap main .archive-title::after,
:has(.fa-tags) .body.author .wrap main .section-title::after,
:has(.fa-user) .body.author .wrap main .section-title::after,
:has(.fa-tags) .body.single .wrap main .archive-title::after,
:has(.fa-user) .body.single .wrap main .archive-title::after,
:has(.fa-tags) .body.single .wrap main .section-title::after,
:has(.fa-user) .body.single .wrap main .section-title::after {
  background: url(./images/icon_tag_white.svg) no-repeat 17px 17px;
  background-size: 28px;
}
@media screen and (max-width: 768px) {
  :has(.fa-tags) .body.category .wrap main .archive-title::after, :has(.fa-user) .body.category .wrap main .archive-title::after,
  :has(.fa-tags) .body.category .wrap main .section-title::after,
  :has(.fa-user) .body.category .wrap main .section-title::after,
  :has(.fa-tags) .body.tag .wrap main .archive-title::after,
  :has(.fa-user) .body.tag .wrap main .archive-title::after,
  :has(.fa-tags) .body.tag .wrap main .section-title::after,
  :has(.fa-user) .body.tag .wrap main .section-title::after,
  :has(.fa-tags) .body.author .wrap main .archive-title::after,
  :has(.fa-user) .body.author .wrap main .archive-title::after,
  :has(.fa-tags) .body.author .wrap main .section-title::after,
  :has(.fa-user) .body.author .wrap main .section-title::after,
  :has(.fa-tags) .body.single .wrap main .archive-title::after,
  :has(.fa-user) .body.single .wrap main .archive-title::after,
  :has(.fa-tags) .body.single .wrap main .section-title::after,
  :has(.fa-user) .body.single .wrap main .section-title::after {
    background: url(./images/icon_tag_white.svg) no-repeat center center;
    background-size: 20px;
  }
}
:has(.fa-tags) .body.category .wrap main .archive-title span, :has(.fa-user) .body.category .wrap main .archive-title span,
:has(.fa-tags) .body.category .wrap main .section-title span,
:has(.fa-user) .body.category .wrap main .section-title span,
:has(.fa-tags) .body.tag .wrap main .archive-title span,
:has(.fa-user) .body.tag .wrap main .archive-title span,
:has(.fa-tags) .body.tag .wrap main .section-title span,
:has(.fa-user) .body.tag .wrap main .section-title span,
:has(.fa-tags) .body.author .wrap main .archive-title span,
:has(.fa-user) .body.author .wrap main .archive-title span,
:has(.fa-tags) .body.author .wrap main .section-title span,
:has(.fa-user) .body.author .wrap main .section-title span,
:has(.fa-tags) .body.single .wrap main .archive-title span,
:has(.fa-user) .body.single .wrap main .archive-title span,
:has(.fa-tags) .body.single .wrap main .section-title span,
:has(.fa-user) .body.single .wrap main .section-title span {
  display: none;
}
:has(.fa-tags) .body.category .wrap main .archive-title, :has(.fa-user) .body.category .wrap main .archive-title, .body.category .wrap main .archive-title.child-category-title,
:has(.fa-tags) .body.category .wrap main .section-title,
:has(.fa-user) .body.category .wrap main .section-title,
.body.category .wrap main .section-title.child-category-title,
:has(.fa-tags) .body.tag .wrap main .archive-title,
:has(.fa-user) .body.tag .wrap main .archive-title,
.body.tag .wrap main .archive-title.child-category-title,
:has(.fa-tags) .body.tag .wrap main .section-title,
:has(.fa-user) .body.tag .wrap main .section-title,
.body.tag .wrap main .section-title.child-category-title,
:has(.fa-tags) .body.author .wrap main .archive-title,
:has(.fa-user) .body.author .wrap main .archive-title,
.body.author .wrap main .archive-title.child-category-title,
:has(.fa-tags) .body.author .wrap main .section-title,
:has(.fa-user) .body.author .wrap main .section-title,
.body.author .wrap main .section-title.child-category-title,
:has(.fa-tags) .body.single .wrap main .archive-title,
:has(.fa-user) .body.single .wrap main .archive-title,
.body.single .wrap main .archive-title.child-category-title,
:has(.fa-tags) .body.single .wrap main .section-title,
:has(.fa-user) .body.single .wrap main .section-title,
.body.single .wrap main .section-title.child-category-title {
  padding-bottom: 40px;
  line-height: 60px;
}
@media screen and (max-width: 768px) {
  :has(.fa-tags) .body.category .wrap main .archive-title, :has(.fa-user) .body.category .wrap main .archive-title, .body.category .wrap main .archive-title.child-category-title,
  :has(.fa-tags) .body.category .wrap main .section-title,
  :has(.fa-user) .body.category .wrap main .section-title,
  .body.category .wrap main .section-title.child-category-title,
  :has(.fa-tags) .body.tag .wrap main .archive-title,
  :has(.fa-user) .body.tag .wrap main .archive-title,
  .body.tag .wrap main .archive-title.child-category-title,
  :has(.fa-tags) .body.tag .wrap main .section-title,
  :has(.fa-user) .body.tag .wrap main .section-title,
  .body.tag .wrap main .section-title.child-category-title,
  :has(.fa-tags) .body.author .wrap main .archive-title,
  :has(.fa-user) .body.author .wrap main .archive-title,
  .body.author .wrap main .archive-title.child-category-title,
  :has(.fa-tags) .body.author .wrap main .section-title,
  :has(.fa-user) .body.author .wrap main .section-title,
  .body.author .wrap main .section-title.child-category-title,
  :has(.fa-tags) .body.single .wrap main .archive-title,
  :has(.fa-user) .body.single .wrap main .archive-title,
  .body.single .wrap main .archive-title.child-category-title,
  :has(.fa-tags) .body.single .wrap main .section-title,
  :has(.fa-user) .body.single .wrap main .section-title,
  .body.single .wrap main .section-title.child-category-title {
    line-height: 45px;
  }
}
.body.category .wrap main .archive-title.single-category-title,
.body.category .wrap main .section-title.single-category-title,
.body.tag .wrap main .archive-title.single-category-title,
.body.tag .wrap main .section-title.single-category-title,
.body.author .wrap main .archive-title.single-category-title,
.body.author .wrap main .section-title.single-category-title,
.body.single .wrap main .archive-title.single-category-title,
.body.single .wrap main .section-title.single-category-title {
  padding-bottom: 40px;
  padding-top: 0;
  line-height: 60px;
}
@media screen and (max-width: 768px) {
  .body.category .wrap main .archive-title.single-category-title,
  .body.category .wrap main .section-title.single-category-title,
  .body.tag .wrap main .archive-title.single-category-title,
  .body.tag .wrap main .section-title.single-category-title,
  .body.author .wrap main .archive-title.single-category-title,
  .body.author .wrap main .section-title.single-category-title,
  .body.single .wrap main .archive-title.single-category-title,
  .body.single .wrap main .section-title.single-category-title {
    line-height: 45px;
    padding-top: 55px;
    padding-bottom: 40px;
    margin-bottom: -10px;
  }
}
@media screen and (max-width: 768px) {
  .body.category .wrap main .archive-title,
  .body.tag .wrap main .archive-title,
  .body.author .wrap main .archive-title,
  .body.single .wrap main .archive-title {
    font-size: 26px;
    letter-spacing: 0.05em;
    margin-top: 0;
  }
}
.body.category .wrap main .child-category-section,
.body.tag .wrap main .child-category-section,
.body.author .wrap main .child-category-section,
.body.single .wrap main .child-category-section {
  padding: 0 0 40px;
}
@media screen and (max-width: 768px) {
  .body.category .wrap main .child-category-section,
  .body.tag .wrap main .child-category-section,
  .body.author .wrap main .child-category-section,
  .body.single .wrap main .child-category-section {
    padding: 40px 0 0;
  }
}
.body.category .wrap main .child-category-section .child-category-title,
.body.tag .wrap main .child-category-section .child-category-title,
.body.author .wrap main .child-category-section .child-category-title,
.body.single .wrap main .child-category-section .child-category-title {
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.08em;
  margin-bottom: 40px;
  padding-bottom: 7px;
  border-bottom: 2px solid;
  -o-border-image: linear-gradient(90deg, rgb(240, 177, 179) 0%, rgb(219, 163, 205) 40px, rgb(200, 171, 219) 80px, #c1c1c1 80px, #c1c1c1 100%) 1;
     border-image: linear-gradient(90deg, rgb(240, 177, 179) 0%, rgb(219, 163, 205) 40px, rgb(200, 171, 219) 80px, #c1c1c1 80px, #c1c1c1 100%) 1;
}
@media screen and (max-width: 768px) {
  .body.category .wrap main .child-category-section .child-category-title,
  .body.tag .wrap main .child-category-section .child-category-title,
  .body.author .wrap main .child-category-section .child-category-title,
  .body.single .wrap main .child-category-section .child-category-title {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
.body.category .wrap main .article.post,
.body.tag .wrap main .article.post,
.body.author .wrap main .article.post,
.body.single .wrap main .article.post {
  background: #fff;
  padding: 38px 40px;
}
@media screen and (max-width: 768px) {
  .body.category .wrap main .article.post,
  .body.tag .wrap main .article.post,
  .body.author .wrap main .article.post,
  .body.single .wrap main .article.post {
    padding: 20px 6%;
  }
}
.body.category .wrap main .article.post .entry-title,
.body.tag .wrap main .article.post .entry-title,
.body.author .wrap main .article.post .entry-title,
.body.single .wrap main .article.post .entry-title {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.6;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .body.category .wrap main .article.post .entry-title,
  .body.tag .wrap main .article.post .entry-title,
  .body.author .wrap main .article.post .entry-title,
  .body.single .wrap main .article.post .entry-title {
    font-size: 22px;
    padding: 10px 0 0;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  .body.category .wrap main .article.post .date-tags .post-date,
  .body.tag .wrap main .article.post .date-tags .post-date,
  .body.author .wrap main .article.post .date-tags .post-date,
  .body.single .wrap main .article.post .date-tags .post-date {
    margin-right: 0;
    padding: 0;
  }
}
.body.category .wrap main .article.post .date-tags .post-date .fa:before,
.body.tag .wrap main .article.post .date-tags .post-date .fa:before,
.body.author .wrap main .article.post .date-tags .post-date .fa:before,
.body.single .wrap main .article.post .date-tags .post-date .fa:before {
  display: none;
}
.body.category .wrap main .article.post .date-tags .post-date .entry-date,
.body.tag .wrap main .article.post .date-tags .post-date .entry-date,
.body.author .wrap main .article.post .date-tags .post-date .entry-date,
.body.single .wrap main .article.post .date-tags .post-date .entry-date {
  font-size: 13px;
  letter-spacing: 0.05em;
  color: #9e9e9e;
}
.body.category .wrap main .article.post .date-tags .post-update,
.body.tag .wrap main .article.post .date-tags .post-update,
.body.author .wrap main .article.post .date-tags .post-update,
.body.single .wrap main .article.post .date-tags .post-update {
  font-size: 13px;
  letter-spacing: 0.05em;
  color: #9e9e9e;
}
.body.category .wrap main .article.post .eye-catch-wrap .cat-label,
.body.tag .wrap main .article.post .eye-catch-wrap .cat-label,
.body.author .wrap main .article.post .eye-catch-wrap .cat-label,
.body.single .wrap main .article.post .eye-catch-wrap .cat-label {
  display: none;
}
.body.category .wrap main .article.post .entry-content,
.body.tag .wrap main .article.post .entry-content,
.body.author .wrap main .article.post .entry-content,
.body.single .wrap main .article.post .entry-content {
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .body.category .wrap main .article.post .entry-content,
  .body.tag .wrap main .article.post .entry-content,
  .body.author .wrap main .article.post .entry-content,
  .body.single .wrap main .article.post .entry-content {
    margin-bottom: 0;
  }
}
.body.category .wrap main .article.post .entry-content .toc,
.body.tag .wrap main .article.post .entry-content .toc,
.body.author .wrap main .article.post .entry-content .toc,
.body.single .wrap main .article.post .entry-content .toc {
  width: 100%;
  margin: 60px auto;
  padding: 28px 29px;
  background: #f5f5f5;
  font-size: 15px;
  border: none;
}
@media screen and (max-width: 768px) {
  .body.category .wrap main .article.post .entry-content .toc,
  .body.tag .wrap main .article.post .entry-content .toc,
  .body.author .wrap main .article.post .entry-content .toc,
  .body.single .wrap main .article.post .entry-content .toc {
    padding: 20px;
  }
}
.body.category .wrap main .article.post .entry-content .toc .toc-title,
.body.tag .wrap main .article.post .entry-content .toc .toc-title,
.body.author .wrap main .article.post .entry-content .toc .toc-title,
.body.single .wrap main .article.post .entry-content .toc .toc-title {
  position: relative;
  text-align: left;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  height: 45px;
  letter-spacing: 0.08em;
  color: #232323;
  padding-left: 40px;
  margin-bottom: 20px;
  border-bottom: 1px solid #4d4d4d;
}
.body.category .wrap main .article.post .entry-content .toc .toc-title::before,
.body.tag .wrap main .article.post .entry-content .toc .toc-title::before,
.body.author .wrap main .article.post .entry-content .toc .toc-title::before,
.body.single .wrap main .article.post .entry-content .toc .toc-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background: url(./images/icon_index.svg) no-repeat center center;
}
.body.category .wrap main .article.post .entry-content .toc ol.toc-list,
.body.tag .wrap main .article.post .entry-content .toc ol.toc-list,
.body.author .wrap main .article.post .entry-content .toc ol.toc-list,
.body.single .wrap main .article.post .entry-content .toc ol.toc-list {
  padding: 0;
  counter-reset: number;
  /*数字をリセット*/
  list-style-type: none !important;
  /*数字を一旦消す*/
}
.body.category .wrap main .article.post .entry-content .toc ol.toc-list > li,
.body.tag .wrap main .article.post .entry-content .toc ol.toc-list > li,
.body.author .wrap main .article.post .entry-content .toc ol.toc-list > li,
.body.single .wrap main .article.post .entry-content .toc ol.toc-list > li {
  position: relative;
  font-weight: 600;
  padding-left: 36px;
  line-height: 2.2;
}
@media screen and (max-width: 768px) {
  .body.category .wrap main .article.post .entry-content .toc ol.toc-list > li,
  .body.tag .wrap main .article.post .entry-content .toc ol.toc-list > li,
  .body.author .wrap main .article.post .entry-content .toc ol.toc-list > li,
  .body.single .wrap main .article.post .entry-content .toc ol.toc-list > li {
    line-height: 1.4;
  }
}
.body.category .wrap main .article.post .entry-content .toc ol.toc-list > li::before,
.body.tag .wrap main .article.post .entry-content .toc ol.toc-list > li::before,
.body.author .wrap main .article.post .entry-content .toc ol.toc-list > li::before,
.body.single .wrap main .article.post .entry-content .toc ol.toc-list > li::before {
  content: counter(number, decimal-leading-zero);
  counter-increment: number;
  letter-spacing: 0.1em;
  position: absolute;
  top: 0;
  left: 0;
}
.body.category .wrap main .article.post .entry-content .toc ol.toc-list > li::after,
.body.tag .wrap main .article.post .entry-content .toc ol.toc-list > li::after,
.body.author .wrap main .article.post .entry-content .toc ol.toc-list > li::after,
.body.single .wrap main .article.post .entry-content .toc ol.toc-list > li::after {
  content: "";
  position: absolute;
  top: 0.55em;
  left: 1.7em;
  width: 1px;
  height: 1em;
  background: #4d4d4d;
}
@media screen and (max-width: 768px) {
  .body.category .wrap main .article.post .entry-content .toc ol.toc-list > li::after,
  .body.tag .wrap main .article.post .entry-content .toc ol.toc-list > li::after,
  .body.author .wrap main .article.post .entry-content .toc ol.toc-list > li::after,
  .body.single .wrap main .article.post .entry-content .toc ol.toc-list > li::after {
    top: 0.15em;
  }
}
.body.category .wrap main .article.post .entry-content .toc ol.toc-list > li ol,
.body.tag .wrap main .article.post .entry-content .toc ol.toc-list > li ol,
.body.author .wrap main .article.post .entry-content .toc ol.toc-list > li ol,
.body.single .wrap main .article.post .entry-content .toc ol.toc-list > li ol {
  list-style: "• ";
  padding-bottom: 10px;
}
.body.category .wrap main .article.post .entry-content .toc ol.toc-list > li ol li,
.body.tag .wrap main .article.post .entry-content .toc ol.toc-list > li ol li,
.body.author .wrap main .article.post .entry-content .toc ol.toc-list > li ol li,
.body.single .wrap main .article.post .entry-content .toc ol.toc-list > li ol li {
  font-weight: 400;
  line-height: 1.7;
}
.body.category .wrap main .article.post .entry-content h2,
.body.category .wrap main .article.post .entry-content h3,
.body.category .wrap main .article.post .entry-content h4,
.body.category .wrap main .article.post .entry-content h5,
.body.category .wrap main .article.post .entry-content h6,
.body.tag .wrap main .article.post .entry-content h2,
.body.tag .wrap main .article.post .entry-content h3,
.body.tag .wrap main .article.post .entry-content h4,
.body.tag .wrap main .article.post .entry-content h5,
.body.tag .wrap main .article.post .entry-content h6,
.body.author .wrap main .article.post .entry-content h2,
.body.author .wrap main .article.post .entry-content h3,
.body.author .wrap main .article.post .entry-content h4,
.body.author .wrap main .article.post .entry-content h5,
.body.author .wrap main .article.post .entry-content h6,
.body.single .wrap main .article.post .entry-content h2,
.body.single .wrap main .article.post .entry-content h3,
.body.single .wrap main .article.post .entry-content h4,
.body.single .wrap main .article.post .entry-content h5,
.body.single .wrap main .article.post .entry-content h6 {
  margin: 2em 0 0.7em;
}
.body.category .wrap main .article.post .entry-content th,
.body.tag .wrap main .article.post .entry-content th,
.body.author .wrap main .article.post .entry-content th,
.body.single .wrap main .article.post .entry-content th {
  background-color: #777;
  padding: 15px;
}
@media screen and (max-width: 1023px) {
  .body.category .wrap main .article.post .entry-content th,
  .body.tag .wrap main .article.post .entry-content th,
  .body.author .wrap main .article.post .entry-content th,
  .body.single .wrap main .article.post .entry-content th {
    padding: 10px;
  }
}
.body.category .wrap main .article.post .entry-content td,
.body.tag .wrap main .article.post .entry-content td,
.body.author .wrap main .article.post .entry-content td,
.body.single .wrap main .article.post .entry-content td {
  padding: 15px;
}
@media screen and (max-width: 1023px) {
  .body.category .wrap main .article.post .entry-content td,
  .body.tag .wrap main .article.post .entry-content td,
  .body.author .wrap main .article.post .entry-content td,
  .body.single .wrap main .article.post .entry-content td {
    padding: 10px;
  }
}
.body.category .wrap main .article.post .entry-content h2,
.body.tag .wrap main .article.post .entry-content h2,
.body.author .wrap main .article.post .entry-content h2,
.body.single .wrap main .article.post .entry-content h2 {
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0.08em;
  padding: 0 0 15px;
  background: none;
  border-bottom: 2px solid;
  -o-border-image: linear-gradient(90deg, rgb(240, 177, 179) 0%, rgb(219, 163, 205) 40px, rgb(200, 171, 219) 80px, #c1c1c1 80px, #c1c1c1 100%) 1;
     border-image: linear-gradient(90deg, rgb(240, 177, 179) 0%, rgb(219, 163, 205) 40px, rgb(200, 171, 219) 80px, #c1c1c1 80px, #c1c1c1 100%) 1;
}
@media screen and (max-width: 768px) {
  .body.category .wrap main .article.post .entry-content h2,
  .body.tag .wrap main .article.post .entry-content h2,
  .body.author .wrap main .article.post .entry-content h2,
  .body.single .wrap main .article.post .entry-content h2 {
    font-size: 20px;
    padding: 0 0 10px;
    margin-bottom: 20px;
  }
}
.body.category .wrap main .article.post .entry-content h3,
.body.tag .wrap main .article.post .entry-content h3,
.body.author .wrap main .article.post .entry-content h3,
.body.single .wrap main .article.post .entry-content h3 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.08em;
  background: #f5f5f5;
  border: none;
}
@media screen and (max-width: 480px) {
  .body.category .wrap main .article.post .entry-content h3,
  .body.tag .wrap main .article.post .entry-content h3,
  .body.author .wrap main .article.post .entry-content h3,
  .body.single .wrap main .article.post .entry-content h3 {
    font-size: 18px;
  }
}
.body.category .wrap main .article.post .entry-content h4,
.body.tag .wrap main .article.post .entry-content h4,
.body.author .wrap main .article.post .entry-content h4,
.body.single .wrap main .article.post .entry-content h4 {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.08em;
  background: none;
  border: none;
  padding: 1px 0 1px 20px;
}
@media screen and (max-width: 480px) {
  .body.category .wrap main .article.post .entry-content h4,
  .body.tag .wrap main .article.post .entry-content h4,
  .body.author .wrap main .article.post .entry-content h4,
  .body.single .wrap main .article.post .entry-content h4 {
    font-size: 16px;
  }
}
.body.category .wrap main .article.post .entry-content h4::before,
.body.tag .wrap main .article.post .entry-content h4::before,
.body.author .wrap main .article.post .entry-content h4::before,
.body.single .wrap main .article.post .entry-content h4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background-image: linear-gradient(90deg, rgb(240, 177, 179) 0%, rgb(219, 163, 205) 50%, rgb(200, 171, 219) 100%);
}
.body.category .wrap main .article.post .blogcard-type .blogcard-wrap,
.body.tag .wrap main .article.post .blogcard-type .blogcard-wrap,
.body.author .wrap main .article.post .blogcard-type .blogcard-wrap,
.body.single .wrap main .article.post .blogcard-type .blogcard-wrap {
  width: 100%;
  padding: 20px 30px;
  background: #f5f5f5;
}
@media screen and (max-width: 768px) {
  .body.category .wrap main .article.post .blogcard-type .blogcard-wrap,
  .body.tag .wrap main .article.post .blogcard-type .blogcard-wrap,
  .body.author .wrap main .article.post .blogcard-type .blogcard-wrap,
  .body.single .wrap main .article.post .blogcard-type .blogcard-wrap {
    padding: 20px;
  }
}
.body.category .wrap main .article.post .blogcard-type .blogcard-wrap .blogcard,
.body.tag .wrap main .article.post .blogcard-type .blogcard-wrap .blogcard,
.body.author .wrap main .article.post .blogcard-type .blogcard-wrap .blogcard,
.body.single .wrap main .article.post .blogcard-type .blogcard-wrap .blogcard {
  border: none;
  padding: 40px 0 0;
}
.body.category .wrap main .article.post .blogcard-type .blogcard-wrap .blogcard .blogcard-thumbnail,
.body.tag .wrap main .article.post .blogcard-type .blogcard-wrap .blogcard .blogcard-thumbnail,
.body.author .wrap main .article.post .blogcard-type .blogcard-wrap .blogcard .blogcard-thumbnail,
.body.single .wrap main .article.post .blogcard-type .blogcard-wrap .blogcard .blogcard-thumbnail {
  position: relative;
  width: 130px;
  margin: 0;
}
.body.category .wrap main .article.post .blogcard-type .blogcard-wrap .blogcard .blogcard-thumbnail img,
.body.tag .wrap main .article.post .blogcard-type .blogcard-wrap .blogcard .blogcard-thumbnail img,
.body.author .wrap main .article.post .blogcard-type .blogcard-wrap .blogcard .blogcard-thumbnail img,
.body.single .wrap main .article.post .blogcard-type .blogcard-wrap .blogcard .blogcard-thumbnail img {
  border-radius: 4px 4px 0 0;
}
.body.category .wrap main .article.post .blogcard-type .blogcard-wrap .blogcard .blogcard-label,
.body.tag .wrap main .article.post .blogcard-type .blogcard-wrap .blogcard .blogcard-label,
.body.author .wrap main .article.post .blogcard-type .blogcard-wrap .blogcard .blogcard-label,
.body.single .wrap main .article.post .blogcard-type .blogcard-wrap .blogcard .blogcard-label {
  position: unset;
  padding: 0;
  width: 100%;
  background: none;
  border-top: 1px solid #4d4d4d;
  border-radius: 0;
}
.body.category .wrap main .article.post .blogcard-type .blogcard-wrap .blogcard .blogcard-label span.fa:before,
.body.tag .wrap main .article.post .blogcard-type .blogcard-wrap .blogcard .blogcard-label span.fa:before,
.body.author .wrap main .article.post .blogcard-type .blogcard-wrap .blogcard .blogcard-label span.fa:before,
.body.single .wrap main .article.post .blogcard-type .blogcard-wrap .blogcard .blogcard-label span.fa:before {
  display: none;
}
.body.category .wrap main .article.post .blogcard-type .blogcard-wrap .blogcard .blogcard-label::before,
.body.tag .wrap main .article.post .blogcard-type .blogcard-wrap .blogcard .blogcard-label::before,
.body.author .wrap main .article.post .blogcard-type .blogcard-wrap .blogcard .blogcard-label::before,
.body.single .wrap main .article.post .blogcard-type .blogcard-wrap .blogcard .blogcard-label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background: url(./images/icon_related.svg) no-repeat center center;
  background-size: contain;
}
.body.category .wrap main .article.post .blogcard-type .blogcard-wrap .blogcard .blogcard-label::after,
.body.tag .wrap main .article.post .blogcard-type .blogcard-wrap .blogcard .blogcard-label::after,
.body.author .wrap main .article.post .blogcard-type .blogcard-wrap .blogcard .blogcard-label::after,
.body.single .wrap main .article.post .blogcard-type .blogcard-wrap .blogcard .blogcard-label::after {
  position: absolute;
  top: 0;
  left: 38px;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0.08em;
  color: #232323;
}
.body.category .wrap main .article.post .blogcard-type .blogcard-wrap .blogcard .blogcard-content,
.body.tag .wrap main .article.post .blogcard-type .blogcard-wrap .blogcard .blogcard-content,
.body.author .wrap main .article.post .blogcard-type .blogcard-wrap .blogcard .blogcard-content,
.body.single .wrap main .article.post .blogcard-type .blogcard-wrap .blogcard .blogcard-content {
  margin-left: 150px;
  min-height: unset;
}
@media screen and (max-width: 768px) {
  .body.category .wrap main .article.post .blogcard-type .blogcard-wrap .blogcard .blogcard-content,
  .body.tag .wrap main .article.post .blogcard-type .blogcard-wrap .blogcard .blogcard-content,
  .body.author .wrap main .article.post .blogcard-type .blogcard-wrap .blogcard .blogcard-content,
  .body.single .wrap main .article.post .blogcard-type .blogcard-wrap .blogcard .blogcard-content {
    margin-left: 140px;
  }
}
.body.category .wrap main .article.post .blogcard-type .blogcard-wrap .blogcard .blogcard-title,
.body.tag .wrap main .article.post .blogcard-type .blogcard-wrap .blogcard .blogcard-title,
.body.author .wrap main .article.post .blogcard-type .blogcard-wrap .blogcard .blogcard-title,
.body.single .wrap main .article.post .blogcard-type .blogcard-wrap .blogcard .blogcard-title {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.4;
}
.body.category .wrap main .article.post .blogcard-type .blogcard-wrap .blogcard .blogcard-snippet,
.body.category .wrap main .article.post .blogcard-type .blogcard-wrap .blogcard .blogcard-site,
.body.tag .wrap main .article.post .blogcard-type .blogcard-wrap .blogcard .blogcard-snippet,
.body.tag .wrap main .article.post .blogcard-type .blogcard-wrap .blogcard .blogcard-site,
.body.author .wrap main .article.post .blogcard-type .blogcard-wrap .blogcard .blogcard-snippet,
.body.author .wrap main .article.post .blogcard-type .blogcard-wrap .blogcard .blogcard-site,
.body.single .wrap main .article.post .blogcard-type .blogcard-wrap .blogcard .blogcard-snippet,
.body.single .wrap main .article.post .blogcard-type .blogcard-wrap .blogcard .blogcard-site {
  display: none;
}
.body.category .wrap main .article.post .blogcard-type .blogcard-wrap .blogcard .blogcard-footer,
.body.tag .wrap main .article.post .blogcard-type .blogcard-wrap .blogcard .blogcard-footer,
.body.author .wrap main .article.post .blogcard-type .blogcard-wrap .blogcard .blogcard-footer,
.body.single .wrap main .article.post .blogcard-type .blogcard-wrap .blogcard .blogcard-footer {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 0;
}
.body.category .wrap main .article.post .blogcard-type .blogcard-wrap .blogcard .blogcard-footer .blogcard-post-date,
.body.tag .wrap main .article.post .blogcard-type .blogcard-wrap .blogcard .blogcard-footer .blogcard-post-date,
.body.author .wrap main .article.post .blogcard-type .blogcard-wrap .blogcard .blogcard-footer .blogcard-post-date,
.body.single .wrap main .article.post .blogcard-type .blogcard-wrap .blogcard .blogcard-footer .blogcard-post-date {
  font-size: 13px;
  letter-spacing: 0.05em;
  color: #9e9e9e;
  text-align: right;
}
.body.category .wrap main .article.post .blogcard-type .blogcard-wrap:hover,
.body.tag .wrap main .article.post .blogcard-type .blogcard-wrap:hover,
.body.author .wrap main .article.post .blogcard-type .blogcard-wrap:hover,
.body.single .wrap main .article.post .blogcard-type .blogcard-wrap:hover {
  transition: all 0.3s;
}
.body.category .wrap main .article.post .blogcard-type .blogcard-wrap:hover .blogcard-title,
.body.tag .wrap main .article.post .blogcard-type .blogcard-wrap:hover .blogcard-title,
.body.author .wrap main .article.post .blogcard-type .blogcard-wrap:hover .blogcard-title,
.body.single .wrap main .article.post .blogcard-type .blogcard-wrap:hover .blogcard-title {
  text-decoration: underline;
}
.body.category .wrap main .article.post .blogcard-type .blogcard-wrap:hover img,
.body.tag .wrap main .article.post .blogcard-type .blogcard-wrap:hover img,
.body.author .wrap main .article.post .blogcard-type .blogcard-wrap:hover img,
.body.single .wrap main .article.post .blogcard-type .blogcard-wrap:hover img {
  opacity: 0.8;
}
.body.category .wrap main .article.post .afi-tag-textbox,
.body.tag .wrap main .article.post .afi-tag-textbox,
.body.author .wrap main .article.post .afi-tag-textbox,
.body.single .wrap main .article.post .afi-tag-textbox {
  width: 100%;
  padding: 30px 30px 12px;
  border: 2px solid;
  -o-border-image: linear-gradient(90deg, #f0b1b3 0%, #dba3cd 50px, #c8abdb 100%) 1;
     border-image: linear-gradient(90deg, #f0b1b3 0%, #dba3cd 50px, #c8abdb 100%) 1;
}
@media screen and (max-width: 768px) {
  .body.category .wrap main .article.post .afi-tag-textbox,
  .body.tag .wrap main .article.post .afi-tag-textbox,
  .body.author .wrap main .article.post .afi-tag-textbox,
  .body.single .wrap main .article.post .afi-tag-textbox {
    padding: 20px 15px;
  }
}
.body.category .wrap main .article.post .afi-tag-textbox h3,
.body.tag .wrap main .article.post .afi-tag-textbox h3,
.body.author .wrap main .article.post .afi-tag-textbox h3,
.body.single .wrap main .article.post .afi-tag-textbox h3 {
  position: relative;
  width: 100%;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.08em;
  padding: 0 0 18px;
  margin: 0 0 25px;
  background: none;
}
@media screen and (max-width: 768px) {
  .body.category .wrap main .article.post .afi-tag-textbox h3,
  .body.tag .wrap main .article.post .afi-tag-textbox h3,
  .body.author .wrap main .article.post .afi-tag-textbox h3,
  .body.single .wrap main .article.post .afi-tag-textbox h3 {
    font-size: 18px;
    padding: 0 0 10px;
    margin: 0 0 20px;
    text-align: center;
  }
}
.body.category .wrap main .article.post .afi-tag-textbox h3::after,
.body.tag .wrap main .article.post .afi-tag-textbox h3::after,
.body.author .wrap main .article.post .afi-tag-textbox h3::after,
.body.single .wrap main .article.post .afi-tag-textbox h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #dcdcdc;
}
.body.category .wrap main .article.post .afi-tag-textbox ul,
.body.tag .wrap main .article.post .afi-tag-textbox ul,
.body.author .wrap main .article.post .afi-tag-textbox ul,
.body.single .wrap main .article.post .afi-tag-textbox ul {
  padding: 0;
  margin: 0;
}
.body.category .wrap main .article.post .afi-tag-textbox ul li,
.body.tag .wrap main .article.post .afi-tag-textbox ul li,
.body.author .wrap main .article.post .afi-tag-textbox ul li,
.body.single .wrap main .article.post .afi-tag-textbox ul li {
  position: relative;
  list-style: none;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.08em;
  padding-left: 28px;
  line-height: 1;
  padding-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .body.category .wrap main .article.post .afi-tag-textbox ul li,
  .body.tag .wrap main .article.post .afi-tag-textbox ul li,
  .body.author .wrap main .article.post .afi-tag-textbox ul li,
  .body.single .wrap main .article.post .afi-tag-textbox ul li {
    padding-bottom: 10px;
    line-height: 1.3;
  }
}
.body.category .wrap main .article.post .afi-tag-textbox ul li::before,
.body.tag .wrap main .article.post .afi-tag-textbox ul li::before,
.body.author .wrap main .article.post .afi-tag-textbox ul li::before,
.body.single .wrap main .article.post .afi-tag-textbox ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  background: url(./images/icon_check.svg) no-repeat center center;
  background-size: contain;
}
.body.category .wrap main .article.post .main-widget-label,
.body.tag .wrap main .article.post .main-widget-label,
.body.author .wrap main .article.post .main-widget-label,
.body.single .wrap main .article.post .main-widget-label {
  display: none;
}
.body.category .wrap main .under-entry-content,
.body.tag .wrap main .under-entry-content,
.body.author .wrap main .under-entry-content,
.body.single .wrap main .under-entry-content {
  padding: 0 40px;
}
@media screen and (max-width: 1023px) {
  .body.category .wrap main .under-entry-content,
  .body.tag .wrap main .under-entry-content,
  .body.author .wrap main .under-entry-content,
  .body.single .wrap main .under-entry-content {
    width: 88%;
    padding: 0;
    margin: 60px auto 0;
  }
}
@media screen and (max-width: 1023px) {
  .body.category .wrap main .under-entry-content .related-entries,
  .body.tag .wrap main .under-entry-content .related-entries,
  .body.author .wrap main .under-entry-content .related-entries,
  .body.single .wrap main .under-entry-content .related-entries {
    margin-bottom: 0;
  }
}
.body.category .wrap main .under-entry-content h2,
.body.tag .wrap main .under-entry-content h2,
.body.author .wrap main .under-entry-content h2,
.body.single .wrap main .under-entry-content h2 {
  position: relative;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.08em;
  padding-left: 40px;
  line-height: 30px;
  height: 42px;
  border-bottom: 1px solid #4d4d4d;
}
.body.category .wrap main .under-entry-content h2::before,
.body.tag .wrap main .under-entry-content h2::before,
.body.author .wrap main .under-entry-content h2::before,
.body.single .wrap main .under-entry-content h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background: url(./images/icon_related.svg) no-repeat center center;
  background-size: contain;
}
.body.category .wrap main .under-entry-content a.a-wrap,
.body.tag .wrap main .under-entry-content a.a-wrap,
.body.author .wrap main .under-entry-content a.a-wrap,
.body.single .wrap main .under-entry-content a.a-wrap {
  border-top: none;
  border-bottom: 1px solid #dcdcdc;
  border-radius: 0;
  padding: 20px 0;
  margin: 0;
}
.body.category .wrap main .under-entry-content a.a-wrap .related-entry-card-thumb,
.body.tag .wrap main .under-entry-content a.a-wrap .related-entry-card-thumb,
.body.author .wrap main .under-entry-content a.a-wrap .related-entry-card-thumb,
.body.single .wrap main .under-entry-content a.a-wrap .related-entry-card-thumb {
  line-height: 0;
  margin-top: 0;
  margin-right: 20px;
  padding-bottom: 22px;
  width: 130px;
}
.body.category .wrap main .under-entry-content a.a-wrap .related-entry-card-thumb img,
.body.tag .wrap main .under-entry-content a.a-wrap .related-entry-card-thumb img,
.body.author .wrap main .under-entry-content a.a-wrap .related-entry-card-thumb img,
.body.single .wrap main .under-entry-content a.a-wrap .related-entry-card-thumb img {
  border-radius: 4px 4px 0 0;
}
.body.category .wrap main .under-entry-content a.a-wrap .related-entry-card-thumb:before,
.body.tag .wrap main .under-entry-content a.a-wrap .related-entry-card-thumb:before,
.body.author .wrap main .under-entry-content a.a-wrap .related-entry-card-thumb:before,
.body.single .wrap main .under-entry-content a.a-wrap .related-entry-card-thumb:before {
  left: 7px;
  width: 25px;
  height: 25px;
  font-size: 15px;
  line-height: 22px;
  padding: 0;
  opacity: 1;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 82%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 82%, 0 100%);
}
.body.category .wrap main .under-entry-content a.a-wrap .related-entry-card-thumb .cat-label,
.body.tag .wrap main .under-entry-content a.a-wrap .related-entry-card-thumb .cat-label,
.body.author .wrap main .under-entry-content a.a-wrap .related-entry-card-thumb .cat-label,
.body.single .wrap main .under-entry-content a.a-wrap .related-entry-card-thumb .cat-label {
  top: unset;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  height: 22px;
  line-height: 22px;
  padding: 0;
  text-align: center;
  border: none;
  border-radius: 0 0 4px 4px;
  font-size: 10px;
}
.body.category .wrap main .under-entry-content a.a-wrap .related-entry-card-content,
.body.tag .wrap main .under-entry-content a.a-wrap .related-entry-card-content,
.body.author .wrap main .under-entry-content a.a-wrap .related-entry-card-content,
.body.single .wrap main .under-entry-content a.a-wrap .related-entry-card-content {
  margin-left: 0;
}
.body.category .wrap main .under-entry-content a.a-wrap .related-entry-card-content .related-entry-card-title,
.body.tag .wrap main .under-entry-content a.a-wrap .related-entry-card-content .related-entry-card-title,
.body.author .wrap main .under-entry-content a.a-wrap .related-entry-card-content .related-entry-card-title,
.body.single .wrap main .under-entry-content a.a-wrap .related-entry-card-content .related-entry-card-title {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.4;
  padding-right: 0.5em;
}
.body.category .wrap main .under-entry-content a.a-wrap .related-entry-card-content .related-entry-card-info,
.body.tag .wrap main .under-entry-content a.a-wrap .related-entry-card-content .related-entry-card-info,
.body.author .wrap main .under-entry-content a.a-wrap .related-entry-card-content .related-entry-card-info,
.body.single .wrap main .under-entry-content a.a-wrap .related-entry-card-content .related-entry-card-info {
  position: absolute;
  bottom: 0;
  right: 0;
}
.body.category .wrap main .under-entry-content a.a-wrap .related-entry-card-content .related-entry-card-info .post-date,
.body.tag .wrap main .under-entry-content a.a-wrap .related-entry-card-content .related-entry-card-info .post-date,
.body.author .wrap main .under-entry-content a.a-wrap .related-entry-card-content .related-entry-card-info .post-date,
.body.single .wrap main .under-entry-content a.a-wrap .related-entry-card-content .related-entry-card-info .post-date {
  font-size: 13px;
  letter-spacing: 0.05em;
  color: #9e9e9e;
  text-align: right;
}
.body.category .wrap main .under-entry-content a.a-wrap .related-entry-card-content .related-entry-card-info .post-update,
.body.tag .wrap main .under-entry-content a.a-wrap .related-entry-card-content .related-entry-card-info .post-update,
.body.author .wrap main .under-entry-content a.a-wrap .related-entry-card-content .related-entry-card-info .post-update,
.body.single .wrap main .under-entry-content a.a-wrap .related-entry-card-content .related-entry-card-info .post-update {
  display: none;
}
.body.category .wrap main .under-entry-content a.a-wrap:hover,
.body.tag .wrap main .under-entry-content a.a-wrap:hover,
.body.author .wrap main .under-entry-content a.a-wrap:hover,
.body.single .wrap main .under-entry-content a.a-wrap:hover {
  background: none;
}
.body.category .wrap main .under-entry-content a.a-wrap:hover .related-entry-card-thumb,
.body.tag .wrap main .under-entry-content a.a-wrap:hover .related-entry-card-thumb,
.body.author .wrap main .under-entry-content a.a-wrap:hover .related-entry-card-thumb,
.body.single .wrap main .under-entry-content a.a-wrap:hover .related-entry-card-thumb {
  opacity: 0.8;
  transition: all 0.3s;
}
.body.category .wrap main .under-entry-content a.a-wrap:hover .related-entry-card-title,
.body.tag .wrap main .under-entry-content a.a-wrap:hover .related-entry-card-title,
.body.author .wrap main .under-entry-content a.a-wrap:hover .related-entry-card-title,
.body.single .wrap main .under-entry-content a.a-wrap:hover .related-entry-card-title {
  text-decoration: underline;
}
.body.category .wrap main .more-posts-button,
.body.tag .wrap main .more-posts-button,
.body.author .wrap main .more-posts-button,
.body.single .wrap main .more-posts-button {
  text-align: center;
  margin: 20px 0 50px;
}
@media screen and (max-width: 768px) {
  .body.category .wrap main .more-posts-button,
  .body.tag .wrap main .more-posts-button,
  .body.author .wrap main .more-posts-button,
  .body.single .wrap main .more-posts-button {
    margin: 20px 0 25px;
  }
}
.body.category .wrap main .more-posts-button .more-posts-link,
.body.tag .wrap main .more-posts-button .more-posts-link,
.body.author .wrap main .more-posts-button .more-posts-link,
.body.single .wrap main .more-posts-button .more-posts-link {
  position: relative;
  display: inline-block;
  padding: 1em 7.6em;
  background-color: #4d4d4d;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
  text-decoration: none;
  border-radius: 2em;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .body.category .wrap main .more-posts-button .more-posts-link,
  .body.tag .wrap main .more-posts-button .more-posts-link,
  .body.author .wrap main .more-posts-button .more-posts-link,
  .body.single .wrap main .more-posts-button .more-posts-link {
    font-size: 14px;
    padding: 1em 5.4em;
  }
}
.body.category .wrap main .more-posts-button .more-posts-link::before,
.body.tag .wrap main .more-posts-button .more-posts-link::before,
.body.author .wrap main .more-posts-button .more-posts-link::before,
.body.single .wrap main .more-posts-button .more-posts-link::before {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 20px;
  color: #fff;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .body.category .wrap main .more-posts-button .more-posts-link::before,
  .body.tag .wrap main .more-posts-button .more-posts-link::before,
  .body.author .wrap main .more-posts-button .more-posts-link::before,
  .body.single .wrap main .more-posts-button .more-posts-link::before {
    font-size: 16px;
    margin-right: 12px;
  }
}
.body.category .wrap main .more-posts-button .more-posts-link:hover,
.body.tag .wrap main .more-posts-button .more-posts-link:hover,
.body.author .wrap main .more-posts-button .more-posts-link:hover,
.body.single .wrap main .more-posts-button .more-posts-link:hover {
  background-color: #f5f5f5;
  color: #4d4d4d;
  outline: 1px solid #4d4d4d;
}
.body.category .wrap main .more-posts-button .more-posts-link:hover::before,
.body.tag .wrap main .more-posts-button .more-posts-link:hover::before,
.body.author .wrap main .more-posts-button .more-posts-link:hover::before,
.body.single .wrap main .more-posts-button .more-posts-link:hover::before {
  color: #4d4d4d;
}
.body.category .sidebar,
.body.tag .sidebar,
.body.author .sidebar,
.body.single .sidebar {
  width: 320px;
  margin: 0;
  padding: 170px 0 0;
  background: none;
}
@media screen and (max-width: 1023px) {
  .body.category .sidebar,
  .body.tag .sidebar,
  .body.author .sidebar,
  .body.single .sidebar {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 45px 0 0;
  }
}
.body.category .sidebar h2,
.body.tag .sidebar h2,
.body.author .sidebar h2,
.body.single .sidebar h2 {
  padding: 0;
}
.body.category .sidebar h3,
.body.tag .sidebar h3,
.body.author .sidebar h3,
.body.single .sidebar h3 {
  background: none;
  position: relative;
  padding-left: 40px;
  font-size: 20px;
  font-weight: 600;
  height: 42px;
  line-height: 30px;
  letter-spacing: 0.08em;
  border-bottom: 1px solid #4d4d4d;
  border-radius: 0;
  padding-top: 0;
  margin-top: 0;
}
.body.category .sidebar h3::before,
.body.tag .sidebar h3::before,
.body.author .sidebar h3::before,
.body.single .sidebar h3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 1023px) {
  .body.category .sidebar .widget-sidebar,
  .body.tag .sidebar .widget-sidebar,
  .body.author .sidebar .widget-sidebar,
  .body.single .sidebar .widget-sidebar {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
}
.body.category .sidebar .widget-sidebar.widget_popular_entries,
.body.tag .sidebar .widget-sidebar.widget_popular_entries,
.body.author .sidebar .widget-sidebar.widget_popular_entries,
.body.single .sidebar .widget-sidebar.widget_popular_entries {
  width: 88%;
}
.body.category .sidebar .widget-sidebar.widget_popular_entries h3::before,
.body.tag .sidebar .widget-sidebar.widget_popular_entries h3::before,
.body.author .sidebar .widget-sidebar.widget_popular_entries h3::before,
.body.single .sidebar .widget-sidebar.widget_popular_entries h3::before {
  background: url(./images/icon_popular.svg) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 1023px) {
  .body.category .sidebar .widget-sidebar.widget_popular_entries .popular-entry-cards,
  .body.tag .sidebar .widget-sidebar.widget_popular_entries .popular-entry-cards,
  .body.author .sidebar .widget-sidebar.widget_popular_entries .popular-entry-cards,
  .body.single .sidebar .widget-sidebar.widget_popular_entries .popular-entry-cards {
    margin-bottom: 0;
  }
}
.body.category .sidebar .widget-sidebar.widget_popular_entries .border-partition a.a-wrap,
.body.tag .sidebar .widget-sidebar.widget_popular_entries .border-partition a.a-wrap,
.body.author .sidebar .widget-sidebar.widget_popular_entries .border-partition a.a-wrap,
.body.single .sidebar .widget-sidebar.widget_popular_entries .border-partition a.a-wrap {
  border-top: none;
  border-bottom: 1px solid #dcdcdc;
  border-radius: 0;
  padding: 0;
  margin: 0;
}
.body.category .sidebar .widget-sidebar.widget_popular_entries .border-partition a.a-wrap .widget-entry-card,
.body.tag .sidebar .widget-sidebar.widget_popular_entries .border-partition a.a-wrap .widget-entry-card,
.body.author .sidebar .widget-sidebar.widget_popular_entries .border-partition a.a-wrap .widget-entry-card,
.body.single .sidebar .widget-sidebar.widget_popular_entries .border-partition a.a-wrap .widget-entry-card {
  padding: 15px 0 30px;
}
@media screen and (max-width: 1023px) {
  .body.category .sidebar .widget-sidebar.widget_popular_entries .border-partition a.a-wrap .widget-entry-card,
  .body.tag .sidebar .widget-sidebar.widget_popular_entries .border-partition a.a-wrap .widget-entry-card,
  .body.author .sidebar .widget-sidebar.widget_popular_entries .border-partition a.a-wrap .widget-entry-card,
  .body.single .sidebar .widget-sidebar.widget_popular_entries .border-partition a.a-wrap .widget-entry-card {
    padding: 15px 0;
  }
}
.body.category .sidebar .widget-sidebar.widget_popular_entries .border-partition a.a-wrap .popular-entry-card-thumb,
.body.tag .sidebar .widget-sidebar.widget_popular_entries .border-partition a.a-wrap .popular-entry-card-thumb,
.body.author .sidebar .widget-sidebar.widget_popular_entries .border-partition a.a-wrap .popular-entry-card-thumb,
.body.single .sidebar .widget-sidebar.widget_popular_entries .border-partition a.a-wrap .popular-entry-card-thumb {
  line-height: 0;
  margin-top: 0;
  margin-right: 10px;
  padding-bottom: 22px;
  width: 130px;
}
.body.category .sidebar .widget-sidebar.widget_popular_entries .border-partition a.a-wrap .popular-entry-card-thumb img,
.body.tag .sidebar .widget-sidebar.widget_popular_entries .border-partition a.a-wrap .popular-entry-card-thumb img,
.body.author .sidebar .widget-sidebar.widget_popular_entries .border-partition a.a-wrap .popular-entry-card-thumb img,
.body.single .sidebar .widget-sidebar.widget_popular_entries .border-partition a.a-wrap .popular-entry-card-thumb img {
  border-radius: 4px 4px 0 0;
}
.body.category .sidebar .widget-sidebar.widget_popular_entries .border-partition a.a-wrap .popular-entry-card-thumb:before,
.body.tag .sidebar .widget-sidebar.widget_popular_entries .border-partition a.a-wrap .popular-entry-card-thumb:before,
.body.author .sidebar .widget-sidebar.widget_popular_entries .border-partition a.a-wrap .popular-entry-card-thumb:before,
.body.single .sidebar .widget-sidebar.widget_popular_entries .border-partition a.a-wrap .popular-entry-card-thumb:before {
  left: 7px;
  width: 25px;
  height: 25px;
  font-size: 15px;
  line-height: 22px;
  padding: 0;
  opacity: 1;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 82%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 82%, 0 100%);
}
.body.category .sidebar .widget-sidebar.widget_popular_entries .border-partition a.a-wrap .popular-entry-card-thumb .cat-label,
.body.tag .sidebar .widget-sidebar.widget_popular_entries .border-partition a.a-wrap .popular-entry-card-thumb .cat-label,
.body.author .sidebar .widget-sidebar.widget_popular_entries .border-partition a.a-wrap .popular-entry-card-thumb .cat-label,
.body.single .sidebar .widget-sidebar.widget_popular_entries .border-partition a.a-wrap .popular-entry-card-thumb .cat-label {
  top: unset;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  height: 22px;
  line-height: 22px;
  padding: 0;
  text-align: center;
  border: none;
  border-radius: 0 0 4px 4px;
  font-size: 10px;
}
.body.category .sidebar .widget-sidebar.widget_popular_entries .border-partition a.a-wrap .popular-entry-card-title,
.body.tag .sidebar .widget-sidebar.widget_popular_entries .border-partition a.a-wrap .popular-entry-card-title,
.body.author .sidebar .widget-sidebar.widget_popular_entries .border-partition a.a-wrap .popular-entry-card-title,
.body.single .sidebar .widget-sidebar.widget_popular_entries .border-partition a.a-wrap .popular-entry-card-title {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.4;
}
.body.category .sidebar .widget-sidebar.widget_popular_entries .border-partition a.a-wrap .popular-entry-card-date,
.body.tag .sidebar .widget-sidebar.widget_popular_entries .border-partition a.a-wrap .popular-entry-card-date,
.body.author .sidebar .widget-sidebar.widget_popular_entries .border-partition a.a-wrap .popular-entry-card-date,
.body.single .sidebar .widget-sidebar.widget_popular_entries .border-partition a.a-wrap .popular-entry-card-date {
  position: absolute;
  bottom: 5px;
  right: 0;
}
.body.category .sidebar .widget-sidebar.widget_popular_entries .border-partition a.a-wrap .popular-entry-card-date .post-date,
.body.tag .sidebar .widget-sidebar.widget_popular_entries .border-partition a.a-wrap .popular-entry-card-date .post-date,
.body.author .sidebar .widget-sidebar.widget_popular_entries .border-partition a.a-wrap .popular-entry-card-date .post-date,
.body.single .sidebar .widget-sidebar.widget_popular_entries .border-partition a.a-wrap .popular-entry-card-date .post-date {
  font-size: 13px;
  letter-spacing: 0.05em;
  color: #9e9e9e;
  text-align: right;
}
.body.category .sidebar .widget-sidebar.widget_popular_entries .border-partition a.a-wrap .popular-entry-card-date .post-update,
.body.tag .sidebar .widget-sidebar.widget_popular_entries .border-partition a.a-wrap .popular-entry-card-date .post-update,
.body.author .sidebar .widget-sidebar.widget_popular_entries .border-partition a.a-wrap .popular-entry-card-date .post-update,
.body.single .sidebar .widget-sidebar.widget_popular_entries .border-partition a.a-wrap .popular-entry-card-date .post-update {
  display: none;
}
.body.category .sidebar .widget-sidebar.widget_popular_entries .border-partition a.a-wrap:hover,
.body.tag .sidebar .widget-sidebar.widget_popular_entries .border-partition a.a-wrap:hover,
.body.author .sidebar .widget-sidebar.widget_popular_entries .border-partition a.a-wrap:hover,
.body.single .sidebar .widget-sidebar.widget_popular_entries .border-partition a.a-wrap:hover {
  background: none;
}
.body.category .sidebar .widget-sidebar.widget_popular_entries .border-partition a.a-wrap:hover .widget-entry-card,
.body.tag .sidebar .widget-sidebar.widget_popular_entries .border-partition a.a-wrap:hover .widget-entry-card,
.body.author .sidebar .widget-sidebar.widget_popular_entries .border-partition a.a-wrap:hover .widget-entry-card,
.body.single .sidebar .widget-sidebar.widget_popular_entries .border-partition a.a-wrap:hover .widget-entry-card {
  transition: all 0.3s;
}
.body.category .sidebar .widget-sidebar.widget_popular_entries .border-partition a.a-wrap:hover .popular-entry-card-thumb,
.body.tag .sidebar .widget-sidebar.widget_popular_entries .border-partition a.a-wrap:hover .popular-entry-card-thumb,
.body.author .sidebar .widget-sidebar.widget_popular_entries .border-partition a.a-wrap:hover .popular-entry-card-thumb,
.body.single .sidebar .widget-sidebar.widget_popular_entries .border-partition a.a-wrap:hover .popular-entry-card-thumb {
  opacity: 0.8;
  transition: all 0.3s;
}
.body.category .sidebar .widget-sidebar.widget_popular_entries .border-partition a.a-wrap:hover .card-title,
.body.tag .sidebar .widget-sidebar.widget_popular_entries .border-partition a.a-wrap:hover .card-title,
.body.author .sidebar .widget-sidebar.widget_popular_entries .border-partition a.a-wrap:hover .card-title,
.body.single .sidebar .widget-sidebar.widget_popular_entries .border-partition a.a-wrap:hover .card-title {
  text-decoration: underline;
}
.body.category .sidebar .widget-sidebar.widget_popular_entries .border-partition a.a-wrap:first-child .widget-entry-card,
.body.tag .sidebar .widget-sidebar.widget_popular_entries .border-partition a.a-wrap:first-child .widget-entry-card,
.body.author .sidebar .widget-sidebar.widget_popular_entries .border-partition a.a-wrap:first-child .widget-entry-card,
.body.single .sidebar .widget-sidebar.widget_popular_entries .border-partition a.a-wrap:first-child .widget-entry-card {
  padding-top: 0;
}
.body.category .sidebar .widget-sidebar.widget_tag_cloud,
.body.tag .sidebar .widget-sidebar.widget_tag_cloud,
.body.author .sidebar .widget-sidebar.widget_tag_cloud,
.body.single .sidebar .widget-sidebar.widget_tag_cloud {
  width: 88%;
  margin: 45px auto;
}
.body.category .sidebar .widget-sidebar.widget_tag_cloud h3::before,
.body.tag .sidebar .widget-sidebar.widget_tag_cloud h3::before,
.body.author .sidebar .widget-sidebar.widget_tag_cloud h3::before,
.body.single .sidebar .widget-sidebar.widget_tag_cloud h3::before {
  background: url(./images/icon_tag.svg) no-repeat center center;
  background-size: contain;
}
.body.category .sidebar .widget-sidebar .tagcloud a,
.body.tag .sidebar .widget-sidebar .tagcloud a,
.body.author .sidebar .widget-sidebar .tagcloud a,
.body.single .sidebar .widget-sidebar .tagcloud a {
  border: 1px solid #c1c1c1;
}
@media screen and (max-width: 1023px) {
  .body.category .sidebar .widget_sns_follow_buttons,
  .body.tag .sidebar .widget_sns_follow_buttons,
  .body.author .sidebar .widget_sns_follow_buttons,
  .body.single .sidebar .widget_sns_follow_buttons {
    position: relative;
    padding: 30px 0 5px;
    border-top: 1px solid #dcdcdc;
    background: #fff;
  }
  .body.category .sidebar .widget_sns_follow_buttons .sns-follow,
  .body.tag .sidebar .widget_sns_follow_buttons .sns-follow,
  .body.author .sidebar .widget_sns_follow_buttons .sns-follow,
  .body.single .sidebar .widget_sns_follow_buttons .sns-follow {
    margin: 0 auto 40px;
  }
}
.body.category.category-1 .widget_popular_entries, .body.category.category-22 .widget_popular_entries, .body.category.category-39 .widget_popular_entries, .body.category.category-36 .widget_popular_entries, .body.category.category-43 .widget_popular_entries,
.body.tag.category-1 .widget_popular_entries,
.body.tag.category-22 .widget_popular_entries,
.body.tag.category-39 .widget_popular_entries,
.body.tag.category-36 .widget_popular_entries,
.body.tag.category-43 .widget_popular_entries,
.body.author.category-1 .widget_popular_entries,
.body.author.category-22 .widget_popular_entries,
.body.author.category-39 .widget_popular_entries,
.body.author.category-36 .widget_popular_entries,
.body.author.category-43 .widget_popular_entries,
.body.single.category-1 .widget_popular_entries,
.body.single.category-22 .widget_popular_entries,
.body.single.category-39 .widget_popular_entries,
.body.single.category-36 .widget_popular_entries,
.body.single.category-43 .widget_popular_entries {
  display: none;
}

/* 固定ページ・、404ページ用スタイル */
.body.page,
.body.error404 {
  /* コンテンツ下部のボタンエリア */
}
.body.page .breadcrumb,
.body.error404 .breadcrumb {
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
  padding: 20px 0;
}
@media screen and (max-width: 1023px) {
  .body.page .breadcrumb,
  .body.error404 .breadcrumb {
    width: 93%;
    padding: 9px 0;
    font-size: 10px;
  }
}
.body.page .mobile-only,
.body.error404 .mobile-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .body.page .mobile-only,
  .body.error404 .mobile-only {
    display: block;
  }
}
.body.page .wrap,
.body.error404 .wrap {
  width: 100%;
  margin: 0 auto;
}
.body.page .wrap main,
.body.error404 .wrap main {
  padding: 0;
}
.body.page .wrap main h1.entry-title,
.body.error404 .wrap main h1.entry-title {
  padding: 80px 0;
  margin: 0;
  background: #f5f5f5;
}
@media screen and (max-width: 1023px) {
  .body.page .wrap main h1.entry-title,
  .body.error404 .wrap main h1.entry-title {
    padding: 50px 0;
  }
}
.body.page .wrap main h1.entry-title span,
.body.error404 .wrap main h1.entry-title span {
  display: block;
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
  font-size: 40px;
  font-weight: 600;
  color: #232323;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (max-width: 1023px) {
  .body.page .wrap main h1.entry-title span,
  .body.error404 .wrap main h1.entry-title span {
    font-size: 27px;
    text-align: center;
  }
}
.body.page .content-bottom,
.body.error404 .content-bottom {
  border-top: 1px solid #dcdcdc;
  margin: 0;
}

/* 固定ページ用スタイル */
.body.page .entry-header {
  margin: 0;
  padding: 0;
}
.body.page .date-tags,
.body.page .author-info {
  display: none;
}
.body.page .entry-content {
  width: 100%;
  max-width: 1050px;
  margin: 90px auto 0;
  padding: 0;
}
@media screen and (max-width: 1023px) {
  .body.page .entry-content {
    width: 88%;
    margin: 30px auto 0;
  }
}
.body.page .entry-content h2 {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.08em;
  background: none;
  border-bottom: 1px solid #4d4d4d;
  padding: 60px 0 15px;
  margin: 0 0 25px;
  text-indent: -1.3em;
  padding-left: 1.3em;
}
.body.page .entry-content h2:first-of-type {
  padding-top: 0;
}
@media screen and (max-width: 1023px) {
  .body.page .entry-content h2 {
    font-size: 18px;
    padding-top: 30px;
    padding-bottom: 15px;
    margin: 0 0 15px;
  }
}
.body.page .entry-content h2.about-ttl {
  margin: 60px 0;
}
@media screen and (max-width: 1023px) {
  .body.page .entry-content h2.about-ttl {
    margin: 50px 0 25px;
  }
}
@media screen and (max-width: 768px) {
  .body.page .entry-content h2.about-ttl {
    width: 93%;
    margin: 50px auto 25px;
  }
}
.body.page .entry-content p {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.8;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 1023px) {
  .body.page .entry-content p {
    line-height: 1.7;
  }
}
.body.page .entry-content ul, .body.page .entry-content ol {
  list-style: none;
  padding: 8px 0 0;
}
.body.page .entry-content ul li, .body.page .entry-content ol li {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.8;
  margin-bottom: 10px;
  padding-left: 2em;
  text-indent: -2.15em;
}
.body.page .entry-content ul li:last-child, .body.page .entry-content ol li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1023px) {
  .body.page .entry-content ul li, .body.page .entry-content ol li {
    line-height: 1.7;
    margin-bottom: 5px;
  }
}
.body.page .entry-content a {
  color: #4d4d4d;
  text-decoration: underline;
  text-underline-offset: 6px;
  transition: all 0.3s;
}
.body.page .entry-content a:hover {
  color: #547fba;
}
.body.page .entry-content table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 150px;
}
@media screen and (max-width: 1023px) {
  .body.page .entry-content table {
    width: 93%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .body.page .entry-content table tr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .body.page .entry-content table tr:last-child {
    border-bottom: 1px solid #dcdcdc;
  }
}
.body.page .entry-content table th,
.body.page .entry-content table td {
  padding: 10px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1;
  margin: 0;
  padding: 32px 50px;
  background: #fff;
  border: none;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}
@media screen and (max-width: 768px) {
  .body.page .entry-content table th,
  .body.page .entry-content table td {
    width: 100%;
    padding: 20px;
    border: none;
  }
}
.body.page .entry-content table th:last-child,
.body.page .entry-content table td:last-child {
  border-right: 1px solid #dcdcdc;
}
@media screen and (max-width: 768px) {
  .body.page .entry-content table th:last-child,
  .body.page .entry-content table td:last-child {
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
  }
}
.body.page .entry-content table td:first-child {
  background: #4d4d4d;
  color: #fff;
  text-align: center;
  width: 240px;
}
@media screen and (max-width: 768px) {
  .body.page .entry-content table td:first-child {
    width: 100%;
    padding: 15px;
    text-align: left;
  }
}

/* 404ページ用スタイル */
.body.error404 .wrap main h3 {
  font-size: 23px;
  font-weight: 600;
  letter-spacing: 0.08em;
  border: none;
  text-align: center;
  margin: 0 auto;
  padding: 120px 0 0;
  color: #232323;
}
@media screen and (max-width: 1023px) {
  .body.error404 .wrap main h3 {
    font-size: 18px;
    padding: 40px 0 0;
  }
}
.body.error404 .wrap main p.txt {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.7;
  text-align: center;
  padding: 40px 0 80px;
  margin: 0;
}
@media screen and (max-width: 1023px) {
  .body.error404 .wrap main p.txt {
    padding: 35px 0 45px;
  }
}
.body.error404 .wrap main .btn {
  position: relative;
  display: block;
  width: 380px;
  margin: 0 auto 400px;
  padding: 1.2em 2em;
  font-size: 15px;
  letter-spacing: 0.05em;
  background: #4d4d4d;
  color: #fff;
  text-decoration: none;
  border-radius: 2em;
  transition: all 0.3s;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .body.error404 .wrap main .btn {
    width: 72%;
    max-width: 320px;
    margin: 0 auto 60px;
    padding: 0.9em 1.2em;
    font-size: 14px;
  }
}
.body.error404 .wrap main .btn:hover {
  background: #f5f5f5;
  color: #4d4d4d;
  outline: 1px solid #4d4d4d;
}
.body.error404 .wrap main .btn:hover::before {
  color: #4d4d4d;
}
.body.error404 .wrap main .btn::before {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  right: 3px;
  transform: translateY(-50%);
  font-size: 20px;
  color: #fff;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .body.error404 .wrap main .btn::before {
    right: 0;
  }
}

/*ページネーション*/
.pagination .page-numbers {
  position: relative;
  border: none;
  width: 50px;
  height: 50px;
  line-height: 50px;
}
@media screen and (max-width: 480px) {
  .pagination .page-numbers {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}
.pagination .page-numbers.current {
  color: #fff;
  background: #4d4d4d;
  border-radius: 50%;
}
.pagination .page-numbers:not(.current):hover {
  transform: scale(1.2);
  background: none;
  transition: all 0.2s;
}
.pagination .page-numbers:not(.current):hover.prev:hover, .pagination .page-numbers:not(.current):hover.next:hover {
  transform: scale(1.5);
}

/* トップページ用スタイル（バナー） *//*# sourceMappingURL=style.css.map */