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

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

.front-top-page.skin-grayish .header-in .site-name-text,.tagline {
    font-family: “游明朝”, YuMincho, “Hiragino Mincho ProN W3”, “ヒラギノ明朝 ProN W3”, “Hiragino Mincho ProN”, “HG明朝E”, “ＭＳ Ｐ明朝”, “ＭＳ 明朝”, serif;
	color: #ffffff;
}

.skin-grayish.front-top-page .header-in .site-name-text {

	text-shadow: 0 4px 20px rgba(0, 0, 0, 0.85), 0 2px 8px rgba(0, 0, 0, 1);
}

.tagline {
    font-size: 1em;
	text-shadow: 0 4px 20px rgba(0, 0, 0, 0.85), 0 2px 8px rgba(0, 0, 0, 1);
}



/* FrontPage MV navi-color-change */
.front-top-page.skin-grayish #navi-in[data-navi-active=false] {
	background-image: linear-gradient(0deg, transparent 0 5%, #FFF 100%);
	background-color: transparent;
	box-shadow: none;
}

.skin-grayish #navi-in[data-navi-active=false]>ul.menu-top.menu-header.menu-pc>li>a,
.skin-grayish #navi-in[data-navi-active=false] [class^="icon-"],
.skin-grayish #navi-in[data-navi-active=false] .search-menu-icon span::before {
	color: #333a3f;
	filter: drop-shadow(0px 0px 4px white);

}


/*トップ画面でスクロールをしたまでもってきたのきに適応*/

.front-top-page.skin-grayish #navi-in {
    background-color: #ffffff;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25);
}


.skin-grayish:not(.front-top-page) .header-container-in.hlt-center-logo-top-menu {
	width: 1376px;
    margin: 0 auto;
}

/*1276px以下*/
@media screen and (max-width: 1376px){
.skin-grayish:not(.front-top-page) .header-container-in.hlt-center-logo-top-menu {
	width: 100%;
    margin: 0 auto;
}
}

.skin-grayish:not(.front-top-page) .notice-area-wrap {
	display: none;
}

.skin-grayish .breadcrumb {
	display: none;
}

.skin-grayish:not(.front-top-page) .header-container {
 	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25);
}
.skin-grayish .navi-in > ul li > a > .caption-wrap::before {
	height: 2px;
	bottom: -5px;
}

.skin-grayish :where(.navi-in, .navi-footer-in) a:hover {
    color: #999999;
}

.skin-grayish .content-bottom .widget_author_box::after {
	opacity: 1 !important;
	background: linear-gradient(to top, rgba(0,0,0,1), rgba(0,0,0,0));
	background: linear-gradient(to top, #2d2d2d 0%, #2d2d2d 0.5%, transparent 100%);
	
}

:where(.main, .content-bottom, .content-top) .author-box {
    background-color: transparent;

}

.author-box .author-description {
font-size: 18px;
    color: #ffffff;
}

.author-box .sns-follow-buttons a.follow-button {
    font-size: 26px;
	color: #ffffff;

}

.skin-grayish .content-bottom .widget-content-bottom-title {
    font-size: 30px;
    color: #ffffff;
}

.author-box .author-name a {

    color: #ffffff;
    font-weight: bold;

}

.skin-grayish .footer {
    background-color: #2d2d2d;

}

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

}

.skin-grayish .footer-bottom-logo .logo-text .site-name-text-link {
    color: #ffffff;
}

.skin-grayish .copyright {
    color: #ffffff;
    opacity: 1;
}

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

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

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






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

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

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