.header.inview{
	transform: none;
}
.effect-accordion-menu {
    margin: 120px auto 0;
    max-width: 300px;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.effect-accordion-menu .harf {
    width: 47%;
}

/* +繝槭�繧ｯ縺ｨ-繝槭�繧ｯ 縺ｯ縺薙％縺九ｉ*/


.effect-accordion-menu__contents {
    display: none;
    margin-bottom: 22px;
}

/* 竊灘柑譫� */

/* .hamburger {
    display: none;
  } */
.hamburger {
    width: 36px;
}
.is-open .hamburger {
    background-color: transparent !important;
}
#toggle {
    position: fixed;
    /* top: 20px;
      right: 16px; */
}

#toggle-box {
    position: relative;
    width: 30px;
    height: 17px;
    cursor: pointer;
}


#toggle {
    position: relative;
}

#toggle-box {
    position: static;
}

#toggle-box>span {
    width: 100%;
    height: 2px;
    display: block;
    background: #000000;
    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;
}

#main {
    position: relative;
    z-index: 990;
}

#nav-content {
    z-index: 900;
    overflow: auto;
    width: 50vw;
    width: calc(920 / 1400* 100vw);
	min-width: 1050px;
    height: 100%;
    background-color: #b49a6d;
    /* background: linear-gradient(180deg, rgba(202, 184, 152, 1) 0%, rgba(189, 167, 127, 1) 51.87%, rgba(180, 154, 109, 1) 100%); */
    background-color: #fff;
    color: #ffffff;
    position: fixed;
    top: 0;
    right: 0;
    text-align: center;
    transform: translateX(100%);
    transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    padding: 77px 40px 100px 100px;
    /* padding: 0.5rem calc(250 / 1700* 100vw) 10rem calc(100 / 1700* 100vw); */
    /* justify-content: space-between; */
}

#nav-content ul {
    list-style: none;
}
#nav-content .effect-accordion-menu a {
    display: block;
    font-size: .18rem;
    text-decoration: none;
    transition: opacity .6s ease;
    line-height: 1;
}
#nav-content .nav-content-insta a{
	padding-bottom: 0;
}
.nav-content-icon-instagram img {
    width: 48px;
}

.nav-content-icon-facebook img {
    width: 23px;
}

.nav-content-icon-instagram {
    top: 13px;
    left: 15px;
}

.nav-content-icon-facebook {
    top: 25px;
    left: 72px;
}

.js-accordion-move {
    padding: 19px 0;
}

#nav-content a:hover {
    opacity: 0.6;
}

.is-open {
    overflow: hidden;
}

.is-open #toggle-box>span {
    background: #3e3e3e;
    /* width: 100%; */
}

.is-open #toggle-box>span:nth-child(1) {
    top: 50%;
    transform: rotate(45deg) 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(-45deg) translatey(-50%);
    width: 100%;
}

.is-open #nav-content {
    z-index: 999;
    transform: translateX(0);
    background: linear-gradient(30deg, rgba(210, 198, 161, 1) 0%, rgba(223, 215, 189, 1) 100%);
}



#nav-content ul li:nth-child(1) {
    margin-top: 130px;
}

#nav-content li a {
    font-weight: 400;
    margin-bottom: 35px;
}
#nav-content nav {
    width: auto;
    text-align: left;
	display: flex;
	align-items: flex-start;
}


#nav-content li:nth-last-of-type(1) {
    margin-bottom: 35px;
}



.effect-accordion-menu {
    margin: 42px 0 24px;
    max-width: 300px;
    width: 100%;
}


.effect-accordion-menu__title {
    cursor: pointer;
    position: relative;
    padding: 15px 0;
}

.effect-accordion-menu__title:before {
    position: absolute;
    content: '';
    top: 36%;
    right: 13px;
    width: 15px;
    height: 1px;
    background: #3e3e3e;
    transform: rotate(90deg);
    transition: all .3s ease-in-out;
}

.effect-accordion-menu__title:after {
    position: absolute;
    content: '';
    top: 36%;
    right: 13px;
    height: 1px;
    width: 15px;
    background: #3e3e3e;
    transition: all .3s ease-in-out;
}

.effect-accordion-menu__title.open:before {
    transform: rotate(180deg);
}

.effect-accordion-menu__title.open:after {
    opacity: 0;
}

.effect-accordion-menu__contents__series img {
    width: 100%;
    display: none;
}

.effect-accordion-menu__contents {
    display: none;
    margin-bottom: 22px;
}

.effect-accordion-menu__contents a {
    margin-bottom: 20px;
}


.effect-accordion-menu__list {
    position: relative;
    width: 100%;
}


.effect-accordion__first {
    font-size: .17rem;
    color: #000000;
    line-height: 1.4;
}

.effect-accordion__first span {
    color: #B49A6D;
    font-size: .16rem;
    margin-top: 9px;
    display: block;
}

.effect-accordion__second {
    margin-left: 23px;
}

.effect-accordion__third {
    margin-left: 38px;
}

#nav-content .effect-accordion-menu .effect-accordion__group a {
    margin-left: 35px;
    margin-top: 0px;
    padding-top: 9px;
    font-size: .18rem;
    font-weight: normal;
}

.effect-accordion__group a:nth-of-type(1) {
    margin-left: 23px;
    margin-bottom: 13px;
    font-size: .14rem;
    font-weight: 400;
}


.effect-accordion__group a:nth-of-type(n+2) {
    margin-left: 38px;
}


.nav-open-back{
    position: fixed;
    top: 0;
    left: 0;
    top: 0;
    left: 0;
    background-color: #000000a3;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all .3s;
    z-index: -1;
	pointer-events:none;
}

body.is-open .nav-open-back{
    opacity: 1;
    z-index: 11;
	pointer-events:all;
}



body.home{
    position: relative;
	overflow: hidden;
}




/* ヘッダー */
.header-inner{
	width: 1366px;
    max-width: 100%;
    margin: 0 auto;
}
header a {
    text-decoration: none;
    font-size: .14rem;/* ヘッダー簡素化*/
}

.hed-nav-logo {
    width: 234px;
    display: inline-block;
}

.navigation-right {
    display: flex;
    justify-content: space-between;
    width: fit-content;
    margin-bottom: 2px;
    align-items: center;
}

.hed-nav-mansion-gallery {
    color: #B49A6D;
    border: solid 1px #B49A6D;
    width: 180px;
    text-align: center;
    padding: 4px 0 4px;
}
.hed-nav-mansion-gallery {
    width: auto;
    padding: 3px 9px 3px;
    letter-spacing: -0.02em;
    min-width: 140px;
    box-sizing: border-box;
}

.hed-nav-mansion-gallery:hover{
    color: #fff;
    background-color: #B49A6D;
    opacity: 1;
}

.hed-nav-entry {
    color: #fff;
    background-color: #B49A6D;
    border: solid 1px #B49A6D;
    width: 160px;
    text-align: center;
    padding: 4px 0 4px;
}
.hed-nav-entry {
    width: auto;/* ヘッダー簡素化*/
    padding: 3px 21px 3px;/* ヘッダー簡素化*/
    letter-spacing: -0.02em;/* ヘッダー簡素化*/
	margin-left:36px;
}
.hed-nav-entry:hover{
    opacity: 1;
    color: #B49A6D;
    background-color: #fff;
    border: solid 1px #B49A6D;
}

.hed-nav-zerote {
    width: 82px;
    display: inline-block;
}
.hed-nav-release {
    width: 92px;
    margin-bottom: -10px;
}
.hed-nav-insta {
    display: inline-block;
    width: 26px;
    margin: 4px 36px 0;
}
.nav-right--contents-link {
	display: flex;
    justify-content: space-between;
    margin-bottom: 62px;
    margin-top: 22px;
    align-items: center;
    width: 280px;
}

.nav-right--contents-link .zerote{
	width:102px;
}
.nav-right--contents-link .release{
	width:106px;
}
.nav-right--contents-link .insta{
	width:31px;

}
.nav-right--contents__btn {
    color: #B49A6D;
    text-decoration: none;
    font-size: .16rem;
    border: 1px solid #B49A6D;
    width: 300px;
    text-align: center;
    margin-bottom: 30px;
    transition: .3s;
    /* background-color: #B49A6D; */
    display: flex;
    padding: 18px 0;
    text-align: center;
    justify-content: flex-end;
    max-width: 100%;
}

.nav-right--contents__btn span{
	display: block;
    position: relative;
    width: 60px;
    margin-left: 35px;
}

.nav-right--contents__btn span::before{
	content: '';
    position: absolute;
    width: 38px;
    height: 7px;
    left: 5px;
    top: 5px;
    border-bottom: solid 1.5px;
    border-right: solid 1.5px;
    transform: skew(45deg);
    transition: .1s;
}

.nav-right--contents__btn span::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 45px;
    background-color: #B49A6D;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    transition: .3s;
}

.nav-right--contents__btn:hover.nav-right--contents__btn span::before{
    width: 46px;
}

.nav-right--contents__btn:hover.nav-right--contents__btn span::after{
    background-color:#FFF;
}

#nav-content .nav-right--contents__btn:hover{
    background-color: #B49A6D;
    opacity: 1;
	color:#FFF;
	
}


.nav-right--contents.effect-accordion-menu {
    max-width: 400px;
	height: 0;
}

.nav-right--contents {
    margin-left: 55px;
}
.nav-caution-span,
.nav-right--contents .nav-entry-span{
    font-size: .12rem !important;;
    display: inline !important;
    color: #000 !important;
}

.nav-right--contents  .effect-accordion__group a span{
    color: #B49A6D;
    font-size: .14rem;
    margin-top: 4px;
    display: block;
    margin-top: 10px;
}

#nav-content .nav-right--contents .effect-accordion__group a {
    margin-left: 65px;
	margin-bottom: 29px;
	color: #000;
}

#nav-content .nav-right--contents .effect-accordion__group:last-child a{
	    margin-bottom: -24px;
}

.nav-right--contents .effect-accordion-menu__contents.effect-accordion-menu__contents__series {
    margin-top: 8px;
}

#nav-content .nav-right--contents a img{
	width:26px;
	vertical-align: middle;
}


/*新しいヘッダー*/

header {
    padding: 41px 0px 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 100;
    background: #FFF;
    font-size: .16rem;
    transition: 1s;
}
.home header {
    background: transparent;
}

.home header .coming-soon-link {
    color: rgb(255 255 255 / 60%) !important;
}
header .hamburger {
	/* position: fixed; */
	right: 0;
	margin-top: 0;
	padding: 32px 37px;
	width: initial;
	z-index: 11111;
	cursor: pointer;
	display:none;
	        width: 110px;
        position: fixed;
        top: 0;
}

header a{
    color: #000;
}

.header-contents__top{
    display: flex;
    justify-content: space-between;
    padding: 0 52px;
}

.header-contents__top-right{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 266px;
}

.header-contents__top-left {
    width: 400px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-limited-btn{
    background-color: #000;
    color: #fff;
    padding: 8px 27px;
}

.header-limited-btn:hover{
    color: #000;
    background-color: #B49A6D;
    opacity: 1;
}

.header-online-btn{
    color: #000;
    background-color: #B49A6D;
    padding: 8px 35px;
    transition: all .1s;
}

.header-online-btn:hover{
    background-color: #000;
    color: #fff;
    opacity: 1;
}

.header-contents__top-insta{
    width: 36px;
    display: inline-block;
}

.header-contents__suite-floor{
    position: relative;
    width: 202px;
    border: solid 1px;
    position: relative;
    padding: 6px 0px;
}

.header-contents__suite-floor p span{
    position: relative;
}

.header-contents__suite-floor p span::before {
    content: '';
    width: 6px;
    height: 6px;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    border-top: solid 2px rgb(0 0 0 / 100%);
    border-right: solid 2px rgb(0 0 0 / 100%);
    position: absolute;
    left: 26px;
    top: 6px;
    transform: rotate(135deg);
}

.header-contents__suite-floor:hover.header-contents__suite-floor p span::before{
    transform: rotate(315deg);
    top: 9px;
}


.header-contents__suite-floor div{
    position: absolute;
    left: 0;
    top: 36px;
    width: 100%;
    visibility: hidden;
    transition: all .3s;
    opacity: 0;
    z-index: 10;
    background-color: #000;
    padding-bottom: 7px;
    /* transform: scaleY(0);
    transform-origin: center top; */
}

.header-contents__suite-floor p {
    letter-spacing: -0.1em;
    text-align: center;
}

.header-contents__suite-floor a{
    display: block;
    text-align: center;
    color: #B49A6D;
    padding: 10px 0;
    position: relative;
    font-size: .14rem;
}

.header-contents__suite-floor a::before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3px;
    margin: auto;
    width: 90%;
    height: 1px;
    background-color: #B49A6D;
    z-index: 1;
}

.header-contents__suite-floor a:last-of-type::before{
    display: none;
}


.header-contents__suite-floor div:hover{
    opacity: 1;
}

.header-contents__suite-floor:hover.header-contents__suite-floor div{
    opacity: 1;
    visibility: visible;
    /* transform: scaleY(1); */
}

.nav-logo {
    width: 96px;
}

.nav-logo img{
    margin-bottom: -14px;
	transform: translateX(2px);
}
.header-contents__bottom {
    display: flex;
    align-items: baseline;
    margin-top: -50px;
    padding: 0 22px 0 43px;
    align-items: flex-end;
}

.header-contents__bottom .nav-logo{
    width: 96px;
}

.header_line2_link{
    margin-top: -5px;
}
.header_line2_text{
    font-size: .14rem;
	letter-spacing: 0;
}
.header-contents__bottom a:last-of-type::before{
    display: none;
}

.header_line2_link p{
    transform: translateY(11px);
}
@media screen and (max-width: 1370px) {
	.header_line2_secondhouse{
        letter-spacing: -0.1em;
	}
	.header_line2_secondhouse span{
        letter-spacing: -0.5em;
	}
}
.header-contents__bottom p {
    text-align: center;
    transition: all .3s;
}

.header-contents__bottom p:nth-of-type(1) {
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    font-size: .16rem;
}

.header-contents__bottom p:nth-of-type(2){
    opacity: 0;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /* width: fit-content; */
    height: fit-content;
    margin: auto;
    
}

.header-contents__bottom a{
    opacity: 1;
    padding: 0 25px;
    padding-right: 27px;
    position: relative;
    box-sizing: content-box;
	width: fit-content;
    height: auto;
}



.header-contents__bottom a::before {
    content: "";
    position: absolute;
    right: -2px;
    bottom: -3px;
    background-color: #000;
    width: 1px;
    height: 26px;
}

.header-contents__bottom a:hover p:nth-of-type(1){
    opacity: 0;
}

.header-contents__bottom a:hover p:nth-of-type(2){
    opacity: 1;
}

.coming-soon-link{
    pointer-events: none;
    /* opacity: 0.3 !important; */
    color: rgb(106 106 106 / 30%) !important;
}


.top-fixed-btn--box {
    background-color: #000000cc;
}

.top-fixde-heading{
    
}

.header-contents__top-insta img:nth-of-type(2),
.nav-logo img:nth-of-type(2){
    display: none;
}



/* 2枚目の時 */
.second .header-contents__top-insta img:nth-of-type(1),
.second .nav-logo img:nth-of-type(1){
    display: none;
}

.second .header-contents__top-insta img:nth-of-type(2),
.second .nav-logo img:nth-of-type(2){
    display: block;
}

.second .header-contents__suite-floor{
    border: solid 1px rgb(255 255 255 / 100%);
    color: rgb(255 255 255 / 100%);
}

.second .header-contents__suite-floor p span::before {
    border-top: solid 2px  rgb(255 255 255 / 100%);
    border-right: solid 2px rgb(255 255 255 / 100%);
}

.second .header-contents__bottom a{
    color: #fff;
}


.second .header-contents__bottom a::before {
    background-color: #fff;
}

@media screen and (max-width: 1350px){
	.header-contents__bottom a{
		padding: 0 15px;
	}
	
	.header-contents__bottom {
    justify-content: center;
	}
}


@media screen and (max-width: 1250px){
	.header-contents__bottom,
	.header-contents__top{
	display:none;
	}
	
	.header .hamburger{
		display:block;
	}
}


@media screen and (max-width: 1130px){

    header {
        padding: 0 0 0 16px;
		background-color: #fff;
		justify-content: flex-end;
    	align-items: flex-start;
		justify-content: space-between;
    }

    .hed-nav-logo {
        width: 152px;
        margin-top: 13px;
    }
	
    .hed-nav-mansion-gallery,
    .hed-nav-entry,
    .hed-nav-zerote,
	.hed-nav-release,
    .hed-nav-insta{
        display: none;
    }

    .navigation-right{
        justify-content: flex-end;
    }
	.hamburger {
        padding: 23px 17px;
		margin:0;
		width:auto;
    }
	#toggle {
		width: 36px;
	}
    #nav-content {
        flex-direction: column;
        width: 93%;
        padding: 27px;
    }
    #nav-content nav {
        width: 100%;
    }

    .nav-right--contents {
        width: 100%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 1050px){
	#nav-content {
		min-width: auto
	}
}

@media screen and (min-width: 769px){
	.nav-sp-text{
		display:none !important;
	}
}


header.fixed {
    padding: 6px 24px 6px 31px;
    width: 100%;
    position: fixed;
    z-index: 111;
    top: 0;
    left: 0;
    background: rgb(255 255 255 / 90%);
}
header.fixed .header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
header.fixed .top-izumizaki-logo {
    width: 197px;
    display: inline-block;
}

header.fixed .hamburger {
    display: block;
    position: initial;
    padding: 23px 17px;
    margin: 0;
    width: auto;
}
header.fixed .header-contents__bottom, 
header.fixed .header-contents__top {
        display: none;
}




@media screen and (min-width: 1250px){
	.top-izumizaki-logo{
		display:none;
	}
}
@media screen and (max-width: 1249px){
	header {
		position: fixed;
		padding: 15px 37px 15px 31px;
		width: 100%;
		z-index: 111;
		top: 0;
		left: 0;
		background: #FFF;
	}
	.header-inner{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.top-izumizaki-logo{
		width: 234px;
		display: inline-block;
	}
	body:not(.home) {
		padding-top: 0;
	}

	.header .hamburger {
		display: block;
		position: initial;
		padding: 23px 17px;
		margin: 0;
		width: auto;
	}
}
	
@media screen and (max-width: 768px){
	.header {
		padding: 0px 0px 0 16px;
	}
	.home .header {
		background: #FFF;
	}
	.effect-accordion-menu {
		margin: 0 0 0px;
		max-width:400px;
	}
	.navigation-right {
		display: flex;
		justify-content: space-between;
		width: auto;
		align-items: center;
	}
	.effect-accordion__first, 
	#nav-content .effect-accordion-menu a {
        font-size: .14rem;
        padding: 16px 0;
        display: flex;
        align-items: center;
        width: 178px;
        max-width: none;
        white-space: nowrap;
        line-height: 1;
        line-height: 1.5;
    }
	
	.effect-accordion-menu__title.js-accordion-move.effect-accordion__first {
		width: 100%;
		line-height: 1.2;
	}
	.effect-accordion__first span {
		font-size: .14rem;
		margin-top: 0px;
		display: none;
		margin-left: 45px;
	}
	.nav-caution-span,
	.nav-right--contents .nav-entry-span {
        display: contents !important;
        font-size: .10rem !important;
        letter-spacing: -0.05em;
        color: #000 !important;
	}

	#nav-content .nav-right--contents .effect-accordion__group a {
		font-size:.14rem;
		margin-left: 0px;
		margin-bottom: 3px;
		padding-bottom: 17px;
		align-items: baseline;
		width: 100%;
		color: #000;
	    width: max-content;
	}

	.nav-right--contents .effect-accordion__group a span{
		margin-left:23px;
	}

	.effect-accordion-menu__title:after,
	.effect-accordion-menu__title:before{
			top:50%;
			right: 20px;
	}

	#nav-content .nav-right--contents a img {
    	margin-right: 8px;
        width: 19px;
        margin-left: 1px;
	}
	
	.nav-right--contents-link {
		display: flex;
		justify-content: space-between;
		margin-bottom: 27px;
		flex-wrap: wrap;
		width: 84%;
    	margin: 0 auto;
	}
    .nav-right--contents__btn {
        font-size: .14rem;
        width: 235px;
        margin-bottom: 18px;
		display:none;
    }
	
	.nav-right--contents-link .zerote {
		width: 105px;
		margin-right: 14px;
	}
	
	.nav-right--contents__btn span {
		width: 51px;
		margin-left: 15px;
	}

	.nav-right--contents__btn span::before{
		width:30px;
		left:5px;
	}

	.nav-right--contents__btn:hover.nav-right--contents__btn span::before{
		width: 35px;
	}
    #nav-content nav {
        flex-direction: column; 
    }
    #nav-content {
        padding: 66px 15px 27px 32px;
        width: 100%;
	    background: linear-gradient(30deg, rgba(210, 198, 161, 1) 0%, rgba(223, 215, 189, 1) 100%);
    }
	
	.nav-right--contents.effect-accordion-menu {
    	margin-bottom: 28px;
	    max-width: 400px;
		height:auto;
	}

	.nav-sp-text{
		color:#B49A6D;
		display:block !important;
		font-size:.14rem;
        width: auto !important;
	}

	.effect-accordion-menu__list {
		display: flex;
		align-items: center;
	}

	.accordion-block {
		flex-direction: column;
		margin-bottom: -7px;
	}

	.nav-right--contents .effect-accordion-menu__contents.effect-accordion-menu__contents__series {
		margin-top: 1px;
		width: 80%;
	}
}