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

/*
Theme Name:Storefront-child
Template:storefront
*/


/*共通設定*/

:root {
	font-size: 62.5%;
	--main-color: #002755;
	--sub-color: #F0EFE6;
	--accent-color: #821515;
	--bg-color: #F8F8F8;
	--hover-color: #8093A9;
	--content-width: min(100%, 1120px);
	--section-padding: 72px; 
	--transition: .25s;
	--txt-sans-serif: YakuHanJP_Narrow, "Helvetica Neue", Helvetica, Arial, "Noto Sans JP", sans-serif;
	--txt-sans-serif-hans: "Helvetica Neue", Helvetica, Arial, "Noto Sans SC", "PingFang SC", "Hiragino Sans GB", sans-serif;
	--txt-sans-serif-hant: "Helvetica Neue", Helvetica, Arial, "Noto Sans TC", "PingFang TC", "Hiragino Sans CNS", sans-serif;
	--txt-serif: YakuHanJP_Narrow, "Noto Serif JP", "ヒラギノ明朝 Pro W3", 'Hiragino Mincho Pro', "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	--txt-serif-en: Cambria, "Times New Roman", Garamond, serif;
	--txt-serif-hans: "Noto Serif SC", SimSun, 'Kaiti SC', "Songti SC", serif;
	--txt-serif-hant: "Noto Serif TC", "PMingLiU", "MingLiU", 'Kaiti TC', "Songti TC", serif;
}
@media (max-width: 999px) {
	:root {
		--section-padding: 56px;
	}
}
@media (max-width: 1160px) {
	:root {
		--section-padding: 40px;
	}
}
* {
	min-height: 0vw;
	box-sizing: border-box;
}
html {
	scroll-behavior: smooth;
	scroll-padding-top: 280px;
}
@media (max-width: 1160px) {
	html {
		scroll-padding-top: 104px;
	}
}
@media (max-width: 767px) {
	html {
		scroll-padding-top: 80px;
	}
}
body {
	font-family: var(--txt-sans-serif);
	font-size: clamp(1.6rem, 1.607vw, 1.8rem);
	line-height: 1.75;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
html[lang="en-US"] body {
	line-height: 1.5;
}
html[lang="zh-hans"] body {
	font-family: var(--txt-sans-serif-hans);
}
html[lang="zh-hant"] body {
	font-family: var(--txt-sans-serif-hant);
}
img {
	max-width: 100%;
	height: auto;
	border-radius: 0;
}
table {
	border-collapse: collapse;
}
a {
	text-decoration: none;
	transition: var(--transition);
}
a:hover {
	color: var(--hover-color);
	transition: var(--transition);
}
a:hover img {
	opacity: 0.7;
}
a:focus {
	outline: none;
}
a[target=_blank]::after {
	display: inline-block;
	font-family: FontAwesome;
    content: "\f08e";
    font-size: 1.4rem;
}
p a[target=_blank]::after,
.post-type-archive-blog .widget-area ul li a[target=_blank]::after,
.widget-area ul li a[target=_blank]::after {
	margin: 0 0 0 .5em;
}
address {
    font-style: normal;
}

/* PCでは非表示、SPでは表示 */
.hide-pc {
  display: none;
}
@media (max-width: 1160px) {
  .hide-pc {
    display: block !important;
  }
}

/* SPでは非表示、PCでは表示 */
.hide-sp {
  display: block;
}
@media (max-width: 1160px) {
  .hide-sp {
    display: none !important;
  }
}


/*共通*/

.site {
    overflow-x: visible;
}
.site-content {
	width: var(--content-width);
    margin: 0 auto;
}
.page-template-template-homepage .entry-content {
	max-width: none;
	margin: 0;
	font-size: clamp(1.6rem, 1.607vw, 1.8rem);
	text-align: left;
}
.page-template-template-homepage .type-page {
	padding: 0;
}
.col-full {
	max-width: 100%;
	padding: 0;
}
@media (max-width: 1160px) {
    .col-full {
        margin-left: 2.617924em;
        margin-right: 2.617924em;
    }
}
@media (max-width: 568px) {
    .col-full {
        margin-left: 1.41575em;
        margin-right: 1.41575em;
        padding: 0;
    }
}
.woocommerce-breadcrumb {
	width: var(--content-width);
	margin: 0 auto;
	font-size: 1.4rem;
}
.woocommerce-breadcrumb .breadcrumb-separator {
    padding: 0 1em;
}
.woocommerce-breadcrumb a {
	color: var(--main-color);
}
.woocommerce-breadcrumb a:hover {
	color: var(--hover-color);
	text-decoration: underline;
}
.woocommerce-breadcrumb a:first-of-type::before {
	display: none;
}
.contents {
	padding: 0 0 var(--section-padding) 0;
}
.entry-content .contents:last-child {
	padding: 0;
}
.contents-group-set {
    margin: 0 0 calc(1.41575em * 2) 0;
    padding: 1.5em;
	border: 1px solid var(--main-color);
}
.contents-group {
	padding: 0 0 calc(var(--section-padding) / 2) 0;
}
.contents .contents-group:last-child {
	padding: 0;
}
.contents-group-set .contents-group:last-child {
	padding: 0;
}
.contents-ti {
	position: relative;
	margin: 0 0 1.75em 0;;
	padding: 1em 0 1.2em 0;
	border-bottom: 1px solid var(--main-color);
	background: var(--sub-color);
	color: var(--main-color);
	text-align: center;
	font-size: clamp(2.2rem, 2.857vw, 3.2rem);
	font-weight: bold;
	font-family: var(--txt-serif);
}
html[lang="en-US"] .contents-ti {
	padding: 1em 0;
	font-family: var(--txt-serif-en);
	line-height: 1.5;
}
html[lang="zh-hans"] .contents-ti {
	font-family: var(--txt-serif-hans);
}
html[lang="zh-hant"] .contents-ti {
	font-family: var(--txt-serif-hant);
}
@media (max-width: 1160px) {
	.contents-ti {
		margin: 0 0 1em 0;;
		padding: .8em 0 1em 0;
	}
}
.contents-ti::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 4px;
	width: 100%;
	height: 2px;
	background: var(--main-color);
}
.sec-ti,
.entry-title,
.post-type-archive-blog .page-title,
.tax-blog-cat .page-title,
.search .page-title {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 0 1em 0;;
	padding: 0 0 .75em 0;
	border-bottom: 6px double var(--main-color);
	color: var(--main-color);
	font-size: clamp(2.2rem, 2.678vw, 3rem);
	text-align: center;
	font-weight: bold;
	font-family: var(--txt-serif);
	line-height: 1.214;
    letter-spacing: -1px;
}
html[lang="en-US"] .sec-ti,
html[lang="en-US"] .entry-title,
html[lang="en-US"] .post-type-archive-blog .page-title,
html[lang="en-US"] .tax-blog-cat .page-title,
html[lang="en-US"] .search .page-title {
	font-family: var(--txt-serif-en);
}
html[lang="zh-hans"] .sec-ti,
html[lang="zh-hans"] .entry-title,
html[lang="zh-hans"] .post-type-archive-blog .page-title,
html[lang="zh-hans"] .tax-blog-cat .page-title,
html[lang="zh-hans"] .search .page-title {
	font-family: var(--txt-serif-hans);
}
html[lang="zh-hant"] .sec-ti,
html[lang="zh-hant"] .entry-title,
html[lang="zh-hant"] .post-type-archive-blog .page-title,
html[lang="zh-hant"] .tax-blog-cat .page-title,
html[lang="zh-hant"] .search .page-title {
	font-family: var(--txt-serif-hant);
}
.product_title,
.single-blog .entry-title {
	display: block;
	text-align: left;
}
@media (max-width: 1160px) {
	.sec-ti,
	.entry-title,
	.post-type-archive-blog .page-title,
	.tax-blog-cat .page-title,
	.search .page-title {
		display: block;
		padding: 0 0 .5em 0;
		text-align: left;
	}
}
.sec-ti::before,
.sec-ti::after,
.entry-title::before,
.entry-title::after,
.post-type-archive-blog .page-title::before,
.post-type-archive-blog .page-title::after,
.tax-blog-cat .page-title::before,
.tax-blog-cat .page-title::after,
.search .page-title::before,
.search .page-title::after {
	content: '';
	width: 72px;
	height: 1px;
	background-color: var(--main-color);
}
.sec-ti::before,
.entry-title::before,
.post-type-archive-blog .page-title::before,
.tax-blog-cat .page-title::before,
.search .page-title::before {
	margin-right: 24px;
}
.sec-ti::after,
.entry-title::after,
.post-type-archive-blog .page-title::after,
.tax-blog-cat .page-title::after,
.search .page-title::after {
	margin-left: 24px;
}
.product_title::before,
.product_title::after,
.single-blog .entry-title::before,
.single-blog .entry-title::after {
	display: none;
	margin-right: 0;
	margin-left: 0;
}
@media (max-width: 1160px) {
	.sec-ti::before,
	.sec-ti::after,
	.entry-title::before,
	.entry-title::after,
	.post-type-archive-blog .page-title::before,
	.post-type-archive-blog .page-title::after,
	.tax-blog-cat .page-title::before,
	.tax-blog-cat .page-title::after,
	.search .page-title::before,
	.search .page-title::after {
		display: none;
		margin-right: 0;
		margin-left: 0;
	}
}
.sec-ti-break {
	display: inline-block;
}
html[lang="en-US"] .sec-ti-break {
	display: inline;
}
.sec-ti-col2 {
	display: flex;
	justify-content: flex-start;
	align-items: baseline;
	margin: 0 0 1em 0;;
	padding: 0 0 .75em 0;
	border-bottom: 6px double var(--main-color);
	color: var(--main-color);
	font-size: clamp(2.4rem, 2.678vw, 3rem);
	text-align: left;
	font-weight: bold;
	font-family: var(--txt-serif);
}
html[lang="en-US"] .sec-ti-col2 {
	font-family: var(--txt-serif-en);
}
html[lang="zh-hans"] .sec-ti-col2 {
	font-family: var(--txt-serif-hans);
}
html[lang="zh-hant"] .sec-ti-col2 {
	font-family: var(--txt-serif-hant);
}
.sec-subti {
	font-size: 2rem;
}
.sub-ti {
	margin: 0 0 1em 0;;
	padding: 0 0 .5em 0;
	border-bottom: 1px double var(--main-color);
	font-size: clamp(2.2rem, 2.321vw, 2.6rem) !important;
	font-weight: bold;
	font-family: var(--txt-serif);
}
html[lang="en-US"] .sub-ti {
	font-family: var(--txt-serif-en);
}
html[lang="zh-hans"] .sub-ti {
	font-family: var(--txt-serif-hans);
}
html[lang="zh-hant"] .sub-ti {
	font-family: var(--txt-serif-hant);
}
.group-ti {
	margin: 0 0 1.5em 0;
	padding: .5em;
	background: var(--sub-color);
	font-size: clamp(2rem, 1.964vw, 2.2rem);
	font-weight: bold;
	font-family: var(--txt-serif);
}
html[lang="en-US"] .group-ti {
	font-family: var(--txt-serif-en);
}
html[lang="zh-hans"] .group-ti {
	font-family: var(--txt-serif-hans);
}
html[lang="zh-hant"] .group-ti {
	font-family: var(--txt-serif-hant);
}
@media (max-width: 767px) {
	.group-ti {
		padding: .35em .5em;
	}
}
.group-subti {
	margin: 2em 0 1.5em 0;
	padding: .5em 0 .3em 0;
	border-top: 1px solid var(--main-color);
	border-bottom: 1px solid var(--main-color);
	color: var(--main-color);
	font-size: clamp(1.8rem, 1.785vw, 2rem);
	font-weight: bold;
}
.block-ti {
	margin: .65em 0 .25em 0;
}
.block-ti-link {
	display: block;
	font-size: clamp(1.8rem, 1.785vw, 2rem);
	font-weight: bold;
	text-decoration: none !important;
}
.txt-more {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: .5em;
	width: 100%;
}
.txt-more-link {
	display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
	color: var(--main-color);
	font-weight: bold;
	text-decoration: none !important;
}
.txt-more-link::after {
	font-family: FontAwesome;
    content: "\f105";
}
.btn-more {
	text-align: right;
}
.btn-more-link {
	display: inline-block;
	padding: .5em 1em;
	background-color: var(--main-color);
	color: #fff;
	font-size: clamp(1.6rem, 1.607vw, 1.8rem);
	font-weight: bold;
	text-decoration: none !important;
}
.btn-more-link:hover {
	background-color: var(--hover-color);
	color: #fff;
}
.btn-more-link::after {
	margin: 0 0 0 1em;
	font-family: FontAwesome;
    content: "\f105";
    font-size: 1.4rem;
}
.block-txt {
	text-align: left;
}
@media (max-width: 1160px) {
	.block-txt {
		margin: 0 0 .5em 0;
	}
}
.group-notice {
	background: var(--bg-color);
	margin: 0 0 1.41575em;
    padding: 1.5em;
}
.group-notice p:last-child {
	margin: 0 !important;
}
.group-notice-ti {
	display: flex;
	margin: 0 0 .5em 0;
	color: var(--main-color);
	font-size: clamp(1.6rem, 1.785vw, 2rem);
	font-weight: bold;
}
@media (max-width: 767px) {
	.group-notice-ti {
		margin: 0 0 .25em 0;
	}
}
.group-notice-ti::before {
	content: "ー";
	width: fit-content;
	margin: 0 8px 0 0;
	font-weight: normal;
}
.group-notice-list {
	margin: 0;
	list-style: none;
}
.group-notice-item {
	display: flex;
}
@media (max-width: 1160px) {
	.group-notice-item {
		margin: 0 0 .5em 0;
	}
	.group-notice-list .group-notice-item:last-child {
		margin: 0;
	}
}
.group-notice-item::before {
	content: "◆";
	width: fit-content;
	margin: 0 8px 0 0;
}
.group-notice-link {
	word-break: break-all;
}
.group-notice-link:hover {
	text-decoration: underline !important;
}
.group-note-list {
	list-style: none;
	margin: 0 0 1.41575em;
}
.group-note-item {
	display: flex;
}
@media (max-width: 1160px) {
	.group-note-item {
		margin: 0 0 .5em 0;
	}
	.group-note-item:last-child {
		margin: 0;
	}
}
.group-note-item::before {
	content: "※";
	width: fit-content;
	margin: 0 4px 0 0;
}
.product_title {
	position: relative;
	z-index: 99;
}
.page-title,
.product_title,
.search .page-title {
	margin: 1.5em 0 1.25em 0;
	padding: 0 0 .5em 0;
    border-bottom: 6px double var(--main-color);
	font-size: clamp(2.2rem, 2.321vw, 2.6rem);
	font-weight: bold;
	font-family: var(--txt-serif);
}
html[lang="en-US"] .page-title,
html[lang="en-US"] .product_title,
html[lang="en-US"] .search .page-title {
	font-family: var(--txt-serif-en);
}
html[lang="zh-hans"] .page-title,
html[lang="zh-hans"] .product_title,
html[lang="zh-hans"] .search .page-title {
	font-family: var(--txt-serif-hans);
}
html[lang="zh-hant"] .page-title,
html[lang="zh-hant"] .product_title,
html[lang="zh-hant"] .search .page-title  {
	font-family: var(--txt-serif-hant);
}
.wp-block-heading {
	font-size: clamp(2.2rem, 2.142vw, 2.4rem);
	font-weight: bold;
	font-family: var(--txt-serif);
}
html[lang="en-US"] .wp-block-heading {
	font-family: var(--txt-serif-en);
}
html[lang="zh-hans"] .wp-block-heading {
	font-family: var(--txt-serif-hans);
}
html[lang="zh-hant"] .wp-block-heading {
	font-family: var(--txt-serif-hant);
}
@media (min-width: 768px) {
    .storefront-breadcrumb {
        margin: 0;
    }
}
input[type=text],
input[type=number],
input[type=email],
input[type=tel],
input[type=url],
input[type=password],
input[type=search],
textarea,
select,
.input-text {
	max-width: 100%;
	border: 1px solid #CCC;
	background-color: #fff;
}
.left-sidebar .widget-area input[type=text],
.left-sidebar .widget-area input[type=number],
.left-sidebar .widget-area input[type=email],
.left-sidebar .widget-area input[type=tel],
.left-sidebar .widget-area input[type=url],
.left-sidebar .widget-area input[type=password],
.left-sidebar .widget-area input[type=search],
.left-sidebar .widget-area textarea,
.left-sidebar .widget-area select,
.left-sidebar .widget-area .input-text {
	width: 100%;
	height: 40px;
	margin: 4px 0 0 0;
	font-size: 1.6rem;
}
@media (max-width: 1160px) {
	.left-sidebar .widget-area input[type=text],
	.left-sidebar .widget-area input[type=number],
	.left-sidebar .widget-area input[type=email],
	.left-sidebar .widget-area input[type=tel],
	.left-sidebar .widget-area input[type=url],
	.left-sidebar .widget-area input[type=password],
	.left-sidebar .widget-area input[type=search],
	.left-sidebar .widget-area textarea,
	.left-sidebar .widget-area select,
	.left-sidebar .widget-area .input-text {
		height: 36px;
		margin: 0;
	}
}
.input-half {
	width: 88px !important;
}
.mto i {
    font-style: normal;
}
.mto i:after {
    content: '@';
}
.woocommerce-message::before,
.woocommerce-info::before,
.woocommerce-error::before,
.woocommerce-noreviews::before,
p.no-comments::before {
	font-family: FontAwesome;
	content: "\f06a";
}
.woocommerce-noreviews::before,
p.no-comments::before {
	color: var(--main-color);
}
.woocommerce-info::before,
.woocommerce-error::before,
.woocommerce-message::before{
	color: #fff;
}
.woocommerce-Button--next::after {
	color: var(--main-color);
}
.item-add-cart-link {
	float: right;
}
.item-add-cart-link .wc-forward,
.item-add-cart-link .wc-add-continue {
	float: none !important;
}
.wc-forward::after {
	color: #fff;
}
.wc-add-continue::before {
	color: #fff;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    font-family: FontAwesome;
    font-weight: 900;
    line-height: inherit;
    vertical-align: baseline;
    content: "\f30a";
    margin-right: .5407911001em
}
@media (max-width: 1160px) {
	.item-add-cart-link {
		display: flex;
		width: 100%;
		margin: 4px 0 0 0;
	}
	.item-add-cart-link .wc-forward,
	.item-add-cart-link .wc-add-continue {
		display: block;
		width: 100%;
		margin: 0;
		padding: 0;
		border-left: none !important;
	}
	.item-add-cart-link .wc-forward {
		text-align: right;
	}
	.item-add-cart-link .wc-add-continue {
		text-align: left;
	}
}
@media (max-width: 767px) {
	.item-add-cart-link {
        flex-wrap: wrap;
	}
}
.woocommerce-info .button,
.woocommerce-error .button,
.woocommerce-noreviews .button,
p.no-comments .button {
	color: var(--main-color);
}
.woocommerce-info .button:hover,
.woocommerce-error .button:hover,
.woocommerce-noreviews .button:hover,
p.no-comments .button:hover {
	color: var(--hover-color);
}
.woocommerce-message .button:hover {
	opacity: .7 !important;
}
.woocommerce-message {
	background-color: var(--main-color);
}
.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
    background-color: var(--accent-color);
	color: #fff;
}

/*ヘッダー*/

.header-wrap {
	position: sticky;
    z-index: 999;
    top: 0;
    left: 0;
	width: 100%;
	max-width: 100%;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
	background: #fff;
}
@media (max-width: 1160px) {
	.header-wrap {
		width: auto;
		margin-left: 1.41575em;
        margin-right: 1.41575em;
        padding: 0;
	}
}
.head-inner {
	display: flex;
    justify-content: space-between;
	width: var(--content-width);
	margin: 0 auto;
}
@media (max-width: 66.4989em) {
	.head-inner {
		padding: 0 2.617924em !important;
	}
}
@media (max-width: 1160px) {
	.head-inner {
		height: 75px;
		padding: 64px 0 0 0 !important;
	}
}
@media (max-width: 1160px) {
	.head-inner {
		height: auto;
	}
}
.head-top {
	display: flex;
	justify-content: space-between;
	visibility: visible;
    opacity: 1;
    height: auto;
	padding: 8px 0;
	background: #EEEFEE;
	font-size: 1.2rem;
	transition: .15s;
}
.head-catch {
	display: inline-block;
	margin: 0;
	line-height: 2;
}
@media (max-width: 767px) {
	.wpml-ls {
		margin: 16px 0 0 0;
	}
}
.head-main {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 12px 0 8px 0;
	font-size: clamp(1.4rem, 1.428vw, 1.6rem);
}
.head-main-inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	gap: 0 24px;
}
.custom-logo-link {
	display: flex;
    align-items: center;
	width: min(50%, 307px);
	margin: 0;
}
.custom-logo {
	object-fit: contain;
	transition: var(--transition);
}
@media (max-width: 1160px) {
	.custom-logo {
		max-height: 50px;
	}
}
.head-member {
	display: inline-flex;
	justify-content: flex-start;
	align-items: center;
	gap: 8px;
}
.head-member::before {
	font-family: FontAwesome;
	content: "\f007";
}
.head-member a,
.head-mail a {
	color: #000;
}
.head-member a:hover,
.head-mail a:hover {
	color: var(--hover-color);
}
.head-mail {
	display: inline-flex;
	justify-content: flex-start;
	align-conitemstent: center;
	gap: 8px;
}
.head-mail::before {
	font-family: FontAwesome;
	content: "\f0e0";
}
.head-contact .head-mail { /*スマホ用*/
	display: inline-block;
	margin: 0 0 1em 0;
    background-color: var(--main-color);
    color: #fff;
	font-size: 1.4rem;
    font-weight: bold;
    text-decoration: none !important;
}
.head-contact .head-mail::before {
	display: none;
}
.head-contact .head-mail-txt {
	display: inline-block;
	padding: .5em 1em .5em 0;
	color: #fff;
}
.head-contact .head-mail-txt::before {
    padding: 0 .5em 0 1em;
    font-family: FontAwesome;
    content: "\f0e0";
}
.head-tel {
	display: inline-flex;
	justify-content: flex-start;
	align-items: center;
	gap: 16px;
}
.head-tel-number {
	display: inline-flex;
	justify-content: flex-start;
	align-items: center;
	line-height: 1.5;
}
.head-tel-number a {
	display: inline-flex;
	justify-content: flex-start;
	align-items: center;
	gap: 8px;
	color: var(--main-color);
	font-size: clamp(2rem, 2.142vw, 2.4rem);
	font-weight: bold;
}
.head-tel-number a:hover {
	color: var(--hover-color);
}
.head-tel-number a::before {
	color: var(--main-color);
	font-size: clamp(1.6rem, 1.607vw, 1.8rem);
	font-family: FontAwesome;
	content: "\f095";
}
.head-time {
	display: inline-flex;
	font-size: 1.4rem;
	line-height: 1;
}
.head-time-ti {
	padding: 0 4px 0 0;
	border-right: 1px solid #A2A29C;
}
.head-time-detail {
	padding: 0 0 0 4px;
}
.head-cart {
	position: relative;
	display: flex;
	align-items: center;
	gap: 8px;
	width: 176px;
	height: 48px;
	margin: 0 0 0 32px;
	padding: 1em;
	color: #fff;
	font-weight: bold;
	white-space: nowrap;
}
.head-cart a {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
    align-items: center;
    justify-content: center;
	gap: 8px;
	height: 100%;
	width: 100%;
	background: var(--main-color);
	color: #fff;
	line-height: 0;
}
.head-cart a:hover {
	background: var(--accent-color);
}
.head-cart a::before {
	color: #fff;
	font-family: FontAwesome;
	content: "\f07a";
}
.head-cart-badge {
    position: absolute;
	top: -1em;
    right: -1em;
    display: block;
	box-sizing: content-box;
    width: 2em;
    height: 2em;
    font-size: .75em;
    border-radius: 100%;
    border: 2px solid #fff;
	background: #f00;
	color: #fff;
    text-align: center;
	text-indent: 0;
	line-height: 2;
}
@media (max-width: 1160px) {
	.head-cart-badge {
		top: -1.5em;
		right: -1em;
		width: 1.75em;
		height: 1.75em;
		line-height: 1.75;
	}
}
.head-navi {
	background: var(--sub-color);
}
.head-navi-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.head-navi-list {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 65%;
	height: 56px;
	margin: 0;
	padding: 0;
	color: var(--main-color);
	font-size: clamp(1.4rem, 1.428vw, 1.6rem);
	font-family: var(--txt-serif);
	list-style: none;
}
html[lang="en-US"] .head-navi-list {
	font-family: var(--txt-serif-en);
}
html[lang="zh-hans"] .head-navi-list {
	font-family: var(--txt-serif-hans);
}
html[lang="zh-hant"] .head-navi-list {
	font-family: var(--txt-serif-hant);
}
.head-navi-item {
	position: relative;
	display: flex;
    align-items: center;
	width: 100%;
	height: 100%;
	font-weight: bold;
}
.head-navi-item:hover {
	color: #fff;
	background: var(--main-color);
}
.head-navi-item:hover > .head-navi-link {
	color: #fff;
}
html[lang="en-US"] .head-navi-link {
	padding: 0 12px;
	text-align: center;
	line-height: 1.2;
}
.head-navi-link,
.head-navi-sub-link {
	display: flex;
	justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.head-navi-down {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 4px;
}
.head-navi-down::after {
	padding: 2px 0 0 0;
	font-family: FontAwesome;
	content: "\f078";
	font-size: 1.2rem;
}
.head-navi-sub {
	position: absolute;
	top: 56px;
	left: 0;
	visibility: hidden;
	transform: scale(1,0); /*高さを0に*/
	transform-origin: top; /*上からアニメーション*/
	transition: var(--transition);
	opacity: 0;
	z-index: 999;
	min-width: 146px;
	margin: 0;
	color: #fff;
	list-style: none;
}
.head-navi-item:hover .head-navi-sub {
	visibility: visible;
	opacity: 1;
	transform: scale(1,1);
}
.head-navi-sub-item {
	border-bottom: 1px solid #405D80;
	background: var(--main-color);
	font-family: var(--txt-sans-serif);
	white-space: nowrap;
}
.head-navi-sub-link {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 24px;
	padding: 8px 12px;
	color: #fff;
}
.head-navi-sub-item .head-navi-sub-link::after {
	font-family: FontAwesome;
	content: "\f105";
	font-size: 1rem;
}
.head-navi-sub-item .head-navi-sub-link:hover {
	background: var(--hover-color);
	color: #fff;
}
@media (max-width: 1160px) {
	.head-navi-inner {
		display: block;
		padding-top: 64px;
	}
	.head-navi-list {
		height: auto;
	}
	.head-navi-item {
		display: block !important;
		border-bottom: 1px solid #D5D5CF;
	}
	.head-navi-link,
	html[lang="en-US"] .head-navi-link{
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		height: auto !important;
		padding: 14px 16px;
	}
	.head-navi-sub {
		position: static !important;
		width: 100% !important;
		display: none;
		padding: 0;
	}
	.head-navi-item.open > .head-navi-sub {
		display: block;
	}
	.head-navi-sub-item {
		white-space: normal;
	}
	.head-navi-sub-link {
		padding: 12px 24px;
	}
	.head-navi-item.open > .head-navi-link,
	.head-navi-item.open > .head-navi-sub-link {
		background: var(--main-color);
		color: #fff;
	}
	.head-navi-item.open > a.head-navi-down::after {
		transform: rotate(180deg);
	}
	.head-navi-item.open > .head-navi-sub {
		display: block;
		visibility: visible !important;
		opacity: 1 !important;
		transform: scale(1,1);
	}
}
.head-search {
	padding: 12px 0;
}
.head-search-form {
	display: flex;
	height: 32px;
	margin: 0;
	color: #666;
	font-size: clamp(1.4rem, 1.428vw, 1.6rem);
}
.head-search-cat {
	position: relative;
}
.head-search-cat::after {
	position: absolute;
	top: 50%;
	right: 8px;
	transform: translateY(-50%);
	font-family: FontAwesome;
	content: "\f078";
	font-size: 1rem;
	color: var(--main-color);
}
.head-search-form select {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 160px;
	height: 100%;
	padding: 0 8px;
	border: 1px solid #ccc;
	color: #666;
	-webkit-appearance: none;
    appearance: none;
}
.head-search-form input[type="search"] {
	z-index: 1;
	width: 160px;
	border: 1px solid #ccc;
}
.head-search-form button {
	display: flex;
	justify-content: center;
    align-items: center;
	width: 32px;
	padding: 0;
}
.head-search-form button:hover {
	background: var(--hover-color);
}
.head-contact {
	padding: 24px 14px;
}
.head-info {
	visibility: visible;
    opacity: 1;
    height: auto;
	border-bottom: 1px solid #E0DDC9;
	transition: .15s;
}
.head-info-inner {
	display: flex;
	justify-content: space-between;
	padding: 6px 0;
	font-size: clamp(1.4rem, 1.428vw, 1.6rem);
}
.head-x {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 8px;
	margin: 0;
}
.head-x::before {
	font-family: FontAwesome;
	content: "\e61a";
	font-size: 2rem;
}
.head-x a {
	display: flex;
    align-items: center;
	color: #000;
}
.head-x a:hover {
	color: var(--hover-color);
}
.head-truck {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 8px;
	margin: 0;
}
.head-truck::before {
	width: 27px;
    height: 16px;
	background-image: url(img/common/icon-truck.png);
	background-size: contain;
	content: "";
}
.head-smaller {
	visibility: hidden;
    opacity: 0;
    height: 0;
	padding: 0;
	transition: .15s;
}

/* スマホ用ヘッダー */
.head-main-sp {
	width: 100vw;
	margin: 0 calc(50% - 50vw);
	border-bottom: 1px solid #E0DDC9;
	background: #fff;
}
.sp-flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: calc(100% - (1.41575em * 2));
	margin-left: 1.41575em;
    margin-right: 1.41575em;
	padding: 16px 0 !important;
}
.sp-hamburger-wrap {
	width: 15%;
}
.sp-hamburger {
	position: fixed;
	top: 21px;
	left: 16px;
	width: 30px;
	height: 24px;
	padding: 2px 0 0 0;
	z-index: 1000;
}
@media (max-width: 767px) {
	.sp-hamburger {
		top: 16px;
	}
}
.sp-hamburger span {
	display: block;
	width: 100%;
	height: 3px;
	margin: 5px 0;
	background: #333;
	transition: var(--transition);
	transform-origin: center;
}
.sp-hamburger span:last-child {
	margin-bottom: 0;
}
.sp-hamburger.active span:nth-child(1) {
	transform: translateY(8px) rotate(45deg);
}
.sp-hamburger.active span:nth-child(2) {
	opacity: 0;
}
.sp-hamburger.active span:nth-child(3) {
	transform: translateY(-8px) rotate(-45deg);
}
.sp-nav-overlay {
	position: fixed;
	inset: 0;
	background: rgba(0,0,0,.4);
	opacity: 0;
	visibility: hidden;
	transition: opacity .3s;
	z-index: 998;
}
.sp-slide-nav {
	position: fixed;
	top: 0;
	left: 0;
	width: 280px;
	height: 100vh;
	overflow-y: auto;
	background: var(--sub-color);
	transform: translateX(-100%);
	transition: transform .3s;
	z-index: 999;
	padding-top: 64px;
}
.sp-slide-nav.open {
	transform: translateX(0);
}
.sp-nav-overlay.open {
	opacity: 1;
	visibility: visible;
}
@media (min-width: 768px) {
	.sp-slide-nav,
	.sp-nav-overlay {
		display:none;
	}
}
.no-scroll {
	overflow: hidden;
	touch-action: none;
}
@media (max-width: 1160px) {
	.sp-nav-overlay{
		position: fixed; inset: 0;
		background: rgba(0,0,0,.4);
		opacity: 0; visibility: hidden;
		transition: opacity .3s;
		z-index: 998;
	}
	.sp-nav-overlay.open{
		opacity: 1; visibility: visible;
	}
	#globalNav{
		position: fixed;
		top: 0; left: 0;
		width: 280px;
		height: 100vh;
		overflow-y: auto;
		background: var(--sub-color);
		transform: translateX(-100%);
		transition: transform .3s;
		z-index: 999;
		display: flex;
		flex-direction: column;
	}
	#globalNav.open{
		transform: translateX(0);
	}
	#globalNav .head-navi-inner{
		flex-direction: column;
		align-items: flex-start;
		padding-top: 64px;
	}
	#globalNav .head-navi-list{
		flex-direction: column;
		width: 100%;
	}
}
.no-scroll {
	overflow: hidden;
	touch-action: none;
}
.sp-logo {
	display: flex;
	justify-content: center
}
.sp-btn {
	display: flex;
	justify-content: flex-end;
	gap: 8px;
	width: 15%;
}
.sp-btn-icon {
	display: flex;
    align-items: center;
}
.sp-btn-link {
	display: flex;
    align-items: center;
	color: #000;	
}
.sp-icon {
	font-size: 2.2rem;
}
.sp-search-icon {
	margin: 0 0 0 4px;
}
.sp-search-form-wrap {
	display: none;
	padding: 8px 0;
	background: #f8f8f8;
}
.sp-search-form-wrap.open {
	display: flex;
    justify-content: center;
}
.sp-cart {
	position: relative;
}


/*フッター*/

.site-footer {
	padding: 0;
}
.footer-wrap {
	width: 100%;
}
.foot-bnr {
	padding: 56px 0;
	background: var(--bg-color);
}
@media (max-width: 1160px) {
	.foot-bnr {
		width: 100vw;
		margin: 0 calc(50% - 50vw);
		padding: 1.41575em;
	}
}
.foot-bnr  a[target=_blank]::after {
	display: none;
}
.foot-bnr-list {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 32px;
	margin: 0;
}
@media (max-width: 1160px) {
	.foot-bnr-list {
		flex-wrap: wrap;
		gap: 24px;
	}
}
.foot-bnr-item {
	list-style: none;
}
.foot-bnr-item-link .fa-brands {
	color: var(--main-color);
	font-size: 5.6rem;
}
.foot-bnr-item-link:hover .fa-brands {
	opacity: 0.7;
	transition: var(--transition);
}
.foot-bnr-img {
	max-width: 238px;
	max-height: 99px;
	transition: var(--transition);
}
@media (max-width: 1160px) {
	.foot-bnr-img {
		max-width: 200px;
		max-height: 80px;
	}
}
.foot-bnr-img-ds {
	box-shadow: 0 3px 6px rgba(0,0,0,.15);
}
.foot-main {
	display: grid;
	justify-content: space-between;
	grid-template-columns: auto auto;
    grid-template-rows: auto auto;
    width: var(--content-width);
    margin: 0 auto;
	padding: 64px 0;
	color: #fff;
}
@media (max-width: 1160px) {
	.foot-main {
		display: flex;
		flex-wrap: wrap;
		padding: var(--section-padding) 0;
	}
}
.foot-info {
	grid-column: 1/2;
    grid-row: 1/3;
	font-size: clamp(1.4rem, 1.428vw, 1.6rem);
}
@media (max-width: 1160px) {
	.foot-info {
		margin: 0 0 var(--section-padding) 0;
	}
}
.foot-sitemap {
	grid-column: 2/3;
    grid-row: 1/2;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 48px;
	margin: 0 0 0 32px;
}
html[lang="en-US"] .foot-sitemap {
	gap: 24px;
}
@media (max-width: 1160px) {
	.foot-sitemap {
		flex-wrap: wrap;
		gap: 24px;
		margin: 0 0 var(--section-padding) 0;
	}
}
.foot-external {
	grid-column: 2/3;
    grid-row: 2/3;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 24px;
	height: 40px;
}
@media (max-width: 1160px) {
	.foot-external {
		height: 32px;
	}
}
.foot-external a[target=_blank]::after {
	display: none;
}
.foot-logo {
	width: min(276px, 70%);
	margin: 0 0 32px 0;
}
.foot-name {
	font-size: clamp(1.6rem, 1.607vw, 1.8rem);
	font-family: var(--txt-serif);
	font-weight: bold;
}
html[lang="en-US"] .foot-name {
	font-family: var(--txt-serif-en);
}
html[lang="zh-hans"] .foot-name {
	font-family: var(--txt-serif-hans);
}
html[lang="zh-hant"] .foot-name {
	font-family: var(--txt-serif-hant);
}
@media (max-width: 1160px) {
	.foot-name {
		margin: 0 0 16px 0;
	}
}
.foot-name-en {
	font-size: clamp(1.4rem, 1.428vw, 1.6rem);
}
html[lang="en-US"] .foot-name-en {
	display: none;
}
.foot-store {
	margin: 0 0 24px 0;
}
@media (max-width: 1160px) {
	.foot-store {
		margin: 0 0 16px 0;
	}
}
.foot-store-item {
	margin: 0;
	font-family: var(--txt-serif);
}
html[lang="en-US"] .foot-store-item {
	font-family: var(--txt-serif-en);
}
html[lang="zh-hans"] .foot-store-item {
	font-family: var(--txt-serif-hans);
}
html[lang="zh-hant"] .foot-store-item {
	font-family: var(--txt-serif-hant);
}
.foot-store-icon {
	margin: 0 .5em 0 0;
}
.foot-store-ti {
	margin: 0 4px 0 0;
}
.foot-store-link {
	text-decoration: none !important;
}
.foot-store-link:hover {
	color: var(--hover-color) !important;
}
.foot-time {
	font-family: var(--txt-serif);
}
html[lang="en-US"] .foot-time {
	font-family: var(--txt-serif-en);
}
html[lang="zh-hans"] .foot-time {
	font-family: var(--txt-serif-hans);
}
html[lang="zh-hant"] .foot-time {
	font-family: var(--txt-serif-hant);
}
html[lang="en-US"] .foot-cate {
	min-width: 160px;
	max-width: 224px;
}
@media (max-width: 767px) {
	html[lang="en-US"] .foot-cate {
		min-width: auto;
		max-width: 100%;
	}
}
.foot-cate-ti {
	margin: 0 0 24px 0;
	font-family: var(--txt-serif);
	font-weight: bold;
}
html[lang="en-US"] .foot-cate-ti {
	font-family: var(--txt-serif-en);
}
html[lang="zh-hans"] .foot-cate-ti {
	font-family: var(--txt-serif-hans);
}
html[lang="zh-hant"] .foot-cate-ti {
	font-family: var(--txt-serif-hant);
}
@media (max-width: 1160px) {
	.foot-cate-ti {
		margin: 0 0 12px 0;
	}
}
.foot-cate-list {
	margin: 0;
}
.foot-cate-item {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 4px 0;
	list-style: none;
}
html[lang="en-US"] .foot-cate-item {
	align-items: baseline;
}
.foot-cate-item::before {
	font-family: FontAwesome;
    content: "\f105";
    font-size: 1rem;
}
.foot-cate-item-link {
	display: block;
	width: 100%;
	font-size: clamp(1.4rem, 1.428vw, 1.6rem);
	text-decoration: none !important;
	white-space: nowrap;
}
html[lang="en-US"] .foot-cate-item-link {
	white-space: normal;
}
.foot-cate-item-link:hover {
	color: var(--hover-color) !important;
}
.foot-ext-x {
	height: 100%;
}
.foot-ext-x-link {
	height: 100%;
}
.foot-ext-x-link .fa-brands {
	font-size: clamp(3.4rem, 3.571vw, 4rem);
}
.foot-ext-x-link:hover .fa-brands {
	opacity: 0.7;
	transition: var(--transition);
}
.foot-ext-blog {
	height: 100%;
}
.foot-ext-blog-img {
	height: 100%;
	transition: var(--transition);
}
.foot-copyright {
	padding: 24px 0;
	background: #fff;
	color: #000;
	font-size: clamp(1.2rem, 1.25vw, 1.4rem);
	font-family: var(--txt-serif);
	text-align: center;
}
html[lang="en-US"] .foot-copyright {
	font-family: var(--txt-serif-en);
}
html[lang="zh-hans"] .foot-copyright {
	font-family: var(--txt-serif-hans);
}
html[lang="zh-hant"] .foot-copyright {
	font-family: var(--txt-serif-hant);
}
@media (max-width: 1160px) {
	.foot-copyright {
		width: 100vw;
		margin: 0 calc(50% - 50vw);
	}
}


/*サイドバー*/

@media (max-width: 1160px) {
	.post-type-archive-product .site-content .col-full,
	.tax-product_cat .site-content .col-full,
	.tax-product_tag .site-content .col-full,
	.single-product .site-content .col-full {
		display: flex;
		flex-wrap: wrap;
	}
}
.post-type-archive-product .content-area,
.tax-product_cat .content-area,
.tax-product_tag .content-area,
.single-product .content-area {
		width: 792px;
}
@media (max-width: 1160px) {
	.post-type-archive-product .content-area,
	.tax-product_cat .content-area,
	.tax-product_tag .content-area,
	.single-product .content-area {
		order: 2;
		width: 100%;
	}
}
.post-type-archive-product .widget-area,
.tax-product_cat .widget-area,
.tax-product_tag .widget-area,
.single-product .widget-area {
	width: 280px;
	margin-right: 48px;
	padding: 40px 24px 24px 24px;
	background: var(--sub-color);
}
@media (max-width: 1160px) {
    .post-type-archive-product .widget-area,
	.tax-product_cat .widget-area,
	.tax-product_tag .widget-area {
		order: 1;
        width: 100%;
        margin-right: 0;
		margin-bottom: 0;
		padding: 16px;
    }
}
@media (max-width: 1160px) {
	.single-product .widget-area {
		display: none;
    }
}
@media (min-width: 768px) {
    .page-template-template-fullwidth-php .content-area,
	.page-template-template-homepage-php .content-area {
        width: 100%;
    }
}
.left-sidebar .widget-area label {
	font-weight: bold;
}
@media (max-width: 1160px) {
	.sb-search-form {
		margin-bottom: 0 !important;
	}
}
.sb-label {
	display: none;
	position: relative;
	margin: 0 0 32px 0 !important;
	color: var(--main-color);
	font-size: clamp(2rem, 2.142vw, 2.4rem);
    font-weight: bold;
    font-family: var(--txt-serif);
}
html[lang="en-US"] .sb-label {
	font-family: var(--txt-serif-en);
}
html[lang="zh-hans"] .sb-label {
	font-family: var(--txt-serif-hans);
}
html[lang="zh-hant"] .sb-label {
	font-family: var(--txt-serif-hant);
}
.sb-check {
    display: none;
}
@media (max-width: 1160px) {
	.widget-area #block-19 {
		display: none;
	}
	.sb-label {
		display: block;
		margin: 0 !important;
		padding: 0 20px 0 0;
		text-align: center;
		cursor: pointer;
	}
	.sb-label::before {
		content: "\f002";
		margin: 0 .5em 0 0;
		color: var(--main-color);
		font-family: FontAwesome;
		font-size: 1.8rem;
	}
	.sb-label::after {
		display: block;
		position: absolute;
		top: calc(50% - 23px);
		right: 0;
		box-sizing: border-box;
		padding: 0.357143em 0.714286em;
		font-family: FontAwesome;
		content: "\f0d7";
	}
	.sb-content {
		display: block;
		height: 0;
		opacity: 0;
		padding: 0;
		transition: var(--transition);
		visibility: hidden;
	}
	.sb-check:checked + .sb-label:after {
		content: "\f0d8";
		font-family: FontAwesome;
	}
	.sb-check:checked + .sb-label + .sb-content {
		height: auto;
		opacity: 1;
		padding: .5em 0;
		visibility: visible;
	}
}


/*商品一覧*/

ul.products::before, ul.products::after {
	content: none;
}
.page-template-template-homepage-php .site-main ul.products.columns-4 {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 24px;
}
@media (max-width: 767px) {
	.page-template-template-homepage-php .site-main ul.products.columns-4 {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 16px;
	}
}
.page-template-template-homepage-php .site-main ul.products.columns-4 li.product {
	width: 100%;
	margin-right: 0;
}
ul.products li.product, ul.products .wc-block-grid__product,
.wc-block-grid__products li.product,
.wc-block-grid__products .wc-block-grid__product {
	text-align: left;
	margin-bottom: 40px;
}
@media (max-width: 767px) {
	ul.products li.product, ul.products .wc-block-grid__product,
	.wc-block-grid__products li.product,
	.wc-block-grid__products .wc-block-grid__product {
		margin-bottom: 16px;
		width: 100% !important;
	}
}
ul.products li.product img,
ul.products .wc-block-grid__product img,
.wc-block-grid__products li.product img,
.wc-block-grid__products .wc-block-grid__product img {
	margin: auto;
    width: auto;
    max-width: 100%;
	max-height: 200px;
}
.woocommerce-LoopProduct-link:hover .woocommerce-loop-product__title {
	color: var(--hover-color) !important;
	transition: var(--transition);
}
.woocommerce-LoopProduct-link:hover .attachment-woocommerce_thumbnail {
	transition: var(--transition);
}
.hentry .entry-content .wc-block-grid__products .wc-block-grid__product>a,
.hentry .entry-content ul.products li.product>a {
	display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 240px auto auto auto auto auto auto;
}
ul.products li.product .woocommerce-LoopProduct-link,
ul.products .wc-block-grid__product .woocommerce-LoopProduct-link,
.wc-block-grid__products li.product .woocommerce-LoopProduct-link,
.wc-block-grid__products .wc-block-grid__product .woocommerce-LoopProduct-link {
	display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 240px auto auto auto;
}
.woocommerce-loop-product__title {
	font-size: 1.8rem !important;
	font-weight: bold !important;
}
.product-item-author,
.product-item-year,
.product-item-publisher,
.product-item-quantity {
	margin: 0;
	color: #000;
	font-size: clamp(1.4rem, 1.428vw, 1.6rem);
}
ul.products li.product .price,
.out-of-stock {
	margin: .25em 0 0 0;
	font-size: clamp(1.4rem, 1.428vw, 1.6rem);
	text-align: right;
}
.out-of-stock {
	display: block;
	color: #f00;
}
.storefront-sorting {
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	width: 100%;
	padding: 8px 12px 8px 16px;
	background: var(--bg-color);
}
@media (max-width: 767px) {
	.storefront-sorting {
		padding: 1em 1em 0 1em;
	}
}
.woocommerce-notices-wrapper {
	display: none;
}
.storefront-sorting::before,
.storefront-sorting::after {
	content: none;
}
@media (max-width: 1160px) {
	.woocommerce-ordering {
		margin-bottom: .5em;
	}
}
@media (max-width: 767px) {
	.woocommerce-ordering {
		margin-bottom: 1em;
	}
}
.woocommerce-ordering select {
	cursor: pointer;
}
.woocommerce-result-count {
	font-size: 1.4rem;
}
.berocket_lgv_widget {
	display: flex;
    align-items: center;
	margin: 0 0 16px 0;
	font-size: 1.6rem;
}
@media (max-width: 1160px) {
	.berocket_lgv_widget {
		margin: 0 0 8px 0;
		font-size: 1.4rem;
	}
}
.berocket_lgv_button_grid {
	margin: 0 8px 0 0;
}
.br_lgv_product_count_block {
	margin: 0 16px 0 0;
}
.br_lgv_product_count_block a {
	color: var(--main-color);
	text-decoration: underline;
}
.br_lgv_product_count_block a:hover {
	color: var(--hover-color);
}
.berocket_lgv_after_additional {
	height: 16px;
	margin: 0 0 22px 0;
    border-bottom: 1px solid #ccc;
}
@media (max-width: 1160px) {
	.berocket_lgv_after_additional {
		margin: 0 0 16px 0;
	}
}
.woocommerce-pagination {
	margin: 0 0 0 auto;
	border: none;
}
@media (max-width: 1160px) {
	.woocommerce-pagination {
		width: 100vw;
		margin: 0 calc(50% - 50vw);
		padding: 1.5em 0 1em 0;
		background: #fff;
	}
}
@media (max-width: 1160px) {
	.woocommerce-result-count[role="alert"] {
		margin: 0 8px 0 0;
		padding: 0 0 8px 0;
	}
}
@media (max-width: 767px) {
	.woocommerce-result-count[role="alert"] {
		padding: 0 0 1em 0;
	}
}
.pagination .page-numbers li,
.woocommerce-pagination .page-numbers li {
    margin: 0 0 0 4px;
}
@media (max-width: 1160px) {
	.pagination .page-numbers li,
	.woocommerce-pagination .page-numbers li {
		margin: 0 0 4px 4px;
	}
}
.woocommerce-pagination .page-numbers li .page-numbers.current {
    display: flex;
    align-items: center;
    justify-content: center;
	width: 32px;
    aspect-ratio: 1 / 1;
	background-color: #000;
    color: #fff;
}
.wc-block-grid__product-onsale, .onsale,
.woocommerce-pagination .page-numbers li .page-numbers:not(.current) {
	display: flex;
    align-items: center;
    justify-content: center;
	width: 32px;
    aspect-ratio: 1 / 1;
    color: #000;
    background: #DDD;
}
.cat-sub-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	gap: 16px;
	margin: 0;
}
.cat-sub-item {
	position: relative;
	list-style: none;
	margin: 0 0 1em 0;
	border-radius: 100vh;
	background: var(--main-color);
	font-size: 1.6rem;
    line-height: 1.5;
	transition: var(--transition);
}
.cat-sub-item:hover {
	background: var(--hover-color);
}
.cat-sub-link {
	display: block;
	padding: 0.5em 1em;
	color: #fff;
	text-align: center;
	font-weight: bold;
}
.cat-sub-link:hover {
	color: #fff;
}
.acd-box {
	margin: 0 0 24px 0;
	padding: 16px 16px 8px 16px;
	background: var(--bg-color);
}
.acd-label {
	display: block;
	position: relative;
	margin: 0 0 12px 0 !important;
	text-align: center;
	font-weight: bold;
}
.left-sidebar .widget-area .acd-label {
	display: none;
}
.acd-check {
    display: none;
}
@media (max-width: 1160px) {
	.acd-box {
		margin: 0 0 16px 0;
		padding: 1em;
	}
	.acd-label {
		margin: 0 !important;
		cursor: pointer;
	}
	.left-sidebar .widget-area .acd-label {
		display: block;
	}
	.acd-label::after {
		display: block;
		position: absolute;
		top: calc(50% - 20px);
		right: 0;
		box-sizing: border-box;
		padding: 0.357143em 0.714286em;
		font-family: FontAwesome;
		content: "\f0d7";
	}
	.widget-area .acd-label::after {
		content: "\f002" !important;
	}
	.acd-content {
		display: block;
		height: 0;
		opacity: 0;
		padding: 0;
		transition: var(--transition);
		visibility: hidden;
	}
	.acd-check:checked + .acd-label:after {
		content: "\f0d8";
		font-family: FontAwesome;
	}
	.acd-check:checked + .acd-label + .acd-content {
		height: auto;
		opacity: 1;
		padding: 1em 0;
		visibility: visible;
	}
	.cat-sub-item {
		width: min(320px, 100%);
		margin: 0;
	}
	.cat-sub-item:last-child {
		margin: 0;
	}
	.cat-sub-item::before {
		left: 0;
	}
}
.widget-area .widget {
	margin: 0 0 32px 0;
}
.acd-box .widget {
	margin: 0 0 24px 0;
}
.item-search {
	margin-bottom: 0;
}
.searchbox {
	margin: 0 0 16px 0;
	font-size: 1.6rem;
}
.btn-search {
	display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    width: 144px;
	margin: 40px auto 16px auto;
    padding: 1em;
	font-size: 1.6rem;
	line-height: 0;
	transition: var(--transition);
}
@media (max-width: 1160px) {
	.btn-search {
		margin: 32px auto 0 auto;
	}
}
.btn-search:hover {
	background: var(--hover-color);
	color: #fff;
}
.btn-search-clear {
	width: fit-content;
	margin: 0 0 16px auto;
	text-align: center;
	font-size: 1.4rem;
}
@media (max-width: 1160px) {
	.btn-search-clear {
		margin: 0 0 1em auto;
	}
}
.btn-search-clear-link {
	display: flex;
    align-items: center;
    gap: .5em;
}
.berocket_lgv_additional_data,
.lgv_link_simple {
	display: none;
}
.woocommerce ul.products .product.berocket_lgv_list h2,
.woocommerce-page ul.products .product.berocket_lgv_list h2 {
	display: block;
}
.berocket_lgv_list {
	width: 100% !important;
	margin-right: 0 !important
}
.berocket_lgv_list .woosticker_round {
    display: inline-block !important;
	right: 0;
    left: auto;
    width: fit-content !important;
}
@media (max-width: 1160px) {
	.berocket_lgv_list .woosticker_round {
		top: -36px;
		right: auto;
		left: 0;
	}
}
.berocket_lgv_list .woocommerce-LoopProduct-link {
	grid-template-columns: 40% 60% !important;
    grid-template-rows: auto auto !important;
	width: 100%;
}
@media (max-width: 1160px) {
	.berocket_lgv_list .woocommerce-LoopProduct-link {
		grid-template-columns: 50% 50% !important;
	}
}
.berocket_lgv_list .woocommerce-LoopProduct-link img {
	display: none !important;
}
.berocket_lgv_list .woocommerce-LoopProduct-link .woocommerce-loop-product__title {
	grid-column: 1/2;
    grid-row: 1/3;
	padding: 0 16px 0 0;
}
.berocket_lgv_list .woocommerce-LoopProduct-link .product-item-deta {
	grid-column: 2/3;
    grid-row: 1/2;
}
.berocket_lgv_list .woocommerce-LoopProduct-link .price,
.berocket_lgv_list .woocommerce-LoopProduct-link .out-of-stock{
	grid-column: 2/3;
    grid-row: 2/3;
	display: block !important;
}
.active-filters {
    background: #f9f9f9;
    padding: 1.25em;
    margin-bottom: 1em;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.active-filters h3 {
	margin: 0 0 .25em 0;
	font-size: clamp(2.2rem, 2.142vw, 2.4rem);
}
.active-filters ul {
    list-style: none;
    padding: 0;
    margin: 10px 0;
}
.active-filters ul li {
    margin-bottom: 4px;
}
.active-filters .remove-filter {
    color: #f00;
    text-decoration: none;
    margin-left: 10px;
}
.active-filters .clear-filters {
    display: inline-block;
    margin-top: .5em;
    padding: .25em .75em;
    background: var(--main-color);
    color: #fff;
    text-decoration: none;
}
.active-filters .clear-filters:hover {
    background: var(--hover-color);
}


/*商品詳細*/

.single-product div.product .summary {
	width: 100%;
}
.item-img-main {
	margin: 0 0 56px 0;
}
.item-img-main img {
	width: 100%;
	height: auto;
}
.slider {
	opacity: 0;
	transition: opacity .2s linear;
}
.slick-list {
	overflow: visible !important;
}
.slider.slick-initialized {
	opacity: 1;
}
@media (max-width: 1160px) {
	.item-img-box-nosub .slick-slide {
		width: calc(100vw - 1.071428em * 2) !important;
	}
	.item-img-box-nosub .slick-track {
		width: auto !important;
	}
	.item-img-box-nosub .slide-item-wrap {
		width: 70%;
	}
}
@media (max-width: 767px) {
	.item-img-box-nosub .slide-item-wrap {
		width: 100%;
	}
}
.slide-item-wrap {
	position: relative;
    width: 100%;
	max-height: 480px;
}
.slide-item-wrap:before {
    content:"";
    display: block;
    padding-top: 75%;
}
.slide-item-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	object-fit: contain;
    height: 100%;
}
.thumbnail-item-wrap {
	position: relative;
    width: 100%;
}
.thumbnail-item-wrap:before {
    content:"";
    display: block;
    padding-top: 75%;
}
.thumbnail-item-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	object-fit: cover;
    height: 100%;
}
.item-img-thumb {
	display: flex;
	flex-wrap: wrap;
	gap: 2%;
	margin-top: 0.714286em;
}
.item-img-thumb .thumbnail-item {
	display: flex;
    justify-content: center;
	position: relative;
	overflow: hidden;
	width: 15%;
	aspect-ratio: 6 / 4;
	margin: 0 0 2% 0;
	padding: 4px;
	border: 1px solid #ccc;
	cursor: pointer;
}
.item-img-thumb:after{
	content: "";
	width: 23%;
	height: 0;
}
.item-img-thumb:before{
	content: "";
	width: 23%;
	height: 0;
	order: 1;
}
.item-img-thumb .thumbnail-item:before{
	content: "";
	padding-top: 75%;
}
@media (max-width: 767px) {
	.item-img-thumb .thumbnail-item:before{
		display: block;
	}
}
.item-img-thumb .thumbnail-item img {
	height: 100%;
	max-width: 100%;
    object-fit: cover;
}
@media (max-width: 767px) {
	.item-img-thumb .thumbnail-item img {
		min-height: 100%;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		bottom: 0;
		right: 0;
		object-fit: cover;
	}
}
.item-img-thumb .thumbnail-current {
	opacity: 0.8;
}
.woocommerce-Price-amount {
	font-weight: bold;
}
.single-product div.product p.price {
	margin: 1em 0;
}
.single-product div.product p.price .out-of-stock {
	text-align: left;
	font-size: clamp(1.8rem, 1.785vw, 2rem);
}
.stock {
	margin: 0 0 8px 0 !important;
}
.stock::before {
	display: none;
}
.sku_wrapper .sku {
	margin: 0 0 0 8px;
}
.single-product div.product .product_meta {
	padding-top: 1.25em;
}
@media (max-width: 767px) {
	.single-product div.product .product_meta {
		padding: 1.25em 0;
	}
}
.single-product div.product .product_meta .posted_in a[rel="tag"] {
	font-weight: normal;
}
.single-product div.product .product_meta .posted_in a[rel="tag"]:first-child {
	margin: 0 0 0 8px;
}
.item-detail {
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
	width: 100%;
}
.item-detail a[target=_blank]::after {
	display: none;
}
.item-deta {
	display: grid;
	grid-template-columns: auto auto;
	width: 504px;
	border-bottom: 1px solid #ccc;
}
@media (max-width: 1160px) {
	.item-deta {
		width: 65%;
	}
}
@media (max-width: 767px) {
	.item-deta {
		display: flex;
		flex-flow: column;
		width: 100%;
		border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
		order: 2;
	}
}
.item-ti {
	flex-basis: 20%;
	padding: 16px 0;
	border-top: 1px solid #ccc;
}
@media (max-width: 767px) {
	.item-ti {
		flex-basis: auto;
		padding: 8px;
		background: var(--bg-color);
	}
}
.item-separator {
	padding: 0 1em 0 0;
	border-right: 1px solid #ccc;
}
@media (max-width: 767px) {
	.item-separator {
		padding: 0;
		border-right: none;
	}
}
.item-cont {
	flex-basis: 80%;
	margin: 0;
	padding: 16px 0 16px 1em;
	border-top: 1px solid #ccc;
}
@media (max-width: 767px) {
	.item-cont {
		flex-basis: auto;
		padding: 8px;
	}
}
.item-cont p:last-child {
	margin: 0;
}
.item-link {
	width: 216px;
	margin: 1em 0 0 0;
}
@media (max-width: 1160px) {
	.item-link {
		width: 30%;
	}
}
@media (max-width: 767px) {
	.item-link {
		width: 100%;
		order: 1;
	}
}
.single-product div.product form.cart .quantity {
	margin-bottom: 1em;
}
.button[name="add-to-cart"] {
	display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
	width: 100%;
	padding: 0.9em 1em 1em 1em;
	background: var(--accent-color);
	font-size: clamp(1.8rem, 1.785vw, 2rem);
	font-family: var(--txt-serif) !important;
}
.button[name="add-to-cart"]:hover {
	background: var(--accent-color);
	opacity: 0.7;
	transition: var(--transition);
}
.button[name="add-to-cart"]::before {
	padding: 4px 0 0 0;
    color: #fff;
    font-family: FontAwesome;
    content: "\f07a";
}
.single-product div.product form.cart {
	margin-bottom: 16px;
	padding: 0 0 1em 0;
}
.item-share {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	padding: 24px 16px;
	background: var(--bg-color);
	color: var(--main-color);
	font-size: 1.4rem;
}
.addtoany_header {
	font-weight: bold;
}
.addtoany_list {
	display: flex !important;
	justify-content: space-between;
	width: 100%;
}
@media (max-width: 767px) {
	.addtoany_list {
		justify-content: center;
		gap: 16px;
	}
	
}
.addtoany_list a, .widget .addtoany_list a {
	padding: 0;
}
.a2a_kit .a2a_svg {
    transition: var(--transition);
}
.item-guide {
    margin: 32px 0 0 0;
	font-size: 1.6rem;
	font-weight: bold;
}
@media (max-width: 767px) {
	.item-guide {
		margin: 20px 0 16px 0;
	}
}
.item-guide-page {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 0.75em 0;
    list-style: none;
}
@media (max-width: 767px) {
	.item-guide-page {
		margin: 0 0 8px 0;
	}
	.item-guide-page:last-child {
		margin: 0;
	}
}
.item-guide-page::before {
    font-family: FontAwesome;
    content: "\f105";
    font-size: 1.2rem;
}
.yith-add-to-wishlist-button-block {
	width: 100%;
}
.yith-wcwl-add-to-wishlist-button {
    justify-content: center !important;
	gap: 6px !important;
	width: 100%;
	margin: 0 auto 24px auto !important;
    padding: 1em;
	border: 1px solid var(--main-color);
	font-size: 1.4rem;
	font-weight: bold;
}
.yith-wcwl-add-to-wishlist-button svg,
.yith-wcwl-add-to-wishlist-button img.yith-wcwl-custom-icon {
	width: 24px;
	height: 24px;
}
.yith-wcwl-add-to-wishlist-button:hover svg,
.yith-wcwl-add-to-wishlist-button:hover img.yith-wcwl-custom-icon {
	color: var(--hover-color) !important;
	transition: var(--transition);
}



/*トップページ*/

.page-template-template-homepage .type-page {
	padding-top: 0;
}
.page-template-template-homepage:not(.has-post-thumbnail) .site-main {
	padding-top: 0;
}
.top-slider {
	margin: 0 0 24px 0;
}
.n2-section-smartslider .n2-padding {
	margin: 24px 0 0 0;
}
@media (max-width: 1160px) {
	.n2-ss-slider .n2-ss-slider-wrapper-inside {
		height: 40vh;
	}
}
@media (max-width: 1160px) {
	.n2-ss-slider .n2-ss-layer-content {
		box-sizing: content-box !important;
	}
}
.n2-ss-slider .n2-ss-layer-content .n2-ss-layer[data-pm=normal] {
    background: linear-gradient(90deg, rgba(255, 255, 255, .95) 0%, rgba(255, 255, 255, .95) 40%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%);
}
html[lang="en-US"] .n2-ss-slider .n2-ss-layer-content .n2-ss-layer[data-pm=normal] {
	background: linear-gradient(90deg, rgba(255, 255, 255, .95) 0%, rgba(255, 255, 255, .95) 50%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%);
}
@media (max-width: 1160px) {
	.n2-ss-slider .n2-ss-layer-content .n2-ss-layer[data-pm=normal],
	html[lang="en-US"] .n2-ss-slider .n2-ss-layer-content .n2-ss-layer[data-pm=normal]{
		background: none;
	}
}
@media (max-width: 1160px) {
	.n2-ss-slide-backgrounds .n2-ss-slide-background:nth-child(1) img {
		object-position: right top;
	}
	.n2-ss-slide-backgrounds .n2-ss-slide-background:nth-child(2) img {
		object-position: 45% 0;
	}
}
@media (max-width: 1160px) {
	.n2-ss-slider .n2-ss-layer-with-background {
		flex: auto;
		height: fit-content;
		background: rgba(255, 255, 255, .8);
		width: 100vw;
		padding: 4px 16px 8px 16px !important;
		min-height: auto !important;
	}
}
@media (max-width: 1160px) {
	.n2-ss-slider .n2-ss-layer[data-sstype=content] {
		position: absolute !important;
		bottom: 0 !important;
		align-items: center;
	}
}
@media (max-width: 1160px) {
	.n2-ss-slider .n2-ss-layer:not([data-sstype=col]) {
		align-items: flex-end;
	}
}
.n2-ss-slider .n2-ss-layer-content .n2-ss-layer:first-child {
	padding: 32px 0 16px 0;
}
@media (max-width: 1160px) {
	.n2-ss-slider .n2-ss-layer-content .n2-ss-layer:first-child {
		padding: 12px 1.41575em 8px 1.41575em;
	}
}
.n2-ss-slider .n2-ss-layer-content .n2-ss-layer:nth-child(2),
.n2-ss-slider .n2-ss-layer-content .n2-ss-layer:last-child {
	line-height: 2 !important;
}
@media (max-width: 1160px) {
	.n2-ss-slider .n2-ss-layer-content .n2-ss-layer:nth-child(2),
	.n2-ss-slider .n2-ss-layer-content .n2-ss-layer:last-child {
		line-height: 1.75 !important;
	}
}
.n2-ss-slider .n2-ss-layer-content .n2-ss-layer:nth-child(2) {
	padding: 0;
}
.n2-ss-slider .n2-ss-layer-content .n2-ss-layer:last-child {
	padding: 0 0 32px 0;
}
@media (max-width: 1160px) {
	.n2-ss-slider .n2-ss-layer-content .n2-ss-layer:last-child {
		padding: 0 36px 8px 36px;
	}
}
.n2-ss-slider .n2-ss-layer-content .n2-ss-layer .n2-ss-item-content {
	padding: 0 0 0 32px;
}
@media (max-width: 1160px) {
	.n2-ss-slider .n2-ss-layer-content .n2-ss-layer .n2-ss-item-content {
		padding: 0;
	}
}
.n2-ss-slider .n2-ss-layer-content .n2-ss-layer .n2-ss-text,
.n2-ss-slider .n2-ss-layer-content .n2-ss-layer .n2-ss-text p {
	font-family: var(--txt-serif) !important;
	font-weight: bold !important;
}
html[lang="en-US"] .n2-ss-slider .n2-ss-layer-content .n2-ss-layer .n2-ss-text,
html[lang="en-US"] .n2-ss-slider .n2-ss-layer-content .n2-ss-layer .n2-ss-text p {
	font-family: var(--txt-serif-en) !important;
}
html[lang="zh-hans"] .n2-ss-slider .n2-ss-layer-content .n2-ss-layer .n2-ss-text,
html[lang="zh-hans"] .n2-ss-slider .n2-ss-layer-content .n2-ss-layer .n2-ss-text p {
	font-family: var(--txt-serif-hans) !important;
}
html[lang="zh-hant"] .n2-ss-slider .n2-ss-layer-content .n2-ss-layer .n2-ss-text,
html[lang="zh-hant"] .n2-ss-slider .n2-ss-layer-content .n2-ss-layer .n2-ss-text p {
	font-family: var(--txt-serif-hant) !important;
}
@media (max-width: 1160px) {
	.n2-ss-slider .n2-ss-layer-content .n2-ss-layer .n2-ss-text {
		font-size: 2.2rem !important;
		text-shadow:
			0 0 6px #fff,
			0 0 6px #fff,
			0 0 6px #fff,
			0 0 6px #fff,
			0 0 6px #fff,
			0 0 6px #fff !important;
	}
}
@media (max-width: 767px) {
	.n2-ss-slider .n2-ss-layer-content .n2-ss-layer .n2-ss-text {
		font-size: 1.8rem !important;
	}
}
.n2-ss-slider .n2-ss-layer-content .n2-ss-layer .n2-ss-text p {
	font-size: 1.8rem !important;
}
@media (max-width: 1160px) {
	.n2-ss-slider .n2-ss-layer-content .n2-ss-layer .n2-ss-text p {
		font-size: 1.6rem !important;
		line-height: 1.75 !important;
		text-shadow:
			0 0 6px #fff,
			0 0 6px #fff,
			0 0 6px #fff,
			0 0 6px #fff,
			0 0 6px #fff,
			0 0 6px #fff !important;
	}
}
@media (max-width: 767px) {
	.n2-ss-slider .n2-ss-layer-content .n2-ss-layer .n2-ss-text p {
		font-size: 1.4rem !important;
	}
}
@media (max-width: 1160px) {
	.n2-ss-slider .n2-ss-layer-content .n2-ss-layer:nth-child(2) br {
		display: none;
	}
}
.top-topics {
	width: 100vw;
    margin: 0 calc(50% - 50vw) var(--section-padding) calc(50% - 50vw);
	padding: 0;
	background: var(--bg-color);
}
.top-topics-list {
	margin: 0 1.41575em;
	padding: 1.5em 0;
    list-style: none;
}
@media (max-width: 1160px) {
	.top-topics-list {
		margin-left: 3em;
        margin-right: 3em;
	}
}
@media (max-width: 767px) {
	.top-topics-list {
		margin-left: 1.41575em;
        margin-right: 1.41575em;
		padding: 1.25em 0;
	}
}
.top-topics-item {
	display: flex;
	flex-wrap: wrap;
    align-items: flex-start;
	width: var(--content-width);
	margin: 0 auto .75em auto;
}
.top-topics-item:last-child {
	margin: 0 auto;
}
.top-topics-date {
	width: 120px;
    color: #888;
    font-size: clamp(1.4rem, 1.428vw, 1.6rem);
	white-space: nowrap;
}
@media (max-width: 767px) {
	.top-topics-date {
		width: 100%;
	}
}
.top-topics-link {
	width: calc(100% - 120px);
	font-weight: bold;
	text-decoration: none !important;
}
@media (max-width: 767px) {
	.top-topics-link {
		width: 100%;
	}
}
.top-intro-list {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 48px;
}
@media (max-width: 1160px) {
	.top-intro-list {
		flex-wrap: wrap;
		gap: 24px;
	}
}
.top-intro-item {
	flex-basis: 47%;
}
@media (max-width: 767px) {
	.top-intro-item {
		flex-basis: 100%;
	}
}
.top-intro-ti {
	height: 224px;
	background-size: cover;
}
@media (max-width: 1160px) {
	.top-intro-ti {
		height: auto;
		aspect-ratio: 2.4 / 1;
	}
}
.top-intro-list .top-intro-item:nth-child(1) .top-intro-ti {
	background-image: url(img/top/intro-01.jpg);
}
.top-intro-list .top-intro-item:nth-child(2) .top-intro-ti {
	background-image: url(img/top/intro-02.jpg);
}
.top-intro-ti-link {
	position: relative;
	display: inline-block;
    width: 100%;
    height: 100%;
}
.top-intro-ti-link:hover {
	background: rgba(255,255,255,.2);
}
.top-intro-ti-link-bg {
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 100%;
    padding: .5em;
	background: rgba(1,39,85,.8);
	color: #fff;
	text-align: center;
	font-size: clamp(2.2rem, 2.142vw, 2.4rem);
	font-weight: bold;
    text-decoration: none !important;
	transition: var(--transition);
}
.top-intro-ti-link:hover .top-intro-ti-link-bg {
	background: rgba(128,147,169,.8);
}
.top-intro-subti {
	padding: .25em 0 0 0;
	border-top: none;
	color: var(--main-color);
	font-size: clamp(2rem, 1.964vw, 2.2rem);
	font-weight: bold;
	text-align: left;
}
.top-catalog-list {
	display: flex;
	flex-wrap: wrap;
	gap: 48px;
	margin: 0;
}
.top-catalog-item {
	display: flex;
	gap: 24px;
	justify-content: flex-start;
	width: 100%;
	list-style: none;
}
@media (max-width: 1160px) {
	.top-catalog-item {
		flex-wrap: wrap;
	}
}
.top-catalog-tn {
	width: 344px;
	height: 168px;
	border: 1px solid var(--hover-color);
}
@media (max-width: 1160px) {
	.top-catalog-tn {
		width: 30%;
		height: auto;
		aspect-ratio: 2 / 1;
	}
}
@media (max-width: 767px) {
	.top-catalog-tn {
		width: 100%;
	}
}
.top-catalog-tn-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 0 0;
	transition: var(--transition);
}
.top-catalog-ti {
	height: fit-content;
	margin: 0;
	padding: 4px 0 4px 16px;
	border-left: 6px solid #000;
	font-size: clamp(1.8rem, 1.785vw, 2rem);
	font-weight: bold;
}
@media (max-width: 767px) {
	.top-catalog-ti {
		width: 100%;
	}
}
.top-catalog-ti-link {
	font-weight: bold;
	text-decoration: none !important;
}
.top-catalog-date {
	font-size: clamp(1.4rem, 1.428vw, 1.6rem);
}
@media (max-width: 1160px) {
	.top-catalog-date {
		display: block;
	}
}
.top-catalog-btn {
	margin-left: auto;
	margin-top: auto;
}
.top-cate-list {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 32px;
	margin: 0;
	list-style: none;
}
@media (max-width: 1160px) {
	.top-cate-list {
		flex-wrap: wrap;
		gap: 24px;
	}
}
.top-cate-item {
	flex-basis: 25%;
}
@media (max-width: 1160px) {
	.top-cate-item {
		flex-basis: 47%;
	}
}
@media (max-width: 767px) {
	.top-cate-item {
		flex-basis: 100%;
	}
}
.top-cate-tn {
	height: 120px;
	background-size: cover;
}
@media (max-width: 1160px) {
	.top-cate-tn {
		height: auto;
		aspect-ratio: 2.1333 / 1;
	}
}
.top-cate-list .top-cate-item:nth-child(1) .top-cate-tn {
	background-image: url(img/top/cate-classic.jpg);
}
.top-cate-list .top-cate-item:nth-child(2) .top-cate-tn {
	background-image: url(img/top/cate-western.jpg);
}
.top-cate-list .top-cate-item:nth-child(3) .top-cate-tn {
	background-image: url(img/top/cate-china.jpg);
}
.top-cate-list .top-cate-item:nth-child(4) .top-cate-tn {
	background-image: url(img/top/cate-foreign.jpg);
}
.top-cate-tn-link {
	display: flex;
	justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
	font-size: clamp(2.2rem, 1.964vw, 2.6rem);
	font-weight: bold;
	font-family: var(--txt-serif);
	text-align: center;
	text-decoration: none !important;
}
html[lang="en-US"] .top-cate-tn-link {
	font-family: var(--txt-serif-en);
	font-size: clamp(1.8rem, 2.321vw, 2.2rem);
}
html[lang="zh-hans"] .top-cate-tn-link {
	font-family: var(--txt-serif-hans);
}
html[lang="zh-hant"] .top-cate-tn-link {
	font-family: var(--txt-serif-hant);
}
.top-cate-tn-link:hover {
	background: rgba(255,255,255,.2);
}
.top-cate-tn-link:hover {
	background: rgba(255,255,255,.2);
}
.top-info {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 48px;
}
@media (max-width: 1160px) {
	.top-info {
		flex-wrap: wrap;
	}
}
.top-blog,
.top-x {
	flex-basis: 50%; 
}
@media (max-width: 1160px) {
	.top-blog,
	.top-x {
		flex-basis: auto;
		width: 100%;
	}
}
.top-x-tl {
	margin: 0 0 24px 0;
}
@media (max-width: 1160px) {
	.top-x-tl {
		margin: 0 0 16px 0;
	}
}
.top-blog-list {
	margin: 0;
	/*Xの埋め込みを戻すときは以下4行を削除*/
	display: grid;
    grid-template-columns: calc(50% - 12px)  calc(50% - 12px);
    grid-template-rows: auto auto;
    gap: 24px;
}
/*Xの埋め込みを戻すときは以下のメディアクエリを削除*/
@media (max-width: 1160px) {
	.top-blog-list {
		display: block;
	}
}
.top-blog-item {
	display: grid;
	grid-template-columns: 160px auto;
    grid-template-rows: auto;
	gap: 24px;
	padding: 16px 0;
	border-bottom: 1px dotted #000;
	list-style: none;
}
@media (max-width: 1160px) {
	.top-blog-item {
		grid-template-columns: 30% auto;
		gap: 16px;
	}
	.top-blog-item:first-child {
		padding: 0 0 16px 0;
	}
}
/*Xの埋め込みを戻すときは以下を復活*/
/*.top-blog-item:last-child {
	border-bottom: none;
}*/
/*Xの埋め込みを戻すときは以下のメディアクエリを削除*/
@media (max-width: 1160px) {
	.top-blog-item:last-child {
		border-bottom: none;
	}
}
.top-blog-tn {
	grid-column: 1/2;
    grid-row: 1/2;
	width: 100%;
	aspect-ratio: 1 / 1;
	border: 1px solid var(--hover-color);
}
.top-blog-tn-img {
	object-fit: cover;
	margin: 0;
    width: 100%;
    aspect-ratio: 1 / 1;
	transition: var(--transition);
}
.top-blog-data {
	grid-column: 2/3;
    grid-row: 1/2;
}
.top-blog-cate-list {
	display: flex;
	gap: 8px;
	margin: 0 0 16px 0;
}
.top-blog-cate-item {
	display: inline-block;
	padding: 8px;
	background: var(--main-color);
	color: #fff;
	font-size: clamp(1.4rem, 1.428vw, 1.6rem);
	font-weight: bold;
	line-height: 1;
	list-style: none;
}
.top-blog-date {
	color: #888;
	font-size: clamp(1.4rem, 1.428vw, 1.6rem);
}
.top-blog-ti {
	margin: 0;
	font-size: clamp(1.6rem, 1.607vw, 1.8rem);
}
.top-blog-ti-link {
	font-weight: bold;
	text-decoration: none !important;
}
.top-cont-list {
	display: grid;
	gap: 40px;
	grid-template-columns: repeat(auto-fit, minmax(344px, 1fr));
	margin: 0 0 72px 0;
}
@media (max-width: 1160px) {
	.top-cont-list {
		gap: 32px;
		grid-template-columns: 1fr;
		margin: 0 0 32px 0;
	}
}
.top-cont-item {
	display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto 1fr auto;
	list-style: none;
}
@media (max-width: 1160px) {
	.top-cont-item {
		grid-template-columns: 20% auto;
		grid-template-rows: auto auto auto;
		gap: 0 16px;
	}
}
@media (max-width: 767px) {
	.top-cont-item {
		grid-template-columns: 25% auto;
	}
}
.top-cont-tn-link {
	transition: var(--transition);
}
@media (max-width: 1160px) {
	.top-cont-tn-link {
		grid-column: 1 / 2;
		grid-row: 1 / 4;
		width: 100%;
	}
}
.top-cont-tn {
	width: 152px;
	aspect-ratio: 1 / 1;
	margin: 0 auto;
	transition: var(--transition);
}
@media (max-width: 1160px) {
	.top-cont-tn {
		width: 100%;
		margin: 0;
	}
}
@media (max-width: 1160px) {
	.top-cont-item-ti {
		grid-column: 2 / 3;
		grid-row: 1 / 2;
		margin: .25em 0;
	}
	.top-cont-item-txt {
		grid-column: 2 / 3;
		grid-row: 2 / 3;
	}
	.top-cont-item-more {
		grid-column: 2 / 3;
		grid-row: 3 / 4;
	}
}
.top-cont-resale {
	padding: 24px;
	background: var(--sub-color);
	font-family: var(--txt-serif);
}
html[lang="en-US"] .top-cont-resale {
	font-family: var(--txt-serif-en);
}
html[lang="zh-hans"] .top-cont-resale {
	font-family: var(--txt-serif-hans);
}
html[lang="zh-hant"] .top-cont-resale {
	font-family: var(--txt-serif-hant);
}
@media (max-width: 1160px) {
	.top-cont-resale {
		padding: 16px;
	}
}
.top-cont-resale-ti {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 0 .25em 0;
}
.top-cont-resale-ti-link {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 12px;
	width: 100%;
	font-size: clamp(2rem, 2.5vw, 2.8rem);
	font-weight: bold;
	text-align: center;
	text-decoration: none !important;
}
@media (max-width: 1160px) {
	.top-cont-resale-ti-link {
		gap: 8px;
		text-align: left;
		line-height: 1.5;
	}
}
.top-cont-resale-ti-link::before {
	content: "";
	width: 43px;
	aspect-ratio: 1 / 1;
	background-image: url(img/top/icon-resale.png);
	background-size: contain;
	background-repeat: no-repeat;
}
@media (max-width: 767px) {
	.top-cont-resale-ti-link::before {
		width: 12%;
	}
}
.top-cont-resale-txt {
	font-weight: bold;
	text-align: center;
}
.top-cont-resale-link {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	text-decoration: none !important;
}
.top-cont-resale-link::after {
	font-size: clamp(1.6rem, 1.607vw, 1.8rem);
	font-family: FontAwesome;
    content: "\f105";
}


/*ご利用ガイド*/

.guide-sec-list {
	display: flex;
	justify-content: center;
	gap: 40px;
	margin: 0;
	list-style: none;
}
@media (max-width: 767px) {
	.guide-sec-list {
		flex-wrap: wrap;
		gap: 16px;
	}
}
.guide-sec-item {
	width: 328px;
}
@media (max-width: 767px) {
	.guide-sec-item {
		width: 100%;
	}
}
.guide-sec-link {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 100%;
	padding: 24px 16px 24px 24px;
	background: var(--main-color);
	color: #fff;
	font-weight: bold;
	text-decoration: none !important;
	line-height: 1.5;
}
.guide-sec-link:hover {
	background: var(--hover-color);
	color: #fff;
}
.guide-sec-link::after {
	margin-left: auto;
    font-family: FontAwesome;
    content: "\f078";
    font-size: 1.4rem;
}
.guide-sec-icon {
	max-width: 41px;
	max-height: 36px;
	margin: 0 16px 0 0;
}
.guide-sec-link:hover .guide-sec-icon {
	opacity: 1;
}
.guide-sec-en {
	display: block;
	font-size: 1.4rem;
}
html[lang="en-US"] .guide-sec-en {
	display: none;
}
.guide-sec-link {
	color: #fff;
	text-decoration: none;
}
.guide-flow-list {
	height: 100%;
	margin: 40px 0 0 0;
}
.guide-flow-item {
	position: relative;
	counter-increment: flownum;
	margin: 0 0 80px 0;
}
@media (max-width: 1160px) {
	.guide-flow-item {
		margin: 0 0 32px 0;
	}
}
.guide-flow-inner {
	display: flex;
    justify-content: space-between;
	align-items: center;
	width: 100%;
}
@media (max-width: 1160px) {
	.guide-flow-inner {
		align-items: flex-start;
	}
}
.guide-flow-img {
	position: relative;
	width: 216px;
	aspect-ratio: 1 / 1;
	z-index: 2;
}
@media (max-width: 1160px) {
	.guide-flow-img {
		width: 24%;
	}
}
.guide-flow-item::before {
	position: absolute;
	top: 216px;
    left: 108px;
	width: 2px;
    height: 100%;
    content: '';
	background-image: linear-gradient(to bottom, var(--main-color) 3px, transparent 3px);
	background-size: 1px 6px;
	background-repeat: repeat-y;
}
@media (max-width: 1160px) {
	.guide-flow-item::before {
		top: 26%;
		left: 12%;
	}
}
.guide-flow-list .guide-flow-item:last-child::before {
	display: none;
}
.guide-flow-ti {
	display: flex;
	align-items: self-end;
	margin: 0 0 1em 0;
	border-bottom: 1px solid var(--main-color);
}
.guide-flow-ti::before {
    content: counter(flownum);
	display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    width: 48px;
    height: 48px;
	margin: 0 .75em 0 0;
    background: var(--main-color);
    color: #fff;
    font-size: clamp(2.2rem, 2.5vw, 2.8rem);
    font-weight: bold;
	font-family: var(--txt-serif);
}
html[lang="en-US"] .guide-flow-ti::before {
	font-family: var(--txt-serif-en);
}
html[lang="zh-hans"] .guide-flow-ti::before {
	font-family: var(--txt-serif-hans);
}
html[lang="zh-hant"] .guide-flow-ti::before {
	font-family: var(--txt-serif-hant);
}
@media (max-width: 767px) {
	.guide-flow-ti::before {
		width: 40px;
		height: 40px;
		margin: 0 .65em 0 0;
	}
}
.guide-flow-ti-txt {
	padding: 0 0 .5em 0;
	color: var(--main-color);
	font-size: clamp(1.8rem, 1.785vw, 2rem);
	font-weight: bold;
}
@media (max-width: 767px) {
	.guide-flow-ti-txt {
		padding: 0 0 .25em 0;
	}
}
.guide-flow-txt {
	width: min(856px, 71%);
}
.guide-flow-subtxt {
	font-size: clamp(1.4rem, 1.428vw, 1.6rem);
}
.guide-order-list {
	display: flex;
    justify-content: flex-start;
    gap: 64px;
	margin: 2em 0 1.5em 0;
    list-style: none;
}
@media (max-width: 1160px) {
	.guide-order-list {
		flex-wrap: wrap;
		gap: 16px;
	}
}
.guide-order-item {
	display: flex;
    align-items: center;
    gap: 16px;
}
.guide-order-icon {
	width: 54px;
	height: 54px;
}
.guide-order-txt {
	margin: 0;
	line-height: 1.34;
}
.guide-order-txt .fax {
	color: #0a0a0a;
	pointer-events: none;
	text-decoration: none !important;
}
.guide-order-ti {
	display: block;
	font-weight: bold;
}
.guide-order-link {
	display: inline-block;
	text-decoration: none !important;
}
.guide-time-list {
	display: flex;
    justify-content: center;
    gap: 32px;
	margin: 2em 0 1.5em 0;
    list-style: none;
}
@media (max-width: 767px) {
	.guide-time-list {
		flex-wrap: wrap;
		gap: 24px;
	}
}
.guide-time-item {
	width: 128px;
	font-weight: bold;
	text-align: center;
}
@media (max-width: 767px) {
	.guide-time-item {
		width: 25%;
	}
}
.guide-time-icon {
	margin: 0 0 16px 0;
}
.guide-time-txt {
	margin: 0;
}
.guide-payment-brand {
	height: 48px;
	margin: 1.5em 0;
}
@media (max-width: 1160px) {
	.guide-payment-brand {
		width: 60%;
        height: auto;
	}
}
@media (max-width: 767px) {
	.guide-payment-brand {
		width: min(320px, 100%);
	}
}
.guide-bank {
	width: 100%;
}
.guide-bank-name {
	display: inline-block;
	width: 13%;
}
html[lang="en-US"] .guide-bank-name {
	width: 15%;
}
@media (max-width: 1160px) {
	.guide-bank-name {
		width: auto;
        margin: 0 1em 0 0;
	}
}
.guide-resale-img {
	width: min(372px, 80%);
	margin: 40px auto 32px auto;
}
.guide-ti-cn {
	font-family: var(--txt-serif-hans);
}
html[lang="en-US"] .guide-ti-cn {
	font-family: var(--txt-serif-hans);
}
.guide-txt-cn {
	font-family: var(--txt-sans-serif-hans);
}
html[lang="en-US"] .guide-txt-cn {
	font-family: var(--txt-sans-serif-hans);
}


/*当店について*/

.about-intro {
	text-align: center;
}
@media (max-width: 1160px) {
	.about-intro {
		text-align: left;
	}
}
.about-intro-lead {
	margin: .25em 0 1em 0;
	color: var(--main-color);
	font-size: clamp(2.4rem, 2.321vw, 2.6rem) !important;
	font-weight: bold;
	font-family: var(--txt-serif);
	line-height: 1.75;
}
html[lang="en-US"] .about-intro-lead {
	font-family: var(--txt-serif-en);
}
html[lang="zh-hans"] .about-intro-lead {
	font-family: var(--txt-serif-hans);
}
html[lang="zh-hant"] .about-intro-lead {
	font-family: var(--txt-serif-hant);
}
@media (max-width: 1160px) {
	.about-intro-lead {
		margin: 0 0 .75em 0;
		font-size: clamp(2.2rem, 2.321vw, 2.6rem) !important;
		line-height: 1.5;
	}
}
.about-intro-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 32px;
	margin: 40px 0 0 0;
	list-style: none;
}
@media (max-width: 1160px) {
	.about-intro-list {
		gap: 5%;
		width: 90%;
		margin: 24px auto 0 auto;
	}
}
@media (max-width: 767px) {
	.about-intro-list {
		width: 100%;
	}
}
@media (max-width: 1160px) {
	.about-intro-item {
		width: 47.5%;
		margin: 0 0 5% 0;
	}
}
.about-intro-img {
	max-width: 292px;
	max-height: 283px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .15);
}
@media (max-width: 1160px) {
	.about-intro-img {
		max-width: 100%;
		max-height: none;
	}
}
.about-access-map {
	position: relative;
	width: 100%;
	height: 0;
	margin: 0 0 32px 0;
	padding-top: 50%;
}
@media (max-width: 767px) {
	.about-access-map {
		padding-top: 100%;
	}
}
.about-access-map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.about-store-guide {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
@media (max-width: 1160px) {
	.about-store-guide {
		flex-wrap: wrap;
		justify-content: center;
		gap: 32px;
	}
}
.about-store-map {
	width: min(392px, 80%);
}
.about-store-area-list {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	width: 672px;
	margin: 0;
	list-style: none;
}
@media (max-width: 1160px) {
	.about-store-area-list {
		gap: 5%;
		width: 90%;
	}
}
@media (max-width: 767px) {
	.about-store-area-list {
		width: 100%;
	}
}
.about-store-area-item {
	width: 208px;
}
@media (max-width: 1160px) {
	.about-store-area-item {
		width: 47.5%;
		margin: 0 0 5% 0;
	}
}
.about-store-area-img {
	margin: 0 0 .5em 0;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .15);
}
.about-store-area-txt {
	margin: 0 !important;
	color: var(--main-color);
	font-weight: bold;
}
.about-message-ceo {
	display: flex;
	justify-content: space-between;
	gap: 48px;
}
@media (max-width: 1160px) {
	.about-message-ceo {
		flex-wrap: wrap;
		gap: 24px;
	}
}
.about-message-img {
	width: 286px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .15);
}
@media (max-width: 1160px) {
	.about-message-img {
		width: 50%;
		margin: 0 auto;
	}
}
.about-message-txt {
	font-family: var(--txt-serif);
}
html[lang="en-US"] .about-message-txt {
	font-family: var(--txt-serif-en);
}
html[lang="zh-hans"] .about-message-txt {
	font-family: var(--txt-serif-hans);
}
html[lang="zh-hant"] .about-message-txt {
	font-family: var(--txt-serif-hant);
}
.about-message-name {
	text-align: right;
}
@media (max-width: 1160px) {
	.about-company-item {
		display: flex;
		flex-wrap: wrap;
	}
}
.about-company-index {
	border-bottom: 1px solid var(--main-color);
	background: var(--sub-color) !important;
	color: var(--main-color);
	font-weight: bold;
}
@media (max-width: 1160px) {
	.about-company-index {
		border-bottom: none;
	}
}
.about-company-list tr:last-child .about-company-index {
	border-bottom: none;
}
.about-company-txt {
	background: #fff !important;
}
.about-company-list tr:nth-child(odd) .about-company-txt {
	background: var(--bg-color) !important;
}
@media (max-width: 1160px) {
	.about-company-list tr:nth-child(odd) .about-company-txt {
		background: #fff !important;
	}
}
.about-company-index,
.about-company-txt {
	padding: 1em 1em .75em 1em;
}
@media (max-width: 1160px) {
	.about-company-index,
	.about-company-txt {
		width: 100%;
		padding: .75em;
	}
}
.about-company-link {
	text-decoration: none !important;
}
.about-history-item {
	display: flex;
	justify-content: flex-start;
	gap: 48px;
	margin: 1em 0;
	padding: 0 0 1em 0;
	border-bottom: 1px solid #ccc;
}
@media (max-width: 1160px) {
	.about-history-item {
		flex-wrap: wrap;
		gap: .25em;
	}
}
.about-history-date {
	width: 20%;
	padding: 0 1em 0 0;
}
html[lang="en-US"] .about-history-date {
	width: 27%;
}
@media (max-width: 1160px) {
	.about-history-date {
		width: 100%;
	}
}
.about-history-txt {
	position: relative;
	max-width: calc(80% - 374px);
	margin: 0;
	padding: 0 0 0 1em;
}
html[lang="en-US"] .about-history-txt {
	max-width: calc(73% - 374px);
}
@media (max-width: 1160px) {
	.about-history-txt {
		width: 100%;
		max-width: none;
		padding: 0;
	}
}
.about-history-txt::before {
	position: absolute;
	top: 0;
	left: -48px;
	content: "";
	width: 40px;
	height: 1px;
	padding: .5em 0;
	border-bottom: 1px dashed var(--main-color);
	border-bottom: 1px dashed var(--main-color);
}
@media (max-width: 1160px) {
	.about-history-txt::before {
		display: none;
	}
}
.about-history-img {
	margin: .5em 0 .5em auto;
}
@media (max-width: 1160px) {
	.about-history-img {
		margin: .5em auto;
	}
}
.about-history-photo {
	max-width: 278px;
	max-height: 278px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .15);
}
@media (max-width: 1160px) {
	.about-history-photo {
		max-width: 60%;
        max-height: 400px;
        margin: 0 auto;
	}
}


/*古書買取のご案内*/

.sell-intro-lead {
	margin: .5em 0 1.25em 0;
	font-size: clamp(2.4rem, 2.321vw, 2.6rem) !important;
	font-weight: bold;
	font-family: var(--txt-serif);
	line-height: 1.75;
}
html[lang="en-US"] .sell-intro-lead {
	font-family: var(--txt-serif-en);
}
html[lang="zh-hans"] .sell-intro-lead {
	font-family: var(--txt-serif-hans);
}
html[lang="zh-hant"] .sell-intro-lead {
	font-family: var(--txt-serif-hant);
}
@media (max-width: 1160px) {
	.sell-intro-lead {
		margin: 0 0 .75em 0;
		font-size: clamp(2.2rem, 2.321vw, 2.6rem) !important;
		line-height: 1.5;
	}
}
.sell-intro-txt {
	margin: 0 0 56px 0;
}
.sell-field-desc {
	width: 100%;
	height: 256px;
	margin: 0 0 32px 0;
	background-image: url(img/sell/field-bg.jpg);
	background-size: contain;
	background-position: top right;
	background-repeat: no-repeat;
}
@media (max-width: 1160px) {
	.sell-field-desc {
		display: flex;
		align-items: center;
		background-position: bottom right;
	}
}
@media (max-width: 767px) {
	.sell-field-desc {
		display: block;
	}
}
@media (max-width: 1160px) {
.sell-field-txt {
	width: 50%;
    text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
    padding: 1em 0 0 0;
	}
}
@media (max-width: 767px) {
	.sell-field-txt {
		width: 100%;
		text-shadow: none;
		padding: 0;
	}
}
html[lang="en-US"] .sell-field-txt {
	width: 50%;
}
@media (max-width: 1160px) {
	html[lang="en-US"] .sell-field-txt {
		width: 100%;
		text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
	}
}
.sell-field-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 32px;
	margin: 0;
	list-style: none;
}
@media (max-width: 1160px) {
	.sell-field-list {
		gap: 16px;
	}
}
.sell-field-item {
	width: calc( (100% - 64px) / 3 );
}
@media (max-width: 1160px) {
	.sell-field-item {
		width: calc( (100% - 16px) / 2 );
	}
}
.sell-type-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 48px;
	margin: 0 0 8px 0;
}
@media (max-width: 1160px) {
	.sell-type-wrap {
		gap: 32px;
	}
}
@media (max-width: 767px) {
	.sell-type-wrap {
		flex-wrap: wrap;
		justify-content: center;
		gap: 16px;
	}
}
.sell-type-img {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
    gap: 24px;
	width: 260px;
	height: 260px;
	aspect-ratio: 1 / 1;
	border-radius: 100vh;
	background: var(--bg-color);
}
@media (max-width: 1160px) {
	.sell-type-img {
		width: 220px;
        height: 220px;
		gap: 8px;
	}
}
@media (max-width: 767px) {
	.sell-type-img {
		width: 180px;
        height: 180px;
		gap: 8px;
	}
}
.sell-type-icon {
	max-width: 132px;
	max-height: 138px;
}
@media (max-width: 1160px) {
	.sell-type-icon {
		max-width: 112px;
		max-height: 120px;
	}
}
@media (max-width: 767px) {
	.sell-type-icon {
		max-width: 104px;
		max-height: 112px;
	}
}
.sell-type-name {
	width: 100%;
	margin: 0;
	text-align: center;
	font-weight: bold;
}
.sell-type-desc {
	width: calc(100% - 308px);
}

@media (max-width: 1160px) {
	.sell-type-desc {
		width: calc(100% - 252px);
	}
}
@media (max-width: 767px) {
	.sell-type-desc {
		width: 100%;
	}
}
.sell-flow-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 32px 0;
	margin: 0 0 32px 0;
	list-style: none;
}
@media (max-width: 767px) {
	.sell-flow-list {
		margin: 0;
	}
}
.sell-flow-item {
	counter-increment: flownum;
	position: relative;
	width: 25%;
	padding: 0 72px 0 0;
}
@media (max-width: 1160px) {
	.sell-flow-item {
		width: 50%;
	}
}
@media (max-width: 767px) {
	.sell-flow-item {
		width: 100%;
		padding: 0;
	}
}
.sell-flow-item::before {
	content: counter(flownum);
	position: absolute;
	top: 0;
	left: 0;
	width: 48px;
	height: 48px;
	aspect-ratio: 1 / 1;
	border-radius: 100vh;
	background: var(--main-color);
	color: #fff;
	text-align: center;
    line-height: 45px;
	font-size: clamp(2.4rem, 2.5vw, 2.8rem);
	font-family: var(--txt-serif);
	font-weight: bold;
}
html[lang="en-US"] .sell-flow-item::before {
	font-family: var(--txt-serif-en);
}
html[lang="zh-hans"] .sell-flow-item::before {
	font-family: var(--txt-serif-hans);
}
html[lang="zh-hant"] .sell-flow-item::before {
	font-family: var(--txt-serif-hant);
}
@media (max-width: 1160px) {
	.sell-flow-item::before {
		left: 25%;
        width: 32px;
        height: 32px;
        line-height: 30px;
        font-size: 2rem;
    }
}
@media (max-width: 767px) {
	.sell-flow-item::before {
		left: 25%;
		width: 48px;
		height: 48px;
		line-height: 45px;
	}
}
.sell-flow-item::after {
	position: absolute;
	top: calc(108px - 30px);
	right: 24px;
	font-family: FontAwesome;
    content: "\f105";
    font-size: 3rem;
}
@media (max-width: 767px) {
	.sell-flow-item::after {
		position: absolute;
		top: auto;
		bottom: -5%;
		right: calc(50% - 15px);
		content: "\f078";
		font-size: 2.4rem;
	}
}
.sell-flow-item:last-child::after {
	display: none;
}
.sell-flow-img {
	margin: 0 0 16px 0;
}
@media (max-width: 1160px) {
	.sell-flow-img {
		margin: 0 auto 16px auto;
		width: 50%;
	}
}
.form_index_sub{
	margin-left: 10px;
    font-size: 0.9em;
}
.form_index_info {
	margin: 0 0 1em 0;
	color: #43454b;
	font-size: clamp(1.4rem, 1.428vw, 1.6rem);
}
.form_index_info_list {
	margin: 0;
	list-style: none;
}
.form_index_info_item {
	display: flex;
}
.form_index_info_item::before {
    content: "※";
    width: fit-content;
	margin: 0 2px 0 0;
}
.wpcf7-checkbox .wpcf7-list-item:first-child {
	margin: 0;
}


/*琳琅閣blog*/

.post-type-archive-blog .site-content .col-full,
.single-blog .site-content .col-full,
.tax-blog-cat .site-content .col-full {
	display: flex;
	flex-wrap: wrap;
}
.post-type-archive-blog .site-content .col-full .woocommerce,
.single-blog .site-content .col-full .woocommerce,
.tax-blog-cat .site-content .col-full .woocommerce {
	width: 100%;
}
.post-type-archive-blog .site-content .col-full .site-main article,
.single-blog .site-content .col-full .site-main article,
.tax-blog-cat .site-content .col-full .site-main article {
	margin: 0 0 40px 0;
	padding: 0 0 40px 0;
	border-bottom: 1px solid #ccc;
}
.post-type-archive-blog .page-header,
.single-blog .page-header,
.tax-blog-cat .page-header {
	width: 100%;
}
.post-type-archive-blog .content-area,
.single-blog .content-area,
.tax-blog-cat .content-area  {
	width: 776px;
	float: none;
	margin-top: 24px;
	margin-right: 52px;
}
@media (max-width: 1160px) {
	.post-type-archive-blog .content-area,
	.single-blog .content-area,
	.tax-blog-cat .content-area  {
		width: 65%;
		margin-right: 5%;
	}
}
@media (max-width: 767px) {
	.post-type-archive-blog .content-area,
	.single-blog .content-area,
	.tax-blog-cat .content-area  {
		width: 100%;
		margin-top: 0;
		margin-right: 0;
	}
}
.post-type-archive-blog .widget-area,
.single-blog .widget-area,
.tax-blog-cat .widget-area {
	width: 292px;
	float: none;
	margin-top: 24px;
	margin-right: 0;
	padding-left: 52px;
	border-left: 1px solid var(--main-color);
}
@media (max-width: 1160px) {
	.post-type-archive-blog .widget-area,
	.single-blog .widget-area,
	.tax-blog-cat .widget-area {
		width: 30%;
		padding-left: 5%;
	}
}
@media (max-width: 767px) {
	.post-type-archive-blog .widget-area,
	.single-blog .widget-area,
	.tax-blog-cat .widget-area {
		width: 100%;
		margin-top: 0;
		padding: 32px 0 0 0;
		border-top: 1px solid var(--main-color);
		border-left: none;
	}
}
.post-type-archive-blog .widget-area h4,
.single-blog .widget-area h4,
.tax-blog-cat .widget-area h4 {
	margin: 0 0 1em 0;
	padding: 0 0 .5em 0;
	border-bottom: 1px solid var(--main-color);
	font-size: clamp(1.8rem, 1.785vw, 2rem);
	font-family: var(--txt-sans-serif);
	font-weight: bold;
}
.post-type-archive-blog .widget-area ul,
.post-type-archive-blog .widget-area select,
.post-type-archive-blog .widget-area form,
.single-blog .widget-area ul,
.single-blog .widget-area select,
.single-blog .widget-area form,
.tax-blog-cat .widget-area ul,
.tax-blog-cat .widget-area select,
.tax-blog-cat .widget-area form {
	margin: 0 0 56px 0;
}
@media (max-width: 767px) {
	.post-type-archive-blog .widget-area ul,
	.post-type-archive-blog .widget-area select,
	.post-type-archive-blog .widget-area form,
	.single-blog .widget-area ul,
	.single-blog .widget-area select,
	.single-blog .widget-area form,
	.tax-blog-cat .widget-area ul,
	.tax-blog-cat .widget-area select,
	.tax-blog-cat .widget-area form {
		margin: 0 0 32px 0;
	}
}
.post-type-archive-blog .widget-area ul li,
.single-blog .widget-area ul li,
.tax-blog-cat .widget-area ul li {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 4px 0;
    list-style: none;
}
html[lang="en-US"] .post-type-archive-blog .widget-area ul li,
html[lang="en-US"] .single-blog .widget-area ul li,
html[lang="en-US"] .tax-blog-cat .widget-area ul li {
    align-items: baseline;
}
.post-type-archive-blog .widget-area ul li::before,
.single-blog .widget-area ul li::before,
.tax-blog-cat .widget-area ul li::before {
    font-family: FontAwesome;
    content: "\f105";
    font-size: 1.2rem;
}
.post-type-archive-blog .widget-area form,
.single-blog .widget-area form,
.tax-blog-cat .widget-area form {
	display: flex;
}
.post-type-archive-blog .widget-area form label,
.single-blog .widget-area form label,
.tax-blog-cat .widget-area form label {
	width: 75%;
}
.post-type-archive-blog .widget-area form input[type=search],
.single-blog .widget-area form input[type=search],
.tax-blog-cat .widget-area form input[type=search] {
	margin: 0;
}
.post-type-archive-blog .widget-area form input[type="submit"],
.single-blog .widget-area form input[type="submit"],
.tax-blog-cat .widget-area form input[type="submit"] {
	width: 25%;
	padding: 0;
	font-size: 1.4rem;
}
.entry-content a[target=_blank]::after {
	display: none;
}
.single-blog .hentry .entry-header {
	border-bottom: none;
}
.blog-list-ti {
	margin: 1.75em 0 1em 0;
	font-size: clamp(2rem, 2.5vw, 2.8rem);
	font-weight: bold;
}
.blog-cate-list {
	display: flex;
	gap: 8px;
	margin: 0;
	list-style: none;
}
.blog-cate-item {
	display: inline-block;
	padding: .25em .5em;
	background: var(--main-color);
	color: #fff;
	font-size: clamp(1.4rem, 1.428vw, 1.6rem);
}
.blog-deta {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 16px;
	margin: 0 0 32px 0;
	font-size: clamp(1.4rem, 1.428vw, 1.6rem);
}
.blog-ti {
	margin: 0 0 32px 0;
	font-size: clamp(1.8rem, 1.785vw, 2rem);
}
.blog-ti-link {
	font-weight: bold;
}
.blog-item-inner {
	display: flex;
	justify-content: space-between;
}
@media (max-width: 1160px) {
	.blog-item-inner {
		flex-wrap: wrap;
		gap: 1.5em;
	}
}
.blog-tn {
	width: 272px;
}
@media (max-width: 1160px) {
	.blog-tn {
		width: 100%;
	}
}
.blog-tn-img {
	width: 100%;
	margin-left: 0 !important;
    margin-right: 0 !important;
	margin-bottom: 0 !important;
	transition: var(--transition);
}
.blog-desc {
	width: 480px;
}
.blog-desc .txt-more {
	font-weight: bold;
}
.blog-txt {
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}
.wp-pagenavi {
	display: flex;
	justify-content: center;
	gap: 16px;
}
.wp-pagenavi .pages {
	display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
}
.wp-pagenavi .current {
	display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border: 1px solid var(--main-color);
	background: var(--main-color);
	color: #fff;
}
.wp-pagenavi .page,
.wp-pagenavi .nextpostslink {
	display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border: 1px solid var(--main-color);
}
.wp-pagenavi .page:hover,
.wp-pagenavi .nextpostslink:hover {
	background: var(--main-color);
	color: #fff;
}


/*マイページ*/

.mypage-register-policy {
	font-size: clamp(1.4rem, 1.428vw, 1.6rem);
}
.mypage-register-note {
	color: #e2401c;
}
.woocommerce form .form-row .required {
    text-decoration: none;
	cursor: auto;
}
.woocommerce-MyAccount-navigation ul li a::before {
	text-align: center;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a::before {
	font-family: FontAwesome;
    content: "\f015";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a::before {
	font-family: FontAwesome;
    content: "\f3c5";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--wishlist a::before {
	font-family: FontAwesome;
    content: "\f004";
}
#account_display_name_description {
	font-size: clamp(1.4rem, 1.428vw, 1.6rem);
	color: #43454b;
}
#account_display_name_description em {
	font-style: normal;
}
.woocommerce-LostPassword a:hover {
	text-decoration: underline !important;
}
.woocommerce-privacy-policy-link:hover {
	text-decoration: underline !important;
}
.form-row-first {
	clear: none;
}
.my_account_orders .button.view::after {
	content: none;
}
.my_account_orders .button,
.woocommerce-MyAccount-downloads .button {
    margin-right: .5em;
}
.my_account_orders .woocommerce-orders-table__cell-order-actions {
	display: flex;
    flex-wrap: wrap;
    gap: 8px 0;
}
.woocommerce-Button--next::after {
    color: #fff;
}
.my_account_orders .button:hover,
.woocommerce-MyAccount-downloads .button:hover,
.woocommerce-MyAccount-content .woocommerce-button--next:hover,
.woocommerce-MyAccount-content .woocommerce-button--previous:hover {
	background: var(--hover-color);
}
.wishlist_table.mobile li {
	border-bottom: 1px solid #ccc;
    margin: 0 0 16px 0;
    padding: 0 0 16px 0;
}
.wishlist_table.mobile li:last-child {
	border-bottom: none;
    margin: 0;
    padding: 0;
}
.wishlist_table.modern_grid li .item-details table.item-details-table td,
.wishlist_table.images_grid li .item-details table.item-details-table td,
.wishlist_table.mobile li .item-details table.item-details-table td,
.wishlist_table.mobile li table.additional-info td {
	font-size: 1em;
}
.wishlist_table.mobile li .item-wrapper {
	width: 100%;
}
.wishlist_table.mobile .item-details .item-details-table {
	width: fit-content;
}
.wishlist_table.mobile .additional-info-wrapper .additional-info {
	width: fit-content;
}
.wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart {
	text-align: right;
}
.wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart i {
	display: none;
}
.wishlist_table.mobile .product-remove .remove_from_wishlist::before {
	display: inline-block;
    margin: 0 .25em 0 0;
    font-family: FontAwesome;
    content: "\f057";
    font-size: 1.4rem;
}
.woocommerce .wishlist-title {
	width: 100%;
	margin-bottom: 0;
}
.woocommerce .wishlist-title h2 {
	width: 100%;
	margin: 0 0 1em 0;
    padding: 0 0 .5em 0;
    border-bottom: 1px double var(--main-color);
    font-size: clamp(2.2rem, 2.321vw, 2.6rem) !important;
    font-weight: bold;
    font-family: var(--txt-serif);
}
html[lang="en-US"] .woocommerce .wishlist-title h2 {
	font-family: var(--txt-serif-en);
}
html[lang="zh-hans"] .woocommerce .wishlist-title h2 {
	font-family: var(--txt-serif-hans);
}
html[lang="zh-hant"] .woocommerce .wishlist-title h2 {
	font-family: var(--txt-serif-hant);
}
.wishlist-title a.show-title-form {
    visibility: visible;
	margin: 0 0 16px 0 !important;
    padding: .25em .7em;
}
.wishlist_table a.remove_from_wishlist::after {
	content: '削除';
}
.wishlist_table a.remove_from_wishlist {
	color: var(--main-color) !important;
	font-size: 0 !important; /* × を非表示にする */
}
.wishlist_table a.remove_from_wishlist::before,
.wishlist_table a.remove_from_wishlist::after {
	font-size: clamp(1.6rem, 1.964vw, 1.8rem);
}
.wishlist_table a.remove_from_wishlist:hover::after {
	color: var(--hover-color);
	transition: var(--transition);
}
.wishlist-items-wrapper .product-remove a.remove {
	white-space: nowrap;
}
.woocommerce #content table.wishlist_table.cart a.remove:hover {
	background-color: #fff;
}
.wishlist_table .product-name h3 {
	font-size: 1.8rem;
}
.wishlist_table .product-add-to-cart a.button {
    padding: .5em .75em .6em .75em !important;
}
.wishlist-items-wrapper .product-add-to-cart .add_to_cart_button i {
	display: none;
}
table.wishlist_table {
    font-size: 100% !important;
}
.woocommerce table.shop_table.wishlist_table tr td {
	color: #000;
}
.yith-wcwl-share ul {
    gap: 12px;
}
.yith-wcwl-share li a {
	min-width: 40px;
    min-height: 40px;
}
.yith-wcwl-share li a:hover {
	opacity: .7;
}
.yith-wcwl-share li a>img {
    max-width: 26px;
}
.yith-wcwl-share li a svg {
    width: 24px;
    height: 24px;
}
.yith-wcwl-share li a.email svg {
    width: 26px;
    height: 26px;
}
.yith_wcwl_wishlist_footer .yith-wcwl-share {
    width: 100%;
}
.yith-wcwl-share h4.yith-wcwl-share-title {
    width: 100%;
    margin: 0 0 1.5em 0;
    padding: .5em;
    background: var(--sub-color);
    font-size: clamp(2rem, 1.964vw, 2.2rem);
    font-weight: bold;
    font-family: var(--txt-serif);
}
html[lang="en-US"] .yith-wcwl-share h4.yith-wcwl-share-title {
	font-family: var(--txt-serif-en);
}
html[lang="zh-hans"] .yith-wcwl-share h4.yith-wcwl-share-title {
	font-family: var(--txt-serif-hans);
}
html[lang="zh-hant"] .yith-wcwl-share h4.yith-wcwl-share-title {
	font-family: var(--txt-serif-hant);
}
@media (max-width: 768px) {
	.yith-wcwl-share h4.yith-wcwl-share-title {
		padding: .35em .5em;
	}
}


/*カートページ*/

ul.order_details li strong {
	font-size: clamp(1.6rem, 1.607vw, 1.8rem);
}
ul.order_details li strong:first-child {
    font-size: 1.41575em;
}
.delivery-time-note,
.order-table-note {
	margin-top: 16px;
	font-size: 0.9em;
	color: #666;
}
@media (max-width: 768px) {
	.delivery-time-note,
	.order-table-note {
		margin: 1em 0 2em 0;
	}
}
.cart-table-note {
    margin: 0 0 1.41575em;
	font-size: 0.9em;
	color: #666;
}
.delivery-time-note a[target=_blank]::after,
.order-table-note a[target=_blank]::after,
.cart-table-note a[target=_blank]::after {
	display: inline-block;
}
.delivery-time-note .txt-more,
.order-table-note .txt-more,
.cart-table-note .txt-more {
	margin: .5em 0 0 0;
}
.order-table-note-item {
	padding: 1em 0;
}
a.remove {
	width: auto;
    height: auto;
	text-indent: initial;
	overflow: visible;
}
@media (max-width: 768px) {
	a.remove {
		font-size: 1em !important;
	}
}
a.remove:hover {
	text-decoration: underline !important;
}
a.remove::before {
	position: static;
	display: inline-block;
	margin: 0 .25em 0 0;
	color: var(--main-color);
}
a.remove:hover::before {
	color: var(--hover-color);
	transition: var(--transition);
}
@media (max-width: 768px) {
	table.cart td.product-remove {
		padding: .875em .875em 0;
	}
}
table.cart td.product-remove a.remove {
	position: static;
	text-align: right;
	white-space: pre;
}
table.cart tbody th.product-name {
	background-color: #fdfdfd;
}
.product-name a:hover {
	text-decoration: underline !important;
}
.shipping-calculator-button:hover {
	text-decoration: underline !important;
}
.woocommerce-shipping-totals .woocommerce-shipping-methods {
	margin: 0;
}


/*お問い合わせ*/

.contact-contents{
    margin-bottom: 6%;
}

.ti-contact-thanks{
    margin: 0 0 1.5em 0;
    font-size: clamp(2.4rem, 2.321vw, 2.6rem) !important;
    font-weight: bold;
    font-family: var(--txt-serif);
}
html[lang="en-US"] .ti-contact-thanks {
	font-family: var(--txt-serif-en);
}
html[lang="zh-hans"] .ti-contact-thanks {
	font-family: var(--txt-serif-hans);
}
html[lang="zh-hant"] .ti-contact-thanks {
	font-family: var(--txt-serif-hant);
}
.content-thanks{
    text-align: center;    
}
.btn-backtop{
    margin-top: 2em;
    text-align: center;   
}
.btn-backtop a{
    background: var(--main-color);
    color: #fff;
    padding: 15px 50px;
    border-radius: 5px;
    font-weight: bold;
    text-decoration: none!important;
}
.under_form_txt{
    margin: 2em 0;
    text-align: center;
}
@media (max-width: 768px) {
    .under_form_txt{
         text-align: left;
    }
}
.btn_submit{
    text-align: center;
}
.wpcf7-spinner{
    display: block;
}
.btn_submit input{
    background: var(--accent-color);
    border: none;
}
.btn_submit input:hover{
    background: var(--accent-color);
    opacity: 60%;
}
.contact-annotation{
    padding: 20px;
    background: var(--bg-color);
    font-size: 1.6rem;
    text-align: center;
}
@media (max-width: 768px) {
    .contact-annotation{
        text-align: left;
    }
}
.contact-annotation p{
    margin: 0;
}
.hissu {
    background: var(--accent-color);
    color: #fff;
    font-size: 1.6rem;
    padding: 5px 10px;
    margin-right: 15px;
}
.option{
    background: var(--main-color);
    color: #fff;
    font-size: 1.6rem;
    padding: 5px 10px;
    margin-right: 15px;
}
.form_table{
    max-width: 500px;
    margin: 0 auto;
}
.form_table th,.form_table td {
    background: none!important;
    padding: 0;
}
.form_table th{
    margin: 20px 0 10px 0;
}
.form_index_sub {
	padding: 0 0 0 .5em;
	font-size: 0.85em;
}
.form_table tr {
    display: flex;
    flex-direction: column;
}
.form_table input,.form_table textarea {
    border-radius: 5px;
    background: var(--bg-color);
    border: 1px solid #707070;
}
@media (max-width: 768px) {
	.form_table input,.form_table textarea {
		width: 100%;
	}
	input[type=checkbox]{
		width:auto;	
	}
}
input[type="checkbox"]:checked{
	accent-color:var(--main-color);
}	

.form_table input[type="file"] {
	min-height: auto;
	padding: 0 !important;
	background: #fff;
	border: none !important;
	border-radius: 0;
}
::file-selector-button,
::-webkit-file-upload-button {
	margin-right: 1rem;
	padding: .5em .75em;
	border: 1px solid #707070;
	border-radius: 4px;
	cursor: pointer;
}
.contact-box{
    background: var(--sub-color);
    padding: 3%;
    text-align: center;
}
.contact-box-inner{
    display: flex;
    gap: 50px;
    justify-content: center;
}
@media (max-width: 768px) {
    .contact-box-inner{
        flex-direction: column;
        gap: 0;
    }
}
.contact-tel-number a,.contact-fax-number {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: var(--main-color);
    font-size: 2.9rem;
    font-weight: bold;
    text-decoration: none!important;
}
.contact-tel-number a::before{
    color: var(--main-color);
    font-size: clamp(1.6rem, 1.607vw, 3.0rem);
    font-family: FontAwesome;
    content: "\f095";
}
.contact-fax-number::before{
    content:"";
    background:url(img/common/icon-fax.png)no-repeat;
    background-size: cover;
    width:30px;
    height:30px;
}
.contact-box .time{
    margin: 0;
    font-size: 1.6rem;
}


/*プライバシーポリシー*/

.policy-box{
    margin-bottom:2em;
}
.policy-box .sub-ti{
    margin: 0 0 0.5em 0;
}


/*特定商取引法*/

.customer-table th{
    width: 25%;
    background: var(--sub-color)!important;
    font-weight: normal;
    border-bottom: 1px solid var(--main-color);
    border-right: 2px solid #fff;
    vertical-align: middle;
}
.customer-table tr:last-child th{
     border-bottom:none;   
}
.customer-table tr:nth-child(even) td {
  background: var(--bg-color);
}
.customer-table tr:nth-child(odd) td {
  background: #fff;
}


/*本の状態表示*/

.img-kotenseki{
    max-width: 745px;
    margin: 0 auto 50px;
}
.img-yousho{
    max-width: 772px;
    margin: 0 auto 50px;
}
.sub-ti2{
    position: relative;
    font-size: clamp(1.6rem, 1.964vw, 1.8rem);
    font-weight: bold;
}
.sub-ti2::before {
    content: "ー";
    width: fit-content;
    margin: 0 8px 0 0;
    font-weight: normal;
}


/*よくある質問*/

.faq-contents .item {
    margin: 20px 0;
    padding: 2% 4%;
}
.faq-contents .item:nth-child(even) {
    background: var(--bg-color);
}
.a-txt {
    position: relative;
    padding-left: 64px;
    margin-top: 25px;
	margin-bottom: 10px;
}
@media (max-width: 768px) {
	.a-txt {
		padding-left: 48px;
	}
}
.a-txt-sub {
	margin: 0 0 1em 0;
}
.a-list {
	margin: 0 0 1em 1em;
}
@media (max-width: 768px) {
	.a-list-item {
		margin: 0 0 .5em 0;
	}
	.a-list-item:last-child {
		margin: 0;
	}
}
.ti-q {
    position: relative;
    margin: 10px 0;
    padding-left: 64px;
    font-size: clamp(1.6rem, 2.5vw, 2.0rem);
    font-weight: bold;
    color: var(--main-color);
}
@media (max-width: 768px) {
	.ti-q {
		padding-left: 48px;
	}
}
.ti-q::before {
    position: absolute;
    left: 0;
    content: "Q";
    font-family: 'Noto Sans JP';
	padding: 8px 12px 12px 12px;
    background: var(--main-color);
    color: #fff;
    line-height: 1;
}
.a-txt::before {
    position: absolute;
    top: -5px;
    left: 0;
    content: "A";
    font-family: 'Noto Sans JP';
    background: var(--accent-color);
    color: #fff;
	padding: 7px 12.5px 9px 12.5px;
    line-height: 1;
    font-size: clamp(1.6rem, 2.5vw, 2.2rem);
    font-weight: bold;
}


/*カート内*/
.woocommerce-shipping-fields {
	margin-bottom: calc(1.618em + 1.41575em);
}	
.woocommerce-orders-table th{
    background: var(--sub-color) !important;
}
.woocommerce-order-details__title,
.woocommerce-column__title,
.woocommerce-Addresses h2,
.u-columns h2,
.cart_totals h2,
.woocommerce-order h2{
    margin: 0 0 1.5em 0;
    padding: 0 0 .5em 0;
    border-bottom: 1px double var(--main-color);
    font-size: clamp(1.8rem, 2.321vw, 2.6rem) !important;
    font-weight: bold;
    font-family: var(--txt-serif);
}
html[lang="en-US"] .woocommerce-order-details__title,
html[lang="en-US"] .woocommerce-column__title,
html[lang="en-US"] .woocommerce-Addresses h2,
html[lang="en-US"] .u-columns h2,
html[lang="en-US"] .cart_totals h2,
html[lang="en-US"] .woocommerce-order h2{
	font-family: var(--txt-serif-en);
}
html[lang="zh-hans"] .woocommerce-order-details__title,
html[lang="zh-hans"] .woocommerce-column__title,
html[lang="zh-hans"] .woocommerce-Addresses h2,
html[lang="zh-hans"] .u-columns h2,
html[lang="zh-hans"] .cart_totals h2,
html[lang="zh-hans"] .woocommerce-order h2 {
	font-family: var(--txt-serif-hans);
}
html[lang="zh-hant"] .woocommerce-order-details__title,
html[lang="zh-hant"] .woocommerce-column__title,
html[lang="zh-hant"] .woocommerce-Addresses h2,
html[lang="zh-hant"] .u-columns h2,
html[lang="zh-hant"] .cart_totals h2,
html[lang="zh-hant"] .woocommerce-order h2 {
	font-family: var(--txt-serif-hant);
}
.woocommerce-billing-fields h3,
#order_review_heading{
    margin: 0 0 1.5em 0;
    padding: .5em;
    background: var(--sub-color);
    font-size: clamp(2rem, 1.964vw, 2.2rem);
    font-weight: bold;
    font-family: var(--txt-serif);
}
html[lang="en-US"] .woocommerce-billing-fields h3,
html[lang="en-US"] #order_review_heading {
	font-family: var(--txt-serif-en);
}
html[lang="zh-hans"] .woocommerce-billing-fields h3,
html[lang="zh-hans"] #order_review_heading {
	font-family: var(--txt-serif-hans);
}
html[lang="zh-hant"] .woocommerce-billing-fields h3,
html[lang="zh-hant"] #order_review_heading  {
	font-family: var(--txt-serif-hant);
}
.woocommerce-additional-fields h3 {
	display: none;
}
.wc-proceed-to-checkout .button.checkout-button,
.woocommerce-shipping-fields h3{
    font-size: clamp(1.8rem, 2.321vw, 2.2rem);
}
#payment .place-order .button,
.checkout-button{
    background: var(--accent-color);
    font-size: clamp(1.8rem, 2.321vw, 2.2rem);
}
@media (max-width: 768px) {
	form.woocommerce-EditAccountForm p.form-row-first,
	form.woocommerce-EditAccountForm p.form-row-last {
		width:45%;
	}
}
.checkout-inline-error-message {
	color: #e2401c;
}


/*NEWマーク*/

.woosticker.custom_sticker_text{
    padding:0;
}


/*ページ上に戻るボタン*/

#wpfront-scroll-top-container img{
	border:1px solid #fff;
}
@media (max-width: 768px) {
#wpfront-scroll-top-container{
	right:20px!important;
}
@media (max-width: 1160px) {
.berocket_lgv_list .woosticker_round{
	bottom:0;
	top:auto;
}
}