@charset "UTF-8";

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

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

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

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

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



/* 追加 by 白木 */
body {
	position: relative;
	color: #fff;
    font-family: "Merienda", "Klee One", sans-serif !important;
}
body::before {
	position: fixed;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100dvh;
	height: 100vh;
	background: url(https://prof.white-software.site/wp-content/uploads/2024/04/AdobeStock_403620414-scaled.jpeg) no-repeat center / cover;
	filter: brightness( 70% );
	z-index: -1;
}

.font-estonia {
	font-family: "Estonia", sans-serif !important;
}

#header-container,
#navi,
.carousel-in,
#main,
#footer,
#sidebar {
	background-color: transparent;
}

#breadcrumb,
#breadcrumb a {
	color: #fff;
	background-color: transparent;
}

#navi .navi-in a:hover {
    background-color: #f5f8fa;
    transition: all 0.3s ease-in-out;
    color: #333;
}

.carousel-entry-card-wrap,
.entry-card-wrap,
.related-entry-card-wrap,
.prev-post,
.next-post,
.widget-entry-card,
.article-footer,
#footer,
#footer .site-name-text-link {
	color: #fff;
}

.widget-entry-card:hover {
	color: #333;
}


.article h2 {
	border-left: 12px solid #fff;
	background: linear-gradient( to bottom, transparent 80%, #fff 100% );
}
.article h3 {
	background: transparent;
	border-top: 0;
	border-right: 0;
	border-left: 8px solid #fff;
	border-bottom: 2px solid #fff;
}
.sidebar h3 {
	background: transparent;
	border-top: 0;
	border-right: 0;
	border-left: 4px solid #fff;
	border-bottom: 1px solid #fff;
}