<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* #header
-------------------------------------------------------------- */

.ico-link {
	padding-left:0.8rem;
	background:url("../images/ico/ico-link.svg") left center no-repeat;
}

.ico-dropdown {
	padding-right:0.7rem;
	background:url("../images/ico/ico-dropdown.svg") right center no-repeat;
}

.fs-body-top .ico-dropdown {
	background:url("../images/ico/ico-dropdown-white.svg") right center no-repeat;
}

.gradient-header {
	background: linear-gradient(rgba(0,0,0,0.41),rgba(0,0,0,0));
}

.fs-body-top .home-white {
	color:white;
}


/* drawer
-------------------------------------------------------------- */

/*!------------------------------------*\
    Hamburger
\*!------------------------------------*/

.drawer-hamburger {
	display: block;
	box-sizing: content-box;
	padding: 0;
	-webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
	border: 0;
	outline: 0;
  }

  .drawer-hamburger-icon {
	position: relative;
	display: block;
	margin-top: 1rem;
  }

  .drawer-hamburger-icon,
  .drawer-hamburger-icon:before,
  .drawer-hamburger-icon:after {
	width: 100%;
	height: 2px;
	border-radius:1rem;
	-webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	background-color: white;
  }

.fs-body-top .drawer-hamburger-icon,
.fs-body-top .drawer-hamburger-icon:before,
.fs-body-top .drawer-hamburger-icon:after {
	background-color: white;
}

.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  position: absolute;
  top: -0.66rem;
  left: 0;
  content: ' ';
}

.drawer-hamburger-icon:after {
  top: 0.66rem;
}

.drawer-open .drawer-hamburger-icon {
	background-color: transparent;
}

.drawer-open .drawer-hamburger-icon:before,
.drawer-open .drawer-hamburger-icon:after {
	top: 0;
}

.drawer-open .drawer-hamburger-icon:before {
	-webkit-transform: rotate(15deg);
			transform: rotate(15deg);
}

.drawer-open .drawer-hamburger-icon:after {
	-webkit-transform: rotate(-15deg);
			transform: rotate(-15deg);
}




/* .hoverline
---------------------------------------------------- */

.hoverline {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	overflow: hidden;
	padding-top: .2rem;
	padding-bottom: .2rem;
}

.hoverline:before {
	content: "";
	position: absolute;
	z-index: -1;
	bottom: 0px;
	right: 100%;
	background: #333333;
	height: 1px;
	border-radius:10px;
	width:100%;
	-webkit-transition-property: right;
	transition-property: right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
}

.current-menu-item .hoverline:before,
.hoverline:hover:before,
.hoverline:focus:before, .hoverline:active:before {
	right: 0;
}


/*  home page
-------------------------------------------------------------- */



/* single page
-------------------------------------------------------------- */
.single-body p {
	margin-bottom:2.2rem;
}

/* home page
-------------------------------------------------------------- */


/*  page
-------------------------------------------------------------- */

.page-body p {
	margin-bottom:2.6rem;
}

.page-body p a {
	text-decoration:underline;
}


/* pagination
-------------------------------------------------------------- */

.pagination span, .pagination a {
	display: inline-block;
	padding: 0 .1em;
}

.pagination .current {
	text-decoration: line-through;
	text-decoration-color:#70348E;
}

.pagination a:hover {
	text-decoration: underline;
	text-decoration-color:#70348E;
}

/* single page
-------------------------------------------------------------- */

.post-body {

}

.post-body p {
	margin-top:2.6rem;
	margin-bottom:2.6rem;
}

.post-body h2 {
	font-size:2.6rem;
	margin: 6rem 0 1.3rem 0;
	line-height:1.6;
	font-family: 'Zen Old Mincho', serif;
}

.post-body h3 {
	font-size:1.7rem;
	margin: 6rem 0 1.3rem 0;
	line-height:1.6;
	font-family: 'Zen Old Mincho', serif;
}

.post-body hr {
	margin: 6rem 0;
}

.aioseo-breadcrumbs a {
	text-decoration:underline;
}

/* news archive page
-------------------------------------------------------------- */

.category-list li {
	padding-right:1.3rem;
	padding-left:0.8rem;
	background:url("../images/ico/ico-list.svg") no-repeat right center;

}

.category-list li:last-child {
	background:none;
}

/* futureshop add
-------------------------------------------------------------- */

.bg-f0f0f0 {
	background:#f0f0f0;
}

.fs-p-cartItemNumber {
	background: #E25B33;
	border-radius: 1em;
	color: #ffffff;
	display: none;
	font-size: 0.5rem;
	line-height: 1;
	padding: 0.25em 0.6em;
	position: absolute;
	top: -0.5rem;
	right: -0.5rem;
}

.fs-c-slick .slick-slide {
	height:initial;
}





/*md*/
@media screen and (min-width: 768px) {
	#first-section .slick-slide,
	#first-section .slick-slide img {
		height:60vh;
	}
}

/*xl*/
@media screen and (min-width: 1280px) {
	#first-section .slick-slide,
	#first-section .slick-slide img {
		height:75vh;
	}
}

/*2xl*/
@media screen and (min-width: 1536px) {
	#first-section .slick-slide,
	#first-section .slick-slide img {
		height:92vh;
	}
}

@media screen and (max-width: 767px) {
	#first-section .slick-slide,
	#first-section .slick-slide img {
		height:58vh;
	}
}

@media screen and (max-width: 640px) {
	#first-section .slick-slide,
	#first-section .slick-slide img {
		height:50vh;
	}
}


#first-section .slick-slide,
#first-section .slick-slide img {
		width:100%;
		object-fit: cover;
}




/* homepage tenobe section
-------------------------------------------------------------- */

@media screen and (min-width: 600px) {
.fs-c-productListCarousel__list__item {
  margin: 0;
}
}

.fs-c-productListCarousel__list__item {
	margin: 0;
}

#elisirditalia-section .slick-slide,
#tenobe-section .slick-slide,
#recommend-section .slick-slide  {
	margin-right:1.1rem;
	margin-left:1.1rem;
}

/*#tenobe-section*/ .fs-c-productListCarousel__list__item {
	max-width: initial !important;
	flex-basis: initial !important;
}

/*å½“åº—ç‰¹åˆ¥ä¾¡æ&nbsp;¼æ¶ˆã™*/
.fs-c-productPrice__main__label {
	display:none;
}

@media (max-width: 767px) {
	#elisirditalia-section .slick-slide,
	#tenobe-section .slick-slide,
	#recommend-section .slick-slide  {
		max-width:240px;
		margin-right:0.6rem;
		margin-left:0.6rem;
	}
}

.fs-c-button--carousel {
	font-size: 2.7rem;
}

.fs-c-productListItem__productName {
	display: block;
	font-size: 1rem;
	line-height: 1.5rem;
	margin: 2rem 0;
	font-weight: 500;
}

.fs-c-productPrice__addon,
.fs-c-productPrice {
	font-size: 1rem;
	font-weight: 300;
}

.fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
	color: #1A1311;
}

/* homepage news section
-------------------------------------------------------------- */

.bg-fafafa {
	background:#fafafa;
}

.fs-pt-list__item {
	border-top:1px solid #E5E5E5;
	margin-top:0;
}

.fs-pt-list {
	border-bottom:1px solid #E5E5E5;
}

.fs-pt-list__item {
	display:block;
	padding-top: 2rem;
	padding-bottom: 2rem;
}

@media screen and (min-width: 600px) {
.fs-c-productListCarousel__ctrl {
  flex-basis: 24px;
  min-width: 24px;
}
}

.fs-c-productListCarousel__ctrl {
	display: block;
	flex-basis: 24px;
	min-width: 24px;
}

/*
.fs-c-productListCarousel__ctrl--next {
	margin-left:-12px;
}
*/

.fs-c-productListItem__control {
	margin-right:0px;
}

.fs-l-main {
	margin:initial;
	padding:initial;
	max-width: initial;
	display:block;
}

.fs-l-pageMain {
	max-width: initial;
}

.fs-c-productListCarousel__ctrl--next {
	margin-left:.5rem;
}

.fs-c-productListCarousel__ctrl--prev {
	margin-right:.5rem;
}

/* single page
-------------------------------------------------------------- */

@media screen and (min-width: 1200px) {
.fs-l-sideArea + .fs-l-pageMain, .fs-l-pageMain + .fs-l-sideArea {
  max-width: initial;
}
}

.fs-l-productLayout {
	display:initial;
}

.fs-c-button--addToCart--detail {
	background:#000;
}

.fs-c-breadcrumb {
	width: 83.333333%;
	margin-right:auto;
	margin-left:auto;
	text-align:left;
	font-size: 0.75rem;
	margin-bottom:4rem;
	margin-top:3rem;
}

body {
	font-size:initial;
}

/* category page
-------------------------------------------------------------- */

.fs-c-productListItem__viewMoreImageButton {
	display:none;
}

.fs-c-button--addToWishList--icon {
	display:none;
}

.fs-c-button--addToCart--list {
	display:none;
}

.fs-c-sortItems__label {
	display:none;
}

.fs-c-productList__controller {
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	margin-bottom:4rem;
}

.fs-c-sortItems {
	font-size:1rem;
}

.fs-c-sortItems__list__item {
	margin-right:.6rem;
}

.fs-c-sortItems__list__item.is-active {
	background:none;
	color:#000000;
	border-bottom:1px solid #000;
}

.fs-c-sortItems {
	border:none;
}

.fs-c-sortItems__list {
	border-left:none;
}

.fs-c-productList__list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap:1rem;
}

@media screen and (min-width: 960px) {
	.fs-c-productList__list {
		display:grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap:2rem;
		margin-bottom:4rem;
	}
}

@media screen and (min-width: 768px) {
	.fs-c-productList__list {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap:1.5rem;
		margin-bottom:4rem;
	}
}

.fs-c-productList__list__item {
	border-bottom: none;
	padding: 0;
}

.fs-c-productListItem__image__image {
	width:100%;
	height:100%;
	object-fit:cover;
	aspect-ratio: 1 / 1;
}

@media screen and (max-width: 639px) {
	.fs-c-productList__controller {
		display:block;
	}

	.fs-c-sortItems__list {
		text-align:center;
	}
	.fs-c-sortItems__list__item {
		display:inline-block;
	}

	.fs-c-listControl {
		margin-top:2rem;
		justify-content:flex-start;
	}
}

.lg_flex {
	display:flex;
}

.lg_w-4_12 {
	width: 33.333333%;
}

.lg_w-7_12 {
	width: 58.333333%;
}


@media screen and (max-width: 1023px) {
	.lg_flex {
		display:block;
	}
	.lg_w-4_12 {
		width: 100%;
	}
	.lg_w-7_12 {
		width: 100%;
	}
}

/*
.fs-c-productCarouselMainImage__image &gt; img {
	max-width:100%;
}
*/

.fs-c-productNumber {
	margin-top:0.7rem;
	border:none;
	font-size:.8rem;
	font-weight:light;
}


.item-body p {
	margin-bottom:2rem;
}

.item-body h2 {
	font-size:2.0rem;
	margin: 4rem 0 1.3rem 0;
	line-height:1.6;
	font-family: 'Zen Old Mincho', serif;
}

.item-body h3 {
	font-size:1.4rem;
	margin: 4rem 0 1.3rem 0;
	line-height:1.6;
	font-family: 'Zen Old Mincho', serif;
}

.text__first-bg, .text__second-bg {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    transform-origin: left;
    transform: scaleX(0);
  }

.ico-link2 {
	padding-left:0.8rem;
	background:url("../images/ico/ico-link.svg") left center no-repeat;
}

@media screen and (max-width: 1023px) {
	.ico-link2 {
		padding-left:0;
		background-image:none;
	}
}</pre></body></html>