/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;700;900&display=swap');

/* reset：2021.ver_1.2 版
---------------------------------------------------------------------*/
article, aside, details, figcaption, figure, iframe,
footer, header, hgroup, menu, nav, section, img, svg, small {
	display: block;
}

html{
	overflow-y: scroll;
}

body{
	position: relative;
	min-height: 100vh;
	font-size: 1.6rem;
	line-height: 1.8;
}

img{
	max-width: 100%;
	height: auto;
	width: 100%;
}

a{
	transition: 0.7s;
	color: #4d4d4d;
}


/* Font family settings for the site
---------------------------------------------------------------------*/
body{
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic","メイリオ", sans-serif;
    color:#4d4d4d;
}



/*- common.css -*/

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

* all

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

/* screen width 768px未満
---------------------------------------------------------------------*/





/* 横向き用
---------------------------------------------------------------------*/

@media (orientation: landscape) {
}




/* TAB用768px～（TAB）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 768px) {
}




/* iPad pro・ノートPC用1024px～（NPC）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 1024px) {
}




/* PC用1280px～（PC）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 1280px){
}







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

* header

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

/* screen width 768px未満
---------------------------------------------------------------------*/




/* 横向き用
---------------------------------------------------------------------*/

@media (orientation: landscape) {
}




/* TAB用768px～（TAB）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 768px) {
}




/* iPad pro・ノートPC用1024px～（NPC）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 1024px) {
}




/* PC用1280px～（PC）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 1280px){
}







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

* menuBtn

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

/* screen width 768px未満
---------------------------------------------------------------------*/
#menuBtn{
	width: 48px;
	height: 48px;
	background: #005aa6;
	position: relative;
	/*
	transform: translateY(-50%);
	z-index: 999999999;
	position: absolute;
	right: 2rem;
	top: 50%; */
	z-index:1002;
}

#menuBtn > .inner{
	width: 36%;
	height: 36%;
	transform: translate(-50%, -50%);
	position: absolute;
	left: 50%;
	top: 50%;
}

#menuBtn > .inner span,
#menuBtn > .inner::after,
#menuBtn > .inner::before{
	display: block;
	height: 1px;
	width: 100%;
	background: #FFFFFF;
	transition: all .4s;
	position: absolute;
	left: 0;
}

#menuBtn > .inner span{
	overflow: hidden;
	text-indent: 999rem;
	transform: translateY(-50%);
	top: 50%;
}

#menuBtn > .inner::after,
#menuBtn > .inner::before{
	content: "";
}

#menuBtn > .inner::before{
	top: 0;
	animation: menu-bar-top .75s forwards;
}

@keyframes menu-bar-top {
	0% {
	  	top: 50%;
		transform: translateY(-50%) rotate(45deg);
  	}
 	50% {
		top: 50%;
	  	transform: translateY(-50%) rotate(0);
  	}
  	100% {
		top: 0;
  	}
}

#menuBtn > .inner::after{
	top: 100%;
	animation: menu-bar-btm .75s forwards;
}

@keyframes menu-bar-btm {
	0% {
    	top: 50%;
		transform: translateY(-50%) rotate(-45deg);
  	}
  	50% {
    	top: 50%;
		transform: translateY(-50%) rotate(0);
  	}
  	100% {
    	top: 100%;
		transform: translateY(-100%) rotate(0);
  	}
}

/* on-click-nav */
.on-click-nav #menuBtn > .inner span{
	opacity: 0;
}

.on-click-nav #menuBtn > .inner::before{
	animation: active-menu-bar-top .75s forwards;
}

@keyframes active-menu-bar-top {
	0% {
		top: 0;
  	}
  	50% {
		top: 50%;
		transform: translateY(-50%) rotate(0);
	}
  	100% {
		top: 50%;
    	transform: translateY(-50%) rotate(45deg);
  	}
}

.on-click-nav #menuBtn > .inner::after{
	animation: active-menu-bar-btm .75s forwards;
}

@keyframes active-menu-bar-btm {
	0% {
    	top: 100%;
		transform: translateY(-100%) rotate(0);
  	}
  	50% {
    	top: 50%;
		transform: translateY(-50%) rotate(0);
  	}
  	100% {
		top: 50%;
    	transform: translateY(-50%) rotate(-45deg);
  	}
	
}


/* スクロールして変化する場合 *
header.inv #menuBtn.active > div:after,
header.inv #menuBtn.active > div:before{
	background:#ffffff;
}




/* 横向き用
---------------------------------------------------------------------*/

@media (orientation: landscape) {
}




/* TAB用768px～（TAB）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 768px) {
	
	/*#menuBtn{
		width: 64px;
		height: 64px;
	}
	
	#menuBtn .inner span,
	#menuBtn .inner::after,
	#menuBtn .inner::before{
		height:4px;
	}*/
	
	
	/*#menuBtn{
		display:none;
	}*/
	
}




/* iPad pro・ノートPC用1024px～（NPC）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 1024px) {
	
	#menuBtn{
		display:none;
	}
	
}




/* PC用1280px～（PC）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 1280px){
}







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

* footer

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

/* screen width 768px未満
---------------------------------------------------------------------*/




/* 横向き用
---------------------------------------------------------------------*/

@media (orientation: landscape) {
}




/* TAB用768px～（TAB）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 768px) {
}




/* iPad pro・ノートPC用1024px～（NPC）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 1024px) {
}




/* PC用1280px～（PC）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 1280px){
}







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

* Add Sample Code

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

/* screen width 768px未満
---------------------------------------------------------------------*/




/* 横向き用
---------------------------------------------------------------------*/

@media (orientation: landscape) {
}




/* TAB用768px～（TAB）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 768px) {
}




/* iPad pro・ノートPC用1024px～（NPC）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 1024px) {
}




/* PC用1280px～（PC）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 1280px){
}







