body{
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
}
.sp_only{
    display: none;
}
.only801to1000{
    display: none;
}

.header {
    padding: 35px 40px 0 0;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1111111111;
    mix-blend-mode: difference;
}

.loe-head__logo{
	display:none;
}

.hamburger {
    width: 60px;
    opacity: 0;
    transition: opacity 0.5s ease;
	mix-blend-mode: difference;
}
.hamburger.show{
    opacity: 1;
    pointer-events: auto;
}

.home .hamburger{
  opacity: 0;
  transition: opacity 2s cubic-bezier(0.4, 0, 0.2, 1);
}
.home .hamburger.show{
	opacity:1;
}
.home .hamburger.hide{
	opacity:0;
}

.is-open .hamburger {
    background-color: transparent !important;
}
#toggle {
    position: fixed;
}

#toggle-box {
    position: relative;
    width: 60px;
    height: 28px;
    cursor: pointer;
}

#toggle {
    position: relative;
}

#toggle-box {
    position: static;
    mix-blend-mode: difference;
}

#toggle-box>span {
    width: 100%;
    height: 1px;
    display: block;
    background: rgb(255, 255,255);
    position: absolute;
    transition: transform .6s ease-in-out, top .5s ease, bottom .5s ease;
    border-radius: 75px;
}


#toggle-box>span:nth-child(1) {
    top: 0;
}

#toggle-box>span:nth-child(2) {
    top: 50%;
    transform: translatey(-50%);
}

#toggle-box>span:nth-child(3) {
    bottom: 0;
}

#toggle {
    z-index: 1000;
}
.is-open #toggle-box>span:nth-child(1) {
    top: 50%;
    transform: rotate(20deg) translatey(-50%);
    width: 100%;
}

.is-open #toggle-box>span:nth-child(3) {
    width: 0;
}

.is-open #toggle-box>span:nth-child(2) {
    top: 50%;
    transform: rotate(-20deg) translatey(-50%);
    width: 100%;
}


.nav-open-back{
    position: fixed;
    top: 0;
    left: 0;
    top: 0;
    left: 0;
    background-color: #000000a3;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 1s;
    z-index: -1;
	pointer-events:none;
}

body.is-open .nav-open-back {
    opacity: 1;
    z-index: 11111;
    pointer-events: all;
}
#nav-content {
    z-index: 900;
    overflow: auto;
    width: 33.5vw;
    height: 100%;
    background-color: #B49A6D;
    position: fixed;
    top: 0;
    right: 0;
    text-align: center;
    transform: translateX(100%);
    transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.is-open #nav-content {
    z-index: 11111;
    transform: translateX(0);
}

#nav-content nav {
    padding-top: 275px;
}

#nav-content li{
    text-align: center;
    margin-bottom: 57px;
}

#nav-content a {
    text-decoration: none;
    color: #fff;
    font-size: .21rem;
    font-weight: 400;
    padding-bottom: 4px;
}



.home #nav-content .nav-top{
	border-bottom: solid 1px;
    color: #000;
}

.page-template-page-overview #nav-content .nav-overview{
	border-bottom: solid 1px;
    color: #000;
}

.page-id-105 #nav-content .nav-entry{
	border-bottom: solid 1px;
    color: #000;
}

.entrybtn{
    padding: 60px 10px 60px 15px;
	border: solid 1px #B49A6D;
    background-color: #000;
    text-decoration: none;
    color: #B49A6D;
    position: fixed;
    bottom: 10%;
    right: 0;
    z-index: 111;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: unset;
    border-radius: 70px 0 0 70px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s ease;
}
.entrybtn.show{
    opacity: 1;
    pointer-events: auto;
}
.entry_en,
.entry_jp{
    writing-mode: vertical-rl;
    flex: 0 1 auto;
    width: fit-content;
    font-family: 'Noto Serif JP', serif;
}
.entry_en{
    font-size: .21rem;
}
.entry_jp{
    margin-top: 20px;
    font-size: .17rem;
}
  
a:hover{
    opacity: 0.7!important;
}

.js-fadeup {
    opacity: 0;
    transform: translateY(50px);
    transition: all 1s;
    /* transition-delay: 0.2s; */
}
.inview {
	opacity: 1;
    transform: translateY(0px);
}
.n-fade {
	opacity: 0;
    transition: all 2s ;
}
.n-inview {
    opacity: 1;
}
.common-heading h2{
  font-size: .40rem;
  font-family: adobe-garamond-pro, serif;
  text-align: center;
}

.common-heading p{
  font-size: .16rem;
  color: #B49A6D;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
}
@media screen and (max-width: 800px) {
    .sp_only{
      display: block;
    }
	.pc_only{
		display: none;
	}
    .entrybtn {
      display: none;
    }
	.header {
		padding: 25px 24px 0 0;
	}
	.hamburger {
    	width: 40px;
	}

	#toggle-box {
    	position: relative;
		/*width: 60px;*/
    	width: 40px;
    	height: 22px;
    	cursor: pointer;
	}

    #nav-content {
        width: 100vw;
    }


    #nav-content nav {
        padding: 218px 37px 0;
    }

    #nav-content li {
        margin-bottom: 0px;
    }

    #nav-content li:nth-of-type(1) a {
        border-bottom:  solid 1px #fff;
        border-top: solid 1px #fff;
    }
	
	.home #nav-content .nav-top,
	.page-template-page-overview #nav-content .nav-overview,
	.page-id-105 #nav-content .nav-entry{
		border-bottom: solid 1px #fff;
	}

    #nav-content li:nth-of-type(n+2) a{
        padding: 28px 0;
    }

    #nav-content a {
        font-size: .16rem;
        display: block;
        border-bottom: solid 1px #fff;
        padding: 33px 0;
    }
	.common-heading {
      margin-bottom: 56px;
  }

  .common-heading h2 {
      font-size: .32rem;
      margin-bottom: 0px;
  }

}



body:not(.home) header {
    padding: 23px 40px 18px 41px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1111;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
	align-items: center;
    background-color: #fff;
    mix-blend-mode: normal;
}
body:not(.home).is-open header{
    z-index: 11111111;
    background-color: transparent;
}
body:not(.home).is-open .loe-head__logo{
    opacity: 0.1;
}

body:not(.home) header .loe-head__logo {
    display: block;
    width: 521px;
}

body:not(.home) header .hamburger{
	opacity:1;
    mix-blend-mode: normal;
}


body:not(.home) header #toggle-box>span{
	background:#000;
}

@media screen and (max-width:800px){
body:not(.home) header {
    padding: 19px 15px 13px 17px;
}
body:not(.home) header .loe-head__logo {
    width: 260px;
}

}