@charset "UTF-8";
/*
 * style.css
 *
 *  version --- 1.0
 *  updated --- 2017/11/30
 */

.pc{display: none!important;}

/* !wrapper
---------------------------------------------------------- */
#wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.inner,
.inner02{
	padding: 0 35px;
	position: relative;
}
/*.inner02{padding: 0 20px}*/

/* !header
---------------------------------------------------------- */
#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
}

#headerIn {
	padding: 0 20px;
	position: relative;
}

#headerLinks {
	
}
/*btnMenu*/
.btnMenu {
	position: absolute;
	right: 20px;
	top: 30px;
	z-index: 998;
}
.btnMenu a {
  display: block;
  width: 50px;
  height: 40px;
  box-sizing: border-box;
  position: relative;
}

.btnMenu a span {
	box-shadow: 0 0 4px rgba(0,0,0,.3);
  display: block;
  background: #fff;
  width: 24px;
  height: 2px;
  position: absolute;
  /*left: 5px;*/
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  border-radius: 2px;
}
.btnMenu.active a span{
	width: 40px;
	height: 2px;
}

.btnMenu a span:first-child {
	top: 7px;
	left: 3px;
  -webkit-transform: translateY(0px) rotate(35deg);
  -moz-transform: translateY(0px) rotate(35deg);
  -ms-transform: translateY(0px) rotate(35deg);
  transform: translateY(0px) rotate(35deg);
}

.btnMenu a span:nth-child(2) {
	right: 3px;
	top: 7px;
  -webkit-transform: translateY(0px) rotate(-35deg);
  -moz-transform: translateY(0px) rotate(-35deg);
  -ms-transform: translateY(0px) rotate(-35deg);
  transform: translateY(0px) rotate(-35deg);

}

.btnMenu a span:last-child {
  	bottom: 0px;
  	left: 50%;
  -webkit-transform: translate(-12px,-12px) rotate(90deg);
  -moz-transform: translate(-12px,-12px) rotate(90deg);
  -ms-transform: translate(-12px,-12px) rotate(90deg);
  transform: translate(-12px,-12px) rotate(90deg);
}

	
.btnMenu.active a span:first-child {
	top: 20px;
	left: -13px;
  -webkit-transform: translateY(0px) rotate(90deg);
  -moz-transform: translateY(0px) rotate(90deg);
  -ms-transform: translateY(0px) rotate(90deg);
  transform: translateY(0px) rotate(90deg);
}

.btnMenu.active a span:nth-child(2) {
	top: 20px;
	right: -13px;
  -webkit-transform: translateY(0px) rotate(90deg);
  -moz-transform: translateY(0px) rotate(90deg);
  -ms-transform: translateY(0px) rotate(90deg);
  transform: translateY(0px) rotate(90deg);
}

.btnMenu.active a span:last-child {
	width: 53px;
	left: -1px;
	bottom: 50%;
  -webkit-transform: translateY(2px) rotate(47deg);
  -moz-transform: translateY(2px) rotate(47deg);
  -ms-transform: translateY(2px) rotate(47deg);
  transform: translateY(2px) rotate(47deg);
}


/* !gNavi
---------------------------------------------------------- */
#gNavi {
	position: fixed;
    z-index: 997;
    width: 100%;
    height: 100vh;
    top: 0px;
    right: 0;
    -webkit-overflow-scrolling: touch;
    background: #888888;
    box-sizing: border-box;
    padding: 135px 0px 0;
	opacity: 0;
	pointer-events: none;
	transition:opacity 0.5s !important;
}
#gNavi.active{
	opacity: 1;
	pointer-events: auto;
}
.gNaviIn{
	height: 100%;
	display: block;
	align-items: center;
	justify-content: flex-end;
	text-align: center;
}
.gNaviBox{
	align-items: center;
	transition: transform .7s,opacity 0.5s !important;
	transform: translateX(100%);
}
#gNavi.active .gNaviBox{
    transform: translateX(0%);
}

.gNaviUl{
	margin-bottom: 56px;
}
.gNaviUl li{margin-bottom: 36px;}
.gNaviUl li a{
	display: block;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.4rem;
	line-height: 1;
	letter-spacing: 0.08em;
}

.gNaviSns{
	display: flex;
	justify-content: center;
	margin-bottom: 64px
}
.gNaviSns li + li{
	margin-left: 20px;
}
.gNaviSns li a{
	display: block;
}
.gNaviSns li a img{
	width: 30px;
}
.gNaviSns li a .on{
	display: none;
}
.navClose{
	text-align: center;
}
	
/* !mainVisual
---------------------------------------------------------- */
#mainVisual {
	position: relative;
}

.bg_video {
    min-width: 100%;
    height: 100vh;
    min-height: 100vh;
	height: calc(var(--vh, 1vh) * 100);
	min-height: calc(var(--vh, 1vh) * 100);
}
.bg_video video {
    -o-object-fit: cover;
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.mvTxt{
	position: absolute;
	top: 140px;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 2;
	animation-name:mvTxt;
	animation-duration: 3s!important;
}
@keyframes mvTxt{
  	0% {
	    opacity: 0;
	    -webkit-transform: translateY(100vh);
	    -ms-transform: translateY(100vh);
	    transform: translateY(100vh);
	}
	50%{
	    opacity: .4;
	}
	100% {
	    opacity: 1;
	    -webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	    transform: translateY(0);
	}
}
.scrollP{
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	z-index: 2;
	color: #fff;
	padding-bottom: 70px;
}
@keyframes scroller{
  0% {
      bottom:0px;
      height: 60px;
  }
  20% {
      bottom: 0px;
      height: 0px;
  }
  20.1% {
      bottom: 60px;
      height: 0px;
  }
  50% {
      bottom: 60px;
      height: 0px;
  }
  100% {
      bottom: 0;
      height: 60px;
  }
}
.scrollP span,
.scrollP a{
	color: #fff;
	font-size: 1rem;
	letter-spacing: 0.1em
}
.scrollP span:before,
.scrollP a:before{
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-right: 1px solid #fff;
    height: 60px;
    -webkit-animation: scroller 2s cubic-bezier(.65,.05,.36,1) 0s infinite;
    animation: scroller 2s cubic-bezier(.65,.05,.36,1) 0s infinite;
    z-index: 2;
}


/* !teaser
---------------------------------------------------------- */
#teaser {
	background: #888888;
	color: #fff;
	padding: 50px 0 10px;
}
.teaserHd{
	text-align: center;
	font-size: 3rem;
	line-height: 1.3;
	letter-spacing: 0.05em;
	margin-bottom: 25px;
}
#teaser .indexUl02{margin-bottom: 0}
#teaser .indexUl02 li a{color: #fff}


.blogTeaser{
	padding-top: 20px;
	text-align: center;
}
.blogTeaserInner{
	padding: 0 20px;
}
.blogTeaserHd .txt{
	padding: 7px 0 15px;
	font-size: 2rem;
	letter-spacing: 0.05em
}
.blogTeaserImg{
	height: 200px;
	background: url(../img/blog/teaser_blog.jpg)no-repeat center center;
	background-size: cover;
}
/* !breadcrumb
---------------------------------------------------------- */
#breadcrumb{
	font-family: 'PT Sans', sans-serif;
	width: 100%;
}
#breadcrumb ul{
	padding: 10px 0;
    color: #888888;
    font-size: 1.2rem;
    letter-spacing: 0.05em
}
#breadcrumb ul li {
    display: inline-block;
    position: relative;
    padding-right: 16px;
}
#breadcrumb ul li a{
	color: #888888;
	/*text-decoration: underline;*/
}
#breadcrumb ul li:before {
    position: absolute;
    right: 3px;
    top: 0;
    z-index: 2;
    content: ">";
}
#breadcrumb ul li:last-of-type{}
#breadcrumb ul li:last-of-type:before{content: none;}
#breadcrumb ul li a:hover{text-decoration: underline;}


/* !footer
---------------------------------------------------------- */
#footer {
	background: #CCCCCC;
	padding: 55px 0 50px;
}

#footer .footerIn {
}
.ftLogo{
	text-align: center;
	margin-bottom: 40px;
}
.ftLogo img{width: 90px}
	
#copyright {
	font-family: 'PT Sans', sans-serif;
	font-size: 1.3rem;
	letter-spacing: 0.05em;
	text-align: center;
}



/* !common
---------------------------------------------------------- */
@supports (-webkit-touch-callout: none) {
  body {
    /* The hack for Safari */
    /* height: -webkit-fill-available; */
  }
}
#section01.section,
#section02.section,
#section03.section{
	height: 100vh;
	min-height: 100vh;
	height: calc(var(--vh, 1vh) * 100);
	min-height: calc(var(--vh, 1vh) * 100);
	
}
.sectionend{
	 min-height: 100%;
}
.section > div{height: 100%}
.animated{animation-duration: 2s;}
@keyframes fadeInUp{
  	0% {
	    opacity: 0;
	    -webkit-transform: translateY(60px);
	    -ms-transform: translateY(60px);
	    transform: translateY(60px);
	}
	100% {
	    opacity: 1;
	    -webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	    transform: translateY(0);
	}
}
@keyframes fadeInRight{
  	0% {
	    opacity: 0;
	    -webkit-transform: translateX(160px);
	    -ms-transform: translateX(160px);
	    transform: translateX(160px);
	}
	100% {
	    opacity: 1;
	    -webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	    transform: translateY(0);
	}
}
@keyframes fadeInLeft{
  	0% {
	    opacity: 0;
	    -webkit-transform: translateX(-160px);
	    -ms-transform: translateX(-160px);
	    transform: translateX(-160px);
	}
	100% {
	    opacity: 1;
	    -webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	    transform: translateY(0);
	}
}

.comP01{
	font-size: 1.3rem;
	line-height: 33px;
	letter-spacing: 0.05em;
	font-family: 'PT Sans', sans-serif;
	text-align: justify;
}
.comP02{
	font-size: 1.2rem;
	line-height: 35px;
	letter-spacing: 0.05em;
	text-align: justify;
}
.hd01{
	text-align: center;
	margin-bottom: 60px;
	font-size: 3rem;
	line-height: 1.3;
	letter-spacing: 0.05em;
	position: relative;
	font-family: 'PT Sans', sans-serif;
	font-weight: 400;
	color: #000
}
.hd01.grayBg:after{
	content: '';
	position: absolute;
	top: calc(100% + 30px);
	left: 0;
	z-index: -1;
	background: #EEEEEE;
	width: 100%;
	height: 130vh;
}

/* !index
---------------------------------------------------------- */
.indexSec01,
.indexSec02{
	background: #000;
	color: #fff;
	position: relative;
	padding: 100px 0 0;
}

.indexSec01 .inner,
.indexSec02 .inner,
.indexSec03 .inner,
.indexSec04 .inner{
	height: 100%;
	display: flex;
	align-items: center;
	padding: 0 30px;
}
.indexDl01{
	width: 100%;
	display: block;
}
.indexDl01 dt + dd{margin-top:0px }
.indexSec01 .p01{
	text-align: center;
}
.indexSec01 .p01 .en{
	font-size: 3rem;
	line-height: 1.3;
	letter-spacing: 0.05em;
	margin-bottom: 18px;
}
.indexSec01 .p01 .jp{
	font-size: 2rem;
	line-height: 1.3;
	letter-spacing: 0.3em;
	margin-bottom: 98px;
}

.indexDl01 .img{position: relative;text-align: center;}
.indexDl01 .imgLine{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	z-index: 2;
	text-align: center;
} 
.indexDl01 .img img{width: 211px;}
.indexDl01 .imgLine img{width: 206px}


.indexSec02{padding-bottom: 140px}
.indexSec02 .indexDl01 .img img{width: 167px;}
.indexSec02 .indexDl01 .imgLine img{width: 181px}
.indexSec01 .scrollP,
.indexSec02 .scrollP{display: none!important;}

.indexSec03{
	background: url(../img/index/03_tearoom.jpg)no-repeat top center;
	background-size: auto 300px;
	padding: 340px 0 40px;
}

.indexSec04{
	padding: 170px 0;
	background: url(../img/index/home_bg.jpg)no-repeat top center;
	background-size: auto 300px;
	padding: 340px 0 40px;
	position: relative;
	margin-bottom: 50px;
}
.indexSec04:before{
	content: none;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.4)
}
.indexSec04 .inner{z-index: 2;}

.indexSec05{
	padding: 50px 0 0;
}
.indexSec05 .hd01{margin-bottom: 30px}
.indexUl01{
}
.indexUl01 li{
	width:100%
}
.indexUl01 li + li{margin-top: 50px}
.indexUl01 a{
	display: block;
	position: relative;
	text-align: center;
}
.indexUl01 img{
	width: 200px;
}
.indexUl01 .txt{
	font-size: 1.5rem;
	letter-spacing: .05em;
	margin-top: 17px;
	color: #888888
}

.indexSec06{
	padding: 140px 0 96px;
	overflow: hidden;
	margin-bottom: 100px;
}
.indexUl02{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
.indexUl02 li{
	margin: 0 25px 17px;
}
.indexUl02 li a{
	font-size: 1.3rem;
	letter-spacing: 0.05em;
	color: #888888;
}

.indexUl03 li{
}
.indexUl03 li + li{margin-top: 22px}
.indexUl03 .date{
	display: inline-block;
	font-size: 1.3rem;
	letter-spacing: 0.05em;
	margin-right: 30px;
}
.indexUl03 .categP{
	display: inline-block;
	font-size: 1.3rem;
	letter-spacing: 0.05em;
}
.indexUl03 .txt{
	margin-top:2px; 
	font-size: 1.2rem;
	line-height: 22px;
	letter-spacing: 0.05em;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.indexSec07{
	padding: 45px 0 100px;
}
.indexSec07 .hd01{margin-bottom: 70px}
.contactDl{
}
.contactDl dt{
	padding-bottom: 3px;
	font-size: 1.3rem;
	letter-spacing: 0.05em;
	font-family: 'PT Sans', sans-serif;
}
.contactDl + .contactDl{margin-top: 18px}
.contactForm input[type='text'],
.contactForm input[type='email'],
.contactForm textarea{
	width: 100%;
	height: 25px;
	padding:0 10px;
	font-size: 1.2rem;
	border: 1px solid #888888;
	background: none;
}
.contactForm textarea{
	padding:5px 10px;
	min-height: 200px;
	display: block;
	resize: none;
}
.contactForm label{
	display: block;
	padding: 5px 0;
	font-size: 1.3rem;
	letter-spacing: 0.05em;
	font-family: 'PT Sans', sans-serif;
}
.mw_wp_form .horizontal-item + .horizontal-item {
	margin-left: 0 !important;
}
.contactBtn{
	margin-top: 40px;
}
.contactBtn li + li{margin-top: 15px}
.contactBtn input{
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #888888;
	font-size: 1.3rem;
	letter-spacing: 0.05em;
	width: 168px;
	height: 25px;
	font-family: 'PT Sans', sans-serif;
	margin: 0 auto;
	border-radius: 0;
	background: none;
	color: inherit;
}
.contactP{
	text-align: center;
	font-size: 1.3rem;
	letter-spacing: 0.05em;
	margin-top: 30px;
	font-family: 'PT Sans', sans-serif;
}



/*works tearoom*/
#tearoompage .tearoomItem{
	height: calc(var(--vh, 1vh) * 100);
	min-height: calc(var(--vh, 1vh) * 100);
}
.tearoomItem.bgImg .inner{
	height: 100%;
}
.tearoomP01{
	font-size: 2rem;
	letter-spacing: 0.05em;
	padding-top: 90px;
	text-align: center;
	color: #fff;
}
#section01 .tearoomP01{
	font-size: 3rem;
	letter-spacing: 0.15em;
	position: relative;
    z-index: 10;
}

#tearoompage .tearoomP01{
	padding-top: 0;
	position: absolute;
	width: calc(100% - 70px);
	top: 50%;
	transform: translateY(-50%);
}

.tearoomSec05{
	padding: 100px 0
}

.tearoomSec06.bgImg{
	height: 200px;
	background-position:  bottom 50% center
}
.tearoomSec01.bgImg{
	background: url(../img/lotus/01_lotus_sp.jpg)no-repeat center center!important;
	background-size: cover!important;
}
.tearoomSec02.bgImg{
	background: url(../img/lotus/02_lotus_sp.jpg)no-repeat center center!important;
	background-size: cover!important;
}
.tearoomSec03.bgImg{
	background: url(../img/lotus/03_lotus_sp.jpg)no-repeat center center!important;
	background-size: cover!important;
}
.tearoomSec04.bgImg{
	background: url(../img/tearoom/04_tearoom_sp.jpg)no-repeat center center!important;
	background-size: cover!important;
}
#tearoompage .icewallUl02{
	margin: 100px -35px 50px;
}
/* .scroll-container{
	width: 100vw;
	height: 100vh;
	overflow-y: scroll;
	scroll-snap-type: y mandatory;
	scroll-behavior: smooth;
}
.scroll-snap{
	scroll-snap-align: center; 
	width:100%;
	height:100vh;
	flex-shrink: 0;
}
.normal-container {
  height: auto; 
  overflow: visible; 
} */
#tearoompage #section01.section{
min-height:100vh;
height:auto!important;
 }
 #tearoompage .sectionend{
	height:auto!important;
 }

#tearoompage #section02.section, 
#tearoompage #section03.section{
	width: 100%;
    height: auto!important;
    margin: auto;
    min-height: auto;
    padding: 0 35px;
    position: relative;
}
#tearoompage #section02.section{
	margin-top: -80px;
    margin-bottom: 3rem;
}
#tearoompage #section03.section{
	margin-bottom:100px;
}
#tearoompage #section02 .tearoomItem,
#tearoompage #section03 .tearoomItem{
	aspect-ratio: 1 / 1;
    width: 100%;
    height: auto;
    min-height: auto;
}
#tearoompage .bg-color{
	background: #EEEEEE;
    margin: 170px 0 50px;
    position: relative;
    padding: 20px 0;
}


/*icewall*/
.icewallSec02{
	padding: 90px 0;
}
.icewallDl01{
}
.icewallDl01 dt{
}
.icewallDl01 dd{
	position: relative;
}
.icewallHd{
	font-size: 2rem;
	letter-spacing: 0.2em;
	margin-bottom: 50px;
	text-align: center;
	font-family: 'PT Sans', sans-serif;
}
.icewallUl01{margin-bottom: 50px}
.icewallUl01 img{width: 200px}
.icewallUl01:before{
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 90px;
	z-index: -1;
	background: #CBCBCB;
	width: 1920px;
	height: 1200px
}
.icewallUl01 li + li{margin-top: 30px}

.icewallSec03{padding-bottom: 0px}
.icewallSec03 .bgImg{
	height: 420px;
	display: block;
	margin-bottom: 95px;
}
.icewallSec03 .icewallUl01:before{
	height: 650px;
}
.icewallUl02{
	margin: 200px -35px 150px;
}
.icewallUl02 li{
	margin: 0 5px;
	text-align: center;
}
.icewallUl02 .img img{max-width:146px }
.icewallUl02 .txt{
	display: none;
	font-size: 2rem;
	letter-spacing: 0.2em;
	font-family: 'PT Sans', sans-serif;
	margin-top: 26px;
}

.icewallSec04{
	padding: 100px 0;
	background: #EEEEEE
}

.icewallSec05.bgImg{
	height: 200px;
	background-position: top 10% center
}
.icewall-list{
	margin:50px auto;
}



/*boneflower*/
.postid-333 #wrapper{
	overflow:visible;
}
.postid-333 #wrapper .wrap{
	overflow:hidden;
}
.postid-333 #wrapper #main{
	background: #000;
}
.postid-333 #wrapper .indexSec05{
	background:#fff;
}
.boneflowerSec01{
	background: #000;
	color: #fff;
	position: relative;
}
.flowerDl01{
	justify-content: space-between;
	margin-top: 45px;
}
.flowerDl01 dt{
	text-align: center;
}
.flowerDl01 dt img{width: 282px}
.flowerDl01 dd{
	display: none;
}
.flowerBox{padding: 90px 0}
.flowerBox .txt + .txt{margin-top: 40px}

.boneflowerSec02{
	background: #000;
	color: #fff;
}
.boneflowerSec02 .bgImg{
	height: 200px;
	/*background-attachment:fixed*/
}

.boneflowerSec03{
	background: #000;
	padding-top: 110px;
}
.boneflowerSec03 .inner{

}
.flowerDl02{width: 100%}
.flowerDl02 dt{
	text-align: center;
}
.flowerDl02 dt img{width: 179px}
.flowerDl02 .box{
	position: relative;
}
.flowerDl02 .box .txt{
	font-size: 1.3rem;
	letter-spacing: 0.05em;
	font-family: 'PT Sans', sans-serif;
	margin-top: -42px;
	color: #fff
}
.flowerDl02 dd{
	float: right;
	margin-right: -228px;
	width: 459px;
	padding-top: 50px;
	margin-bottom: -100px
}
/*.flowerDl02 dd .img img{max-height: 110vh;}*/

.boneflowerSec04{
	background: #000001;
	padding-top: 110px;
}
.boneflowerSec04 .flowerDl02 dt{
}
.boneflowerSec04 .flowerDl02 dt img{width: 130px}
.boneflowerSec04 .flowerDl02 .box .txt{
	margin-top: -25px
}
.boneflowerSec04 .flowerDl02 dd{
	float: left;
	margin-right: 0px;
	margin-left: -90px;
	width: 304px;
	padding-top: 66px;
}



.boneflowerSec05{
	background: #000;
	color: #fff;
	padding-bottom: 80px;
	text-align: center;
}
.boneflowerSec05 .box{
	position: relative;
}
.boneflowerSec05 .box .txt{
	font-size: 1.3rem;
	letter-spacing: 0.05em;
	position: absolute;
	bottom: 14px;
	text-align: center;
	left: 50%;
	transform: translateX(-50%);
}
.boneflowerSec05 .img img{max-width:}

.boneflowerSec06{
	background: #CBCBCB;
	padding-bottom: 100px;
}
.boneflowerSec06 .bgImg{
	height: 200px;
	/*background-attachment:fixed*/
}
.flowerSlider{
	margin: 150px 0 0;
	padding-left: 0;
}
.flowerSlist{
	margin: 0 6px;
	max-width: 146px;
}
.flowerSlist a{
	display: block;
	position: relative;
}
.boneflower-list .flowerSlist a{
	background: #000;
}

.fancyboxItem img{width: 260px}
.fancybox-overlay{
	background: rgba(0,0,0,.85);
}
.fancybox-title.fancybox-title-float-wrap{
	bottom:auto;
	top:100%;
}
.fancybox-title-float-wrap .child {
    background: transparent;
    text-shadow: none;
    color: #FFF;
    font-weight: 400;
	font-family: 'PT Sans', sans-serif;
	font-size: 1.3rem;
	letter-spacing: 0.05em;
	padding:5% 0;
}
.fancybox-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
     width: 30px; 
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: url(../img/boneflower/prev.svg)no-repeat center center;
    background-size: auto 28px;
    z-index: 8040;
}
.fancybox-prev{
	left: -37px
}
.fancybox-next{
    background: url(../img/boneflower/next.svg)no-repeat center center;
    background-size: auto 28px;
	right: -37px
}
.fancybox-close {
    position: absolute;
    top: -100px;
    right: -21px;
    transform: translateY(-100%);
    width: 21px;
    height: 21px;
    background: url(../img/boneflower/close_fb.svg)no-repeat center center;
    background-size: auto 21px;
}


.slick-prev,
.slick-next {
    position: absolute;
    width: 80px;
    height: 100%;
    z-index: 3;
    background: url(../img/boneflower/prev.svg)no-repeat center center rgba(0,0,0,.5);
    background-size: auto 28px;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}
.slick-next{
    background: url(../img/boneflower/next.svg)no-repeat center center rgba(0,0,0,.5);
    background-size: auto 28px;
    left: auto;
    right: 0;
}


.boneflowerSec07{
	padding: 100px 0;
}

.boneflowerSec08.bgImg{
	height: 200px;
	background-position: center center
}


.flowerGallary{
	width: fit-content;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	max-width: 90%;
	margin: auto;
	padding: 100px 0 50px;
	row-gap: 2rem;
}
.flowerGallary li p small{
	margin:1rem auto;
	display: block;
	text-align: center;
	max-width:80%;
	word-break: break-word;
}
.boneflowerSec09{
	padding: 0 0 50px;
	height:100%;
	background: #000;
	color: #fff;
	position: relative;
	overflow: hidden;
}
.boneflowerSec09 .flowerDl01 dd{
	display: block;
}
.boneflowerSec09 h3{
    letter-spacing: 0.25em;
	font-size: 1.5rem;
	text-align: center;
	margin-bottom: 50vh;
}
.boneflowerSec09 img{
	position: absolute;
	width: 100%;
	height: 54vh;
	left: -30%;
	top: 150px;
	object-fit: contain;
}
.boneflowerSec10{
	background:#625853;
	color:#fff;
	padding-bottom: 50px;
}
.boneflowerSec10 .flowerGallary{
	grid-template-columns: repeat(2, 1fr);
}

.lumi_sec{
	min-height:100%;
	position:sticky;
	top:0;
}
.lumi_sec2{
	background:#EEEEEE;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
}
.lumi_sec2 .inner{
	width: 100%;
	margin: 8rem 0;
}
.lumi_sec2 h3{
	text-align: center;
}
.lumi_sec2 .inner p{
	max-width:480px;
}
.lumi_sec2 .inner .comP02{
	margin-top:3rem;
}
.lumi_sec5{
	background:linear-gradient(180deg, rgb(75 75 75 / 75%), rgb(0 0 0 / 100%));
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
}
.lumi_sec5 .inner{
	margin: 8rem 0;
}
.lumi_sec5 .flex{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-direction: column-reverse;
}
.lumi_sec5 .flex .image{
	width:100%;
}
.lumi_sec5 .flex .image ul{
	display: block;
	padding:0;
	margin:0;
	max-width:100%;
}
.lumi_sec5 .flex .image ul li{
	max-width: 100%;
    margin: 6rem auto;
}
.lumi_sec5 .flex .text{
	width:100%;
}
.lumi_sec5 .inner .comP02{
	margin-top:3rem;
}


/*synapse*/
#section01 .synapseSec01 .tearoomP01{
	color:#333;
}
.synapseSec02{
	padding: 90px 0;
}
.synapseSec02 .inner:nth-child(2){
	background: #fff;
    top: 100px;
    padding: 90px 35px;
}
.synapseSec03{padding-bottom: 0px}
.synapseSec03 .bgImg{
	/* height: 420px;
	display: block;
	background-position:top center; */
	width: 100vw;
	background-size: cover;
	aspect-ratio: 34 / 15;
	height: auto;
}
.synapseSec03 .icewallUl01:before{
	height: 737px
}
.synapseSec04{
	padding: 100px 0;
	background: #EEEEEE
}
.synapse-list .flowerGallary{
	padding:100px 0;
}
.synapse-list .flowerGallary img{
	aspect-ratio: 1 / 1;
    object-fit: cover;
}
.synapseSec05.bgImg{
	height: 200px;
	background-position: top 10% center
}
/*Polymer*/
.polymerSec01 {
	background: #000000;
	height: 100vh;
	width: 100%;
	overflow: hidden;
}

.polymerSec01 .polymerMV {
	width: 100%;
	height: 80vh;
	max-width: 800px;
	object-fit: contain;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	display: block;
}
.polymerSec01 .polymerMV img{
	object-fit: contain;
	height: 80vh;
	object-position: bottom;
}


.pin-spacer #section02 {
	position: relative;
	width: 100%;
	height: 100vh;
}

.polymerseSec02 {
	position: relative;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	background-color: #000;
	color: #fff;
	padding-top:4rem;
}

.polymerseSec02 .cont {
	display: flex;
	justify-content: space-between;
	align-items: center;
	display: block;
}
.image-wrapper {
	position: relative;
	width: 80%;
	margin:4rem auto;

}

.image-wrapper img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	opacity: 0;
	/* transition: opacity 0.01s ease; */
	object-fit: contain;

}

.image-wrapper img.active {
	opacity: 1;
	width:100%;
	position: relative;
}
.text-wrapper {
	position: relative;
	width: 100%;
}

.text-wrapper .text {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	/* transition: opacity 0.01s ease; */
	margin-top:0!important;
}

.text-wrapper .text.active {
	opacity: 1;
	width: 100%;
	position: relative;
}

.polymerseSec04 {
	min-height: 0 !important;
	aspect-ratio: 2/1;
	width: 100%;
	height: auto;
}

.polymerseSec04 .wp-block-cover__image-background {
	background-size: 120% 100% !important;
	background-attachment: initial!important;
}
.polymer-list{
	padding-bottom:50px;
}
.polymer-list .flowerSlist a:hover .img img {
	transform: scale(1.03);
}

.polymerSec02{
	background-color: #000;
	color: #fff;
	min-height: 100vh;
}
.polymerSec02 .inner{
	height: 100%;
    padding: 80px 35px;
    display: flex;
    flex-direction: column;
    gap: 80px;
    min-height: 100vh;
    justify-content: space-between;
    align-items: center;
}
.polymerSec02 p{
	width: 100%;
	max-width: 470px;
	margin: auto;
}
.polymerTab{
	margin:auto;
	width:90%;
	max-width:450px;
}

.polymerTab .slick-slide{
	padding:0 2%;
}
.polymerTab .slick-slide:not(.slick-current){
	filter: opacity(0.3);
}
.polymerTab .slick-slide p{
	text-align: center;
	margin-top:2rem;
	margin-bottom: -2rem;
}
.polymerTab .slick-slide:not(.slick-current) p{
	opacity: 0;
}
.polymerTab .slick-list{
	overflow: visible;
}
.polymerTab .slick-track{
	/* left:-50%; */
}
.polymerTab .slick-prev, 
.polymerTab .slick-next{
	background-color:transparent;
	margin-top: -2rem;
	width: 28px;
	padding: 0;
}
.polymerTab .slick-next{
	right: -15%;
	transform: translateY(-50%) rotate(180deg);
}
.polymerTab .slick-prev{
	left: -15%;
	transform: translateY(-50%) rotate(180deg);
}
.polymerTab .slick-arrow.slick-disabled{
	opacity: 0!important;
}




/*newsList*/
.newsListWrap,
.newsDtWrap,
.newsAllWrap{
	padding: 20px 0px 30px
}
.newsListUl li + li{
	padding-top: 30px;
	margin-top: 30px;
	border-top: 1px solid #707070;
}
.newsListUl li a{
	display: block;
}
.newsDate,
.newsCateg{
	font-size: 1.3rem;
	letter-spacing: 0.05em;
	display: inline-block;
	margin-right: 22px;
}
.newsCateg,
.newsCateg a{
	color: #CCCCCC;
}
.newsTitle{
	margin: 6px 0 20px;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
}
.newsListTxt{
	font-size: 1.2rem;
	line-height: 25px;
	letter-spacing: 0.05em;
}
.newsListImg{margin-bottom: 20px}
.newsListTxt + .newsListTxt{margin-top: 25px}
.wp-pagenavi{
	padding-top: 20px;
	text-align: center;
}
.wp-pagenavi a,
.wp-pagenavi span {
	display:inline-flex;
	align-items: center;
	justify-content: center;
	vertical-align: middle;
	font-size:1.2rem;
	letter-spacing: 0.05em;
	font-family: 'PT Sans', sans-serif;
	color: #888888;
	margin: 0 5px;
	min-width: 12px;
}
/*.wp-pagenavi a:hover,*/
.wp-pagenavi span.current{
	border-bottom: 1px solid #CCCCCC
}
.newsListWrap .wp-pagenavi,
.blogListWrap .wp-pagenavi{
	margin-top: 30px;
	border-top: 1px solid #707070;
}
.newsListWrap .newsListTxt,
.blogListWrap .newsListTxt{
/* 	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical; */
}
/*newsAll*/
.newsAllUl li + li{margin-top: 30px}
.newsAllUl a{display: block;}
.newsAllDl{
}
.newsAllDl dt{
	/*border: 1px solid #CCCCCC;*/
	margin-bottom: 10px;
}
.newsAllDl dt img{
	width: 100%;
}
.newsAllDl dd{
}
.newsAllDl .newsDate,
.newsAllDl .newsCateg{
	font-size: 1rem;
	letter-spacing: 0.1em;
	margin-right: 20px;
}
.newsAllDl .newsTitle{
	margin: 8px 0 0;
	font-size: 1.2rem;
}



/*blog*/
.blogWrap{
	padding: 30px 0;
}
.blogInner{
	padding: 0 20px
}
.blogWrap #main{
}
.blogWrap #side{
	margin-top: 60px;
	position: relative;
	background: #F8F7F5
}
.blogWrap #side:before{
	content: '';
	position: absolute;
	left: 50%;
	top: -30px;
	transform: translateX(-50%);
	z-index: -2;
	width: 1000vw;
	height: calc(100% + 100px);
	background: #F8F7F5
}
.sideSns{
	position: relative;
	/*background: #E3E8E8;*/
	display: flex;
	margin-bottom: 10px
}
.sideSns:before,
.sideUl:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: -2;
	width: 1000vw;
	height: 100%;
	/*background: #E3E8E8*/
}
.sideSns li{
	display: inline-flex;
	margin-right: 2px;
}
.sideSns li a{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60px;
	width: 60px;
	background: #D4D9D9
}
.sideItem{
	position: relative;
	margin-bottom: 10px;
	/*background: #E3E8E8;*/
	padding: 12px 0 10px 50px;
}
.sideHd{
	position: relative;
	font-size: 1.5rem;
	line-height: 1.3;
	letter-spacing: 0.05em;
	color: #758588;
	margin-bottom: 15px;
}
.sideHd:before{
	content: '';
	position: absolute;
	left: -50px;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 2px;
	background: #758588;
}
.sideUl li + li{margin-top: 8px}
.sideUl li a{
	display: inline-block;
	padding-left: 20px;
	font-size: 1.3rem;
	letter-spacing: 0.05em;
	color: #000;
	background: url(../img/blog/arrow.svg)no-repeat left center;
	background-size: 13px auto
}


.spTxtBtn{display: flex;justify-content: center;padding-top: 10px}
.spTxtBtn .on{display: none;}
.spTxtBtn .is_on .on{display: block;}
.spTxtBtn .is_on .no{display: none;}
.spTxt{display: none;}


/*collaboration*/
.collaboListUl {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 7rem 5rem;
	margin-bottom: 5rem;
}

.collaboListHd .newsTitle {
	margin: 0.5rem 0;
}

.collaboListHd .newsDate {
	margin-bottom: 1rem;
}

.collaboListUl li img {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

#collaboration .blogInner {
	max-width: 660px;
	margin: auto;
	width: 100%;
}

.collaboCont {
	margin: 4rem auto;
}

/* collaborator
--------------------------------------------------------------------*/
.collaborator {
	letter-spacing: 1.5px;
}

.openbtn {
	position: fixed;
	right:0;
	bottom: 0;
	cursor: pointer;
	color: #fff;
	background: #888888;
	z-index: 10;
	padding: 10px 0 30px 15px;
}

.openbtn span.arrow {
	position: relative;
	content: "";
	width: 65px;
	height: 2px;
	background: #fff;
	display: inline-block;
	top: -1px;
	margin-left: 1.5rem;
}

.openbtn.collaborator span.arrow::before {
	position: absolute;
	content: "";
	width: 15px;
	height: 2px;
	transform: rotate(-45deg);
	background: #fff;
	left: -2px;
	top: -5px;
}

.drawer_bg {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	inset: 0px;
	background-color: #333333bd;
	-webkit-backdrop-filter: blur(32px);
	backdrop-filter: blur(50px);
	z-index: -1;
	cursor: pointer;
	opacity: 0;
	transition: all 0.4s;
}

.drawer_bg.active {
	opacity: 1;
	z-index: 10;
}

#g-nav {
	position: fixed;
	z-index: 999;
	top: 0;
	right: -120%;
	width: 100%;
	max-width: 480px;
	height: 100vh;
	background: #000000;
	transition: all 1.0s;
	letter-spacing: 1px;
	overflow-x: hidden;
	/* transition-delay: 0.1s; */
}

#g-nav.panelactive {
	right: 0;
}

#g-nav.panelactive #g-nav-list {
	position: fixed;
	z-index: 999;
	width: 100%;
	max-width: 480px;
	height: 100%;
	max-height: 75vh;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

#g-nav ul {
	width: 75%;
	max-width: 370px;
	position: absolute;
	z-index: 999;
	top: 0;
	left: 50%;
	transform: translate(-50%, -0);
}

#g-nav .closebtn {
	width: 100%;
	margin: auto;
	color: #888;
	padding-left: 50px;
	z-index: 1000;
	cursor: pointer;
	position: fixed;
	bottom: 0;
	padding-bottom: 10%;
}

#g-nav .closebtn span {
	position: absolute;
	display: inline-block;
	height: 2px;
	background-color: #888888;
	width: 22px;
}

#g-nav .closebtn span:nth-child(1) {
	top: 6px;
	left: 18px;
	transform: translateY(6px) rotate(-45deg);
}

#g-nav .closebtn span:nth-child(2) {
	top: 18px;
	left: 18px;
	transform: translateY(-6px) rotate(45deg);
}

#g-nav .closebtn span.arrow {
	width: 80px;
	margin-left: 1.5rem;
	position: relative;
	top: -1px;
}

#g-nav .closebtn span.arrow::after {
	position: absolute;
	content: "";
	width: 15px;
	height: 2px;
	transform: rotate(45deg);
	background: #888888;
	right: -2px;
	top: -5px;
}

#g-nav .collaborator {
	color: #fff;
	margin: 3rem auto;
	width: 75%;
	position: relative;
}

#g-nav .collaborator::before {
	position: absolute;
	content: "";
	background: #ffffff;
	height: 1px;
	width: 60px;
	left: -25%;
	top: 50%;
}

#g-nav ul li a {
	position: relative;
	color: #fff;
	display: block;
	padding: 10px 0;
	padding: 10px 0 10px 20px;
}

#g-nav ul li a::before {
	position: absolute;
	content: ">";
	left: 0;
	top: 0;
	transform: rotateY(50deg);
	font-size: 3rem;
	display: inline-block;
	font-weight: 500;
	line-height: 1.2;
}




/*profile*/
.profileSec01{
	height: 100vh;
	height: calc(var(--vh, 1vh) * 100);
	min-height: calc(var(--vh, 1vh) * 100);
	background-position: top center
}
.profileSec01 .inner{
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.profileSec01 .tearoomP01{padding-top: 0!important}
.profileAcBox{margin-top: 70px}
.profileAcUl{margin-top: 30px;}
.profileAcUl li + li{margin-top: 25px;}
.profileAcUl li a{
	font-size: 1rem;
	color: #fff;
	letter-spacing: 0.05em;
	display: inline-block;
}
.profileAcUl li a span{
	display: block;
	font-size: 1.3rem;
	margin-bottom: 5px;
}

.profileSec02{
	background:rgba(238,238,238,.3);
	padding: 90px 0;
}
.profileItem + .profileItem{margin-top: 70px}
.profileItemHd{
	border-bottom: 1px solid #888888;
	display: flex;
	justify-content: space-between;
	font-size: 1rem;
	letter-spacing: 0.05em;
	margin-bottom: 30px;
}
.profileItemHd .en{
	font-size: 2rem;
	line-height: 1.3;
	letter-spacing: 0.2em;
	font-family: 'PT Sans', sans-serif;
}
.profileDl01{
	display: block;
}
.profileDl01 + .profileDl01{margin-top: 15px}
.profileDl01 dt{
	font-size: 1.5rem;
	letter-spacing: 0.05em;
	margin-bottom: 8px;
}
.profileDl01 dd{
	padding-left: 20px;
	font-size: 1.1rem;
	letter-spacing: 0.05em;
}
.profileDl01 dd .en{
	font-size: 1.3rem;
	margin-bottom: 4px;
	font-family: 'PT Sans', sans-serif;
}

.profileSec03{
	background: #eee;
	padding: 100px 0
}
.profileSay{
	margin-bottom: 45px
}
.profileSay .en{
	font-size: 2rem;
	letter-spacing: 0.15em;
	margin-bottom: 17px;
}
.profileSay .jp{
	font-size: 1.2rem;
	letter-spacing: 0.05em;
	padding-bottom: 10px;
	border-bottom: 1px solid #888888;
	margin-bottom: 10px;
}
.profileSay .name{
	text-align: right;
	color: #888888;
	font-size: 1rem;
	letter-spacing: 0.05em;
}
.profileSay .name span{
	margin-right: 10px;
	font-size: 1.3rem;
}
.profileDl02{
}
.profileDl02 dt{
	margin-bottom: 50px
}
.profileDl02 dd{
}
.comP01 + .comP01{
	margin-top: 33px
}
.comP02 + .comP02{
	margin-top: 35px
}
#section03 .profileSec03 .spTxt{margin-top: 33px}

.profileSec04{
	background: #888;
	color: #fff;
	padding: 100px 0
}
.profileSec04 .profileSay .name{color: #fff;}
.profileSec04 .profileSay .jp{border-color: #fff;}

.wp-block-image{
	margin: 0 !important;
}
.wp-block-image img{
	height: auto;
	width: 100%;
}

.newsListUl img{
	height: auto;
}

.profileBg{
	width:100%;
	height:100vh;
	height: calc(var(--vh, 1vh) * 100);
	min-height: calc(var(--vh, 1vh) * 100);
	position:absolute;
	left:0;
	top:0;
	z-index:1;
    background-position: top center;
}
.profileWrap{
	position:relative;
	z-index:2;
}
.boneflowerSec01,
.icewallSec01,
.synapseSec01{
	height: 100vh;
	min-height: 100vh;
	height: calc(var(--vh, 1vh) * 100);
	min-height: calc(var(--vh, 1vh) * 100);
}

.newsListUl img{
	margin: 10px 0;
}
.icewallSec01{
	background: url(../img/icewall/icewall_0820_1_sp.jpg) center center no-repeat !important;
	background-size: cover !important;
}
.synapseSec01{
	background: url(../img/synapse/synapse_1_sp.jpg) center center no-repeat !important;
	background-size: cover !important;
}

#tearoompage .comP01{
	margin-bottom: 50px;
}

#tearoompage .tearoomSec05{
	background: #EEEEEE;
}




/*1105*/
  .poly-desc {
	background-color: #000;
    height: 460vh;
    width: 100%;
    position: relative;
  }
  .poly-desc__wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	color: #fff;
	padding-top: 4rem;
  }
  .poly-desc__wrapper.fixed {
    position: fixed;
  }
  .poly-desc__wrapper.ended {
    position: absolute;
  }
  .poly-desc__inner {
    position: relative;
    width: 100%;
    height: 100vh;
  }
  .poly-desc__flex{
	width:80%;
	display: flex;
	flex-direction: column;
	gap: 4rem;
  }
  .poly-desc__flex img{
	width:80%;
	display: block;
	margin:auto;
  }
  .poly-desc__top {
	display: none !important;
  }


  .poly-desc__cont--1,
  .poly-desc__cont--2,
  .poly-desc__cont--3,
  .poly-desc__cont--4,
  .poly-desc__cont--5,
  .poly-desc__cont--6{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: 0.4s;
    opacity: 0;
    visibility: hidden;
	width:100%;
	display: flex;
	align-items: center;
	justify-content: center;
  }
  .poly-desc__cont--1.scrolled,
  .poly-desc__cont--2.scrolled,
  .poly-desc__cont--3.scrolled,
  .poly-desc__cont--4.scrolled, 
  .poly-desc__cont--5.scrolled,
  .poly-desc__cont--6.scrolled{
    transition: 0.4s;
    opacity: 1;
    visibility: visible;
  }
  .poly-desc__cont--1.ended,
  .poly-desc__image--1.ended{
      opacity: 0;
      visibility: hidden;
  }
  .poly-desc__last {
    transition: opacity 0.4s;
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    visibility: hidden;
	width:100%;
	display: flex;
	align-items: center;
	justify-content: center;

  }

  .poly-desc__last.scrolled {
    transition: opacity 0.4s;
    opacity: 1;
    visibility: visible;
  }
