@charset "utf-8";

.header-menu-sns-area {
    margin: 40px 0 0;
}

.header-menu-contact-area {
    margin: 40px;
    max-width: 580px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    place-items: center;
    gap: 24px 20px;
}

.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: 1700px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
}

.header-sp-nav-area {
    max-width: 626px;
    width: 100%;
    display: flex;
	flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
}

.header-sp-left {
	margin: 40px;
    max-width: 280px;
    width: 100%;
}

.header-sp-logo-box {
	margin: 0 auto;
    max-width: 180px;
    width: 100%;
}

.header-sp-reserve-area {
    margin: 30px 0 0;
    display: flex;
    justify-content: center;
}

.header-sp-sns-link-area {
    margin: 30px auto 0;
    max-width: 119px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.spNavListBox01 {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

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


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

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

.hPcHamBox01 {
    height: 37px;
    width: 60px;
	font-size: 11px;
	font-weight: 600;
	font-family: var(--font-family02);
	letter-spacing: 0.05em;
	line-height: 1;
	color: var(--primary);
    /* 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: space-between;
	align-items: center;
	cursor: pointer;
}

.spNavBtnBar {
    width: 100%;
    height: 14px;
    position: relative;
}

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

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

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

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

.open .spNavBtnBar {
    width: 70%;
}

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

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

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

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

.spMenu {
    margin: auto;
    padding: 0;
    max-width: 1920px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    /*background: rgb(0 0 0 / 25%);*/
    z-index: 99999;
    pointer-events: none;
    transition: opacity 0.4s ease, transform 0.4s ease;
    opacity: 0;
}

.spMenu.open {
    opacity: 1;
    pointer-events: auto;
}

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

.spMenuConte {
    padding: 43px 5px 130px;
    width: 100%;
    max-width: 100%;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    -ms-overflow-style: none;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 0 0 0 auto;
    background: var(--bg-tertiary);
}

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

.hSpNavBox {
    max-width: 266px;
    width: 100%;
    margin: 10px 0 0;
    text-align: center;
}

.spNavList01 {
	margin: 28px 0 0;
    display: block;
    color: var(--primary);
    font-size: clamp(16px, calc(1rem + ((1vw - 3.75px) * 0.2589)), 20px);
    font-weight: 700;
	letter-spacing: 0.05em;
    position: relative;
    transition: all .3s;
}

.spNavList01::before {
    content: "";
    display: block;
	margin: 28px 0 0;
    width: 0;
    height: 1px;
    background: var(--bg-primary);
    position: absolute;
    left: 0;
    bottom: -2%;
    margin: auto;
    transition: all .4s;
}

.spNavList01:hover {
    color: var(--primary);
}

.spNavList01:hover::before {
    width: 100%;
}

/*スマホ時のナビ*/

.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:544px) {

.header-menu-contact-area {
    grid-template-columns: repeat(2, 1fr);
}
    
}

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

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

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

.hPcHamBox01 {
    height: 47px;
    width: 48px;
	font-size: 14px;
}

.header-sp-nav-area {
    flex-direction: row;
    justify-content: space-between;
}

.header-sp-left {
	margin: 33% 0 0;
}

.header-sp-logo-box {
	margin: 0;
    max-width: 280px;
}

.header-sp-sns-link-area {
	margin: 30px 0 0;
}

.spNavListBox01 {
    align-items: flex-start;
}

.hPd {
    padding: 0;
}

.spNav {
    display: none;
}

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

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

.spMenuConte {
    padding: 40px 15px 130px;
}

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

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

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

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

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

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

.hPcHamBox01 {
    height: 52px;
    width: 57px;
	font-size: 18px;
}

.spMenuConte {
    padding: 43px 15px 130px;
}

.spNavBtnBar {
    height: 19px;
}

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

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

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

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

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

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