@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: absolute;
    top: 10px;
    right: 10px;
    max-width: 860px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
}

.hPcHamBox01-container .hPcHamBox01 {
    border-color: var(--base-font-color);
}

.hPcHamBox01-container .spNavBtnBarItem {
    background: var(--base-font-color);
}

.hPcHamBox01-container .hPcHamBox01 p {
    color: var(--base-font-color);
}

.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;
}

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

.sp-header-contact-area {
    margin: 40px 0 0;
    max-width: 350px;
    width: 100%;
    padding: 0 0 8px;
    border-bottom: 3px solid var(--primary);
    text-align: center;
}

.sp-header-contact-text {
    font-size: clamp(16px, calc(1rem + ((1vw - 3.75px) * 0.1294)), 18px);
    font-weight: 700;
    letter-spacing: 0.05em;
}

.sp-header-contact-box {
    margin: 30px 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.sp-header-contact-box .mail-link01 {
    margin: 10px 0 0;
}

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


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

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

.hPcHamBox01 {
	padding: 13px 10px 3px;
    height: 66px;
    width: 66px;
	border: 3px solid var(--primary);
	border-radius: 10px;
    transform-origin: center;
    transition: all .3s;
}

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

.hPcHamBox01 p {
	font-size: 12px;
	font-weight: 600;
	font-family: var(--font-family02);
	color: var(--primary);
	letter-spacing: 0;
    transition: all .3s;
}

.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 {
    max-width: 37px;
    width: 100%;
    height: 28px;
    position: relative;
}

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

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

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

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

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

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

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

.open .spNavBtnBarItem:nth-of-type(3) {
    transform: translateY(-7px) rotate(40deg);
	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: 40px 15px 130px;
    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(--bg-secondary);
}

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

.hSpNavBox {
    max-width: 350px;
    width: 100%;
    margin: 10px auto 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.spNavList01 {
	margin: 28px 0 0;
    display: block;
    color: var(--base-font-color);
    font-size: 16px;
    font-weight: 700;
	font-family: var(--font-family03);
	letter-spacing: 0.05em;
    /* border-bottom: 1px solid #ccc; */
    transition: all .3s;
}

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

.spNavList02 {
	margin: 12px 0 0;
	display: flex;
	align-items: center;
    font-size: clamp(12px, calc(0.75rem + ((1vw - 7.68px) * 0.3472)), 16px);
    font-weight: 500;
    letter-spacing: 0.05em;
    font-family: var(--font-family03);
    color: var(--black);
    transition: all .3s;
}

.spNavList02:first-child {
	margin: 10px 0 0;
}

.spNavList02:hover {
	color: var(--black);
	opacity: 0.6;
}

.spNavList02::before {
    content: "";
    display: block;
    margin: 0 8px 0 0;
    width: 11px;
    height: 10px;
    background: url(/system_panel/uploads/images/title_illust01.svg) center / contain no-repeat;
    transition: all .3s;
}

/*スマホ時のナビ*/

.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;
}

/*--is-active--*/

.header.is-active .hPcHamBox01 {
    border-color: var(--white);
}

.header.is-active .spNavBtnBarItem {
    background: var(--white);
}

.header.is-active .hPcHamBox01 p {
    color: var(--white);
}

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

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

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


.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;
}

.hPcHamBox01 {
    height: 76px;
    width: 76px;
}

.hPcHamBox01 p {
	font-size: 15px;
}

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

.spNav {
    display: none;
}

.spMenuConte {
    max-width: 960px;
}

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

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

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

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

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

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

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

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

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

.hPcHamBox01-container {
    top: 40px;
    right: auto;
}


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

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

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