/** Shopify CDN: Minification failed

Line 291:0 Unexpected "}"

**/
@charset "utf-8";
:root {
  --vw: 1vw;
}
:root {
  --vh: 1vh;
}

.section-header.shopify-section-group-header-group{
   z-index:300;
  position:relative;
}

header{
  height:80px;
  position:fixed;
  z-index:302;
	width: 100%;
	background-color: #fff;
	top: 0;
	transition: top 0.1s ease-out;
}
.headerinner{
  margin:auto;
  position:relative;
	padding:0;
	box-sizing:border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
    height: 80px;
    padding: 0 50px;
}
nav.humburger{
}
.threelinemenu{
	display:block !important;
  height: 16px;
	width: 20px;
	position: relative;
	cursor: pointer;
}
.threelinemenu > span{
	display: block;
	height: 2px;
	background: #474747;
	position: absolute;
	top:7px;
	width: 100%;
	transition: 0.5s;
}
.threelinemenu:before,
.threelinemenu:after{
	content: "";
	display: block;
	height: 2px;
	background: #474747;
	position: absolute;
	width: 100%;
	transition: 0.5s;
}
.threelinemenu:before{
	top: 0;
	right:0;
    transform-origin: 0 0;
}
.threelinemenu:after{
	bottom: 0;
	left: 0;
    transform-origin: 0 100%;
}
.threelinemenu.active span{
	opacity: 0;
}
.threelinemenu.active:before{
	transform: rotate(45deg);
    top: 0px;
}
.threelinemenu.active:after{
	transform: rotate(-45deg);
	bottom: 0px;
}
.headerinner .center{
  position:absolute;
  display:block;
  left:0;
  right:0;
  margin:auto;
  width:44px;
  top:19px;
}
.headerinner .center a.logo{
	width: 44px;
	display: block;
}
.headerinner .center a.logo img{
	width: 100%;
}

@media screen and (max-width: 750px){
header{
	height: 60px;
}
.headerinner{
    padding: 0 30px;
	height: 60px;
	}
.headerinner .center{
	top: 8px;
	}
}
.hideheader1{
  position:fixed;
  top:0;
  width:100%;
  height:180px;
  background:#ffffff;
   z-index:299;
	display: none;
}
/* PCサイズでメガメニューとして表示 */
@media screen and (min-width: 801px){
	.headerinner{
		position: relative;
		justify-content: flex-start;
		gap: 50px;
		flex-wrap: nowrap;
	}
	.headerinner .center{
		position: static;
		margin: 0;
		width: 44px;
		top: auto;
		flex-shrink: 0;
	}
	.headerinner .left{
		display: none;
	}
	.headerinner .header__icons{
		margin-left: 0;
		flex-shrink: 0;
		order: 3;
		position: relative;
		z-index: 301;
	}
	.headerinner .header__search{
		position: relative;
		z-index: 301;
	}
	.hideheader1{
		display: flex !important;
		position: static;
		top: auto;
		height: auto;
		z-index: 299;
		flex: 0 1 auto;
		min-width: 0;
		order: 2;
	}
	.headerinner .center{
		order: 1;
	}
	.search-modal{
		z-index: 301 !important;
		position: fixed !important;
		top: 0 !important;
		left: 0 !important;
		right: 0 !important;
		width: 100% !important;
		height: 80px !important;
		min-height: 80px !important;
		background: #ffffff !important;
		border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important;
	}
	.search-modal__content{
		z-index: 301 !important;
		height: 80px !important;
		padding: 0 50px !important;
	}
	.search-modal__form{
		max-width: 500px !important;
		margin: 0 auto;
	}
	.modal-overlay{
		display: none !important;
	}
	/* PCサイズでハンバーガーメニューを非表示 */
	.threelinemenu{
		display: none !important;
	}
	/* PCサイズでヘッダーの下にスペースを確保 */
	body {
		padding-top: 0;
	}
	/* PCサイズでutility-barを表示（ヘッダーの上に固定） */
	.utility-bar {
		display: block !important;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: auto !important;
		background-color: #4F5152;
		z-index: 301;
		transition: transform 0.3s ease;
	}
	.section-header.shopify-section-group-header-group {
		position: relative;
	}
	/* utility-barが表示されているときはheaderをutility-barの下に配置 */
	.section-header.shopify-section-group-header-group:has(.utility-bar) header {
		position: fixed;
		transition: top 0.3s ease;
	}
	/* スクロール時はutility-barを非表示、headerを一番上に */
	body.scrolled .utility-bar {
		transform: translateY(-100%);
	}
	body.scrolled header {
		top: 0 !important;
	}
}
/* 全サイズでutility-barをヘッダーの上に表示 */
.utility-bar {
	display: block !important;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: auto !important;
	background-color: #4F5152;
	z-index: 301;
	transition: transform 0.3s ease;
	overflow: visible;
}
/* utility-bar内のスライダーが正しく動作するように */
.utility-bar .announcement-bar-slider {
	overflow: visible;
}
.utility-bar .slider--everywhere {
	overflow-x: auto !important;
	overflow-y: visible;
	-webkit-overflow-scrolling: touch;
	scroll-snap-type: x mandatory;
}
.utility-bar .slider--everywhere .slider__slide {
	scroll-snap-align: center;
}
/* PCサイズでもスライダーが正しく動作するように */
@media screen and (min-width: 801px) {
	.utility-bar .announcement-bar-slider {
		width: 100% !important;
	}
	.utility-bar .slider--everywhere {
		overflow-x: auto !important;
		display: flex;
	}
}
.section-header.shopify-section-group-header-group:has(.utility-bar) header {
	position: fixed;
	transition: top 0.3s ease;
}
/* utility-barのスクロールアニメーション用 */
.utility-bar {
	will-change: transform;
}
	.hideheader1 .inner{
		margin: 0;
		padding: 0;
		height: 80px;
		width: 100%;
		justify-content: flex-start;
	}
	/* メガメニューのサブメニューをホバーで表示 */
	.hideheader2,
	#about{
		overflow: hidden;
		top: 80px;
	}
	.hideheader2.active,
	#about.active{
		display: block !important;
	}
}
.hideheader1 .inner{
  /*max-width:1060px;*/
  width:100%;
  display:flex;
  margin:auto;
  margin-top:0px;
  background:#ffffff;
}
.hideheader1 .inner{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
}
.hideheader1 .inner a.menu-item{
  display:flex;
  width: auto;
  height:50px;
  padding: 0 12px;
  justify-content:center;
  align-items:center;
  box-sizing:border-box;
	border-right: 0;
  opacity: 1;
  text-decoration: none;
  font-family: Inter;
  font-size: 13px;
  color: #4F4D4E;
  font-weight: 400;
  line-height: 1;
  transition: 0.6s;
  gap: 8px;
  letter-spacing: 0.08em;
}

.hideheader1 .inner a.menu-item:first-child{
	border-left: 0;
}
.hideheader1 .inner a.menu-item:last-child{
	
}
.hideheader1 .inner a.menu-item:hover{
  opacity: 0.3;
}

.hideheader2{
  position:fixed;
  top:120px;
  left:0;
  right:0;
  width:100%;
  background:#ffffff;
   z-index:298;
	display: none;
  border-bottom:1px solid #cccccc;
  overflow: hidden;
  padding-top: 0;
}
@media screen and (min-width: 801px){
	.hideheader2{
		top: 80px;
	}
}
.hideheader2 .inner,
#about .inner{
  max-width:1060px;
  display:flex;
  margin:20px auto;
  background:#ffffff;
  padding-top:30px;
  padding-bottom: 30px;
  flex-wrap: wrap;
  gap:20px;
  padding-left: 30px;
  padding-right: 30px;
}
#about{
  position:fixed;
  top:120px;
  left:0;
  right:0;
  width:100%;
  background:#ffffff;
   z-index:298;
	display: none;
  border-bottom:1px solid #cccccc;
  overflow: hidden;
  padding-top: 0;
}
@media screen and (min-width: 801px){
	#about{
		top: 80px;
	}
}
.hideheader2 .inner .itembox{
  display: block;
    width: calc((100% - 40px) / 3);
    position: relative;
  border-top:1px solid #4f4d4e;
}
.hideheader2 .inner .itembox h4 a{
   font-family: EB garamond;
  font-size: 28px;
  color: #4F4D4E;
  font-weight: 400;
  text-decoration: none;
  line-height: 1;
   transition: 0.6s;
}
.hideheader1 .inner a.menu-item .icon-caret{
  width: 10px;
  height: 6px;
  flex-shrink: 0;
  color: #4F4D4E;
}
.hideheader2 .inner .itembox h4 a:hover,
.hideheader2 .inner .itembox p a:hover{
  opacity: 0.3;
}
.hideheader2 .inner .itembox p{
  padding: 0;
  margin: 0;
  line-height: 1;
  margin-bottom: 7px;
}
.hideheader2 h4{
  margin-top: 18px;
   margin-bottom: 18px;
}
.hideheader2 .inner .itembox p a{
    font-family: Inter;
    font-size: 13px;
  color: #4F4D4E;
  font-weight: 400;
  text-decoration: none;
   line-height: 1;
  padding: 0;
  margin: 0;
  transition: 0.6s;
}
.hideheader_sp{
  position:fixed;
  top:0;
  width:100%;
	height: auto;
   z-index:298;
	display: none;
}
.spnavi_main{
	padding: 30px;
	padding-top: 100px;
  background:#fff;
    position: relative;
    z-index: 10;
}
.hideheader_sp ul{
	list-style: none;
	padding: 0;
}
.spnavi_marienails,
.spnavi_fleurir{
	display: flex;
	align-items: center;
	min-height: 20px;;
}
.spnavi_marienails img,
.spnavi_fleurir img{
	display: block;
	width: auto;
}
.spnavi_marienails img{
	height: 13px;
}
.spnavi_fleurir img{
	height: 19px;
}

details[open] .header__icon-close{
	display: none;
}
#spnavi{
	max-height:calc( (var(--vh) * 100));
	overflow: auto;
}
.spnavi_aco{
	position: relative;
	z-index: 10;
}
.spnavi_aco a,
.spnavi_aco a:active,
.spnavi_aco a:visited,
.spnavi_aco a:link,
.spnavi_aco a:hover{
	text-decoration: none;
    color: #4f4d4e;
} 
.spnavi_aco_open{
	display: flex;
	align-items: center;
	position: relative;
}
.spnavi_aco_open a{
	position: relative;
	z-index: 1;
}
.spnavi_aco_icon{
	position: absolute;
	width: 40px;
	height: 40px;
	display: block !important;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 0;
	z-index: 10;
}
.spnavi_aco_icon:after, .spnavi_aco_icon:before {
    content: "";
    position: absolute;
    height: 12px;
    width: 2px;
    display: block;
    background-color: #121212bf;
    top: 0em;
    bottom: 0;
    margin: auto;
    right: 5px;
    transition: .6s;
}
.spnavi_aco_icon:after{
	transform: rotate(90deg);
}
.spnavi_aco_icon.active:before{
	height: 0;
}
.spnavi_parent > li{
    margin-bottom: 30px;
}
.spnavi_parent > li:last-child{
	margin-bottom: 0;
}
.spnavi_parent > li > a,
.spnavi_parent > li > div > a{
    font-family: EB garamond;
    font-size: 22px;
    color: #4f4d4e;
	font-weight: 400;
}
.spnavi_child > li{
    position: relative;
    margin: 1.4em 0 0;
    padding-top: .6em;
    padding-bottom: 0;
    font-size: 1.7rem;
    border-top: solid 1px;
	transition: .6s;
  font-family: Inter;
    font-size: 13px;
    color: #4f4d4e;
}
.spnavi_child > li > a,
.spnavi_child > li > div > a{
    font-family: EB garamond;
    font-size: 22px;
    color: #4f4d4e;
	font-weight: 400;
}
.spnavi_mag > li > a{
}
.spnavi_child,
.spnavi_mago{
	display: none;
}
.spnavibg{
    position: fixed;
    height: 100vh;
    background-color: #0000003b;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}
@media screen and (min-width: 801px){
.hideheader_sp{
	height: 0;
		overflow: hidden;
	}
}
@media screen and (max-width: 800px){
	.hideheader1,
	.hideheader2{
		height: 0;
		overflow: hidden;
		}
}
	