/** Shopify CDN: Minification failed

Line 89:9 Unexpected "{"

**/
/* PADDLERS Style */

/*-------------------------------------------------
	Base
-------------------------------------------------*/
:root {
	--font-en: "Lexend", sans-serif;
	--font-en-ja: "Lexend", "Zen Kaku Gothic New", "Hiragino Sans", "Noto Sans JP", sans-serif;
	--font-ja: "Zen Kaku Gothic New", "Hiragino Sans", "Noto Sans JP", sans-serif;
	--key-color: #472615;
	--text-color: #472615;
	--bg-color: #dbd3c5;
	--hdr-height: 100px;
	--max-width: 1920px;
	--pd-side: 90px;
	--low: 30px;
	--mid: 60px;
	--mid-high: 90px;
	--high: 120px;
	--highest: 150px;
	--font-size-xs: 14px;
	--font-size-s: 15px;
	--font-size-base: 17px;
	--font-size-l: 18px;
	--font-size-xl: 32px;
	--page-width-s: 640px;
	--page-width-l: 1180px;
	--page-width-xl: 1260px;
	--grid-desktop-horizontal-spacing: 20px;
	--popup-border-width: 1.5px;
	--inputs-border-width: 1.5px;
    --inputs-border-opacity: 1;
}
@media screen and (max-width: 768px) {
	:root {
		--pd-side: 25px;
		--hdr-height: 46px;
		--low: 15px;
		--mid: 30px;
		--mid-high: 45px;
		--high: 60px;
		--highest: 75px;
		--font-size-xs: 11px;
		--font-size-s: 14px;
		--font-size-base: 15px;
		--font-size-l: 15px;
		--font-size-xl: 23px;
	}
}

body {
	display: flex;
	flex-direction:column;
	min-height: 100vh;
	font-family: var(--font-ja);
	-webkit-font-smoothing: antialiased;
}
main {
	flex: 1;
}
div.loading:empty {
	display: block;
	width: 100%;
	height: 100%;
	background: var(--bg-color);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}
@media (scripting: none) {
  .loading {
    display: none !important;
  }
}
h1, h2, h3, h4, h5,
.h0, .h1, .h2, .h3, .h4, .h5 {
	font-family: var(--font-en-ja);
    font-weight: 500;
    line-height: 1.333;
    letter-spacing: .04em;
    color: var(--text-color);
}
h1, .h0, {
	font-weight: 700;
	font-size: var(--font-size-xl) !important;
}
a {
	color: var(--text-color);
	text-decoration: none;
	transition: opacity  0.3s;
}
a:hover {
	opacity: 0.5;
	text-decoration: none;
}
ul { list-style: none; }
.large-hide {
	display: none !important;
}
.badge,
.card__badge,
.card__badge span {
	font-weight: 600;
	color: var(--bg-color) !important;
}
@media (max-width: 768px) {
	.content-for-layout	{
		padding-top: var(--hdr-height);
	}
	.large-hide {
		display: block !important;
	}
}

/* Main menu */
.header {
	display: flex;
	flex-direction: column;
	padding: 0;
	max-width: 100%;
	font-family: var(--font-en);
    font-weight: 600;
    font-size: 15px;
    line-height: 1.333;
    letter-spacing: .01em;
}
.header:not(.drawer-menu).page-width {
	padding-left: 0;
	padding-right: 0;
	max-width: 100% !important;
}
.ly_hdr {
	z-index: 100;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1em;
	width: 100%;
	height: var(--hdr-height);
	padding: 0 6vw;
	/* background-color: var(--bg-color); */
}
.un_hdrLogo {
	display: block;
	position: absolute;
	top: 23px;
}
.un_hdrLogo_img {
    /* width: 240px; */
	width: 136px;
	height: auto;
    transition: width 0.3s ease;
}
.un_hdrLogo.small .un_hdrLogo_img {
    width: 136px;
}
.un_hdrLogo_txt {
	position: absolute;
	right: 6vw;
	bottom: -24px;
	font-family: var(--font-en);
	font-weight: 600;
	font-size: 19px;
	line-height: 1;
	letter-spacing: 0;
	color: var(--text-color);
}
@media (max-width: 768px) {
	.header-wrapper,
	.header.header--has-menu {
		height: 107px;
	}
	.ly_hdr {
		/* position: fixed; */
		padding: 0 8px 0 17px;
	}
	.un_hdrLogo {
		top: 14px;
	}
	.un_hdrLogo_img {
		/* width: 126px; */
		width: 86px;
	}
	.un_hdrLogo.small .un_hdrLogo_img {
		width: 86px;
	}
	.un_hdrLogo_txt {
		right: 18px;
		bottom: -28px;
		font-size: 17px;
	}
}

/* Global-Nav */
.bl_gNav {
	display: flex;
	gap: 2.5em;
	font-family: var(--font-en);
	font-weight: 600;
	font-size: 15px;
	line-height: 1.333;
	letter-spacing: .01em;
}
.ly_hdr .bl_gNav {
	margin-top: -7px;
}
.bl_gNav > li {
	position: relative;
}
.bl_gNav > li.hp_noLink > a:hover {
	cursor: default;
}
.bl_gNav > li.menu-item-has-children {
	transition: opacity 0.3s;
}
.ly_hdr .bl_gNav .sub-menu {
	position: absolute;
	top: 1em;
	left: 0;
	display: flex;
	flex-direction: column;
	gap: .1em;
	padding-top: 0.5em;
	width: 200%;
	opacity: 0;
	transition: top 0.3s, opacity 0.3s;
	pointer-events: none;
}
@media (hover: hover) {
	.bl_gNav  a:hover,
	.ly_hdr .bl_gNav > li.menu-item-has-children:hover > a {
		opacity: .5;
	}
	.ly_hdr .bl_gNav > li.menu-item-has-children:hover .sub-menu,
	.ly_hdr .bl_gNav .sub-menu:hover {
		top: 1.1em;
		opacity: 1;
		pointer-events: auto;
	}
}
/* タップ用（hover非対応デバイス向け） */
@media (hover: none) {
    .ly_hdr .bl_gNav > li.hp_noLink.menu-item-has-children.is-open .sub-menu {
        top: 1.1em;
        opacity: 1;
        pointer-events: auto;
    }
    /* タップ中のカーソル明示 */
    .bl_gNav > li.hp_noLink > a {
        cursor: pointer;
    }
}
.ly_hdr .un_link_instagram,
.sm_gNav_logo {
	display: none;
}
/* Hamburger Menu */
.un_btn_hbg {
	display: none;
}
/* SHOP スマホ専用 */
.sm_shop_menu {
	width: 50% !important;
}
.sm_shop_menu__sub {
	position: absolute;
	top: 26px;
	right: 0;
	padding-left: 0;
}
.sm_shop_menu__sub li a {
	font-weight: 400;
	font-size: 15px;
	line-height: 1;
}
@media (max-width: 1023px) {
	.hp_noScroll {
		overflow: hidden;
		/* position: fixed; */
		width: 100%;
	}
	/* Global-Nav */
	.ly_gNav {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 0%;
		background-color: var(--key-color);
		opacity: 0;
		visibility: hidden;
		transition: height .3s, opacity .3s, visibility .3s;
		z-index: 101;
	}
	.ly_gNav.active {
		padding: 40px 35px;
		height: 100%;
		opacity: 1;
		visibility: visible;
		overflow-y: auto;
	}
	.ly_gNav .bl_gNav {
		flex-direction: column;
		gap: 1.6em;
		font-size: 17px;
		line-height: 1.53;
		letter-spacing: 0;
		opacity: 0;
	}
	a.sm_gNav_logo {
		display: block;
		margin-bottom: 40px;
		opacity: 0;
	}
	a.sm_gNav_logo img {
		width: 170px;
	}
	.sm_gNav_logo__txt {
		display: block;
		margin-top: 30px;
		margin-bottom: 3em;
		font-family: var(--font-en);
		font-weight: 600;
		font-size: 19px;
		line-height: 1;
		color: var(--bg-color);
		text-align: center;
	}
	.ly_gNav.active .bl_gNav,
	.ly_gNav.active a.sm_gNav_logo {
		animation: fadeIn .3s ease forwards;
		animation-delay: .3s;
	}
	.ly_hdr .bl_gNav {
		margin-top: 0;
		padding-left: 0;
	}
	.ly_gNav .bl_gNav a {
		color: var(--bg-color);
	}
	.bl_gNav > li.menu-item-has-children {
		opacity: 1;
	}
	.ly_hdr .bl_gNav .sub-menu {
		gap: 0;
		position: relative;
		top: 0;
		padding-top: 0;
		width: 100%;
		font-weight: 400;
		opacity: 1;
		pointer-events: auto;
	}
	.ly_hdr .un_link_instagram {
		display: block;
		margin-top: 1.6em;
		font-weight: 600;
	}
	@keyframes fadeIn {
		0% {
			opacity: 0;
		}
		100% {
			opacity: 1;
		}
	}
	/* Hamburger Menu */
	.un_btn_hbg {
		display: block;
		position: absolute;
		top: 18px;
		right: 8px;
		/* width: 44px;
		height: 27px; */
		width: 50px;
		height: 30px;
		z-index: 102;
		cursor: pointer;
		appearance: none;
		-webkit-appearance: none; /* Safari対応 */
		border: none;
		background: none;
		padding: 0;
		cursor: pointer;
	}
	.un_btn_hbg > span {
		display: block;
		position: absolute;
		left: 10px;
		/* width:  24px; */
		width:  30px;
		height: 1.5px;
		background-color: var(--text-color);
		transition: all .3s;
	}
	.un_btn_hbg span:nth-of-type(1) {
		top: 10px;
	}
	.un_btn_hbg span:nth-of-type(2) {
		top: 18px;
	}
	.un_btn_hbg.active span:nth-of-type(1) {
		transform: translateY(4px) translateX(0) rotate(45deg);
		background-color: var(--bg-color);
	}
	.un_btn_hbg.active span:nth-of-type(2) {
		transform: translateY(-4px) translateX(0) rotate(-45deg);
		background-color: var(--bg-color);
	}
}
@media (max-width: 425px) {
	.ly_gNav {
		display: block;
	}
	.sm_gNav_logo__txt {
		text-align: left;
	}
}

/* Sub menu */
.header-sub {
	display: flex;
	justify-content: space-between;
    align-items: center;
	margin-top: 14px;
    padding: 0 5vw;
    width: 100%;
    height: 48px;
	border-top: 1.5px solid var(--key-color);
	border-bottom: 1.5px solid var(--key-color);
	box-sizing: border-box;
}
.sub-menu {
	display: flex;
	gap: 2em;
	padding: 0;
}
.wrap-ut-menu {
	display: flex;
	gap: 20px;
}
.wrap-ut-menu > .sub-menu {
	font-size: 14px;
}
.header__icons {
	padding-right: 0;
}
.header__icon, .header__icon--cart .icon {
	height: 4.6rem;
    width: 4.6rem;
}
.header__icon .svg-wrapper {
    width: 46px;
    height: 46px;
}
.header__icon--cart.sp {
	display: none;
}
@media (max-width: 768px) {
	.header__icon--cart.sp {
		display: block;
		position: absolute;
        top: 10px;
        right: 65px;
	}
	.header-sub {
		position: absolute;
		margin-top: calc(var(--hdr-height) + 26px);
		padding: 0 6px 0 24px;
		height: 35px;
	}
	.header-sub .sub-menu {
		gap: 1.8em;
		font-size: 14px;
	}
	.wrap-ut-menu .sub-menu,
	.wrap-ut-menu .header__icon--cart {
		display: none;
	}
	body.template-collection .sub-menu li a {
		opacity: .5;
	}
	body.template-collection .sub-menu li a.is-active {
		opacity: 1;
	}
	body.template-collection .ly_gNav .sub-menu li a {
		opacity: 1;
	}
}

/*-------------------------------------------------
	検索窓＋検索ページ
-------------------------------------------------*/
.header__search .header__icon--search {
	color: var(--text-color);
	text-decoration: none;
	transition: opacity  0.3s;
}
.header__search:hover .header__icon--search {
	opacity: 0.5;
	text-decoration: none;
}
details[open] .header__icon-close {
    display: none;
}

.modal__content {
	position: fixed;
	background-color: rgb(220 212 198 / 0.8);
}
details[open] .modal-overlay:after {
	/* top: 0 !important; */
	background-color: transparent !important;
}
.search-modal__content-bottom {
	bottom: unset !important;
}

body.template-search .template-search {
	padding-bottom: 100px !important;
}
.template-search__header h1.h2 {
	margin: 0.6em 0 4rem !important;
	font-family: var(--font-en-ja) !important;
    font-weight: 700;
    font-size: var(--font-size-xl) !important;
    line-height: 1.333;
    letter-spacing: .04em;
    text-align: center;
    color: var(--text-color);
}
@media (max-width: 768px) {
	body.template-search .template-search {
		padding-bottom: 65px !important;
	}
	.template-search__header.page-width {
		padding: 0px 1.7rem !important;
	}
	.template-search__header h1.h2 {
		margin: -1.5em 0 3rem !important;
	}
	.template-search__search {
		margin-top: -.2rem !important;
	}
}

/*-------------------------------------------------
	Home & Collections
-------------------------------------------------*/
.page-width {
	padding: 0 var(--pd-side);
	max-width: calc(var(--page-width-xl) + (var(--pd-side) * 2));
}
@media (max-width: 768px) {
	/* .grid.product-grid {
		gap: 20px 10px
	} */
	slider-component.page-width,
	.collection.page-width {
        padding: 0px 1.7rem !important;
    }
}

.collection__title > h2.title,
.collection-hero__title {
	margin: 5.5rem 0 3rem !important;
	font-family: var(--font-en-ja);
	font-weight: 700;
	font-size: var(--font-size-xl);
	line-height: 1.333;
	letter-spacing: .04em;
	text-align: center;
	color: var(--text-color);
}
.collection__title > h2.title {
	margin-bottom: 9.4rem !important;
}
@media (max-width: 768px) {
	.collection__title > h2.title {
		margin: -.3em 0 1.5em !important;
	}
	.collection-hero__title {
		margin: -.3em 0 .5em !important;
	}
}

/* カード */
.card__inner.ratio {
  --ratio-percent: 110% !important;
}
.card__heading.h5,
.card-information .price-item {
	font-family: var(--font-en-ja);
	font-weight: 500;
	font-size: 1.7rem;
	line-height: 1.6;
	letter-spacing: 0;
	color: var(--text-color);
}
.card__information {
    padding-bottom: 1.2rem !important;
    padding-top: 1.2rem !important;
}
.card-information .price {
	margin-top: 0 !important;
}
@media (max-width: 768px) {
	.card__information {
		padding-bottom: 1rem !important;
		padding-top: 1rem !important;
	}
	.card__heading.h5,
	.card-information .price-item {
		font-weight: 400;
		font-size: 1.4rem;
		line-height: 1.5;
	}
	.card-information .price {
		display: none;
	}
}

/* 絞り込み・並び替え */
.facets-container {
	display: flex;
    justify-content: flex-end;
	margin-bottom: 2.5rem;
}
.mobile-facets__wrapper,
.product-count,
.facet-filters__label {
  display: none !important;
}
.facet-filters {
	padding-left: 0 !important;
}
.facet-filters__sort {
	padding-right: 3.8rem !important;
	font-family: var(--font-en-ja);
	font-weight: 600;
	font-size: 1.6rem !important;
	letter-spacing: .01em;
	color: var(--text-color);
	text-align: right;
	text-align-last: right; /* 選択中の表示テキストを右揃え */
	direction: rtl; /* 右から左に並べる */
}
.facet-filters__sort option {
  direction: ltr; /* ドロップダウン内は左から右に戻す */
  text-align: left;
}
.facets-container .select .svg-wrapper {
	top: calc(50% - 0.5rem) !important;
	width: 1.8rem;
	height: 1rem;
}
.facet-filters__sort:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}
.pagination__item,
.slider-counter {
	font-family: var(--font-en);
	font-weight: 600;
	font-size: 16px;
	line-height: 1;
	letter-spacing: .01em;
	color: var(--text-color);
	opacity: 1;
}
.pagination__list>li {
    flex: 1 0 2rem !important;
    max-width: 2rem !important;
}
.pagination__item--current:after {
    height: 0.15rem !important;
}
@media (max-width: 768px) {
	.facets-container {
		margin-bottom: -1.5rem;
		padding-top: 0 !important;
	}
	.facets.small-hide,
	.facet-filters.small-hide {
		display: block !important;
	}
	.facets__form {
		gap: 0 !important;
	}
	.facet-filters__sort {
		padding-right: 2.5rem !important;
		font-weight: 500;
    	font-size: 1.4rem !important;
	}
}

/*-------------------------------------------------
	Main Product（商品詳細ページ）
-------------------------------------------------*/
product-info .page-width {
	max-width: calc(var(--page-width-l) + (var(--pd-side) * 2));
}
.product--medium:not(.product--no-media) .product__media-wrapper,
.product--small:not(.product--no-media) .product__info-wrapper,
.product--medium:not(.product--no-media) .product__info-wrapper,
.product--small:not(.product--no-media) .product__media-wrapper {
	width: 50% !important;
	max-width: 50% !important;
}
.product__info-wrapper {
	padding-left: 8.475% !important;
}
.product-media-container {
	border: none;
}
.product-media-container .media,
.product__media-item .media {
  aspect-ratio: 10 / 11 !important;
  padding-top: unset !important;
}
.product__media-item img,
.product__media-item .product__media {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.thumbnail-list__item .media {
  aspect-ratio: 10 / 11 !important;
}
.product--thumbnail .product__media-list,
.product--thumbnail_slider .product__media-list {
	margin-bottom: 35px !important;
}

/* Product thumbnail: show 4 per page */
.thumbnail-slider .thumbnail-list.slider--tablet-up {
	padding: 8px;
	scroll-padding-left: 8px;
	gap: 16px;
}
.thumbnail-slider .slider__slide {
  /* width: calc(25% - var(--grid-mobile-horizontal-spacing, 10px) - 0.25rem) !important; */
  width: calc(25% - 12px) !important;
}
.slider-button,
.slider-button .svg-wrapper {
	padding: 0;
	width: 35px !important;
	height: 36px !important;
}
.slider-button .icon {
    height: 36px !important;
}
.slider-button.slider-button--prev {
	margin-left: -8px;
}
.slider-button.slider-button--next {
	margin-right: -8px;
}
.slider-button--prev .un_arrow_prev {
	transform: rotate(90deg);
}
.slider-button--prev:not([disabled]):hover .icon {
	transform: rotate(90deg) scale(1) !important;
}
.slider-button--next .un_arrow_next {
	transform: rotate(-90deg);
}
.slider-button--next:not([disabled]):hover .icon {
	transform: rotate(-90deg) scale(1) !important;
}
@media (max-width: 768px) {
	body.template-product product-info {
		padding-top: 0;
		padding-bottom: 50px !important;
	}
	body.template-product .content-for-layout {
		/* padding-top: 36px; */
		padding-top: 31px;
	}
	.product--medium:not(.product--no-media) .product__media-wrapper,
	.product--small:not(.product--no-media) .product__info-wrapper,
	.product--medium:not(.product--no-media) .product__info-wrapper,
	.product--small:not(.product--no-media) .product__media-wrapper {
		width: 100% !important;
		max-width: 100% !important;
	}
	.product-media-container.constrain-height .media,
	.product-media-container .media {
		padding-top: 0 !important;
	}
	
	/* .slider.slider--mobile .slider__slide {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	} */
	.product--thumbnail .product__media-list,
	.product--thumbnail_slider .product__media-list {
		/* margin-bottom: 17px !important; */
		margin-bottom: 12px !important;
	}
	.product__media-list .product__media-item {
		width: calc(100vw - (var(--pd-side) * 2)) !important;
	}
	.product__media-list.grid {
		column-gap: var(--pd-side);
	}

	.thumbnail-slider {
		margin-left: calc(-1 * var(--pd-side)) !important;
		width: 100vw;
	}
	.slider-button {
		display: none !important;
	}
	.thumbnail-slider .thumbnail-list.slider--tablet-up {
		margin-bottom: 30px;
		padding: .1rem 0 .1rem 25px !important;
		scroll-padding-left: 25px !important;
		gap: 3vw;
	}
	.thumbnail-slider .slider__slide {
		width: 24vw !important;
	}
	.thumbnail-slider li.thumbnail-list__item:last-of-type {
		margin-right: var(--pd-side);
	}
	.thumbnail-slider li.thumbnail-list__item:first-of-type::before {
		content: '';
		display: block;
		width: var(--pd-side);
		height: var(--pd-side);
		background-color: transparent;
	}
}

/* .product__info-wrapper */
.product__info-wrapper variant-selects {
	margin-bottom: 7.5rem;
}
.product__title {
	margin-bottom: .75rem !important;
}
.product__title h1,
.product__info-container .price__regular .price-item--regular {
	font-family: var(--font-en-ja);
	font-weight: 600;
	font-size: 2.7rem;
	line-height: 1.333;
	letter-spacing: 0;
}
.product .price__container {
	margin-top: -.9rem;
}
.product__tax.caption {
	margin-top: -1.5rem;
	margin-bottom: 4rem;
	font-family: var(--font-en-ja);
	font-weight: 600;
	font-size: 1.5rem;
	line-height: 1;
	letter-spacing: .01em;
	color: var(--text-color);
}
.quantity,
.quantity::before,
.quantity::after,
.select,
.select::before,
.select::after {
  box-shadow: none !important;
}
.product-form__quantity {
	margin-top: 5rem !important;
	margin-bottom: 4.5rem !important;
}
.quantity__input {
	opacity: 1;
	font-family: var(--font-en-ja);
	font-weight: 500;
	font-size: 2.4rem;
}
.quantity__button .svg-wrapper {
	width: auto;
}
.quantity__button .icon {
  width: 18px;
  height: 18px;
}
.quantity__button.disabled {
	opacity: 1;
}
.product-form__input {
	/* display: flex; */
	align-items: center;
	max-width: 100% !important;
}
.product-form__input .form__label,
.product-form__input .select__select {
	margin-bottom: 0;
	width: 150px;
	font-family: var(--font-en-ja);
	font-weight: 400;
	font-size: 17px;
	line-height: 1.5;
	letter-spacing: 0;
	color: var(--text-color);
}
.product-form__input .form__label {
	margin-bottom: 8px;
}
.product-form__input .select {
	border: 1.5px solid var(--text-color);
}
.product-form__input .select__select {
	padding-right: 1em;
	width: 100%;
	font-size: 1.8rem;
}
.product-form__input .select__select {
  height: 5.3rem !important;
  min-height: 5.3rem !important;
}
.product-form__input .select .svg-wrapper {
	top: calc(50% - 0.7rem) !important;
	width: 2.4rem;
	height: 1.4rem;
}
.product__info-container .product-form {
	/* margin: 7.5rem 0 6.5rem !important; */
	margin: 0 0 6.5rem !important;
}
.product-form__buttons {
    max-width: 100% !important;
}
.product-form__submit,
.collection__view-all a.button {
	position: relative;
	padding: 0.675em 1em;
	width: 100%;
	max-width: 100%;
	font-family: var(--font-en-ja);
	font-weight: 600;
	font-size: 23px;
	line-height: 1;
	letter-spacing: .05em;
	color: var(--bg-color);
	border: 1.5px solid var(--text-color);
	box-shadow: none;
	background-color: var(--key-color);
	transition: color .3s, background-color .3s;
	cursor: pointer;
}
.collection__view-all a.button {
	margin-top: 7.5rem !important;
	max-width: calc(25% - 20px * 3 / 4);
}
.product-form__submit::before,
.product-form__submit::after,
.collection__view-all a.button::before,
.collection__view-all a.button::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 12px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	box-shadow: none;
	background-color: var(--bg-color);
	transition: background-color .3s;
	z-index: 1;
}
.product-form__submit::after,
.collection__view-all a.button::after {
	left: auto;
	right: 12px;
}
@media (hover: hover) {
	.product-form__submit:hover,
	.collection__view-all a.button:hover {
		opacity: 1;
		color: var(--text-color);
		background-color: #fff;
	}
	.product-form__submit:hover::before,
	.product-form__submit:hover::after,
	.collection__view-all a.button:hover::before,
	.collection__view-all a.button:hover::after {
		background-color: var(--key-color);
		box-shadow: none !important;
	}
}
.product__description p,
.english-description {
	font-family: var(--font-ja);
	font-weight: 500;
	font-size: 1.7rem;
	line-height: 1.765;
	letter-spacing: 0;
	color: var(--text-color);
	text-align: justify;
}
.english-description {
	margin-top: 3.5rem !important;
	font-family: var(--font-en);
	font-weight: 400;
}
.select__select:focus {
	box-shadow: none;
}
@media (max-width: 768px) {
	.product__info-wrapper {
		padding-left: 0 !important;
	}
	.product__info-wrapper variant-selects {
		/* margin-bottom: 5rem; */
		margin-bottom: 2.5rem;
	}
	.product__title h1,
	.product__info-container .price__regular .price-item--regular {
		font-weight: 500;
		font-size: 2.4rem;
		line-height: 1.584;
	}
	.price-wrap {
		margin-top: 0 !important;
	}
	.product .price__container {
		/* margin-top: -1.5rem; */
		margin-top: -.7rem;
	}
	.product__tax.caption {
		margin-top: -4rem;
		font-size: 1.3rem;
		text-align: right;
	}
	.product-form__quantity {
		margin-top: -2rem !important;
		margin-bottom: -.8rem !important;
	}
	.product-form__input {
		justify-content: flex-end;
	}
	.price-per-item__container {
		justify-content: flex-end;
		/* margin-top: -2.2rem; */
		margin-top: 4.8rem;
	}
	.quantity {
		margin-right: -1rem;
		width: 9.4rem !important;
	}
	.quantity__button {
		width: 3.2rem !important;
	}
	.quantity__input {
		font-size: 2.1rem;
	}
	.quantity__button .svg-wrapper > img.icon {
		width: 1.5rem;
		height: 1.5rem;
	}
	.product__info-container .product-form {
		/* margin: 2.2rem 0 4.5rem !important; */
		margin: 1.5rem 0 4.5rem !important;
	}
	.product-form__input.product-form__input--dropdown {
		flex-direction: column;
		align-items: flex-start;
	}
	.product-form__input .form__label {
		margin-bottom: .4em;
	}
	.product-form__input .form__label,
	.product-form__input .select__select {
		width: 100%;
		font-size: 1.6rem;
	}
	.product-form__input .select__select {
		padding-left: 0.9em;
		height: 4.5rem !important;
    	min-height: 4.5rem !important;
		font-size: 1.7rem;
	}
	.product-form__input .select .svg-wrapper {
		width: 1.4rem;
	}
	.product-form__input .select .svg-wrapper > img.icon {
		width: 20px;
		height: 20px;
	}

	.product-form__buttons {
		/* margin-top: 3.75rem; */
		margin-top: 0;
		margin-inline: auto;
		/* max-width: 77% !important; */
	}
	.product-form__submit,
	.collection__view-all a.button {
		padding: 0.778em 1em;
		min-height: unset !important;
		font-size: 1.8rem;
	}
	.collection__view-all a.button {
		margin-top: 5rem !important;
		max-width: calc(50% - 10px / 2);
	}

	.product__description p,
	.english-description {
		font-size: 1.5rem;
		line-height: 1.666;
	}
	.english-description {
		margin-top: 0 !important;
	}
}

/* Easify Options */
.easify.portal {
	/* margin-top: -5.8rem; */
	margin-top: 0;
	margin-bottom: 0;
}
.po-productPageOptions-root {
	padding-top: 0 !important;
}
.po-options-root {
	margin-top: 0 !important;
	margin-bottom: 6.2rem !important;
}
.po-label-label,
.po-select-selectedValue {
	font-family: var(--font-en-ja) !important;
	font-weight: 400 !important;
}
.po-select-button {
	padding: 18px 15px 18px 18px !important;
	height: 57px !important;
	border-width: 1.5px !important;
}
.po-select-placeholder {
	font-family: var(--font-en-ja) !important;
	font-weight: 400 !important;
	color: var(--text-color) !important;
	opacity: .6;
}
.po-label-required {
	color: var(--text-color) !important;
}
.po-select-selectedValue {
	display: block;
	line-height: 1.333;
	white-space: nowrap !important;
	text-overflow: ellipsis;
	overflow: hidden;
}
.po-select-chevron {
	width: 2.4rem;
    height: 1.4rem;
}
.po-select-chevron::after {
	content: '';
	display: block;
	width: 2.4rem;
	height: 1.4rem;
	background: center / contain no-repeat url("https://z9g1an-g2.myshopify.com/cdn/shop/t/3/assets/arrow-down-padl.svg");
}
.po-select-chevron > svg {
	display: none !important;
}
.po-select-listContainer {
	padding-top: .5rem !important;
	padding-bottom: .5rem !important;
}
.po-optionItemLabel-label {
	line-height: 1.5 !important;
}
@media (max-width: 768px) {
	.easify.portal {
		margin-top: 0;
		/* margin-bottom: 3.75rem; */
		margin-bottom: 1.25rem;
	}
	.po-options-root {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	.po-label-label {
		margin-bottom: .4em !important;
		font-size: 1.6rem !important;
	}
	.po-select-button {
		padding: 16px 10px 16px 16px !important;
		height: 49px !important;
}
	.po-select-selectedValue {
		font-size: 1.7rem !important;
	}
	.po-select-chevron:after {
		width: 2rem;
    	height: 2rem;
	}
}

/* 焙煎指標 */
.roast-scale {
  margin: 4rem 0 1.5rem !important;
  padding: 0 7.043%;
  font-family: var(--font-en-ja);
}
.roast-scale__label {
	margin-bottom: 1rem;
  font-size: 1.9rem;
  font-weight: 500;
  letter-spacing: 0;
  color: var(--key-color);
  text-align: center;
}
.roast-scale__track {
  position: relative;
  height: 1.5px;
  background-color: var(--key-color);
  margin: .5rem .4rem;
}
.roast-scale__track::before,
.roast-scale__track::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 17px;
  background: center / contain no-repeat url("/cdn/shop/files/arrow-roast-scale.svg");
}
.roast-scale__track::before {
  left: -2px;
}
.roast-scale__track::after {
  right: -2px;
  transform: translateY(-50%) scaleX(-1);
}
.roast-scale__dot {
	display: block !important;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  background-color: var(--key-color);
  border-radius: 50%;
}
.roast-scale__ends {
  display: flex;
  justify-content: space-between;
  font-weight: 400;
  font-size: 1.7rem;
  letter-spacing: 0;
  color: var(--key-color);
  margin: 1.25rem .2rem 0;
}
@media (max-width: 768px) {
	.roast-scale {
  		margin: 3rem 0 1.5rem !important;
  		padding: 0;
	}
	.roast-scale__label {
		margin-bottom: .6rem;
		font-size: 1.6rem;
	}
	.roast-scale__track:before,
	.roast-scale__track:after {
		width: 12px;
		height: 13px;
		background-size: auto 13px;
	}
	.roast-scale__dot {
		width: 13px;
		height: 13px;
	}
	.roast-scale__ends {
		margin: 1rem .2rem 0;
		font-size: 1.3rem;
	}
}

/* プロダクト下部-特集コレクション */
body.template-product .collection__title.title-wrapper {
	position: relative;
	margin: 0 0 8rem 0 !important;
	padding: 0 !important;
	max-width: 100%;
	text-align: center;
}
body.template-product .collection__title.title-wrapper::before {
	content: '';
	display: block;
	margin-bottom: -1em;
	width: 100%;
	height: 8px;
	background: top left / 34px 8px repeat-x url("/cdn/shop/files/fig_wave_line.svg?v=1780485104");
}
body.template-product .collection__title h2.title {
	position: relative;
  	display: inline-block;
  	margin: 0 !important;
	margin-inline: auto;
  	padding: 0 1.5em;
  	font-size: 2rem;
  	letter-spacing: 0;
	background-color: var(--bg-color);
	animation: none !important;
	opacity: 1;
	transform: none !important;
}
.slider-counter {
	min-width: 8rem !important;
	letter-spacing: .1em;
}
@media screen and (min-width: 769px) and (max-width: 989px) {
  .slider--tablet.grid--1-col-tablet-down .grid__item {
    width: calc((100% - var(--desktop-margin-left-first-item)) / 3 - var(--grid-desktop-horizontal-spacing) * 2);
  }
}
@media (max-width: 768px) {
	body.template-product .collection {
		position: relative;
	}
	body.template-product .collection::before {
		content: '';
		display: block;
		width: 100%;
		height: 8px;
		background: top left / 34px 8px repeat-x url("/cdn/shop/files/fig_wave_line.svg?v=1780485104");
	}
	body.template-product .collection__title.title-wrapper {
		/* margin-bottom: 7rem !important;
    	padding: 1.8rem 0 0 0 !important; */
		margin-bottom: 3rem !important;
        padding: 3rem 0 0 0 !important;
	}
	body.template-product .collection__title h2.title {
		font-size: 1.6rem;
	}
	body.template-product .collection__title.title-wrapper:before {
		display: none;
	}
	.template-product .slider-buttons {
		display: none !important;
	}
}

/*-------------------------------------------------
	関連商品（related-products.liquid）
-------------------------------------------------*/
.related-products .slider--desktop .slider__slide:first-child {
	margin-left: var(--grid-desktop-horizontal-spacing) !important;
}
.related-products {
	position: relative;
	text-align: center;
}
.related-products::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: 0px 8px / 34px 8px repeat-x url("/cdn/shop/files/fig_wave_line.svg?v=1780485104");
}
h2.related-products__heading {
	display: inline-block;
	position: relative;
  	margin: 0 0 6.3rem 0 !important;
	margin-inline: auto;
  	padding: 0 1.5em;
	font-family: var(--font-en-ja);
	font-weight: 700;
  	font-size: 2rem;
  	letter-spacing: 0;
	background-color: var(--bg-color);
	transform: none !important;
	animation: none !important;
	opacity: 1;
	z-index: 1;
}
@media (max-width: 768px) {
	.related-products::before {
		height: 8px;
		background-position: 0 0;
	}
	h2.related-products__heading {
		margin: 4.2rem 0 3.3rem 0 !important;
		font-size: 1.6rem;
		background-color: transparent;
	}
}

/*-------------------------------------------------
	Cart
-------------------------------------------------*/
.cart-count-bubble {
	top: .6rem;
    left: .4rem;
}

/* Pop Up */
.cart-notification-wrapper:is(.page-width)>.cart-notification {
	right: 4vw !important;
}
.cart-notification {
	border-top: none !important;
	border-color: var(--key-color) !important;
}
.cart-notification__heading,
.cart-notification-product__name {
	font-family: var(--font-en-ja);
	font-weight: 500;
}
.icon-close path {
  stroke: currentColor;
  stroke-width: 1.5px;
}
@media (max-width: 768px) {
	.cart-notification-wrapper:is(.page-width)>.cart-notification {
		right: 0 !important;
	}
}

/* Cart Page */
body.template-cart h1.title {
	font-weight: 700;
	font-size: var(--font-size-xl);
}
cart-items .title-wrapper-with-link a.underlined-link {
	text-decoration: underline;
	opacity: 1;
}
.cart-item,
.totals__total-value {
	font-family: var(--font-en-ja);
	font-weight: 500;
}
.cart-items th,
.cart__items {
	font-size: 1.2rem !important;
  	border-bottom: 1.5px solid var(--key-color) !important;
  	opacity: 1 !important;
}
.cart-item .caption-with-letter-spacing {
	font-size: 1.2rem !important;
	color: var(--text-color) !important;
	opacity: 1 !important;
}
.cart-item .quantity__input {
	font-size: 2rem;
}
.cart-item__price-wrapper>*:only-child:not(.cart-item__discounted-prices) {
	margin-top: 0 !important;
}
.cart-item__quantity-wrapper {
	margin-top: -1.5rem !important;
}
.cart-item .price {
	font-size: 1.8rem;
}
.color-scheme-1, .color-scheme-2, .color-scheme-3, .color-scheme-4, .color-scheme-5 {
	color: var(--text-color) !important;
}
.totals__total-value {
	font-weight: 700;
	font-size: 2.4rem !important;
}
.cart__footer-wrapper:last-child .cart__footer {
    padding-bottom: 10rem !important;
}
@media (max-width: 768px) {
	.title-wrapper-with-link {
		margin-top: -4.9rem !important;
		align-items: center;
	}
	.cart-items thead tr {
		border-bottom: 1.5px solid var(--key-color) !important;
	}
	.cart-items th {
		border: none !important;
	}
	.cart-item .price {
		font-size: 1.6rem;
	}
}

/*-------------------------------------------------
	Page (Shopping Guide)
-------------------------------------------------*/
body.template-page .page-width {
	max-width: calc(var(--page-width-s) + (var(--pd-side) * 2));
}
body.template-page p {
	line-height: 1.75;
	letter-spacing: 0;
	color: var(--text-color);
}
.main-page-title {
	margin-bottom: 7.5rem !important;
	font-weight: 700;
	font-size: var(--font-size-xl);
	letter-spacing: .02em;
	text-align: center;
}
hr.hr-padl {
	margin: 2em 0 !important;
	height: .15rem;
	background-color: var(--text-color);
}
@media (max-width: 768px) {
	.main-page-title {
		margin-top: -50px !important;
		margin-bottom: 3.5rem !important;
	}
	body.template-page p {
		line-height: 1.666;
	}
	hr.hr-padl {
		margin: 1.6em 0 !important;
	}
}

/*-------------------------------------------------
	Footer
-------------------------------------------------*/
:root {
	--ftr-l-pd: 6.79vw;
	--ftr-r-pd: 8.572vw;
	--ftr-b-pd: 45px;
}
.ly_ftr {
	position: relative;
	display: flex;
	justify-content: space-between;
	gap: 1em;
	padding: 50px var(--ftr-r-pd) var(--ftr-b-pd) var(--ftr-l-pd);
	min-height: 280px;
}
.ly_ftr,
.ly_ftr a {
	color: var(--bg-color);
	background-color: var(--text-color);
}
.bl_ftrLogo {
	display: block;
	margin-top: 8px;
}
.un_ftrLogo_img {
	width: 230px;
	height: auto;
}
.ly_ftr .bl_gNav {
	display: flex;
	gap: 3.6em;
	font-family: var(--font-en);
    font-weight: 600;
    font-size: 15px;
	line-height: 1.7;
    letter-spacing: .01em;
}
.ly_ftr .bl_gNav_sub {
	padding-left: 0;
	font-weight: 400;
}
.ly_ftr .bl_gNav li:last-of-type > .bl_gNav_sub {
	font-weight: 600;
}
.el_copyright {
	position: absolute;
	bottom: var(--ftr-b-pd);
	right: var(--ftr-r-pd);
	font-family: var(--font-en);
	font-weight: 500;
	font-size: var(--font-size-xs);
	line-height: 1;
	letter-spacing: 0;
	text-align: right;
	color: var(--bg-color);
}
@media (max-width: 1180px) {
	.ly_ftr .bl_gNav {
		gap: 1.5em;
	}
	.un_ftrLogo_img {
		width: 136px;
	}
}
@media (max-width: 900px) {
	:root {
		--ftr-l-pd: 25px;
		--ftr-r-pd: 10px;
		--ftr-b-pd: 30px;
	}
	.ly_ftr {
		flex-direction: column;
		gap: 1em;
		padding: 35px var(--ftr-r-pd) var(--ftr-b-pd) var(--ftr-l-pd);
		min-height: unset;
	}
	.ly_ftr .bl_ftrLogo h1 {
		margin: 0;
		font-size: 0;
	}
	.un_ftrLogo_img {
		margin-top: 0;
		margin-left: 10px;
		margin-bottom: 20px;
		width: 126px;
	}
	.ly_ftr .bl_gNav {
		flex-direction: column;
		flex-wrap: wrap;
		gap: 0 !important;
		margin: 0;
		padding: 0;
		width: 100%;
		height: 130px;
		font-size: 14px;
		line-height: 1.78;
	}
	.ly_ftr .bl_gNav > li {
		width: 50%;
	}
	.ly_ftr .bl_gNav > li.un_link_contact {
		margin-top: 1.8em;
	}
	.ly_ftr .bl_gNav > li:nth-of-type(n + 4) {
		margin-left: -.5em;
	}
	.el_copyright {
		position: relative;
		right: unset;
		bottom: unset;
		margin-top: 20px;
		text-align: left;
	}
}