/*====================================================================================*/
/* Common
/*====================================================================================*/
.MenuPc{
	/* Layout */
	position:fixed;
	z-index:1000;
    width: 100vw;
    height:65px;
	top: 0;
    left: 0;
    padding-bottom: 15px;
	/* animation */	
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.MenuPc >  a > .logo{
    position: absolute;
    top: 10px;
    left: 10px;
}
.MenuPc > a > .logo img{
	width:80px;
}
.MenuPc > a{
	color:white;
}
.MenuPc > a > .text {
	padding-top:10px;
}

.MenuPc > a > .logo > img{
	height:100%;
}
.MenuPc > .logo{
	position: absolute;
    top: 40px;
    left: 40px;
}
.MenuPc > .logo img{
	width:80px;
}

/* LIST */
.MenuPc > .Menu{
	position: absolute;
	/* padding-right: 50px; */
	top: 10px;
	left: 50%;
	/* width: 120px; */
	height: 40px;
	transform: translateX(-50%);
	text-align: right;
	margin-bottom: 10px;
}
.MenuPc > .Menu li{
	margin-bottom: 8px;
	margin-right:30px;
	display:block;
	cursor:pointer;
    color: black;

	/* Font */
/*    font-weight: bold;
    font-family: greycliff-cf, sans-serif !important;	*/
    letter-spacing: 0.09em;
    font-size: 106%;
	
	/* animation */	
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;

}
.hbutton{
	
	/* animation */	
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.hbutton:hover{
	color:#AAAAAA !important;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
	transition: all 0.5s;
}
.MenuPc > .Menu li{
  color:black;
  position: relative;
  display: inline-block;
  text-decoration: none;
  outline: none;
}
.MenuPc > .Menu li a:visit {
  color:black;
}
.MenuPc > .Menu li img{
	height:20px;
}
.icon{
    position: absolute;
    top: 100vh;
    left: 70px;
    transform: translateY(calc(-100% - 60px));
}
}
.iLink{
}
.iLink > .iButton{
    margin-bottom: 10px;
}
.iLink > .iButton img{
	width:32px;
}

.menuBoard{
	position:fixed;
	top:0;
	left:0;
	z-index:999;
	width:100vw;
	height:100vh;
	background-color:white;
	opacity:0;
	
	/* animation */	
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
	transition: all 0.5s;	
}
.menuBoardHover{
	opacity:0.75;
}
/* __MenuPcSidePanel _________*/
{
.MenuPcSidePanel{
	/* Layout */
	position:fixed;
	z-index:1000;
    width: 100vw;
    height:65px;
	top: 0;
    left: 0;
    padding-bottom: 15px;
	/* animation */	
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.MenuPcSidePanel > .logo{
    position: absolute;
    top: 24px;
    left: 20px;
}
.MenuPcSidePanel > .logo img{
	width:120px;
}
.MenuPcSidePanel > a{
	color:white;
}
.MenuPcSidePanel > a > .logo{
    position: absolute;
	margin-left: 50px;
    margin-top: 8px;
    height: 50px;		
    display:inline-block;
}
.MenuPcSidePanel > a > .text {
	padding-top:10px;
}

.MenuPcSidePanel > a > .logo > img{
	height:100%;
}
/* LIST */
.MenuPcSidePanel > .Menu{
	position: absolute;
    /* padding-right: 50px; */
    top: 24px;
    left: 100%;
    width:180px;
}
.MenuPcSidePanel > .Menu li{
	margin-bottom: 8px;
	margin-right:30px;
	display:inline-block;
	cursor:pointer;
    color: black;

	/* Font */
	font-weight:400;
	
	/* animation */	
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;

}

.MenuPcSidePanel > .Menu li{
  color:black;
  position: relative;
  display: inline-block;
  text-decoration: none;
  outline: none;
}
.MenuPcSidePanel > .Menu li a:visit {
  color:black;
}
.MenuPcSidePanel > .Menu li img{
	height:20px;
}
/* SNS */
.MenuPcSidePanel > .Sns{
	/* Layout */
	position:absolute;
	top: 100vh;
    left: 26px;
    transform: translateY(calc(-100% - 30px ));
}

.MenuPcSidePanel > .Sns > .Parts{
	width:17px;
}	
}

.MenuMobile{
	display:none;
}
.MenuMobile > .logo{
	display:none;
}

/*====================================================================================*/
/* スマフォ縦表示
/*====================================================================================*/
/* ipad pro? */
@media only screen and (max-width: 1024px) and (orientation:portrait){
.MenuPc{
	display:none;
}

.MenuMobile{
	display:block;
	position:fixed;
	z-index:1000;
    width: 100vw;
    height: 1px;
}
/* Logo(top) */
.MenuMobile > .logo{
	display:initial;
    position: absolute;
    top: 14px;
	left: 15px;
	height:40px;
}
.MenuMobile > .logo img{
	width:120px;
}

/* Logo(top) */
.MenuMobile > a > .logo img{
	height:100%;
}
.MenuMobile > a > .text{
    position: absolute;
    top: 15px;
    left: 15px;
	height:40px;
}


.BasicHeaderMenu{
    overflow: hidden;
	background-color:white;
	width:100vw;
    height:  0px;
	position:absolute;
	top:0;
	left:0;
	padding-left:0px;
	
	/* animation */
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;	
}
/* サンドイッチマーク ____________ */
.HeaderMenuIcon{
	position: absolute;
    top: 10px;
    left: 100%;
    transform: translate(calc(-100% - 15px));
    width: 40px;
    height: 40px;
    cursor: pointer;
    padding-top: 5px;
    padding-left: 5px;
}
.MenuIconBar{
	width: 30px;
    height: 1px;
    background-color: black;
    margin-bottom: 9px;
    
	/* animation For Rotate */	
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.rotate45 {
    -moz-transform: translate(0px,10px) rotate(45deg);
    -webkit-transform: translate(0px,10px) rotate(45deg);
    -o-transform: translate(0px,10px) rotate(45deg);
    -ms-transform: translate(0px,10px) rotate(45deg);
    transform: translate(0px,10px) rotate(45deg);
}
.rotate_45{
	-moz-transform: translate(0px,-2px) rotate(-45deg);
	-webkit-transform: translate(0px,-2px) rotate(-45deg);
	-o-transform: translate(0px,-2px) rotate(-45deg);
	-ms-transform: translate(0px,-2px) rotate(-45deg);
	transform: translate(0px,0px) rotate(-45deg);
}
/* メニューリスト ____________ */
.HeaderMenuListWrapper{
	padding-top:50px;
    text-align: center;
}
.MenuImageWrapper{

}
.MenuLogoWrapper{
    display: inline-block;
	padding-left:0px;
	width:100px;
	margin-bottom: calc(100vh / 15);
}
.MenuLogoWrapper img{
}
.HeaderMenuListWrapper li{
	position: relative;
    list-style: none;
    text-align: left;
    padding-left: 40px;
    font-size: 200%;
    font-weight: bold;
    font-family: greycliff-cf, sans-serif !important;
    font-weight: bold;
	letter-spacing: 0.1em;
	line-height:1.2em;
	padding: 20px 40px;
    margin-bottom: 0;
    color: black !important;
}
.HeaderMenuListWrapper li::before{
	position: absolute;
	display: inline-block;
	width: 10px;
	height: 1px;
	background-color: black;
/*	content: " ";	*/
}
.HeaderMenuListWrapper li > .subCaption{
		font-size: 13pt;
		color:gray;
        letter-spacing: 0.1em;
}
.BasicMenuLogoImg{
    width: 150px;
    margin-bottom: 50px;
}
.BasicMenuSnsImg{
	width:50px;
}
.PageContentsImageCutScrollWrapper{
	top:100vh;
	}
	.menuHoverColor{
		background-color:lightgray;
	}
}
/*====================================================================================*/
/* スマフォ　横表示
/*====================================================================================*/
@media only screen and (max-width: 1024px) and (orientation:landscape){

}