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

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


@import url("https://use.typekit.net/wyq3mrj.css");


#header-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	z-index: 1;
	background: rgba(255, 255, 255, 0.6);
	backdrop-filter: blur(16px);
}
.navi {
	background-color: transparent;
}
.navi-in > ul li {
	height: 64px;
}


a.btn01 {
	background: #030E2F;
	color: #fff;
	text-decoration: none;
	margin: 0 auto;
	display: block;
	width: fit-content;
	padding: 16px 32px;
	line-height: 1;
	border-radius: 2em;
	align-content: center;
	letter-spacing: 2px;
}


li.search-menu-button.menu-button {
    opacity: 0;
    pointer-events: none;
}

footer#footer {
	background: #030e30;
	color: #fff;
	padding: 0;
}
img.site-logo-image.footer-site-logo-image {
	filter: brightness(0) invert(1);
}


/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
	/*必要ならばここにコードを書く*/
}
.menu-close-button {
	text-align: right;
	padding: 0 12px 0 0;
}
.menu-drawer > li {
	border-bottom: solid 1px;
	padding: 0.6em;
	display: block;
	font-weight: bold;
	position: relative;
}
.menu-drawer > li::after {
    content: "》";
    position: absolute;
    right: 1em;
    top: 50%;
    transform: translateY(-50%);
}

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

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