@charset "utf-8";

/**/

.btn01.hdHamReserve {
    max-width: 319px;
    width: 100%;
}

/*SNS*/

.hdSnsAr {
    position: fixed;
    right: 2%;
    z-index: 99;
    display: flex;
    flex-direction: column;
    bottom: 4%;
    z-index: 999;
}

.hdSnsLInk {
    margin-top: 30px;
    text-align: center;
}


/*スクロール*/

.header.is-animation .hdBtn:hover .hdBtnTxt {
    color: #ccc;
}

.header.is-animation .hdLogo img {
    filter: brightness(0) saturate(100%) invert(0%) sepia(6%) saturate(23%) hue-rotate(127deg) brightness(100%) contrast(101%);
}

.header.is-animation .spNavBtnBarItem{
    background-color:#333;
}

.header.is-animation .hdReserveIcon {
    filter: brightness(0) saturate(100%) invert(0%) sepia(6%) saturate(23%) hue-rotate(127deg) brightness(100%) contrast(101%);
}

.header.is-animation .hdBtnTxt {
    color:#333;
}

.header.is-animation .spNavBtn p {
    /* border:1px solid; */
    color: #333;
}

.header.is-animation .hdLangBx {
    color: #333;
}



/*ドッロップダウンメニュー*/

.hdDropInner:hover {
    transition: 0.3s;
}

.hdDropInner {
    transition: 0.3s;
}

.hdHvrItem{
    transition: 0.3s;
}

.hdHvrItem {
    position: absolute;
    top: 40px;
    opacity: 0;
    visibility: hidden;
    right: 0;
    left: 0;
}

.hdDropWrap {
    position: relative;
}

.hdDropInner:hover .hdHvrItem {
    opacity:1;
    visibility:visible;
}

/*スクロール時ヘッダー*/

.header.is-animation .spNavBtnBarItem {
    background-color: #333;
}

.header.is-animation .dropMenuWr {
    color: #333;
}

.header .instablack {
    display: none;
    transition:0.3s;
}

.header.is-animation .instablack {
    display: block;
     transition:0.3s;
}

.header.is-animation .instaWhite {
    display: none;
    transition:0.3s;
}

.hdLogoLink {
    display: block;
    max-width: 131px;
    width: 100%;
    margin: 0 auto 0 0;
    opacity: 0;
    visibility: hidden;
}

.header.is-animation .hdLogoLink{
	opacity:1;
	visibility:visible;
}

.header.is-animation .hdLogoLink img{
	opacity:1;
	visibility:visible;
    filter: brightness(0) saturate(100%)
}




.header.is-animation{
    background: #352609;
    position: fixed;
    transition: .3s ease-in-out;
    background: #fff;
    box-shadow: 0px 0px 3px #dbdbdb;
    top: 0;
    opacity: 1;
    visibility: visible;
    z-index: 99;
    right: 0;
    left: 0;
    z-index: 999999999;
    padding: 10px 0px 10px 10px;
}

/*header*/

.hdLangBx:hover p {
    color: #967FB7;
    transition: 0.3s;
}

.hdBtn {
    font-size: 15px;
    font-weight: 400;
    max-width: 150px;
    width: 100%;
    background-color: #967FB7;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 5px;
    padding: 3.5px 5px;
}

.hdBtnBx {
    max-width: 140px;
    width: 100%;
}

.hdBtn:hover {
    opacity: 0.8;
    color: #fff;
}

.spNavBtn p {
    font-size: 12px;
    font-weight: 700;
    margin-top: 7px;
}

.open .spNavBtn p {
    color: #fff;
}


.btn01.hdHamBtn {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.spMenuBx {
    width: 100%;
}

.hdBox01 {
    max-width: 255px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 3%;
}


.hdIn {
    max-width: 1853px;
    width: 100%;
    margin: 0 auto 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header {
    padding: 10px 0px 10px 10px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9999999999;
	transition: .3s ease-in-out;
}

.hdOnlineBtn:hover {
    color: #000000;
}

.hdOnlineBtn {
    display: flex!important;
    max-width: 33px;
    justify-content:center;
    color: #000000;
    letter-spacing: 0.08em;
    font-size: 10px;
    align-items: center;
    margin: 0 10px 0 0;
    letter-spacing: 0.08em;
    flex-direction: column;
}

.hdOnlineBtn img {
    margin: 0;
}

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

.hConte {
    display: none;
}

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

.spNavBtn.toggleBtn.open p {
    color: #fff;
}

/*スマホ時のナビ*/

.hdNavWrap {
    width: 100%;
    /* padding: 100px 10px; */
}

.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: #ffe2e2;
}

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

.spNavConte-l {
	width: 33.33%;
	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;
}

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

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

.spNavBtnBar {
    max-width: 35px;
    height: 17px;
    width: 100%;
    position: relative;
}

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

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

.spNavBtn {
    padding: 10px 5px 5px;
    width: 100%;
    height: 50px;
    position: relative;
    /* right: 0; */
    /* bottom: 0; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    /* background: #fff; */
    border-radius: 50%;
    z-index: 999999999;
    max-width: 63px;
}

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

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

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

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

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

.open .spNavBtnBarItem:nth-of-type(1) {
    transform: translateY(11px) rotate(-45deg);
    background-color: #fff;
}

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

.open .spNavBtnBarItem:nth-of-type(3) {
   
    background-color: #383838;
}

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

.spMenu.open {
    right: 0;
}

.spMenuArea {
    width: 100%;
    height: 100%;
    /* padding-top: 13%; */
}

.spMenuConte {
    /* max-width: 300px; */
    width: 100%;
    height: 100%;
    margin: auto;
    padding: 160px 0 50px;
    overflow-y: scroll;
    -ms-overflow-style: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

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

.spMenuLink {
    padding: 5px 5px;
    text-align: left;
    display: block;
    color: #fff;
    /* border-bottom: 1px solid #CCC; */
    /* font-family: 'Montserrat', sans-serif; */
    font-size: 12px;
}

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

.hdOnlineBtn p {
    display: none;
}

.spMenuLink.spMenuSubLink {
    padding-left: 1.5em;
    position: relative;
}

.spMenuLink.spMenuSubLink:before {
    content: "";
    display: block;
    width: 10px;
    height: 1px;
    background-color: #383838;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.spMenuLink.spMenuSubLink:hover:before {
    background-color: #fff;
}

.hdNavinner {
    display: flex;
    width: 100%;
}

.hdNavItem01 {
    width: 50%;
}

.hdNavItem01:first-child {
    margin-right: 2%;
}

.spMenuLinkTop {
    border-bottom: 1px solid #676767;
}

.hdnavSubItem01 {
    color: #fff;
}

.spMenuLink02 {
    color: #fff;
    position: relative;
    padding: 0 3px;
    display: block;
}

.spSubMenuBx :after {
    content: "";
    display: block;
    width: 1px;
    height: 1em;
    background-color: #fff;
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.spMenuLink02:hover {
    color: #ccc;
}

.spSubMenuBx {
    display: inline-block;
    /* padding: 0 15px; */
    /* position: relative; */
}

.spSubMenuTopTitBx {
    margin-bottom: 7px;
    padding: 0 10px;
}

.hdnavSubItem01 {
    padding: 15px 0;
    border-top: 1px solid #676767;
    /* margin-top: 46px; */
}

.hdnavSubItem01:first-child {
    margin-top: 20px;
}

.hdLangBx {
    font-size: 12px;
    margin-left: 9px;
    transition: 0.3s;
    color: #fff;
}

.hdLangBx:hover {
    color: #967FB7;
}

.hdLangBx p {
    transition: 0.3s;
}

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

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

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

.hdBox01 {
    max-width: 240px;
}


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

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

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




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

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

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

.hdBox01 {
    /* width: 22%; */
}

.hdIn {
    justify-content: flex-end;
}

.hdBox01 {
    max-width: 262px;
}

.hdNavItem01 {
    width: 40%;
}

.hdBtnBx {
    max-width: 150px;
}


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

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

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


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

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

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

.hdBox01 {
    /* width: 100%; */
    /* margin-right: 0px; */
}

.spMenu {
    width: 60%;
}

.header {
    padding: 58px 0px 10px 10px;
}

.header.is-animation {
    padding: 10px 0px 10px 10px;
}

.hdLangBx {
    font-size: 14px;
}


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

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

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

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

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

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

.spMenu {
    max-width: 600px;
    width: 100%;
}

.spMenuLink {
    font-size: 16px;
}

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

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

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

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

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

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

.spNavBtn {
    /* width: 100%; */
    /* height: auto; */
    /* max-width: 80px; */
    /* margin-right: 26px; */
}

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

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

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

.spMenuTitle{
	border-bottom:1px solid #676767
}

@media screen and (min-width:1024px){
.spMenuTitle{
	font-size:16px; 
}