@charset "UTF-8";
@font-face{font-family:'Pixel12';src:url('font/PixelMplus12-Regular.ttf') format('truetype');font-weight: normal;font-style: normal;}
@font-face{font-family:'Pixel12-Bold';src:url('font/PixelMplus12-Bold.ttf') format('truetype');font-weight: bold;font-style: normal;}
/* CSS Document */

header#menu-box
{
	display: flex;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
	color: white;
	position: fixed;
	z-index: 50;
}
header div.header-wrap-width
{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	display: block;
	position: relative;
}

#close
{
	position: absolute;
	width: 100px;
	height: 50px;
	background: #000;
	background: url("../img/menu_hum_close.png")no-repeat;
	background-size: 100%;
	right: 0;
	bottom: -8px;
	border: none;
	border-radius: none;
	z-index: 44;
}

@media screen and (max-width: 500px){
#close
{
	position: fixed;
	width: 100px;
	height: 50px;
	background: #000;
	background: url("../img/menu_hum_close.png")no-repeat;
	background-size: 100%;
	right: 0;
	bottom: -8px;
	border: none;
	border-radius: none;
	z-index: 44;
	}
}
@media screen and (min-width: 501px){
#close
{
	position: absolute;
	width: 100px;
	height: 50px;
	background: #000;
	background: url("../img/menu_hum_close.png")no-repeat;
	background-size: 100%;
	right: 20px;
	top: 20px;
	border: none;
	border-radius: none;
	z-index: 44;
}

}

ul.menu-li-container
{
	width: 100%;
	height: 60vh;
	padding: 30px 10px 20px 15px;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
}
li.menu-li
{
	width: 45vw;
	height: 80px;
	/*border: solid 1px #fff; */
}

.menu-li a div.menu-li-e
{
	font-weight: 900;
	font-size: 20px;
}


.menu-li a h2
{
	font-weight: 700;
	font-size: 13px;
}
.menu-oubo-banner a
{
	background: #F05A24;
	background: linear-gradient(-30deg, rgba(255,111,27,1) 0%, rgba(255,220,0,1) 8%, rgba(255,178,27,1) 22%, rgba(255,124,61,1) 33%, rgba(255,100,0,1) 45%, rgba(255,203,11,1) 57%, rgba(255,139,51,1) 80%, rgba(255,100,0,1) 95%);
	color: white;
	width :100%;
	height: 40px;
	position: absolute;
	bottom:0;
	padding:5px 0 0 30px;
	font-weight: bold;
	font-size: 20px;
}

@media screen and (min-width: 501px){
	ul.menu-li-container
	{
		width: 100%;
		max-width: 700px;
		height: 40vh;
		padding: 100px 10px 20px 30px;
	}
	li.menu-li
	{
	width: 48%;
	height: 80px;
	/*border: solid 1px #fff; */
	}
	.menu-li a div.menu-li-e
	{
		font-weight: 900;
		font-size: 25px;
	}


	.menu-li a h2
	{
		font-weight: 700;
		font-size: 14px;
	}


.menu-oubo-banner a
{
display:none;
}
}
@media screen and (max-width: 400px){
    ul.menu-li-container
    {   
        width: 100%;
        max-width: 700px;
        height: 40vh;
        padding: 100px 10px 20px 10px;
    }   
    li.menu-li
    {   
    width: 50%;
    height: 80px;
    /*border: solid 1px #fff; */
    }   
    .menu-li a div.menu-li-e
    {   
        font-weight: 900;
        font-size: 19px;
    }   


    .menu-li a h2
    {   
        font-weight: 700;
        font-size: 11px;
    }   
	.menu-oubo-banner a
	{
		font-size: 16px;
		padding:10px 0 0 30px;
	}

}




.menu-li-skyblue
{
	color: #ACB6E5;
    /*background: linear-gradient(0deg, #ACB6E5, #86FDE8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
}
.menu-li-yellow
{
	color: rgba(255,166,37,1);
    /*background: linear-gradient(90deg, rgba(255,166,37,1) 0%, rgba(255,245,0,1) 51%, rgba(255,208,17,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
}
.menu-li-pink
{
	color: rgba(255,174,218,1);
    /*background: linear-gradient(90deg, rgba(255,125,125,1) 0%, rgba(255,174,218,1) 100%);
    background-clip: text;
    text-fill-color: transparent;*/
}
.menu-li-purple
{
	color: rgba(188,138,249,1.00);
    /*background:linear-gradient(90deg, rgba(167,0,255,1) 0%, rgba(196,0,113,1) 100%);
    background-clip: text;
    text-fill-color: transparent;*/
}
.menu-li-red
{
	color:   rgba(255,0,34,1);
    /*background: linear-gradient(90deg, rgba(255,173,0,1) 0%, rgba(255,0,34,1) 41%, rgba(176,0,42,1) 61%);
    background-clip: text;
    text-fill-color: transparent;*/
}

.menu-li-wh
{
    color:   rgba(255,255,255,1);
    /*background: linear-gradient(90deg, rgba(255,173,0,1) 0%, rgba(255,0,34,1) 41%, rgba(176,0,42,1) 61%);
 *     background-clip: text;
 *         text-fill-color: transparent;*/
}
.menu-li-green
{
    color:   rgba(0,255,176,1);
    /*background: linear-gradient(90deg, rgba(255,173,0,1) 0%, rgba(255,0,34,1) 41%, rgba(176,0,42,1) 61%);
 *     background-clip: text;
 *         text-fill-color: transparent;*/
}




/**********************************/
/*****ハンバーガーメニュー**/
/**********************************/
nav
{
	width: 100%;
	height:100%;
	max-width: 1000px;
	margin: 0 auto;
	display: block;
	position: relative;
}
header#menu-box
	{
		display: none;
	}

button.menu
{
	position: absolute;
	top: 20px;
	right: 20px;
	width: 97px;
	height: 42px;
	background: url("../img/menu_hum.png")no-repeat;
	background-size: cover;
	border: none;
	border-radius: 10px;
	z-index: 44;
}
button.fixed {
  position: fixed;
  top: 20px;
  right: 20px;
	z-index: 44;
}
button.menu-sp{
	position: fixed;
	width: 100px;
	height: 50px;
	background: #000;
	background: url("../img/menu_hum.png")no-repeat;
	background-size: 100%;
	right: 0;
	bottom: -8px;
	border: none;
	border-radius: none;
	z-index: 44;
}
nav div.oubo 
{
	width: 120px;
	padding: 3px 5px 6px;
	text-align: center;
	border-radius: 3px;
	font-size: 14px;
	letter-spacing: -1px;
	font-weight: bold;
 	background: #F05A24;
	color: #fff;
	position: absolute;
	top: 80px;
	right: 20px;
	z-index: 44;
	box-shadow: 0px 0px 3px yellow;
}
nav div.oubo.fixed {
  position: fixed;
  top: 80px;
  right: 20px;
  z-index: 44; 
}
div.oubo-sp 
{
    width: 150px;
    padding: 6px 5px 3px;
    text-align: center;
    border-radius: 3px;
    font-size: 15px;
    letter-spacing: 1px;
	font-family: 'Pixel12';
    font-weight: bold;
    background: #F05A24;
    color: #fff;
    position: fixed;
    top: 3px;
    right: 2px;
    z-index: 44; 
    box-shadow: 0px 0px 3px yellow;
}




@media screen and (max-width: 500px){

	

	button.menu,
	nav div.oubo
	{
		display: none;
	}
}
@media screen and (min-width: 501px){
	button.menu-sp,
	div.oubo-sp
	{
		display: none;
	}
	
}




@media screen and (max-width: 450px){
	#pc-nav
	{
		display: none;
	}
	.sp-none
	{
		display: none;
	}
}
@media screen and (min-width: 751px){
	#sp-nav
	{
		display: none;
	}
	.pc-none
	{
		display: none;
	}
}







