/*
Theme Name: bknav
Theme URI: http://bokunoav.com
Author: Your Name
Author URI: http://bokunoav.com
Description: A basic WordPress theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain: bknav
*/

body {
	margin: 0;
	padding: 0;

	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	flex-flow: column;
	min-height: 100vh;

	box-sizing: border-box;
	font-size: 0.75rem;

    font-family: "Helvetica Neue", Arial, 'Noto Serif JP', "BIZ UDPGothic", Meiryo, sans-serif;
}

p{
	margin: 0;
	padding: 0;
}

h2{
	font-size: 1.25rem;
}

a{
	text-decoration: none;
}

ul{
	padding-left:0;
}

li{
	list-style:none;
}

/* layout */

.l-header {
	box-sizing: border-box;

	width: 100%;
	height: 92px;

	display: flex;
	justify-content: space-between;
	align-items: center;

    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 80px;

    z-index: 3;
}

.l-main {
	box-sizing: border-box;
	width: 100%;
	margin:0px auto;

	z-index: 2;

/*	height: calc(100vh - 80px - 60px);
	height: calc(100dvh - 80px - 60px);*/
}

.l-main-content{
	display: block;
	box-sizing: border-box;
}

.l-footer {
	box-sizing: border-box;
	width: 100%;
	margin-top: auto;
	z-index: 2;
}

.l-footer-left{
	box-sizing: border-box;
}
 
.l-footer-right{
	box-sizing: border-box;
	flex: 1;
    padding-left: 28px;
}


.l-footer-menu{
	box-sizing: border-box;

	display: block;
	margin:0px auto;
}

.l-footer-content{
	box-sizing: border-box;

	display: flex;
	justify-content: space-between;

}

.l-footer-bottom{
	box-sizing: border-box;

	display: flex;
    justify-content: space-between;
	align-items: center;

	width: 100%;
	height: 60px;

	text-align: right;
/*	border-top: 1px solid #999;*/
}


.l-content-width{
	margin: 0 auto;
}

/* module */

/* -------------------------------------------------- */


/* ■ ヘッダ-------------------------------------------------- */

.header{
}

.header img{
	opacity: 1;
}

.header-logo{
	font-size: 22px;
/*	height: 36px;*/
}

.header-logo img{
	height: 100%;
	filter: drop-shadow(1px 1px 1px #000);

	position: relative;
	top: 0px;
	left: -3px;
}

.header-nav{
	height: 80px;
	display: flex;
	justify-content: flex-end;
	padding-right: 21px;
	z-index: 4;

	box-sizing: border-box;
}

.mob-menu {
    top: 30px;
}

.mob-menu {
    height: 20px;
    position: absolute;
    right: 20px;
    width: 30px;
    z-index: 99;
}

.mob-menu__line {
    background: #fff;
    display: block;
    height: 2px;
    position: absolute;
    transition: transform .3s;
    width: 100%;
}

.mob-menu__line--center {
    top: 9px;
}

.mob-menu__line--bottom {
    bottom: 0;
}


/*リストのレイアウト設定*/


/*========= ボタンのためのCSS ===============*/
.mob-menu{
	position:fixed;
	z-index: 9999;/*ボタンを最前面に*/
	top:10px;
	right: 10px;
	cursor: pointer;
	width: 60px;
	height:60px;
}
  
/*×に変化*/  
.mob-menu span{
	display: inline-block;
	transition: all .4s;
	position: absolute;
	left: 14px;
	height: 3px;
	border-radius: 2px;
	background-color: #666;
	width: 45%;
  }




.mob-menu span{
    display: inline-block;
    transition: all .2s;/*アニメーションの設定*/
    position: absolute;
    left: 18.7px;
    height: 2px;
    line-height: 0px;
    margin: 0;
    padding: 0;
    font-size: 0;
    background-color: #4518F7;
  }


.mob-menu span:nth-of-type(1) {
    top: 20px;
    width: 22.6px;
    border-top: 1px solid #4518F7;
    border-bottom: 1px solid #4518F7;
    border-radius: 4px;
}

.mob-menu span:nth-of-type(2) {
    top: 36px;
    width: 22.6px;
    border-top: 1px solid #4518F7;
    border-bottom: 1px solid #4518F7;
    border-radius: 4px;
}

/*activeクラスが付与されると線が回転して×に*/

.mob-menu.panelactive span:nth-of-type(1) {
    top: 22px;
    left: 17px;
    transform: translateY(6px) rotate(-45deg);
    width: 28.3px;
}



.mob-menu.panelactive span:nth-of-type(2) {
    top: 34px;
    left: 17px;
    will-change: transform;
    transform: translateY(-6px) rotate(45deg);
    width: 28px;
}

/* ■ メイン-------------------------------------------------- */


.main-content{

}


.main-content-title{
	margin: 0px 0px 28px 0px;
	padding: 0px;
	font-size: 24px;
	font-weight: normal;
}


.main-content-desc{
	text-align: left;
	margin-bottom: 28px;
	font-weight: 300;
    line-height: 1.1rem;
}

.main-content-desc h2{
	text-align: left;
	margin-bottom: 14px;
}


/* ■ フッタ-------------------------------------------------- */

.footer{
	background-color: #666;
}

.footer-content{
}

.footer-copyright{
}

.footer-bottom{
}

.footer-logo {
    height: 32px;
}




/* module -------------------------------------------------- */

.entry-list {
}

.entry {
}

.entry-title {
	padding: 0px 0px 7px 0px;
	font-weight: bold;
	font-size: 1.25rem;
}

.entry-main {
	line-height: 1.25rem;
	font-size: 0.875rem;
	letter-spacing: 0.05rem;
	word-break: break-all;
}

.entry-footer {
	padding: 7px 0px;
	line-height: 1.25rem;
	font-size: 0.75rem;
	letter-spacing: 0.05rem;
}

.entry-list .entry:not(:last-child){

	margin-bottom: 49px;
}

.img-sns-x{
	height: 18px;
}

.site-title{
    font-family: 'Zen Maru Gothic', serif;
    font-weight : 700;
    font-size: 28px;
    color:#000;
}

.site-title-alphabet{
    font-weight : 900;
}

/* -------------------------------------------------- */



/* status */


/* theme */

body.t-bokunoav {
    background-color: #fff;
	color: #4518F7;
}

.t-bokunoav a{
	color: #4518F7;
}

.t-bokunoav a:hover{
	color: #4518F7;
}

.t-bokunoav .header {
    background-color: rgba(255,255,255,0.8);
	backdrop-filter: blur(7px);
	-webkit-backdrop-filter: blur(7px);
    color: #4518F7;
}

.t-bokunoav .main {
    background-color: #fff;
	color: #000;
}

.t-bokunoav .main .entry-title {
	color: #4518F7;
}

.t-bokunoav .main .entry-main {
	color: #333;
}

.t-bokunoav .main .entry-footer {
	color: #666;
}



.t-bokunoav .footer{
    background: linear-gradient(160deg, rgba(140, 13, 148, 1), rgba(69, 24, 247, 1));
    color: #fff;
}

.t-bokunoav .footer-bottom {
/*    background-color: #666;*/
    color: #fff;
}

.t-bokunoav .footer-content{
}

/* タブレット＋スマホ */
@media screen and (max-width: 1024px) {

	.t-bokunoav #global-nav {
	    background-color: rgba(255,255,255,0.8);
	    color: #000;
	}

}

/* -------------------------------------------------- */


/* ■ media query -------------------------------------------------- */

/* スマホ  */
@media screen and (max-width: 599px) {
}

/* タブレット  */
@media screen and (min-width: 600px) and (max-width: 1024px) {
}

/* タブレット＋スマホ */
@media screen and (max-width: 1024px) {


	.l-left{
		padding-left: 21px;
	}

	.l-right{
		padding-right: 21px;
	}

	.header-nav-main{
		display: none;
	}

	#global-nav{
		position:fixed;
		z-index: 1;

		opacity: 0;/*はじめは透過0*/

		/*ナビの位置と形状*/
		top:0;
		left: 0;
		width:100%;
		height: 100vh;
		height: 100dvh;
		background:#999;
		background-color: rgba(0,0,0,0.8);;

		/*動き*/
		transition: all 0.3s;
	}

	/*アクティブクラスがついたら透過なしにして最前面へ*/
	#global-nav.panelactive{
		opacity: 1;
		z-index:999;
	}

	/*ナビゲーション*/
	#global-nav ul {
	    display: none;
	    /*ナビゲーション天地中央揃え*/
	    position: absolute;
	    z-index: 999;
/*	    padding: 0;*/
	    top:40%;
	    left:50%;
	    transform: translate(-50%,-50%);
	}

	#global-nav.panelactive ul {
	    display: block;
	}

	.l-main-content{
		margin-top: 80px;
	}

	.l-content-width{
		width: 100%;
		padding: 21px 21px;
	}

	.l-footer-bottom{
/*		padding-left: 21px;*/
	}

	.header-menu{
		box-sizing: border-box;
/*		display: none;*/
		width: 100%;
		padding:21px;
	}


	.header-menu li{
		list-style: none;
		text-align: center; 
		word-break: break-all;
		line-height: 36px;
	}

	.header-menu li a{
		text-decoration: none;
/*		padding:10px;*/
		display: block;
		letter-spacing: 0.1em;
/*		font-weight: bold;*/

		font-size: 21px;
	}

	.header-nav{
		backdrop-filter: blur(7px);
		-webkit-backdrop-filter: blur(7px);
	}


}

/* PC */
@media screen and (min-width: 1025px) {

	.l-left{
		padding-left: 28px;
	}

	.l-right{
		padding-right: 28px;
	}
	.l-content-width{
		width: 1025px;
		padding: 0px 28px 28px 28px;
		margin: 0 auto;
	}


	.l-footer-bottom{
/*		padding-left: 28px;*/
	}



	.header-menu{
		padding: 0;
		margin: 0;
		list-style-type: none;
		display: flex;
		justify-content: flex-end;
		align-self: center;
		font-size: 14px;
		position:fixed;
	}

	.header-menu a{
		text-decoration: none;
	}

	.header-menu li{
		margin-left: 21px;
	}




	.header-menu li:first-child{
		margin-left: 0px;
	}
	

	.mob-menu{
		display: none;
	}
}
