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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
/* PC時メインビジュアルの表示位置を調整したい場合は以下を変更する */

/*フルワイドにした時の横スクロールバー対策*/
body {
  overflow-x: clip;

}

.logo-footer {
display: none;
}

.widget-entry-cards.card-large-image .a-wrap {
    max-width: inherit;
}

/***** 全体 *****/

body {
	background-color: #ffffff;
}

/***** ヘッダー *****/

.header-container {
	padding: 10px 0;
	background-color: #373C38;
}

.navi {
    background-color: #373C38;
}

.navi-in a {
	color: #ffffff;
    font-size: 14px;
}

.navi-in a:hover {
	color: #cccccc;
	background-color: #1C1C1C;
}

.navi-in a::after {
	content: '';
    position: absolute;
    bottom: -1px;
    left: 0%;
    width: 100%;
    height: 1px;
    background: #749678;
    transition: all .3s;
    transform: scale(0, 1);
    transform-origin: center top;
}

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

.site-name-text-link {
    color: #ffffff;
}


/***** アピールエリア *****/

.appeal {
	background-image: url(https://itsuka-aruhi.net/wp/wp-content/uploads/2022/11/DSCF2035-2.jpg);
	min-height: calc(100vh - 80px);
	position: relative;
	background-size: cover;
}

.appeal::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(69, 69, 69, .3); /* 画像の明るさ設定 */
}

.appeal-in {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.appeal-content {
	background-color: transparent;
	width: 100%;
	padding: 2em 1em;
}

.appeal-message p {
	color: #ffffff;
	font-size: 0.9em;
}


/***** スクロール *****/

.skinadd-topmv-scroll {
    display: block;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 40px;
    left: 0;
    z-index: 1;
}

@keyframes topmv_scroll {
  0% {
        translate: 0 -50px;
  }
 40% {
    opacity: 1;
  }
  80% {
    translate: 0 0;
  }
  0%, 80%, 100% {
    opacity: 0;
  }
}

.skinadd-topmv-scroll::before {
    display: inline-block;
    content: "";
    border: solid currentcolor;
    border-width: 0 0 1px 1px;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    margin: auto;
    rotate: -45deg;
    z-index: 1;
    animation: topmv_scroll 2.5s infinite;
}

/***** 通知エリア *****/

.notice-area {
    overflow: hidden;
    white-space: nowrap;
	padding: 0.6em;
    font-size: 0.8em;
	background-color: #333333;
}

.notice-area-message {
   display: inline-block;
   padding-left: 100%; /* 初期位置を画面の右端に設定 */
   animation: slideMessage 12s linear infinite; /* アニメーション適用 */
}

@keyframes slideMessage {
   to {
   transform: translateX(-100%); /* 左へ移動 */
   }
}

/***** エントリーカード *****/


/***** マウスオーバーで画像のみ拡大 *****/

.new-entry-card-link.a-wrap img {
	scale: 1;
    transition: scale .3s ease-in-out;
}

.new-entry-card-link.a-wrap:hover {
	background-color: transparent;	
}

.new-entry-card-link.a-wrap:hover .new-entry-card-thumb img {
	scale: 1.1;
}

.new-entry-card-link.a-wrap .new-entry-card-thumb {
	overflow: hidden;
}

.ect-vertical-card {
    display: grid;
    place-content: center;
    grid-template-rows: auto;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 4px;
    row-gap: 4px;
}

/***** タイトル *****/

.list-new-entries h1::before {
    content: "New Post";
}

.list-columns .list-column:first-child h1::before {
    content: "Category";
}

.list-new-entries .list-title-in {
    font-size: 20px;
    padding: 0;
    white-space: normal;
}

.list-new-entries .list-title, .list-columns .list-column:first-child h1 {
    margin-top: 1.4em;
    margin-bottom: .4em;
}

.list-new-entries h1, .list-columns h1 {
	font-family: "Montserrat", "Noto Sans JP","Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", meiryo, sans-serif, sans-serif;
    font-weight: 400;
    letter-spacing: 0.1rem;
}

.list-new-entries h1::before, .list-columns .list-column:first-child h1::before {
	display: block;
    color: #8cab8b;
    width: -moz-fit-content;
    width: fit-content;
    height: 2em;
    position: absolute;
    top: -1em;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
}

.list-new-entries h1, .list-columns .list-column:first-child h1 {
	font-size: 48px;
    position: relative;
}

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

.list-new-entries .list-title-in::before, .list-columns .list-title-in::before {
    display: block;
    content: "";
    background-color: #8cab8b;
    width: 2ch;
    height: 2px;
    position: absolute;
    bottom: -24px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
}

.list-columns .list-title-in {
    font-size: 20px;
    font-weight: 400;
    white-space: normal;
    padding: 4px 0;
    border-bottom: none;
}

.list-columns .list-column {
    position: relative;
	padding-top: 2rem;
    padding-bottom: 3rem;
}

.content-bottom .widget-content-bottom-title {
    display: block;
    width: 100%;
    text-align: center;
}

.content-bottom .widget-content-bottom-title {
    position: relative;
    margin: 2em 0 1em 0;
}

.content-bottom .widget-content-bottom-title {
    font-size: 20px;
    font-weight: 400;
    white-space: normal;
	padding: 0;
	border-bottom: none;
}

.content-bottom .widget_popular_entries .widget-content-bottom-title::after {
    display: block;
    content: "Popular Post";
    color: #8cab8b;
    font-size: 48px;
    width: -moz-fit-content;
    width: fit-content;
    height: 2em;
    position: absolute;
    top: -1.5em;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
}

.content-bottom .widget-content-bottom-title::before {
    display: block;
    content: "";
    background-color: #8cab8b;
    width: 2ch;
    height: 2px;
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
}

.list-columns:not(.fpt-3-columns,.fpt-2-columns) .list-column:nth-child(2n+1)::before {
    display: block;
    content: "";
    background-color: #FCFAF2;
	background-image: url(https://itsuka-aruhi.net/wp/wp-content/uploads/2025/09/texture.png); 
    width: 100vw;
    height: 100%;
    margin: 0 calc(50% - 50vw);
    position: absolute;
    inset: 0;
    z-index: -110;
}

.top_image {
	position: relative;
}

.donguri {
    position: absolute;
    width: 60px;
    height: auto;
    top: -20px;
    left: 10px;
}

.ochiba {
    position: absolute;
    width: 60px;
    height: auto;
    top: -60px;
    right: 10px;
}

/***** 投稿タイトル *****/

.widget-entry-cards:not(.large-thumb-on) .card-title {
    -webkit-line-clamp: 2;
}

/***** スニペット *****/


.new-entry-card-snippet dt {
	width: 30%;
	padding: 0 0 6px 5px;
}

.new-entry-card-snippet dd {
	text-align: right;
	padding: 0 5px 6px 0;
	width: 70%;
	margin-left: 0;
}

.new-entry-card-snippet dl {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 0;
}

.new-entry-card-snippet dt.place::before {
	content: "\f3c5";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	padding-right: 6px;
}

.new-entry-card-snippet dt.date::before {
	content: "\f272";
	font-family: "Font Awesome 5 Free";
	padding-right: 5px;
}

.new-entry-card-snippet dd span.days {
	
    padding: 2px;
    margin-left: 4px;
    background-color: rgb(240, 240, 240);
    border-radius: 4px;
}

.new-entry-card-snippet dt.route::before {
	content: "\f279";
	font-family: "Font Awesome 5 Free";
	padding-right: 3px;
}







/***** もっと見るボタン *****/

.list-more-button {
	color: #333333;
    background-color: #ffffff;
    border: 1px solid #40210f;
    border-radius: 0%;
    width: 33%;
    margin: 1.6em 0 2em;
    padding: .6rem;
    opacity: 1;
    position: relative;
    text-decoration: none;
}

.list-more-button {
	background: #fff;
	color: var(--cocoon-text-color);
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.list-more-button::after {
	background: #91AD70;
	opacity: 0.9;
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
	z-index: -1;
}

.list-more-button:hover {
	color: #fff;
}

.list-more-button:hover::after {
	transform: scale(1, 1);
}

/***** 人気記事 *****/

.content-bottom .content-bottom-in .widget-content-bottom:first-child.widget_popular_entries {
    padding-top: 1rem!important;
}

.is-list-horizontal.large-thumb .widget-entry-card-link, .is-list-horizontal.large-thumb-on .widget-entry-card-link {
	max-width: 245px;
}

/***** トップへ戻るボタン *****/

.go-to-top-button {
	width: 60px;
	height: auto;
	transform: scale(1);
	transition: transform 0.3s ease; /* スムーズに拡大 */
}

.go-to-top-button:hover {
transform: scale(1.1);
}

.go-to-top {
	right: 30px;
	bottom: 30px;
}

/***** プロフィール *****/

.content-bottom {
    margin: 0;
}

.content-bottom .content-bottom-in {
	padding: 0 28px;
}

.content-bottom .widget_author_box, .content-top .widget_author_box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 0;
	padding: 2rem 0 6rem;
	position: relative;
}

.content-top .widget_author_box {
	padding: 2rem 0 2rem;
}

.content-bottom .widget_author_box .author-box {
	margin-top: 5rem;
}

.content-bottom .widget_author_box h2+.author-box {
	margin-top: 0;
}

.content-bottom .widget_author_box::before {
	background-color: #f7f7f7;
}

.content-bottom .widget_author_box::before {
    background-image: url(https://itsuka-aruhi.net/wp/wp-content/uploads/2025/10/DSCF1252.jpg);
}

.content-bottom .widget_author_box::before,.content-bottom .widget_author_box::after {
	display: block;
	content: "";
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100vw;
	height: 100%;
	margin: 0 calc(50% - 50vw);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -5;
}

.content-bottom .widget_author_box::after {
	background-image: none;
	background-color: #000000;
	opacity: 0.5;
	z-index: -1;
	display: block;
	content: "";
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100vw;
	height: 100%;
	margin: 0 calc(50% - 50vw);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -5;
}

:where(.main,.content-bottom,.content-top) .author-box {
	display: grid;
	place-content: center;
	grid-template-rows: auto auto;
	grid-template-columns: minmax(auto,180px) minmax(500px,1fr);
	row-gap: 0;
	-moz-column-gap: 2.5em;
	column-gap: 2.5em;
	background-color: rgba(255, 255, 255, .9);
	width: -moz-fit-content;
	width: fit-content;
	padding: 4em;
	margin-bottom: 0;
	position: relative;
}

:where(.main,.sidebar,.content-top) .author-box::before,.author-box::after {
	display: block;
	content: "";
	width: 2.5rem;
	height: 2.5rem;
	position: absolute;
	z-index: 1;
}

:where(.main,.content-bottom,.content-top) .author-box p {
	padding: 0 0 1.5em 0;
}

:where(.main,.content-bottom,.content-top) .author-box .author-follows {
	padding-left: 0rem;
	border-left: 0 dashed #000000;
	grid-row: 3;
	grid-column: 2;
}

.author-box .author-name {
    font-size: 16px;
}

.author-box .author-name a {
    display: inline-block;
    color: #333333;
    font-weight: 400;
    text-decoration: none;
    padding-bottom: 1em;
    overflow-wrap: anywhere;
}

.author-box .author-name a:hover {
    color: #cccccc;
    text-decoration: underline;
}

:where(.main,.content-bottom,.content-top) .author-box .author-widget-name {
	color: #000000;
	font-size: 12px;
	grid-column: 1;
	justify-self: center;
	align-self: flex-start;
	margin-top: -1em;
	grid-row: 2 / span 1;
}

:where(.main,.content-bottom,.content-top) .author-box .author-thumb {
	width: 100px;
	float: none;
	margin-top: 0;
	margin-right: 0;
	grid-row: 1;
	grid-column: 1;
	justify-self: center;
	align-self: flex-start;
}

:where(.main,.content-bottom,.content-top) .author-box .author-content {
	display: contents;
}

:where(.main,.content-bottom,.content-top) .author-box .author-content .author-name {
	align-self: flex-start;
	grid-row: 1;
	grid-column: 1;
	text-align: center;
	margin-bottom: 0;
	padding-top: 120px;
	padding-bottom: 0em;
}

:where(.main,.content-bottom,.content-top) .author-box .author-content .author-description {
	text-align: left;
	border-top: none;
	border-left: 1px dashed #000000;
	margin: 0;
	padding-left: 2rem;
	grid-row: 1/3;
	grid-column: 2;
}

.content-bottom .widget_author_box+.widget-content-bottom {
	padding-top: 2.5rem;
}

.content-bottom .widget_author_box+.widget-content-bottom.widget_popular_entries {
	padding-top: 4.5rem;
}

.content-bottom .content-bottom-in .widget-content-bottom:first-child:not(.widget_author_box) {
	padding-top: 2.5rem;
}

.content-bottom .content-bottom-in .widget-content-bottom:first-child.widget_popular_entries {
	padding-top: 4.5rem;
}

.content-bottom .widget-content-bottom.widget_mobile_text, .content-bottom .widget-content-bottom.widget_mobile_ad {
	display: none;
}

:where(.main,.content-bottom,.content-top) .author-box .author-content .author-description {
    text-align: left;
    border-top: none;
    border-left: 1px dashed #cccccc;
    margin: 0;
    padding-left: 2rem;
    grid-row: 1 / 3;
    grid-column: 2;
}

.author-box p {
	font-size: 14px;
	line-height: 1.7;
    margin-bottom: 0 !important;
    overflow-wrap: anywhere;
}

.author-box .author-follows {
    padding-left: 2rem;
}

.author-box .sns-follow-buttons a.follow-button {
	color: #749678;
    border: 1px solid #749678;
}

.author-box .sns-follow-buttons a.follow-button {
    font-size: 22px;
    width: 30px;
    height: 30px;
    background-color: transparent;
   
    border-radius: 2px;
}

/***** フッター *****/

.footer {
	margin-top: 0;
	background-color: #434343;
	background-image: url(https://itsuka-aruhi.net/wp/wp-content/uploads/2025/09/texture.png); 
}

.footer-bottom {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0;
    padding: 1rem 8px;
}

.navi-footer-in>.menu-footer {
    justify-content: center;
    gap: .5em 1.6em;
}

.navi-footer-in a {
    color: #ffffff;
}

.navi-footer-in a:hover {
    background-color: transparent;
	    color: #ffffff;
}

.navi-footer-in>.menu-footer li:last-child {
    border-right: none;
}

.navi-footer-in>.menu-footer li {
    border-left: none;
}

.copyright {
	margin-top: 10px;
	margin-bottom: 5px;
	color: #ffffff;
}

/************************************
** 投稿ページ
************************************/


.iconlist-box.naiyou, .cocoon-block-balloon, .entry-content > p {
	width: 80%;
	margin: 0 auto 1.8em;
}



.article h2 {
  position: relative;
  padding: 1.5rem 1rem;
	background-color: #ffffff;
}

.article h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #000, #000 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #666666, #666666 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}


















/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/

/*******1023px以下*******/
@media screen and (max-width: 1023px){


.header-container {
    padding: 0;
}

.content-bottom .content-bottom-in .widget-content-bottom:first-child:not(.widget_author_box) {
    padding-top: 2.5rem;
}


/***** タイトル *****/
.list-new-entries h1, .list-columns .list-column:first-child h1, .content-bottom .widget_popular_entries .widget-content-bottom-title::after {
    font-size: 40px;
}


}/* ←消しちゃダメ

/*******834px以下*******/
@media screen and (max-width: 834px){
/*必要ならばここにコードを書く*/
	
/***** カラム *****/
.ect-vertical-card {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

/***** もっと見るボタン *****/
.list-more-button {
	width: 48% ;
}


	
/***** プロフィール *****/

.content-bottom .widget_author_box h2+.author-box {
	margin-top: 0;
}

:where(.main,.content-bottom,.content-top) .author-box {
	grid-template-rows: 100px auto auto auto auto;
	grid-template-columns: 1fr;
	-moz-column-gap: 0em;
	column-gap: 0em;
	padding: 2em 1em;
	width: 100%;
}

:where(.content-bottom) .author-box {
	padding: 2em;
}

:where(.main,.content-bottom,.content-top) .author-box .author-content .author-name {
	grid-row: 2;
	grid-column: 1;
	align-self: flex-start;
	justify-self: center;
	padding-top: 0;
	padding-bottom: 0em;
	width: 100%;
	text-align: center;
}


:where(.main,.content-bottom,.content-top) .author-box .author-thumb {
	grid-row: 1;
	grid-column: 1;
	justify-self: center;
	width: 80px;
}

:where(.main,.content-bottom,.content-top) .author-box .author-content .author-description {
	grid-row: 4;
	grid-column: 1;
	margin-top: .5em;
	padding: 1em 0 0 0;
	border-left: 0;
	border-top: 1px dashed #000000;
}

:where(.main,.content-bottom,.content-top) .author-box .author-widget-name {
	grid-row: 3;
	grid-column: 1;
	align-self: center;
	justify-self: center;
	margin-top: -1em;
	padding-top: 0;
	padding-bottom: 1em;
}

.content-top .author-box .author-widget-name {
	padding-top: 0;
}

.content-bottom .author-box .author-widget-name {
	padding-top: 0;
}

:where(.main,.content-bottom,.content-top) .author-box .author-follows {
	grid-row: 5;
	grid-column: 1;
	justify-self: center;
	border-left: 0;
	padding-left: 0rem;
	width: 100%;
}

:where(.main,.content-bottom,.content-top) .author-box .author-follows .sns-follow-buttons,.article-footer .author-box .sns-follow-buttons {
	justify-content: center;
}

:where(.main,.content-bottom,.content-top) .author-box .author-content .author-name a {
	display: block;
	width: 100%;
}

.navi-footer-in>.menu-footer li.menu-item:not(.header-snsicon-submenu) {
	width: auto;
	flex: unset;
}
	
	
}/* ←消しちゃダメ



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

/***** カラム *****/
.ect-vertical-card {
	grid-template-columns: minmax(0, 1fr);
}
	
/***** タイトル *****/
.list-new-entries h1, .list-columns .list-column:first-child h1, .content-bottom .widget_popular_entries .widget-content-bottom-title::after {
	font-size: clamp(24px, 8.5vw, 32px);
    min-height: 0vw;
}
	
/***** もっと見るボタン *****/
.list-more-button {
	width: 91% ;
}

/***** プロフィール *****/
.content-bottom .content-bottom-in {
	padding: 0 1rem;
}

	

	
	
}/* ←消しちゃダメ