@charset "UTF-8";

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

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

body{
	text-transform: capitalize;
}
ol.li-style-reset,
ul.li-style-reset{
    padding-left: 0;
    list-style-type: none;
}

a{
	color: initial;
	text-decoration-line: underline;
    text-decoration-color: #ADACAC;
    text-decoration-thickness: from-font;
    text-underline-offset: 5px;
}
a:hover{
  color: #697374;
}
.externallink{
  position: relative;
}
.externallink:after{
	content: url("assets/images/common/icon-externallink.svg");
	margin-left: 5px;
	vertical-align: middle;
}
.is-sp{
	display: none;
}
@media screen and (max-width: 834px){
	.is-sp{
		display: block;
	}
	.is-pc{
		display: none;
	}
}
.main,
.aside,
#breadcrumb,
#footer{
	padding:0 0 0 70px;
}
.main{
  border-radius: 0;
  margin-top: 57px !important;
}
.main-inner{
    max-width: 1080px;
    width: calc(100% - 40px);
    margin: 0 auto;
}
.footer-sidebar span:before{
	width: 70px;
}
@media screen and (max-width: 834px){
	main.main,
  .aside,
  #breadcrumb,
  #footer{
		padding:0 0 0 8%;
	}
	.footer-sidebar span:before{
    	width: 8%;
	}
}
@media screen and (max-width: 480px){
	main.main,
  .aside,
  #breadcrumb,
  #footer{
		padding:0 0 0 20px;
	}
	.footer-sidebar span:before{
    	width: 20px;
	}
}

/* _________________________ボタン */
.btn-area{
	position: relative;
	margin: 4rem 0 5rem;
}
.primary-btn{
	text-decoration: none;
    background: #272727;
    width: 135px;
    display: block;
    text-align: center;
    color: #fff;
    padding: 0.5rem;
    border-radius: 0.2rem;
}
.primary-btn:before {
	content: '';
    width: 100%;
    height: 1px;
    display: block;
    background: #E0E0E0;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    z-index: -1;
    margin: 0 auto;
}
.btn-arrow{
  position: relative;
}
.btn-arrow:before{
  content: '';
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  top: -35px;
  right: 0;
  background: #272727;
}
.btn-arrow:after{
  content: '';
  width: 16px;
  height: 5px;
  position: absolute;
  right: 10px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: skew(45deg);
  top: -18px;
  right: 12px;
}
@media screen and (max-width: 834px){
  .primary-btn{
    font-size: 0.875rem;
  }
  .btn-arrow:before{
    width: 30px;
    height: 30px;
    top: -30px;
  }
  .btn-arrow:after{
    top: -18px;
    right: 8px;
    width: 13px;
    height: 3px;
  }
}
/* _________________________ヘッダー・メニュー */
.js-menu-open header{
  z-index: 1;
  position: relative;
}
.header{
  position: fixed;
  z-index: 3;
  width: 100%;
  top: 0;
  height: initial;
}

.header-in{
  display: block;
  position: fixed;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: rgb(255 255 255 / 80%);
  width: 100%;
  z-index: 1;
  top: 0;
  border-bottom: 1px solid #E0E0E0; }
}

.h-logo-area a{
  text-decoration: none;
}
.h-logo-area a:hover{
  color: initial;
}
.h-logo-img {
    font-size: 0.8em;
    display: flex;
    align-items: stretch;
    display: inline-flex;
    margin-top: 0.5rem;
    margin-left: 1rem;
}
.h-logo-img img{
    max-width: 160px;
    border-right: 0.5px solid;
    margin-right: 6px;
    padding-right: 8px;
    height: 40px;
}
.h-logo-lead{
    line-height: 1.4;
    display: inline-block;
    font-size: 8px;
    margin-top: auto;
    margin-bottom: auto;
}
.h-toraxus{
    position: absolute;
    right: calc(70px + 20px);
    top: 1.25rem;
    text-align: right;
    font-size: 12px;
}
.h-toraxus a{
  text-decoration: none;
  color: #7E7A7A;
}
.h-menu{
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}

.js-menu-open .h-menu{
  width: 375px;
}

.js-menu-open .h-menu:after {
  opacity: 1;
}

.js-menu-open .h-menu .hamburger {
  border-left: none;
}
.hamburger {
  border: 0;
  color: inherit;
  cursor: pointer;
  float: right;
  overflow: visible;
  padding: 0;
  transition: opacity 0.15s;
  -webkit-appearance: none;
  z-index: 5;
  position: relative;
  height: 58px;
  width: 60px;
  background: transparent;
  border-left: 1px solid #E0E0E0;
}

.hamburger-box {
  width: 25px;
  height: 24px;
  display: inline-block;
  position: relative; 
  vertical-align: middle;
}

.hamburger-inner {
  display: block;
  top: calc(60% + 0px);
  left: 0;
}

.hamburger-inner, 
.hamburger-inner::before, 
.hamburger-inner::after {
  width:100%;
  height: 3px;
  background-color: #333;
  position: absolute;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.15s;
  transition-timing-function: ease; 
}

.js-menu-open .h-menu .hamburger-inner, 
.js-menu-open .h-menu .hamburger-inner::before, 
.js-menu-open .h-menu .hamburger-inner::after {
    background-color: #000;
}

.hamburger-inner::before, 
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before,
.hamburger-inner::after {
  top: -8px; 
}

.hamburger--style .hamburger-inner, 
.hamburger--style .hamburger-inner::before, 
.hamburger--style .hamburger-inner::after {
  transition-property: none; 
}

.js-menu-open .hamburger--style .hamburger-inner {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); 
}

.js-menu-open .hamburger--style .hamburger-inner::before {
  top: 0;
  opacity: 0; 
}

.js-menu-open .hamburger--style .hamburger-inner::after {
  top: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

#js-site-nav {
  clear: both;
  display: flex;
  flex-direction: column; 
  height: 0;
  /*overflow: hidden;*/
  display: none;
  padding: 2.5em;
  z-index: 1;
  position: absolute;
  background-color: #fff;
  width: 100%;
}

.js-menu-open #js-site-nav {
  height: auto;
  /*overflow: visible;*/
  display: block;
  width: 100%;
  overflow-y: scroll;
  height: 100vh;
  overflow: auto;
}

#js-site-nav .col { 
  padding-bottom: 2.5em;
}

#js-site-nav .h-nav-heading {
  letter-spacing: 0.01em;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 1em;
  color: var(--wp--preset--color--grey);
  font-size: 0.9rem;
}

#js-site-nav ul {
    list-style-type: none;
    padding-left: 0;
}

#js-site-nav li a {
    transition: color 0.3s ease;
}
#js-site-nav a.h-nav-home{
  font-size: 0.8em;
  transition: color 0.3s ease;
  font-weight: 600;
}

.h-menu .col {
  opacity: 0;
}

.js-menu-open .h-menu .col {
  transform: translateY(40px);
  transition: opacity 0.3s ease;
  animation: fade-in-stagger 0.8s ease forwards;
}

.js-menu-open .h-menu .col:nth-child(1) {
    -webkit-animation-delay: 0;
}

.js-menu-open .h-menu .col:nth-child(2) {
    -webkit-animation-delay: 0.1s;
}

.js-menu-open .h-menu .col:nth-child(3) {
    -webkit-animation-delay: 0.2s;
}

.js-menu-open .h-menu .col:nth-child(4) {
    -webkit-animation-delay: 0.3s;
}

.js-menu-open .h-menu .col:nth-child(5) {
    -webkit-animation-delay: 0.4s;
}

@keyframes fade-in-stagger {
  to {
    opacity: 1;
    transform: translateY(0); 
  }
}
@media screen and (max-width: 834px){
	.js-menu-open .h-menu{
		width: 100%;
	}
	#js-site-nav .menu{
	    display: flex;
	    flex-wrap: wrap;
	}
}
@media screen and (max-width: 480px){
	#js-site-nav .menu{
		display: block;
	}
  #js-site-nav .menu li{
    width: 100%;
  }
}

/* Overlay */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background-color: rgb(0 0 0 / 5%);
  opacity: 0;
  visibility: hidden;
  transition: all .1s;
  z-index: 1;
}
.js-menu-open .overlay {
  opacity: 1;
  visibility: visible;
}

#js-site-nav .menu-item{
  font-weight: 600;
  font-size: 1.25rem;
}
#js-site-nav .menu-item:not(:last-child){
    margin-bottom: 1.5em;
}

/* タグクラウド */
.h-tag-wrap{
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 8px;
}
.tag-item {
  text-decoration: none;
  display: inline-block;
  border-radius: 0.15rem;
  border: 1px solid;
  padding: 0.2rem 0.4rem 0.15rem 0.5rem;
  font-size: 0.75em;
}

/* メニューフッター */
.h-links-wrap a{
  display: inline-block;
  font-size: 1rem;
}
.h-links-wrap li:not(:first-child){
  margin-top: 0.8rem;
}
.social{
  margin-top: 1.5rem;
  margin-left: auto;
}
.social dl{
    display: flex;
    gap: 15px;
    line-height: 1;
    align-items: flex-end;
}
.social dl dd img{
  width: 23px;
}
.social dl dd:nth-of-type(1) img{
  width: 20px;
}
.social dl dd:nth-of-type(3) img{
  width: 28px;
}
/* _________________________もっと見るボタン */


/* _________________________ SNS ボタンをまとめて丸くする */

/*シェア・フォローボタンの枠組み*/
.sns-share.ss-top .sns-share-buttons,
.sns-share.ss-bottom .sns-share-buttons,
.sns-follow.sf-bottom .sns-follow-buttons,
.sns-follow.sf-widget .sns-follow-buttons {
  justify-content: center; /*中央に寄せる*/
  flex-wrap: wrap; /*折り返す*/
}

/*シェア・フォローボタンのリンク*/
.sns-share.ss-top .sns-buttons a,
.sns-share.ss-bottom .sns-buttons a,
.sns-follow.sf-bottom .sns-buttons a,
.sns-follow.sf-widget .sns-buttons a {
  width: 40px; /*横幅*/
  height: 40px; /*高さ*/
  margin-right: 4px; /*右側の余白*/
  margin-left: 4px; /*左側の余白*/
  border-radius: 50%; /*丸み*/
}

/*プロフィールウィジェットのリンク*/
.sns-follow.sf-profile .sns-buttons a {
  border-radius: 50%; /*丸み*/
}

/*シェアボタンのアイコン*/
.sns-share.ss-top .sns-buttons a .social-icon,
.sns-share.ss-bottom .sns-buttons a .social-icon {
  font-size: 18px; /*アイコンの大きさ*/
}

/*フォローボタンのアイコン*/
.sns-follow.sf-bottom .sns-follow-buttons .follow-button,
.sns-follow.sf-widget .sns-follow-buttons .follow-button {
  font-size: 20px; /*アイコンの大きさ*/
}

/*シェアボタンのキャプション*/
.sns-share.ss-top .sns-buttons a .button-caption,
.sns-share.ss-bottom .sns-buttons a .button-caption {
  display: none; /*非表示*/
}

/*シェア・フォローボタンのシェア数*/
.sns-share.ss-top .sns-buttons a .share-count,
.sns-share.ss-bottom .sns-buttons a .share-count,
.sns-follow.sf-bottom .sns-buttons a .follow-count,
.sns-follow.sf-widget .sns-buttons a .follow-count {
  right: -2px; /*右側からの距離*/
  bottom: -2px; /*下側からの距離*/
  padding: 2px; /*内側の余白*/
  font-size: 10px; /*文字の大きさ*/
  border: solid 1px; /*線*/
  border-radius: 3px; /*丸み*/
  background-color: inherit; /*背景色*/
}

/*シェア数の表示が必要ないシェア・フォローボタン*/
.sns-share.ss-top .sns-buttons a .share-count:empty,
.sns-share.ss-bottom .sns-buttons a .share-count:empty,
.sns-follow.sf-bottom .sns-buttons a .follow-count:empty,
.sns-follow.sf-widget .sns-buttons a .follow-count:empty {
  padding: 0; /*内側の余白*/
  border: 0; /*線*/
}
/* _________________________パンくず */
#breadcrumb{
	background-color: #272727;
	width: 100%;
	color: #fff;
	margin-top: 0;
}
#breadcrumb .main-inner{
  line-height: 1.4;
  font-size: 0.9em;
  max-width: initial;
  padding-top: 0.5rem;
}
#breadcrumb a{
	color: #fff;
  padding-top: 0.5rem;
}
#breadcrumb span.fa-fw,
#breadcrumb span.fa-fw:before{
	display: none;
}
#breadcrumb .wrap{
	display: block;
}

/* _________________________aside */
.aside{
	background-color: #F7F5F5;
  padding-top:2rem;
  padding-bottom: 2rem;
}
.aside ul{
    list-style: none;
    display: flex;
    justify-content: space-between;
    gap: 15px;
    padding-left:0;
}
.aside ul li a{
    background-color: #fff;
    display: block;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 0;
    font-weight: 600;
    border: 1px solid #E0E0E0;
}
.aside ul li img{
    display: block;
    margin: 0 auto 0.5rem;
}
.aside ul li{
	width: 30%;
}
.aside ul li:first-child{
	width: 40%;
}
.aside ul li:first-child a{
	display: block;
	font-size: 0.9rem;
}
@media screen and (max-width: 834px){
  .aside ul{
    flex-direction: column;
  }
  .aside ul li:first-child,
  .aside ul li{
    width: 100%;
  }
}
/* _________________________ ラベル */
.deco-label{
    background-color: #F7F4F4;
    font-weight: 600;
    font-size: 1rem;
    padding: 0.5rem 0.8rem 0.45rem;
    display: inline-block;
    border-radius: 2px;
    margin-bottom: 1rem;
}
.deco-grad{
  background: linear-gradient(90deg, #7039D9, #F0055F);
    background: -webkit-linear-gradient(0deg, #7039D9, #F0055F);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 834px){
  .deco-label{
    font-size: .625rem;
    padding: 0.25rem 0.5rem;
    margin-bottom: 0.5rem;
  }
}
/* _________________________ カルーセル*/
.carousel{
  margin-top: 57px;
  padding-bottom: 10vh;
    margin-bottom: 40px;
    position: relative;
}
.carousel:before{
  background-color: #272727;
  content: '';
  height: 420px;
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  z-index: -1;
}
.carousel-in{
  background-color: transparent;
    padding: 0;
}
.carousel-entry-card-thumb{
  float: none;
    display: inline-block;
    background: #efefef;
    object-fit: cover;
    overflow: hidden;
    width: 100%;
    margin-top: 0;
    aspect-ratio: 16 / 9;
}
.no-image.carousel-entry-card-no-image.card-thumb-image{
    width: 80vw;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}
.slick-slide img {
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
    max-width: 100vw;
}
.slick-slide img.is-sp{
  display: none;
}
.carousel-entry-card{
  width: 90vw;
  position: relative;
}
.carousel-entry-card-content.card-content{
  background: linear-gradient(rgba(30, 35, 50, 0) 0, #272727cf 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 60px 20px 20px;
}
.carousel-content{
  margin:0 0 0 70px;
  width: 90%;
  background: transparent;
}

.carousel-content .a-wrap:first-child,
.carousel-content .a-wrap{
  margin:0;
  padding:0;
}
.a-wrap{
  padding: 0;
}
.a-wrap:hover{
    background: none;
}

.carousel-content .slick-track{
  padding-top: 0;
    background: #272727;
}
.carousel-entry-card-title{
    color: #fff;
    height: auto;
}
.carousel-entry-card-title h2{
    font-size: clamp(20px, 4vw, 44px);
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 0.5rem;
}
.carousel-entry-card-tagItem{
  display: inline-block;
    margin:2px;
}
.carousel-entry-card-tagItem [rel~=tag]{
    padding: 0.25rem 0.5rem;
    display: inline-block;
    border: 1px solid;
    color: #fff;
    font-size:0.75rem;
    border-radius: 2px;
}
.slick-dots{
  text-align: right;
  display: block !important;
}
.slick-dots li button:before{
  font-size: 10px;
  color: #fff;
}
.slick-dots li.slick-active button:before{
  color: #fff;
  opacity: 1;
}
.slick-list{
  width: 100%;
}
.slick-slide .card-content .main-inner .card-title{
  opacity: 0;
    transition-delay: 0.5s;
  transition: transform 0s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s, opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.slick-slide.add-animation .card-content .main-inner .card-title{
  transition: transform 0.5s cubic-bezier(0.77, 0, 0.275, 1), opacity 1.5s cubic-bezier(0, 0.575, 0.565, 1);
    animation: slideIn .8s cubic-bezier(0.25, 1, 0.5, 1) forwards .4s;
}

.slick-slide .card-content .main-inner .carousel-entry-card-tag{
  opacity: 0;
    transition-delay: 0.5s;
  transition: transform 0s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s, opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.slick-slide.add-animation .card-content .main-inner .carousel-entry-card-tag{
  transition: transform .5s cubic-bezier(0.77, 0, 0.275, 1), opacity 1.5s cubic-bezier(0, 0.575, 0.565, 1);
    animation: slideIn .8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.5s;
}

@keyframes slideIn {
  0% {
    transform: translateX(30px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  40%,100% {
    opacity: 1;
  }
}

.slick-slide.add-animation img{
    animation: zoomUp 8s linear 0s normal both;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1); /* 拡大率 */
  }
}
@media screen and (max-width: 834px){
  .carousel-content{
    margin:0 0 0 8%;
  }
  .carousel-entry-card-content.card-content{
    padding-bottom: 1rem;
  }
  .carousel-entry-card-content.card-content .main-inner{
    width: 100%;
  }
}
@media screen and (max-width: 480px){
  .carousel-content{
    margin:0 0 0 20px;
  }
  .slick-slide img.is-pc{
    display: none;
  }
  .slick-slide img.is-sp{
    display: block;
  }
  .carousel-entry-card-thumb{
    aspect-ratio: 2/3;
    height: initial;
  }
}

/* _________________________ MV下ナビゲーション */
.cont-frontNav{
  margin-bottom: 6rem;
}
.cont-frontNav .main-inner:not(:last-child){
  margin-bottom: 3rem;
}
.cont-frontNav .cats{
  display: flex;
    gap: 14px 42px;
    flex-wrap: wrap;
}
.cont-frontNav .cats a{
  font-weight: 600;
  font-size: 1.125rem;
}
.tags .carousel-entry-card-tagItem [rel~=tag]{
  color: initial;
  text-decoration: none;
}
.cont-frontNav .tags a{
  text-decoration:none;
}
/* _________________________ カードスタイル */
.cont-cardGroup{
    display: flex;
    flex-wrap: wrap;
    gap: 42px 24px;
    margin-bottom: 3rem;
}
.cont-cardGroup .cont-cardItem{
  width: calc(100% / 2 - 12px);
  line-height: 1;
}
.cont-cardGroup .cont-cardItem a{
  text-decoration: none;
}
.cont-cardThumbnail{
  aspect-ratio: 16 / 9;
  font-size: 0;
  background-color: #efefef;
  margin-bottom: 1rem;
  position: relative;
    border: 0.5px solid rgb(0 0 0 / 10%);
    overflow: hidden;
}
.cont-cardThumbnail img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    transition:1s all;
}
.cont-cardItem:hover .cont-cardThumbnail img{
    transition:1s all;
    transform:scale(1.05);
}
.cont-cardThumbnail .noimage{
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.cont-cardThumbnail .noimage img {
    width: 90%;
    max-width: 250px;
    height: initial;
    transform-origin: center;
}
.cont-cardCat{
  margin-bottom: 0.5rem;
  font-size: clamp(0.875rem,2vw,0.625rem);
  color: #7E7A7A;
  font-weight: 600;
}
.cont-cardTtl{
  margin-bottom: 0.4rem;
  font-size: clamp(1rem,2vw,1.5rem);
  line-height: 1.4;
}
.cont-cardTime{
  font-size: clamp(0.625rem,2vw,0.75rem);
  color: #7E7A7A;
}
.cont-cardCat,
.cont-cardTtl{
  width:calc(100% - 50px);
}

@media screen and (max-width: 834px){
  .cont-cardThumbnail{
    margin-bottom: 0.75rem;
  }
  .cont-cardGroup .cont-cardItem{
    width: 100%;
  }
  .cont-cardCat, .cont-cardTtl{
    width: 100%;
  }
  .cont-cardCat{
    font-size: 0.625rem;
  }
}
/* _________________________ パネルスタイル */
.cont-Heading{
  font-size: clamp(1.375rem,6vw,2.0625rem);
  margin-bottom: 1.5rem;
}
.cont-Heading.has-deco-heading{
  float: left;
}
.cont-Heading.has-deco-heading + .deco-label{
  margin-bottom: 0;
  margin-top: 5px;
  margin-left: 0.75rem;
}
.cont-subHeading{
  font-size: 1rem;
  color: #B3ADAD;
  margin-bottom: 1.5rem;
}
.cont-panelGroup{
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 42px 14px;
    margin-bottom: 3rem;
    width: 100%;
}
.cont-panelItem{
    width: calc(100% / 4 - 14px);
    line-height: 0.75;
}
.cont-panelItem a{
  text-decoration: none;
}
.cont-panelThumbnail{
    overflow: hidden;
    position: relative;
    aspect-ratio: 2 / 3;
    margin-bottom: 0.75rem;
    border: 0.5px solid rgb(0 0 0 / 10%);
}
.cont-panelThumbnail img{
    object-position: center;
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.cont-panelThumbnail .noimage{
    background: #efefef;
    display: block;
    height: 100%;
}
.cont-panelThumbnail .noimage img {
  width: 90%;
  max-width: 150px;
  height: initial;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
.cont-panelTtl{
  font-size: 0.875rem;
    line-height: 1.4;
    width: calc(100% - 15px);
    font-weight: 600;
}
.cont-panelItem time{
  font-size: 0.75rem;
  color: #7E7A7A;
}
.cont-panelItem .btn-arrow{
  display: flex;
    flex-direction: column-reverse;
    gap: 8px;
}

@media screen and (max-width: 834px){
  .cont-panelGroup{
  }
  .cont-panelItem{
    width: calc(50% - 7px);
  }
  .cont-panelTtl{
    width: 100%;
    font-size: 0.75rem;
  }
}

/* _________________________ アーカイブ一覧ページ */
.archive-title{
  margin-top: calc(3rem + 57px);
  margin-bottom: 3rem;
  font-size: 1.75rem;
}
.archive-title span{
  display: none;
}
.yearly-list{
  margin-bottom: 3rem;
  display: flex;
  gap: 14px 28px;
  flex-wrap: wrap;
}
.yearly-list li{
}
.yearly-list li a{
  font-weight: 600;
}
.cont-cardGroup.ect-vertical-card{
    justify-content: flex-start;
}
.cont-cardGroup.ect-vertical-card .cont-cardItem{
    width: calc(100% / 3 - 16px);
}
.cont-cardGroup.ect-vertical-card .cont-cardTtl{
  font-size: clamp(0.875rem,2vw,1.0625rem);
}
@media screen and (max-width: 834px){
  .cont-cardGroup.ect-vertical-card .cont-cardItem{
    width: calc(100% / 2 - 12px);
  }
}
@media screen and (max-width: 414px){
  .cont-cardGroup.ect-vertical-card .cont-cardItem{
    width: 100%;
  }
}
/* _________________________ アーカイブ一覧　not found 投稿が見つかりませんでした。 */
.posts-not-found {
    margin-bottom: 4rem;
}
/* ________________________ページネーション */
.pagination{
}
.pagination-next{
  display: none;
}
.pagination .page-numbers{
  border: none;
  border-radius: 0;
  text-decoration-line: underline;
  text-underline-offset: 4px;
  text-decoration-color: initial;
}
.pagination .current{
  text-decoration: none;
  background-color: transparent;
}
.pagination .page-numbers.next,
.pagination .page-numbers.prev{
    background-color: #272727;
    color: #fff;
}
.pagination a:hover{
  background-color: #efefef;
  transition:none;
}
/* ________________________記事ページ */
.single-content-inner{
  width: 100%;
  max-width: 680px;
  margin:0 auto;
}
.single-subheading{
  position: relative;
}
.single-subheading,
.toc-title{
  font-size:1.25rem;
  font-weight: 600;
}
.single-subheading:after{
  content: '';
  width: 30px;
  height: auto;
  display: block;
  border-bottom: 5px solid;
  margin-block: 1rem 2rem;
}
/* ________________________記事ヘッダー */
header.article-header{
    margin-top: calc(3rem + 57px);
    margin-bottom: 2rem;
}
header.article-header .date-tags{
    text-align: left;
    margin-bottom: 0;
}
header.article-header .date-tags .fa{
  display: none;
}
header.article-header .entry-date{
    margin-left: 0;
    font-size: initial;
    color: #7E7A7A;
}
header.article-header .date-cat {
    display: flex;
    align-items: center;
}
header.article-header .entry-title{
    font-size: clamp(1.2rem,4vw,2.75rem);
    line-height: 1.4;
    padding: 0;
    margin: 16px 0;
}
header.article-header .entry-thumb{
    text-align: center;
}
header.article-header .entry-thumb img{

}
@media screen and (max-width: 1080px){
  header.article-header .entry-thumb{
      width: calc(100% + 40px);
      margin-left: -20px;
  }
}
/* ________________________記事フッター */
footer.article-footer{
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
  padding-block: 1rem;
}
footer.article-footer .sns-share{
  border-bottom: 1px solid #E0E0E0;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}
footer.article-footer .sns-share-message,
footer.article-footer .sns-follow-message{
    font-weight: 600;
    font-size: 0.85em;
    margin-bottom: 0.75rem;
}
/* ________________________記事見出し */
.article h2{
    background-color: transparent;
    padding: 25px 0 10px;
    position: relative;
    margin-bottom: 0.5em;
    line-height: 1.4;
    font-size: 1.75rem;
}
.article h2:after {
    content: '';
    width: 30px;
    height: auto;
    display: block;
    border-bottom: 5px solid;
    margin-block: 1.5rem;
}
.article h3{
    border: none;
    padding: 0 0 0 40px;
    position: relative;
    font-size: 1.125rem;
    line-height: 1.6;
    margin-block: 2.5rem 2rem;
}
.article h3::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 13px;
    width: 30px;
    height: 1px;
    background: #7E7A7A;
}
.article p{
  font-size: 1.0625rem;
}
/* ________________________記事吹き出し */
.speech-icon img, .speech-icon amp-img {
    border: 1px solid var(--cocoon-thin-color);
}
.cocoon-block-balloon.not-nested-style>.speech-balloon{
  background-color: var(--wp--preset--color--ex-e);
  border: none;
}
.speech-balloon::after{
  border-right-color: var(--wp--preset--color--ex-e);
}
.speech-balloon::before{
  border:none;
}
/* ________________________抜粋 */
.single-excerpt p{
  font-size: 0.875rem;
  margin-block: 0.75rem 3rem;
}
/* ________________________目次 */
.toc{
    border: none;
    padding: 0;
    margin-bottom: 3rem !important;
    width: 100%;
}
.toc-title{
    text-align: left;
    padding: 0;
    position: relative;
}
.toc-title:after {
    content: '';
    width: 30px;
    height: auto;
    display: block;
    border-bottom: 5px solid;
    margin-block: 1rem 1.5rem;
}
.toc li{
  border-bottom: 1px solid;
  line-height: 1.4;
}
.toc li a{
  font-weight: 600;
  display: inline-block;
  padding: 1rem;
  position: relative;
}
.toc li a:hover{
  text-decoration: none;
}
.toc li a:before{
  content: "";
  display: inline-block;
  position: absolute;
  border-bottom: 2px solid;
  border-left: 2px solid;
  height: 6px;
  width: 6px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-135deg);
  top:1.45rem;
  left: 0;
  margin-block: auto;
}
/* _________________________記事内プロフィール */
.cf-profileItem{
  display: flex;
  position: relative;
  margin-bottom: 42px;
  column-gap: 14px;
  font-size: 0.875rem;
}
.cf-profileItem .profile-name{
  font-weight: 600;
  display: block;
  line-height: 1.4;
}
.cf-profileItem .profile-pos{
}
.cf-profileItem .profile-desc{
  line-height: 1.6;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 0.75rem;
}
.cf-profileItem img{
    width: 110px;
    height: 110px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 3px;
}
.cf-profileDesc{
  width: calc(100% - 110px - 14px);
}
.cf-profileItem:last-child {
    border-bottom: 1px solid;
    padding-bottom: 1.75rem;
}
@media screen and (max-width: 834px){
  .cf-profileItem img{
    width: 80px;
    height: 80px;
  }
  .cf-profileDesc{
      width: calc(100% - 80px - 14px);
  }
}
@media screen and (max-width: 480px){
  .cf-profileItem{
    flex-direction: column;
    gap: 14px;
  }
  .cf-profileDesc{
    width: 100%;
  }
}
/* _________________________フッター */
.footer{
	margin-top: 0;
}
.footer-bottom{
	margin-top:0;
}
.footer-sidebar{
    -webkit-overflow-scrolling:auto;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    writing-mode: vertical-rl;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
    padding: 0 0 2rem;
    font-size: 0.8rem;
    color: var(--wp--preset--color--grey);
}
.footer-sidebar span:before{
    content: '';
    background: #272727;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: -1;
}
.footer-sidebar span{
    position: fixed;
    bottom: 20px;
    left: 20px;
}
@media screen and (max-width: 834px){
  .footer-sidebar span{
    left: 2%;
  }
}
@media screen and (max-width: 480px){
  .footer-sidebar span{
    left: 3px;
  }
}
.footer-in{
    display: flex;
    justify-content: space-between;
    width: calc(100% - 40px);
    padding: 1rem 0 3rem;
    margin:0 auto;
}
.f-logo-area{
    display: flex;
    width: 50%;
    align-items: flex-end;
    gap: 12px;
}
.f-logo-area img{
  max-width: 160px;
  width: 100%;
}
.f-logo-area span{
  font-size: 0.9rem;
  margin-bottom: -5px;
  white-space: nowrap;
  color: #807C7C;
}
.f-logo-area span img{
    vertical-align: sub;
    max-width: 100px;
}
@media screen and (max-width: 834px){
  .footer-in{
    flex-direction: column;
    padding:2rem 0;
  }
  .f-logo-area{
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
  }
  .f-logo-area span a{
    display: block;
  }
}
@media screen and (max-width: 480px){
	.footer-sidebar{
		font-size: 0.5rem;
		padding: 0 0 1rem;
	}
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

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

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