*{
	margin: 0;
	padding: 0;
    box-sizing: border-box;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}
a, a:link, a:visited, a:hover, a:active{
	text-decoration: none;
	color: #000;
}
body{
	position: relative;
	background-color: #f0f2e7;
}
::-webkit-scrollbar{
    width: 16px;
    height: 16px;
}
::-webkit-scrollbar-track{
    border-radius: 8px;
    border: none;
}
::-webkit-scrollbar-thumb{
    border-radius: 8px;
    background: rgba(121,107,175,0.80);
}
.fas, .far, .fab{
	color: #796baf;
}
.displayBlockPc{
	display: block;
}
.displayBlockSp{
	display: none;
}
.addNone{
	display: none;
}
.addBlock{
	display: block;
}
.addFlex{
	display: flex;
}
.addGrid{
	display: grid;
}
.headerLinePc{
	width: 100%;
	height: 16px;
	background: #796baf;
}
.spMenu{
	display: none;
}
.cursorHand{
	cursor: default;
}
.header{
	margin: 10px auto;
	width: 1024px;
	display: flex;
}
.headerLeft{
	width: 30%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.titleLogo{
	width: 90%;
}
.titleLogo img{
	width: 100%;;
}
.headerRight{
	width: 70%;
	display: flex;
	flex-direction: column;
}
.headerRight>div:nth-child(1){
	height: 50%;
	display: flex;
	justify-content: flex-end;
}
.kaishaGaiyo{
	margin: 0 20px 0 0;
	display: flex;
	justify-content: flex-end;
}
.twitter{
	display: flex;
	justify-content: flex-end;
}
.twitter img{
	width: 22px;
}
.menuList{
	width: 100%;
	height: 50%;
	display: flex;
}
.menuList>div{
	width: 20%;
	border-right: solid 1px #888;
}
.menuList>div:nth-child(1){
	border-left: solid 1px #888;
}
.menuList>div:hover img{
	opacity: .7;	
}
.menuList>div>a{
	padding: 5px 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.menuList img{
	width: 120px;
}
.midashi {
	grid-area: midashi;
	width: 100%;
	border-bottom: solid 1px;
	margin: 24px auto 5px;
}


@media screen and (max-width: 768px){
	body {
		padding: 0!important;
		background-image: none;
		background-color: #f0f2e7;
	}
	.displayBlockPc{
		display: none;
	}
	.displayBlockSp{
		display: block;
	}
	.headerLinePc{
		display: none;
	}
	.headerLineSp{
		width: 100%;
		height: 50px;
		background: #796baf;
		z-index: 9999;
		position: fixed;
		top: 0;
	}
	.headerLineHamburger{
		width: 100%;
		height: 50px;
		display: flex;
		justify-content: flex-end;
		align-items: center;
	}
	.spBurger{
		margin: 0 13px 0 0;
		width: 30px;
		height: 24px;
	}
	.active{
	}
	.spBurger>div{
		width: 100%;
		height: 4px;
		border-radius: 2px;
		background: #fff;
		transition: all .4s;
	}
	.spBurger>div:nth-child(2){
		margin: 6px 0;
	}
	.active>div:nth-child(1){
		-webkit-transform: translateY(10px) rotate(225deg);
		transform: translateY(10px) rotate(225deg);
	}
	.active>div:nth-child(2){
		opacity: 0;
	}
	.active>div:nth-child(3){
		-webkit-transform: translateY(-10px) rotate(-225deg);
		transform: translateY(-10px) rotate(-225deg);
	}
	.spMenu{
		width: 100%;
		height: calc(100vh - 50px);
		background: #796baf;
		position: absolute;
		top: 50px;
		left: 0;
		z-index: 9999;
	}
	.spMenuBtn{
		margin: 0 auto 0 0;
		width: 100%;
		height: 80px;
		box-sizing: border-box;
		border-top: 1px solid #888;
	}
	a .spMenuBtn:nth-child(1){
		border-top: 0px solid;
		height: 50px;
	}
	.spMenuSpace{
		margin: 0 auto 0 0;
		width: 100%;
		height: 10px;
		background: #888;
		box-sizing: border-box;
		border-top: 0;
	}
	.spMenuHome,.spMenuKaishaGiyo,.spMenuTwitter,.spMenuLineup,.spMenuBook,.spMenuSpecial,.spMenuRecruit,.spMenuMessage{
		padding: 0 0 0 15px;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.header{
		margin: 60px auto 0;
		width: 90%;
		height: 100px;
	}
	.headerLeft{
		width: 100%;
	}
	.headerRight{
		display: none;
	}
	.titleLogo img{
		width: 100%;
	}
	.kaishaGaiyo{
		display: none;
	}
	.twitter{
		display: none;
	}
	.menuList{
		display: none;
	}
}