@charset "utf-8";

.gjs-dashed .spNavBtn {
    display: flex;
}

/*header*/

.spNavLink:hover {
    opacity: 0.5;
}

.spNavConte-mail {
    order: 1;
}

.spNavConte-tel {
    order: 2;
}

.hdItem01 {
    width: 50%;
    display: flex;
    flex-direction: row-reverse;
}


.hdItem02 {
    width: 50%;
    display: flex;
}

.spNavList01 {
    display: block;
    color: #333;
    margin-top: 10px;
    padding: 10px 0;
    font-weight: 700;
    letter-spacing: 0.1em;
    font-size: 16px;
    line-height: 1.611em;
}

.spNavList01:hover {
    color: #F28C32;
}

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

.hLogoLink {
    display: block;
}

.hLogo {
    max-width: 80px;
    width: 100%;
}

.hConte {
    display: none;
}

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

/*スマホ時のナビ*/

.spNav {
    /* max-width: calc(100% - 70px); */
    width: 100%;
    height: 70px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999999;
}

.spNavArea {
    width: 100%;
    height: 100%;
    display: flex;
    background: #333232;
    flex-direction: row-reverse;
    border-top: 1px solid #FFF;
}

.spNavBlock {
	flex: 1;
	display: flex;
	flex-direction: row-reverse;
}

.spNavConte-l {
	width: 50%;
	border-right: 1px solid #FFF;
}
.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;
	width: 100%;
	max-width: 25px;
}

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

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

.spNavBtnBar {
    max-width: 36px;
    height: 30px;
    width: 100%;
    position: relative;
}

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

.spNavLinkTxt {
    margin: 5px auto 0;
    font-size: 11px;
    color: #fff;
    font-weight: 700;
}

.spNavBtn {
    padding: 10px 5px 5px;
    /* width: 70px; */
    /* height: 70px; */
    position: fixed;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background: #333232;
    z-index: 99999999;
}

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

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

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

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

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

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

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

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

.spMenu {
    margin: auto;
    padding: 0 15px;
    max-width: 1920px;
    width: 100%;
    position: fixed;
    bottom: 0;
    right: -100%;
    background: #FCF8EF;
    z-index: 99;
    transition: ease .5s;
}

.spMenu.open {
    right: 0;
}

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

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

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

.spMenuLink {
    padding: 20px 5px;
    text-align: center;
    display: block;
    color: #FFF;
    border-bottom: 1px solid #CCC;
}

.spMenuLink:hover {
    color: #FFF;
    background: #acacac;
}

	.spNavBtn {
    right: 0;
    bottom: 0;
    position: static;
    display:
    flex;
		z-index:99999;
    width: 50%;
}

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

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

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

	.spNavBtn {
    right: 0;
    top: 0;
    position: static;
    width: 100%;
}


.spNavArea {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.spNavConte-l {
    width: 100%;
}

.spNavArea {
    width: 100%;
}

.spNav {
    max-width: 100px;
    width: 100%;
    height: 100%;
    position: fixed;
    right: 0;
    left: auto;
}

.spNavBlock {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 50px 0 20px 0;
    align-items: center;
}

.spNavConte-l {
	border-right:none;
}
  
.spNavMainBtn {
    padding-bottom: 30px;
}

.spNavConteProduct {
    padding-top: 30px;
}

.spNavConte-tel {
    padding-bottom: 25px;
}

.spNavConte-mail {
    padding-top: 25px;
}

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

.hdItem02 {
    width: 100%;
    display: block;
}
  
.spNavConteProduct:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: #707070;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 45%;
}

.spNavConte-mail:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: #707070;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 45%;
}


.hdNavBlock:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: #707070;
    border-radius: 50%;
    position: absolute;
    top: 49%;
    right: 45%;
}


.spNavConteProduct,.spNavConte-mail,.hdNavBlock {
    position: relative;
}

.spNavLinkTxt {
    margin: 12px auto 0;
}

.spNavLinkIconBx > * {
	width: 100%;
	max-width:36px;
}
  
  
.spNavConte-mail {
    order: 2;
}

.spNavConte-tel {
    order: 1;
}

.spNavBtnBar {
    max-width: 30px;
}


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

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

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