/*ページデザイン編集画面の調整*/
.hPcHamBox01.hPcHamPosition {
    position: absolute;
    top: 37px;
    right: 37px;
    z-index: 9;
    display: flex;
}

.spMenuConte .spMenuBx:first-child {
    margin-top: 0;
}

.spMenuConte .spMenuBx {
    margin-top: 29px;
}

/*header*/

.hWrap {
	margin: 0 auto;
	max-width: 1920px;
	width: 100%;
	background: #333;
}

.hWrap {
    display: block;
}

.hConte {
	display: none;
}

.hLogo {
    max-width: 300px;
    /* max-width: 364px; */
    width: 100%;
}

.hLogoLink {
    display: block;
}

.hArea {
	padding: 10px 15px;
	width: 100%;
	display: flex;
	justify-content: center;
}

/*ã‚¹ãƒžãƒ›æ™‚ã®ãƒŠãƒ“*/

.spNavBlock {
    flex: 1;
    display: flex;
}

.spNav {
    max-width: calc(100% - 70px);
    width: 100%;
    height: 70px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999999;
    border-top: 1px solid #fff;
    display: none;
}

.spNavArea {
	width: 100%;
	height: 100%;
	display: flex;
	background: #41B8FF;
}

.spNavConte-l {
	border-right: 1px solid #fff;
	width: 50%;
	border-right: 1px solid #FFF;
}


.spNavConte-m {
	width: 50%;
	background: #000;
}

.spNavLink {
	padding: 11px 5px 5px;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-decoration: none !important;
}

.spFa {
	font-size: 30px;
	color: #fff;
}

.hamIcon01 {
    max-width: 30px;
}


.spNavBtnBar {
	max-width: 22px;
	height: 16.32px;
	width: 100%;
	position: relative;
}

.spNavBtnTxt {
	margin: 5px auto 0;
	font-size: 12px;
	color: #fff;
}

.spNavLinkTxt {
	margin: 5px auto 0;
	font-size: 10px;
	color: #fff;
	font-family: 'Libre Baskerville', serif;
	letter-spacing: 0.1em;
}

.hPcHamBox01 .spNavBtnBar .spNavBtnBarItem {
    background: #fff;
}

.spNavBtn {
	padding: 12px 5px 5px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.spNavBtnBarItem {
	width: 100%;
	height: 2px;
	background: #FFF;
	border-radius: 3px;
	position: absolute;
	left: 0;
	transition: ease .5s;
}

.spNavMainBtn {
    right: 0;
    bottom: 0;
    position: fixed;
    display: flex;
    z-index: 99999;
    background: #41B8FF;
    width: 70px;
    height: 70px;
    border-top: 1px solid #fff;
}

.spNavMainBtn .spNavBtnBarItem {
    background-color: #fff;
}

.spNavBtnBarItem:nth-of-type(1) {
	top: 0;
}

.spNavBtnBarItem:nth-of-type(2) {
	top: 7px;
}

.spNavBtnBarItem:nth-of-type(3) {
	bottom: 0;
}

.open .spNavBtnBarItem {
	transition: ease .5s;
}

.open .spNavBtnBarItem:nth-of-type(1) {
	transform: translateY(7px) rotate(-45deg);
}

.hPcHamBox01.open .spNavBtnBarItem:nth-of-type(1) {
	transform: translateY(15px) rotate(-45deg);
	/* transform: translateY(16px) rotate(-45deg); */
}

.open .spNavBtnBarItem:nth-of-type(2) {
	opacity: 0;
}

.open .spNavBtnBarItem:nth-of-type(3) {
	transform: translateY(-7px) rotate(45deg);
}

.hPcHamBox01.open .spNavBtnBarItem:nth-of-type(3) {
	transform: translateY(-15px) rotate(45deg);
	/* transform: translateY(-16px) rotate(45deg); */
	width: 100% !important;
}

.spMenu {
    margin: auto;
    padding: 0 15px;
    max-width: 1920px;
    width: 100%;
    position: fixed;
    right: -100%;
    background: rgb(65,184,255);
    background: linear-gradient(90deg, rgba(65,184,255,1) 10%, rgba(93,203,203,1) 90%);
    top: 0;
    z-index: 999;
    transition: ease .5s;
}

.spMenu.open {
	right: 0;
}

.spMenuArea {
	width: 100%;
	height: 100%;
}

.spMenuConte {
    padding: 100px 0;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    -ms-overflow-style: none;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}

.hSpNavBox {
    max-width: 375px;
    width: 100%;
    margin: 0 auto 0 auto;
}

.spMenuConte::-webkit-scrollbar {
	display:none;
}

.spMenuBx {
    width: 100%;
    display: block;
}

.spMenuLink {
	text-align: center;
	display: block;
	color: #fff;
	text-decoration: none !important;
	font-weight: 600;
	font-size: 22px;
	letter-spacing: 0.05em;
	font-family: "Open Sans", system-ui;
}

.spMenuLink:hover {
	color: #fff;
	opacity: .7;
}

.hSpNavBox {
    max-width: 375px;
    width: 100%;
    margin: 0 auto 0 auto;
}

.spNavList01 {
    display: block;
    font-size: 16px;
    color: #fff;
    letter-spacing: 0.1em;
    padding: 15px 0;
    font-family: 'Libre Baskerville', serif;
}

.spNavList01:hover {
    color: #DDBF6E;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
.hLogo {
    max-width: 220px;
    width: 100%;
}
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 1200px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
	
.spNav {
    display: block;
}

.spMenuConte {
    align-items: center;
}

.hPcHamBox01.hPcHamPosition {
    display: none;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 768px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */