@charset "UTF-8";
/* CSS Document */

/*
スマートフォン用CSS
*/

html, body {
	color: #3e3a39;
	background: #f7f5f0;
	font-size: 12px;
	line-height: 1.6;
	letter-spacing: .06em;
	font-feature-settings: "palt";
	overflow-x: hidden;
	font-family: "a-otf-ud-reimin-pr6n", sans-serif;
	font-weight: 300;
	font-style: normal;
}

.pc{display: none!important;}


.enter-wrap{
	width: 100vw;
	height: auto;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100dvh;
	overflow: hidden;
	background: #f7f5f0;
	z-index: 999;
}

.enter-wrap.text-on{
	overflow-y: scroll;
  -webkit-overflow-scrolling: touch; /* スムーズスクロール */
}

.visited .enter-wrap{
	display: none;
	visibility: hidden;
}

.enter-wrap .thumb-wrap{
	width: 100%;
	height: 40vh;
}

.enter-wrap .thumb-wrap img{
	width: 100%;
	height: 100%;
	object-fit:cover;
	font-family: 'object-fit: cover;'
}

.enter-wrap .text-wrap{
	width: 100%;
	padding: 4em 5vw 5em;
}


.enter-logo{
	width: 30vw;
	max-width: 373px;
	min-width: 190px;
	position: fixed;
	top: 70vh;
	left: 50%;
	transform: translate(-50% , -50%);	
	opacity: 0;
	transition: 1s ease-out .4s;
}

.load-on .enter-logo{
	opacity: 1;
}

.enter-wrap .text-wrap .inner{
	opacity: 0;
	transition: opacity 1s ease-out .4s;
}

.enter-wrap.text-on .enter-logo{
	opacity: 0;
}

.enter-wrap.text-on .text-wrap .inner{
	opacity: 1;
}

.enter-wrap .text-wrap .title{
	font-size: 1.2em;
	letter-spacing: .3em;
	margin-bottom: 2.6em;
}

.enter-wrap .text-wrap .text{
	line-height: 2.2;
	margin-bottom: 3em;
	font-size: .95em;
}

.enter-wrap .text-wrap .enter-link{
	display: inline-block;
	letter-spacing: .28em;
	border: 1px solid rgba(89,87,87,0.5);
	padding: 1em 2em;
	cursor: pointer;
	font-size: .85em;
	position: fixed;
	bottom: 4dvh;
	right: 5vw;
}


.enter-wrap.visited{
	opacity: 0;
	pointer-events: none;
	transition: .6s ease 2s;
}

.enter-wrap.visited .text-wrap{
    animation: splash-anim-fade 7.5s ease forwards 0s;	
}


@keyframes splash-anim-fade {
0% {
    opacity: 1;
    filter: blur(0px);
}

100% {
    opacity: 0;
    filter: blur(10px);
}

}


header{
	position: fixed;
	top: 2em;
	left: 5vw;
	z-index: 10;
}

header .logo{
	width: 30vw;
	max-width: 373px;
	min-width: 190px;
	margin-bottom: 3em;
}

header .read{
	font-size: .85em;
	line-height: 2.2;
	letter-spacing: .18em;
	opacity: .6;
	margin-bottom: 2em;
	transition: opacity .4s ease;
}

header .order-link{
	letter-spacing: .13em;
	padding-bottom: .3em;
	border-bottom: 1px solid rgba(89,87,87,0.5);
	transition: opacity .4s ease;
}

header.fade .read,
header.fade .order-link{
	opacity: 0;
	pointer-events: none;
}

.gnav{
	z-index: 10;
}

.gnav li{
	font-size: 1.05em;
	letter-spacing: .1em;
	margin-top: 1.5em;
	line-height: 1.4;
}

.gnav li.current{
	opacity: .5;
}

.gnav li a{
	display: inline-block;
	position: relative;
	overflow: hidden;
	padding-bottom: .3em;
}

.gnav li a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: rgba(89,87,87,0.5);
    left: -100%;
    bottom: 0;
    transition: left .8s cubic-bezier(.65,0,.35,1);
}

.gnav li a:hover:after {
    left: 0%;
}



/*
TOP
--------------------
*/


.top header,
.top .gnav{
	color: #FFF;
}

.top header .order-link{
	border-bottom: 1px solid rgba(255,255,255,0.5);
}

.top .gnav li a:after {
    background-color: rgba(255,255,255,0.5);
}

.top-movie-wrap{
	color: #FFF;
	overflow: hidden;
	line-height: 1;
	top: 0;
	left: 0;	
	z-index: 1;
	padding: 20em 0 7em;
	overflow-y: scroll;
}

.top-movie-wrap .bg{
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	background: url(img/top/L1130404e.jpg) no-repeat 25% center;
	background-size: cover;
}

/*
.top-movie-wrap .bg video{
	width: 100%;
	height: 100%;
	object-fit:cover;
	font-family: 'object-fit: cover;'
}
*/

.top-movie-wrap .read{
	width: 90%;
	margin: 0 auto 5em;
	font-size: .85em;
	line-height: 2.1;
	letter-spacing: .1em;
	opacity: .6;
	position: relative;
	z-index: 2;
}

.top-movie-wrap .top-news-wrap{
	width: 90%;
	margin: 0 auto;
	position: fixed;
	bottom: 5dvh;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
}

.top-movie-wrap .top-news-wrap .top-news{
	display: flex;
	gap:1em;
	margin-bottom: 1.6em;
}


.top-movie-wrap .top-news-wrap .top-news .date{
	letter-spacing: .1em;
}

.top-movie-wrap .top-news-wrap .top-news .title{
	letter-spacing: .2em;
}

.top-movie-wrap .top-news-wrap .more{
	display: inline-block;
	font-size: .9em;
	letter-spacing: .1em;
	padding-bottom: .3em;
	border-bottom: 1px solid rgba(255,255,255,0.5);
}


/*
PAGE
--------------------
*/

.page-contents-wrap{
	padding-bottom: 6em;
}



/*
PHILOSOPHY
--------------------
*/

.philosophy-contents-wrap{
	width: 90%;
	max-width: 1500px;
	margin: 0 auto;
	padding-top: 20em;
}

.philosophy-contents{
	margin-bottom: 6em;
}

.philosophy-contents:last-of-type{
	margin-bottom: 0;
}

.philosophy-contents .thumb-wrap{
	width: 100%;
	margin-bottom: 3em;
}

.philosophy-contents .text-wrap{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-flow: column;
}

.philosophy-contents .text-wrap .title{
	font-size: 1.2em;
	letter-spacing: .2em;
	margin-bottom: 2em;
}

.philosophy-contents .text-wrap .text.jp{
	line-height: 2.3;
	padding-bottom: 2.5em;
	font-size: .95em;
}

.philosophy-contents .text-wrap .text.en{
	font-size: .85em;
	line-height: 2.1;
	letter-spacing: .1em;
	padding-right: 5vw;
}

.philosophy-contents .text-wrap .text.en.view{
	opacity: .6;
}


/*
ART WORK
--------------------
*/

.artwork-contents-wrap{
	width: 90%;
	max-width: 1550px;
	margin: 0 auto;
	padding-top: 20em;
	line-height: 0;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap:1.6em 1em;
}


/* single */
.artwork-single-wrap{
	width: 90%;
	margin: 0 auto;
	padding-top: 20em;
}

.artwork-single-wrap .text-wrap{
	width: 100%;
	padding-top: 1.7em;
	margin-bottom: 4em;
}

.artwork-single-wrap .thumb-wrap{
	width: 100%;
	display: flex;
	flex-flow: column;
	gap: 1em;
}

.artwork-single-wrap .text-wrap .title{
	font-size: 1.4em;
	letter-spacing: .1em;
	margin-bottom: 1.3rem;
}

.artwork-single-wrap .text-wrap .jp-title{
	letter-spacing: .5em;
	margin-bottom: 4rem;
	font-size: .95em;
}

.artwork-single-wrap .text-wrap .text.jp{
	font-size: .9em;
	line-height: 2.4;
	margin-bottom: 3rem;
}

.artwork-single-wrap .text-wrap .text.en{
	font-size: .85em;
	line-height: 2.1;
	letter-spacing: .1em;
	margin-bottom: 3rem;
}

.artwork-single-wrap .text-wrap .text.en.view{
	opacity: .6;
}

.artwork-single-wrap .text-wrap .price{
	display: inline-block;
	letter-spacing: .1em;
	padding-bottom: .3em;
	border-bottom: 1px solid rgba(89,87,87,0.5);
}


/*
NEWS
--------------------
*/

.news-contents-wrap{
	width: 90%;
	max-width: 1460px;
	margin: 0 auto;
	padding-top: 18em;
}

.news-contents-wrap .title-wrap{
	display: flex;
	align-items: center;
	padding: 1.5em .3em;
	border-bottom: 1px solid rgba(89,87,87,0.5);
}

.news-contents-wrap .title-wrap .date{
	width: 6.6rem;
	font-size: 1.1em;
	letter-spacing: .2em;
}

.news-contents-wrap .title-wrap .title{
	width: calc(100% - 6.6rem);
	font-size: 1.1em;
	letter-spacing: .2em;
}

.news-contents{
	display: flex;
	align-items: center;
	padding: 1.5em .3em;
	border-bottom: 1px solid rgba(89,87,87,0.5);
	position: relative;
}

.news-contents::after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: rgba(89,87,87,0.75);
	position: absolute;
	left: 0;
	bottom: -0.5px;
	transform: scale(0);
	transform-origin: left;
	transition: transform .7s cubic-bezier(.45,0,.55,1);
 }
 
 .news-contents:hover::after {
 	transform: scale(1);
 }

.news-contents .date{
	font-size: .9em;
	width: 6.6rem;
	letter-spacing: .05em;
}

.news-contents .title{
	width: calc(100% - 6.6rem);
	letter-spacing: .2em;
	position: relative;
	padding-right: 3em;
}

.news-contents .title .arw{
	display: block;
	position: absolute;
	width: 2.16em;
	height: 1.3em;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	border: 1px solid rgba(89,87,87,0.25);
	border-radius: 100%;
	transition: .7s ease;
}

.news-contents:hover .title .arw{
	background: rgba(89,87,87,1);
}

.news-contents .title .arw::after{
	content: "";
	display: block;
	width: 1em;
	height: .4em;
	background: url(img/common/arrow.svg) no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
	transition: .7s ease;
}

.news-contents:hover .title .arw::after{
	background: url(img/common/arrow_wt.svg) no-repeat;
	background-size: contain;
}


/* single */
.news-single-wrap{
	width: 90%;
	max-width: 1460px;
	margin: 0 auto;
	padding-top: 20em;
}

.news-single-wrap .title-wrap{
	padding-bottom: 1.46em;
	margin-bottom: 1.6em;
	border-bottom: 1px solid rgba(89,87,87,0.5);
}

.news-single-wrap .title-wrap .date{
	font-size: .9em;
	letter-spacing: .1em;
	margin-bottom: 1em;
}

.news-single-wrap .title-wrap .title{
	font-size: 1.2em;
	letter-spacing: .1em;
}

.news-single-wrap .contents-wrap{
	line-height: 2.4;
}



/*
MATERIAL
--------------------
*/

.material-contents-wrap{
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	margin: 0 auto;
	padding-left: 5vw;
	padding-right: 5vw;
	border-bottom: .8em solid #231815;
}

.material-contents-wrap img{
	width: auto;
	height: auto;
}

.material-contents-wrap .main-img-wrap{
	height: calc(100% - 16vh);
	padding-bottom: 6vh;
}

.material-contents-wrap .main-img-wrap .inner{
	position: relative;
	width: 100%;
	height: 100%;
}

.main-img-wrap img {
	max-height: 60vh;	
	position: absolute;
	right: 0;
	bottom: 0;	
	opacity: 0;
	transition: opacity 0.5s ease;
}
.main-img-wrap img.show {
	opacity: 1;
}

.material-contents-wrap .thumb-list-wrap{
	position: relative;
	height: 16vh;	
}

.material-contents-wrap .thumb-list{
	height: 100%;
	display: flex;
	align-items: center;
	gap:.3em;
}


@media (max-width: 600px) {

.material-contents-wrap .main-img-wrap{
	height: calc(100% - 13vh);
	padding-bottom: 4vh;
}

.material-contents-wrap .thumb-list-wrap{
	height: 13vh;	
}

}

@media (max-width: 460px) {

.material-contents-wrap .main-img-wrap{
	height: calc(100% - 10vh);
	padding-bottom: 3vh;
}

.material-contents-wrap .thumb-list-wrap{
	height: 10vh;	
}

}


/* アスペクト比維持（フォールバック兼用） */
.material-contents-wrap .thumb-list li::before {
	content: "";
	display: block;
	padding-bottom: calc(100% * 9 / 7);
}

.material-contents-wrap .thumb-list li{
	aspect-ratio: 7 / 9;
	width: calc(100% / 9);
	position: relative;
}

.material-contents-wrap .thumb-list li img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	object-fit:cover;
	font-family: 'object-fit: cover;'
}

.material-contents-wrap .thumb-list::before{
	content: "";
	display: block;
	width: 100vw;
	height: 1px;
	background: rgba(89,87,87,0.5);
	position: absolute;
	top: 0;
	left: -3vw;
}

/*
CONTACT
--------------------
*/

.contact-contents-wrap{
	padding-top: 20em;
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	padding-bottom: 5em;
}

.form-wrap .read{
	text-align: center;
	line-height: 2;
	margin-bottom: 4em;
}

.form-wrap .read p:last-child{
	margin-top: 1.2em;
}

.form-wrap .red{
	color: #ce2e2e;
}

.form-wrap table{
	max-width: 1200px;
	margin: 0 auto;
}

.confirm_area .form-wrap table{
	max-width: 550px;
}

.form-wrap table th{
	display: block;
	width: 100%;
	padding-bottom: .6em;
	vertical-align: top;
	white-space: nowrap;
}

.form-wrap table td{
	display: block;
	width: 100%;
	font-weight: 500;
	padding-bottom: 1.2em;
}

.form-wrap table td .note{
	font-size: .9em;
	margin-top: .5em;
}

.form-wrap .step-wrap{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	border-top: 1px solid rgba(181,181,182,0.5);
	border-bottom: 1px solid rgba(181,181,182,0.5);
	margin-bottom: 3em;
	padding: 1em 0;
}

.form-wrap .step-wrap div{
	text-align: center;
	width: 33.333%;
	opacity: .5;
}

.form-wrap .step-wrap div span:first-child{
	display: inline-block;
	margin-right: .6em;
}

.form-wrap .step-wrap div.current{
	opacity: 1;
}

input[type="number"]::-webkit-outer-spin-button, 
input[type="number"]::-webkit-inner-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
} 

input[type="number"] { 
  -moz-appearance:textfield; 
} 


input[type="text"],
input[type="email"],
input[type="number"],
input[type="tel"],
textarea{
	width: 100%;
    padding: 1em;
    font-size: 1em;
    line-height: 1.85714;
    letter-spacing: .1em;
    border: 1px solid #CCC;
    margin-top: 0;
    transition: background-color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
    outline: none;
    -webkit-appearance: none;
}

.event-name input[type="text"]{
	border: none;
	pointer-events: none;
	padding: 0;
	font-size: 1.14em;
}

.form-wrap .btn-wrap{
	display: flex;
	justify-content: center;
	margin: 2em auto 0;
	position: relative;
}

input[type="reset"],
input[type="button"].back_button{
    color: #555;
    background: none;
    position: absolute;
    display: block;
    -webkit-appearance: none;
    border: none;
    outline: none;
	cursor: pointer;
    bottom: -4em;
    left: 50%;
    transform: translateX(-50%);
}

input[type="submit"],
input[type="button"].confirm_button{
    font-size: 1.1em;
    font-weight: 700;
    letter-spacing: .2em;
	padding: 1.5em 3.5em;
	border: 1px solid rgba(89,87,87,0.5);
    width: 100%;
    max-width: 354px;
    background: #3e3a39;
    color: #FFF;
    font-family: inherit;
    -webkit-appearance: none;
    outline: none;
	cursor: pointer;
	transition: .2s ease-in;
	text-align: center;
	display: block;
    transition: .3s ease;
}

input[type="submit"]:hover,
input[type="button"].confirm_button:hover{
	color: #3e3a39;
	background: #FFF;
}



input::-webkit-input-placeholder { color:#bbb;}
input:-moz-placeholder { color:#bbb;}
input::-moz-placeholder { color:#bbb;}

textarea::-webkit-input-placeholder { color:#bbb;}
textarea:-moz-placeholder { color:#bbb;}
textarea::-moz-placeholder { color:#bbb;}

select{
    outline:none;
    text-indent: 0.01px;
    text-overflow: '';
    background: none transparent;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
	-webkit-appearance: none;
	appearance: none;
    border-radius: 0;
	width: 100%;
    padding: 1em;
    font-size: 1em;
    line-height: 1.85714;
    letter-spacing: .1em;
    border: 1px solid #CCC;
    color: #bbb;
    background: #FFF;
}

.select-wrap{
	position: relative;
	width: 100%;
}

.select-wrap::after{
  border-top: 1px solid rgba(35,24,21,0.25);
  border-right: 1px solid rgba(35,24,21,0.25);
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 1.6em;;
  right: 20px;
  transform: rotate(130deg);
 }

.size-m{
	display: inline-block;
	width: 100%;
	max-width: 400px;
}

.size-mm{
	display: inline-block;
	width: 100%;
	max-width: 600px;
}

.size-s{
	display: inline-block;
	width: 6em;
	margin-right: 1em;
}

.size-zip{
	display: inline-block;
	width: 100%;
	max-width: 300px;
	vertical-align: middle;
}

span.wpcf7-list-item{
	margin-left: 0;
	margin-right: 1em;
}

/* checkbox */

.form-wrap input[type="checkbox"] {
  position: absolute;
  opacity: 0;/*既存のチェックボックスを見えなくする*/
}

.form-wrap .wpcf7-list-item-label{
	position: relative;
	cursor: pointer;
}

.form-wrap .wpcf7-list-item-label::before {/*チェックボックスの枠*/
	content: '';
	border: 1px solid rgba(62,58,57,0.25);
	background: #FFF;
	border-radius: 5px;
	display: inline-block;
	width: 15px;
	height: 15px;
	position: relative;
	top: -3px;
	margin-right: 10px;
	vertical-align: middle;
	cursor: pointer;
	vertical-align: -5px;
	text-align: center;
}

.form-wrap input[type="checkbox"]:checked + .wpcf7-list-item-label::after {/*チェックアイコン*/
	position: absolute;
	top: 4px;
	left: 6px;
	transform: rotate(50deg);
	width: 4px;
	height: 8px;
	border-right: 2px solid #3e3a39;
	border-bottom: 2px solid #3e3a39;
	content: '';
}

.form-wrap .policy-link a{
	text-decoration: underline;
}

.confirm{
	text-align: center;
	margin:0 0 40px;
	padding-top: 80px;
	font-weight: 700;
	font-size: 16px;
}

.conf-text{
	text-align: center;
	letter-spacing: .5em;
	margin-bottom: 3em;
	margin-top: 3em;
}

.submit{
	position: relative;
    margin: 0 auto;
	display: table;
	margin-top: 20px;
}

.wpcf7c-conf {
    background: none!important;
    border: none!important;
 }

.ajax-loader,
div.wpcf7-mail-sent-ok,
.wpcf7 form .wpcf7-response-output,
.wpcf7-spinner {
	display: none!important;
}

.wpcf7-not-valid-tip {
    font-size: 1em;
    font-weight: normal;
    display: block;
}

.form-wrap .policy-link a{
	text-decoration: underline;
}


.thanks-wrap{
	width: 100%;
	margin: 15vh auto 20vh;
	text-align: center;
}

.thanks-wrap .title{
	font-size: 1.2em;
	margin-bottom: 1.5em;
}

.thanks-wrap p{
	line-height: 2;
	margin-bottom: 3em;
}

.thanks-wrap a{
	text-decoration: underline;
}


/*確認画面と完了画面を非表示*/
.confirm_area,
.thanks_area {
    display: none;
}

.confirm_area table{
	width: 90%;
	margin: 4em auto;
}

.confirm_area .form-wrap table td{
	padding-bottom: 2em;
}

/*デフォルトのサンクスメッセージを非表示*/
.wpcf7-response-output{
    display: none;
}


/*
PRIVACY POLICY
--------------------
*/

.policy-contents-wrap{
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	padding-top: 20em;
}

.policy-read-wrap{
	line-height: 2;
	margin-bottom: 3em;
}

.policy-contents{
	margin-bottom: 3em;
}

.policy-contents .title{
	font-size: 1.1em;
	margin-bottom: 1em;
}

.policy-contents .ls-title::before{
	top: 1.3em;
}

.policy-contents .text{
	line-height: 2;
}

.policy-contents .text a{
	text-decoration: underline;
}

.policy-contents ul{
	margin-top: 2em;
}

.policy-contents .text ul{
	margin: 2em 0;
	list-style-type: decimal;
	padding-left: 1.3em;
}


.policy-contents .text ul li{
	line-height: 1.6;
	padding-left: .5em;
    margin-bottom: 1.2em;
}

.policy-contents .text ul li li{
	line-height: 1.8;
}


.info404-wrap{
	width: 100%;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.info404-wrap .title{
	font-size: 1.6em;
	margin-bottom: 2em;
}
.info404-wrap p{
	margin-bottom: 2em;
}
.info404-wrap a{
	font-size: 1.15em;
	text-decoration: underline;
}


/*
open menu
--------------------
*/


.open-menu-btn-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    width: 2.3em;
    height: .4em;
    top: 2.6em;
    right: 5vw;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 999;
}

.open-menu-btn {
	display: block;
	border: none;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}

.open-menu-btn .toggle {
	width: 100%;
	height: 1px;
	display: block;
	position: absolute;
	left: 0;
	transition: 0s ease .8s;
}

.open .open-menu-btn .toggle {
	transition: 0s ease .6s;
}

.open-menu-btn .toggle::after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(89,97,87,0.5);
	position: absolute;
	top: 0;
	left: 0;
	transform-origin: top left;
}

.top .open-menu-btn .toggle::after{
	background: rgba(255,255,255,0.5);
}

.top .open .open-menu-btn .toggle::after{
	background: rgba(89,97,87,0.5);
}

.open-menu-btn .toggle:nth-child(1) {
	top: 0;
}

.open-menu-btn .toggle:nth-child(2) {
	bottom: 0;
}

.open .open-menu-btn .toggle:nth-child(1) {
	top: 50%;
	transform: translateY(-50%) rotate(40deg);
}

.open .open-menu-btn .toggle:nth-child(2) {
	bottom: 50%;
	transform: translateY(50%) rotate(-40deg);
}

.open-menu.open .open-menu-btn .toggle:nth-child(1)::after{
    animation: fillborder 1.2s both ease-out .3s;
}

.open-menu.open .open-menu-btn .toggle:nth-child(2)::after{
    animation: fillborder 1.2s both ease-out;
}

.open-menu.close .open-menu-btn .toggle:nth-child(1)::after{
    animation: fillborder2 1.2s both ease .3s;
}

.open-menu.close .open-menu-btn .toggle:nth-child(2)::after{
    animation: fillborder2 1.2s both ease;
}

@keyframes fillborder {
    0% {
        transform: scaleX(1)
    }

    30% {
        transform: scaleX(0)
    }

    70% {
        transform: scaleX(0)
    }

    100% {
        transform: scaleX(1)
    }
}

@keyframes fillborder2 {
    0% {
        transform: scaleX(1)
    }

    30% {
        transform: scaleX(0)
    }

    70% {
        transform: scaleX(0)
    }

    100% {
        transform: scaleX(1)
    }
}

.open-menu-bg {
	position: fixed;
    top: 0;
    right: 0;
    left: auto;
    width: 100%;
    height: 100%;
    pointer-events: none;
    opacity: 0;
    z-index: 998;
    background: #f7f5f0;
    transition: .5s cubic-bezier(0.65, 0.05, 0.36, 1);
    transition-property: background-color,opacity,transform;
}

/* ---- モダンブラウザ用 ---- */
@property --maskColorPosition1 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 0%;
}

@property --maskColorPosition2 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 0%;
}

@property --maskColorPosition3 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 0%;
}

.open .open-menu-bg {
	opacity: 1;
    pointer-events: auto;
    transition-timing-function: cubic-bezier(0.17, 0.84, 0.44, 1);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: 200% 0;
    mask-position: 200% 0;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-image: linear-gradient(var(--maskColorDeg), #000 0%, #000 var(--maskColorPosition1), transparent var(--maskColorPosition2), transparent var(--maskColorPosition3));
    mask-image: linear-gradient(var(--maskColorDeg), #000 0%, #000 var(--maskColorPosition1), transparent var(--maskColorPosition2), transparent var(--maskColorPosition3));
    will-change: -webkit-mask,mask,animation;
    animation: maskFadeInDegree_paging linear .4s forwards;
}

@keyframes maskFadeInDegree_paging {
  0% {
      --maskColorDeg: -45deg;
      --maskColorPosition1: 0%;
      --maskColorPosition2: 0%;
      --maskColorPosition3: 0%;
  }
  100% {
      --maskColorDeg: -45deg;
      --maskColorPosition1: 100%;
      --maskColorPosition2: 200%;
      --maskColorPosition3: 300%;
  }
}

.open-menu-wrap {
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	right: 0;
	padding: 5em 6vw 8em;
	overflow-y: scroll;
	overflow-x: hidden;
	z-index: 998;
	pointer-events: none;
	-ms-overflow-style: none;
	scrollbar-width: none;
	opacity: 0;
	transition: opacity .4s ease;	
}

.open .open-menu-wrap {
	opacity: 1;
	pointer-events: visible;
}

.open-menu-wrap::-webkit-scrollbar{
  display: none;
}

.open-logo{
	width: 30vw;
	max-width: 373px;
	min-width: 190px;
	position: absolute;
	right: 6vw;
	bottom: 3em;
	opacity: 0;
	transform: translateY(1em);
	transition: .5s ease .3s;
}

.top .open-menu-wrap .gnav{
	color: #3e3a39;
}

.open-menu-wrap{
	transform: translateY(1em);
	transition: .4s ease;
}

.open .open-menu-wrap{
	transform: translateY(0);
}

.open-menu-wrap .gnav li a{
	display: block;
	opacity: 0;
	transform: translateY(1em);
	transition: .5s ease;
	transition-delay: .2s
}

.open .open-menu-wrap .gnav li a,
.open .open-logo{
	opacity: 1;
	transform: translateY(0);
	transition-delay: .1s
}

.open .open-menu-wrap .gnav li:nth-of-type(2) a{
	transition-delay: .14s
}

.open .open-menu-wrap .gnav li:nth-of-type(3) a{
	transition-delay: .18s
}

.open .open-menu-wrap .gnav li:nth-of-type(4) a{
	transition-delay: .22s
}

.open .open-menu-wrap .gnav li:nth-of-type(5) a{
	transition-delay: .26s
}
