@charset "UTF-8";
/* CSS Document */


.box-header{
	width: 100%;
	background: hsla(173,32%,69%,0.70);
	height: 100px;
	margin: 0px;
	padding-top: 1em;
	padding-left: 1em;
	padding-right: 1em;
	padding-bottom: 9px;
	position: fixed;
	top: 0px;
	z-index: 999;
}

	.nav_space {
	height: 125px;
 background-image: linear-gradient(180deg, rgba(150, 201, 195, 0), rgba(150, 201, 195, 0.7));
	}
	.nav_space_1 {
	height: 125px;
 background-image: linear-gradient(0deg, hsla(0,0%,84%,0.00), hsla(0,0%,84%,0.70));
	}
	.nav_space_2 {
	height: 95px;
 background-image: radial-gradient(rgba(150, 201, 195, 0.7), rgba(150, 201, 195, 0) 73%);
	}

/*gradation1-linear*/
.gradation1 {
  background-image: linear-gradient(180deg, rgba(150, 201, 195, 0), rgba(150, 201, 195, 0.7));
}
/*gradation1-radial*/
.gradation2 {
  background-image: radial-gradient(rgba(150, 201, 195, 0.7), rgba(150, 201, 195, 0));
}
.gradation3 {
  background-image: radial-gradient(rgba(150, 201, 195, 0.7) 9%, rgba(150, 201, 195, 0) 73%);
}
/*gradation1-end*/

.box-sitename{
	font-size: 24pt;
	color: var(--txt_color_w);
	font-family: "biz-udpgothic", "noto-sans-display-extraconde", sans-serif;
	font-weight: 700;
	font-style: normal;
}
 
/* 全体調整CSS */
.hamburger-menubox {
	font-size: 16pt;
	margin: 0px;
}
.hamburger-menubox li{
	font-size: 16pt;
	font-family: "biz-udpgothic", "noto-sans-display-extraconde", sans-serif;
 font-weight: 100;
 font-style: normal;
}
		

		
/* hamburgerここから */
	/* input非表示 */
.input-hidden{
	display: none;
}
	/* label */
.hamburger-switch{
	cursor: pointer;
	position: absolute;
	right: 3%;
	top: 0;
	z-index: 9999;
	width: 4em;
	height: 4em;
}
/* メニュー展開時のハンバーガーアイコンを固定 */
#hamburger-10:checked ~ .hamburger-switch{
	position: fixed;
}
/* 画面全体にズームインするハンバーガーメニュー */
	/* 点線のハンバーガーアイコン */
.hamburger-switch-line2, .hamburger-switch-line2:before, .hamburger-switch-line2:after{
	position: absolute;
	width: 25px;
	top: 50%;
	left: 50%;
	content: "";
	transition: .3s;
}
.hamburger-switch-line2{
	border-bottom: 3px dashed;
	transform: translate(-50%, -50%);
	color: var(--txt_color_w);
}
.hamburger-switch-line2:before, .hamburger-switch-line2:after{
	border-bottom: 3px solid;
}
.hamburger-switch-line2:before{
	transform: translate(-50%, -300%);
}
.hamburger-switch-line2:after{
	transform: translate(-50%, 300%);
}
	/* ハンバーガーアニメーション */
#hamburger-10:checked ~ .hamburger-switch .hamburger-switch-line2{
	width: 0;
}
#hamburger-10:checked ~ .hamburger-switch .hamburger-switch-line2:before{
	transform: rotate(45deg) translate(-40%, 325%);
}
#hamburger-10:checked ~ .hamburger-switch .hamburger-switch-line2:after{
	transform: rotate(-45deg) translate(-40%, -325%);
}
		
		
 /*メニューエリア */	

.hamburger-menulist-zoom li{
	margin-bottom: .5em;
}
.hamburger-menulist-zoom a{
	text-decoration: none;
	color: var(--txt_color_w); 
	transition: .3s;
}


@media (max-width: 899px){
	.box-sitename{
	font-weight: 700;
	font-size: 16pt;
	position: relative;
	}
 /*メニューエリア */	
.hamburger-menuwrap-zoom{
	position: fixed;
	width: 0;
	height: 0;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: hsla(173,32%,69%,0.80);
	z-index: 9998;
	border-radius: 50%;
	visibility: hidden;
	transition: .3s;
	overflow: hidden;
 }	

.hamburger-menulist-zoom{
	margin-right: 3%;
	list-style: none;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	padding: 0 !important;
	font-weight: 400;
	transition: .3s;
 }
.hamburger-menulist-zoom li{
	margin-bottom: .5em;
 }
.hamburger-menulist-zoom a{
	font-size: 0;
	opacity: 0;
 }

	/* メニューエリアアニメーション */
#hamburger-10:checked ~ .hamburger-menuwrap-zoom{
	width: 200%;
	height: 200%;
	visibility: visible;
 }
#hamburger-10:checked ~ .hamburger-menuwrap-zoom .hamburger-menulist-zoom a{
	font-size: 16px;
	font-weight: 700;
	opacity: 1;
 }
	.logo_pc {
		display: none;
		}
	.box-sitename-before {
	content: url("../img/logo_sil_sd-sss.png");
	vertical-align: middle;
	padding-right: 5px;
	}
	
	.box-header{
	height: 75px;
		/*
	background: hsla(173,32%,69%,1.0);
		*/
	}
	
	.nav_space {
	height: 100px;
	}
		.nav_space_1 {
	height: 100px;
	}
		.nav_space_2 {
	height: 90px;
	}
	
}
		

@media (min-width: 900px){
	.hamburger-switch {
		display: none;
	}
	.hamburger-menubox {
		margin-top: 10px;
	}
	.hamburger-menubox li{
	display: inline-block;
 }
		.hamburger-menubox li a {	
	font-size: 16pt;
	}
	.hamburger-menubox li a:before {	
	font-size: 12pt;
	content: "toys_fan";
	color: var(--theme_color_light);
	}
	li.logo_nav{
		display: none;
	}
	.logo_pc {
	/*float: right;*/
	position: fixed;
	right: 10px;
	}
}

@media (max-width: 1000px){
	.logo_pc {
		width: 110px;
 }
}
