@charset "utf-8";

.sp-menu-link-area {
    margin: 20px 0 0;
    max-width: 316px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.hPcHamBox01-container {
    position: fixed;
    max-width: 520px;
    width: 100%;
    margin: 0 20px 0 auto;
    display: flex;
    justify-content: flex-end;
}

.hPcHamBox01-container .spNavBtnBarItem {
    background: var(--primary);
}

/*----- ハンバーガーメニュー -----*/


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

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

.hPcHamBox01 {
    height: 20px;
    width: 40px;
    /* background: #F9F8F5; */
    transform-origin: center;
    transition: all .3s;
}

.hPcHamBox01:hover {
    /* opacity: 0.7; */
	transform: scale(1.2);
}

.hHamBox {
    height: 50px;
    max-width: 50px;
    width: 100%;
    margin: 10px;
    cursor: pointer;
}

/* .spNavBtn {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
} */

.spNavBtn {
	display: flex;
	flex-direction: column;
	justify-content: center;
	/* align-items: center; */
	align-items: flex-end;
	cursor: pointer;
}

.spNavBtnBar {
    max-width: 40px;
    width: 100%;
    height: 20px;
    position: relative;
}

.spNavBtnBarItem {
    width: 100%;
    height: 1px;
    background: var(--white);
    position: absolute;
    right: 0;
    transition: ease .5s;
}

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

.spNavBtnBarItem:nth-of-type(2) {
    top: 50%;
	width: 100%;
}

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

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

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

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

.open .spNavBtnBarItem:nth-of-type(3) {
    transform: translateY(-10px) rotate(45deg);
	bottom: 20%;
	width: 100%;
}

.spMenu {
    margin: auto;
    padding: 0;
    max-width: 1920px;
    width: 100%;
    position: fixed;
    right: -100%;
    /*background: rgb(0 0 0 / 25%);*/
    z-index: 99999;
    transition: ease .5s;
    top: 0;
}

.spMenu.open {
    right: 0;
}

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

.spMenuConte {
    padding: 50px 15px 100px;
    width: 100%;
    max-width: 100%;
    height: 100%;
    overflow-y: scroll;
    -ms-overflow-style: none;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 0 0 0 auto;
    background: var(--eighth);
}

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

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

.spNavList01 {
    display: block;
    color: var(--base-font-color);
    font-size: 18px;
    padding: 10px 0;
    text-align: center;
    /* border-bottom: 1px solid #ccc; */
    font-weight: 700;
    transition: all .3s;
}

.spNavList01:hover {
    color: var(--base-font-color);
    text-decoration: underline;
}

/*スマホ時のナビ*/

.spNav {
    width: 100%;
    height: 70px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999999;
}

.spNavArea {
    width: 100%;
    height: 100%;
    display: flex;
    /* background: #ACACAC; */
    background: var(--primary);
}

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

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

.spNavConte-l:last-child {
	border-right: 0;
}

.spNavLink {
    padding: 5px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.spNavLinkIconBx {
	width: 100%;
	height: 30px;
	position: relative;
}

.spNavLinkIconBx > * {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.spFa {
    font-size: 23px;
    color: #FFFFFF;
}

.spFa.spFa-pageTop {
	font-size: 20px;
}

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

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

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

.hPd {
    padding: 0;
}

.spNav {
    display: none;
}

.spMenuConte {
    max-width: 620px;
}

.hHamBox {
    height: 96px;
    max-width: 96px;
    width: 100%;
    margin: 0;
}

.spNavList01 {
    padding: 14px 0;
}

.sp-menu-link-area {
    margin: 50px 0 0;
}


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

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

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