/*
Theme Name:		Welcart Basic Child
Description:	Welcart Basic Child is child theme for Welcart Basic.
Author:			Welcart Inc.
Author URI:		https://www.welcart.com/
Template:		welcart_basic
Version:		1.0.0
License:		GNU General Public License v2 or later
License URI:	http://www.gnu.org/licenses/gpl-2.0.html
Tags:			responsive-layout, basic-child, two-columns, right-sidebar. left-sidebar
*/

/* ==================================================
   Ivory Chic design reproduction
   Common layout and header
================================================== */

body {
	background: #fff;
	color: #555;
	font-family: Georgia, "Yu Mincho", "Hiragino Mincho ProN",
		"Hiragino Mincho Pro", serif;
}

/* Site header */
.site-header {
	background: #fff;
	border: 0;
	box-shadow: none;
}

.site-header .inner {
	position: relative;
	box-sizing: border-box;
	width: 850px;
	max-width: calc(100% - 40px);
	min-height: 120px;
	margin: 0 auto;
	padding: 32px 0 22px;
}

/* Hide site description */
.site-description {
	display: none;
}

/* Site title */
.site-title,
h1.site-title {
	margin: 0;
	padding: 0;
	line-height: 1;
}

.site-title a {
	display: inline-block;
	line-height: 1;
	text-decoration: none;
}

.site-header .site-title img {
	display: block;
	width: 145px !important;
	max-width: 145px !important;
	height: auto !important;
	margin: 0;
}

/* Search, membership and cart */
.snav {
	position: absolute;
	top: 27px;
	right: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	gap: 8px 14px;
	width: 340px;
	margin: 0;
}

.snav .membership,
.snav .incart-btn {
	float: none;
	margin: 0;
	padding: 0;
}

.snav .membership {
	order: 1;
}

.snav .incart-btn {
	order: 2;
}

.snav .search-box {
	order: 3;
	display: flex;
	justify-content: flex-end;
	width: 100%;
	margin: 3px 0 0;
}

/* Hide large header icons */
.snav .search-box > i,
.snav .membership > i {
	display: none;
}

.snav .membership ul {
	display: flex;
	align-items: center;
	gap: 7px;
	margin: 0;
	padding: 0;
}

.snav .membership li {
	float: none;
	margin: 0;
	font-size: 12px;
	color: #666;
}

.snav .incart-btn a {
	display: flex;
	align-items: center;
	padding: 0;
	background: none;
	border: 0;
	color: #666;
	font-size: 12px;
}

.snav .incart-btn i {
	color: #666;
	font-size: 13px;
}

.snav .incart-btn i span {
	margin-left: 5px;
	font-family: Georgia, "Yu Mincho", serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

.snav .incart-btn .total-quant {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	margin-left: 7px;
	padding: 0;
	background: #f04f62;
	border-radius: 2px;
	color: #fff;
	font-size: 13px;
	line-height: 1;
}

/* Main content width */
#main.wrapper {
	box-sizing: border-box;
	width: 850px;
	max-width: calc(100% - 40px);
	margin: 0 auto;
	padding: 0;
}

/* Mobile layout */
@media screen and (max-width: 767px) {
	.site-header .inner,
	#main.wrapper {
		max-width: calc(100% - 24px);
	}

	.site-header .inner {
		min-height: auto;
		padding: 18px 0;
	}

	.site-title a {
		font-size: 28px;
	}

.site-header .site-title img {
	width: 135px !important;
	max-width: 135px !important;
}

	.snav {
		position: static;
		width: 100%;
		margin-top: 16px;
	}
}

/* ==================================================
   Ivory Chic home layout
================================================== */

.ivory-home-layout {
	display: grid;
	grid-template-columns: 170px minmax(0, 1fr);
	column-gap: 50px;
	align-items: start;
	width: 100%;
	margin: 0;
	padding: 0;
}

.ivory-home-layout #primary {
	float: none;
	width: auto;
	margin: 0;
	padding: 0;
}

.ivory-sidebar {
	width: 170px;
	margin: 0;
	padding: 0;
}

.ivory-page-nav ul,
.ivory-category-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ivory-page-nav li {
	margin: 0;
	border-bottom: 1px dotted #bbb;
}

.ivory-page-nav a {
	display: grid;
	grid-template-columns: 28px 1fr;
	align-items: center;
	min-height: 60px;
	color: #666;
	text-decoration: none;
}

.ivory-page-nav i {
	font-size: 18px;
	text-align: left;
}

.ivory-page-nav span {
	display: block;
	text-align: right;
}

.ivory-page-nav strong {
	display: block;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 1.4;
}

.ivory-page-nav small {
	display: block;
	margin-top: 2px;
	font-size: 10px;
	line-height: 1.4;
	color: #999;
}

.ivory-page-nav a:hover {
	color: #222;
}

.ivory-category-nav {
	margin-top: 48px;
}

.ivory-category-nav h2 {
	margin: 0;
	padding: 11px 0 9px;
	border-top: 1px solid #999;
	border-bottom: 1px dotted #999;
	color: #666;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.3;
}

.ivory-category-nav h2 i {
	margin-right: 8px;
	font-size: 16px;
}

.ivory-category-list li {
	margin: 0;
	padding: 0;
	border-bottom: 1px dotted #ccc;
}

.ivory-category-list a {
	display: block;
	padding: 12px 0;
	color: #666;
	font-family: Georgia, "Yu Mincho", "Hiragino Mincho ProN", serif;
	font-size: 12px;
	line-height: 1.4;
	text-decoration: none;
}

.ivory-category-list a:hover {
	color: #222;
}

.ivory-home-main {
	min-width: 0;
	margin: 0;
	padding: 0;
}

.ivory-home-content {
	margin: 0;
	padding: 0;
}

@media screen and (max-width: 767px) {
	.ivory-home-layout {
		display: block;
	}

	.ivory-sidebar {
		width: 100%;
		margin-bottom: 30px;
	}

	.ivory-page-nav ul {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 0;
	}

	.ivory-page-nav li {
		border-right: 1px dotted #bbb;
	}

	.ivory-page-nav li:last-child {
		border-right: 0;
	}

	.ivory-page-nav a {
		display: block;
		min-height: auto;
		padding: 12px 6px;
		text-align: center;
	}

	.ivory-page-nav i {
		display: block;
		margin-bottom: 5px;
		text-align: center;
	}

	.ivory-page-nav span {
		text-align: center;
	}

	.ivory-category-nav {
		margin-top: 25px;
	}
}

/* ==================================================
   Ivory Chic main slider
================================================== */

.ivory-slider {
	width: 100%;
	margin: 0 0 34px;
	padding: 0;
}

.ivory-slider-frame {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	aspect-ratio: 600 / 260;
	overflow: hidden;
	padding: 4px;
	background: #fff;
	border: 1px solid #ddd;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.16);
}

.ivory-slide {
	position: absolute;
	inset: 4px;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.7s ease;
}

.ivory-slide.is-active {
	z-index: 2;
	opacity: 1;
	visibility: visible;
}

.ivory-slide img {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	object-fit: cover;
}

.ivory-slider-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	min-height: 28px;
	margin: 0;
	padding: 8px 0 0;
}

.ivory-slider-dot {
	display: block;
	box-sizing: border-box;
	width: 9px;
	height: 9px;
	margin: 0;
	padding: 0;
	background: #777;
	border: 0;
	border-radius: 50%;
	box-shadow: none;
	cursor: pointer;
	appearance: none;
}

.ivory-slider-dot:hover,
.ivory-slider-dot:focus {
	background: #444;
	outline: none;
}

.ivory-slider-dot.is-active {
	background: #111;
}

@media screen and (max-width: 767px) {
	.ivory-slider-frame {
		aspect-ratio: 600 / 300;
	}

	.ivory-slider {
		margin-bottom: 26px;
	}
}

/* ==================================================
   Ivory Chic home information
================================================== */

.ivory-home-information {
	margin: 24px 0 0;
	padding: 0;
}

.ivory-home-information h2 {
	margin: 0 0 28px;
	padding: 0 0 9px;
	border-bottom: 1px solid #aaa;
	color: #555;
	font-family: Georgia, "Yu Mincho", "Hiragino Mincho ProN", serif;
	font-size: 17px;
	font-weight: normal;
	line-height: 1.4;
}

.ivory-home-information p {
	margin: 0 0 20px;
	color: #555;
	font-size: 12px;
	line-height: 1.65;
}

.ivory-introduction-title {
	margin-bottom: 14px !important;
}

.ivory-important-notice {
	margin-top: 32px;
	color: #4d94ca;
}

.ivory-important-notice h3 {
	margin: 0 0 3px;
	padding: 0;
	color: #4d94ca;
	font-size: 13px;
	font-weight: normal;
	line-height: 1.5;
}

.ivory-important-notice p,
.ivory-important-notice a {
	color: #4d94ca;
}

.ivory-important-notice a {
	text-decoration: none;
}

.ivory-important-notice a:hover {
	text-decoration: underline;
}

/* Registration information */
.ivory-registration {
	margin: 54px 0 0;
	padding: 0;
}

.ivory-signature {
	margin: 0 0 32px;
	text-align: right;
	color: #555;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 12px;
}

.ivory-registration-text {
	color: #555;
	font-size: 12px;
	line-height: 1.65;
}

.ivory-registration-text p {
	margin: 0 0 12px;
}

@media screen and (max-width: 767px) {
	.ivory-home-information h2 {
		font-size: 16px;
	}

	.ivory-home-information p,
	.ivory-registration-text {
		font-size: 12px;
		line-height: 1.75;
	}

	.ivory-registration {
		margin-top: 40px;
	}
}

/* ==================================================
   Ivory Chic recommended products
================================================== */

.ivory-recommended {
	margin: 54px 0 0;
	padding: 48px 0 0;
	border-top: 1px solid #aaa;
}

.ivory-recommended-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 44px 34px;
	margin: 0;
	padding: 0;
}

.ivory-reco-item {
	min-width: 0;
	margin: 0;
	padding: 0;
}

.ivory-reco-image {
	display: block;
	overflow: hidden;
	margin: 0 0 10px;
	background: #f7f7f7;
	text-decoration: none;
}

.ivory-reco-image img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	margin: 0;
	object-fit: cover;
	transition: opacity 0.25s ease;
}

.ivory-reco-image:hover img {
	opacity: 0.82;
}

.ivory-reco-name {
	overflow: hidden;
	margin: 0 0 5px;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.ivory-reco-name a {
	color: #555;
	text-decoration: none;
}

.ivory-reco-name a:hover {
	color: #222;
	text-decoration: underline;
}

.ivory-reco-price {
	margin: 0;
	color: #555;
	font-size: 12px;
	line-height: 1.5;
}

.ivory-reco-soldout {
	display: inline-block;
	margin-top: 3px;
	padding: 2px 6px;
	background: #777;
	color: #fff;
	font-size: 9px;
	line-height: 1.3;
}

.ivory-reco-soldout * {
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: inherit;
	line-height: inherit;
}

@media screen and (max-width: 767px) {
	.ivory-recommended {
		margin-top: 40px;
		padding-top: 35px;
	}

	.ivory-recommended-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 34px 18px;
	}
}

/* ==================================================
   Ivory Chic product card final tuning
================================================== */

.ivory-recommended-grid {
	grid-template-columns: repeat(3, 150px);
	justify-content: space-between;
	column-gap: 0;
	row-gap: 42px;
}

.ivory-reco-item {
	box-sizing: border-box;
	width: 150px;
	min-width: 0;
	margin: 0;
	padding: 0;
}

.ivory-reco-image {
	display: block;
	width: 130px;
	height: 130px;
	margin: 0 0 10px;
	overflow: hidden;
	background: #f7f7f7;
	text-decoration: none;
}

.ivory-reco-image img {
	display: block;
	width: 130px;
	height: 130px;
	margin: 0;
	object-fit: cover;
}

.ivory-reco-name {
	width: 150px;
	margin: 0 0 5px;
	overflow: hidden;
	color: #555;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.ivory-reco-price {
	margin: 0;
	color: #555;
	font-size: 12px;
	line-height: 1.5;
}

.ivory-reco-soldout {
	display: inline-block;
	margin: 3px 0 0;
	padding: 2px 6px;
	background: #777;
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 9px;
	line-height: 1.25;
}

.ivory-reco-order-note {
	margin-top: 3px;
	color: #666;
	font-size: 11px;
	line-height: 1.4;
}

@media screen and (max-width: 767px) {
	.ivory-recommended-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		column-gap: 18px;
		row-gap: 34px;
	}

	.ivory-reco-item {
		width: 100%;
	}

	.ivory-reco-image {
		width: 100%;
		height: auto;
		aspect-ratio: 1 / 1;
	}

	.ivory-reco-image img {
		width: 100%;
		height: 100%;
	}

	.ivory-reco-name {
		width: 100%;
	}
}

/* ==================================================
   Sold out information box
================================================== */

.ivory-soldout-message {
	box-sizing: border-box;
	width: 100%;
	margin: 65px 0 46px;
	padding: 16px 18px;
	border: 1px solid #aaa;
	background: #fff;
}

.ivory-soldout-message p {
	margin: 0;
	color: #555;
	font-size: 12px;
	line-height: 1.7;
}

@media screen and (max-width: 767px) {
	.ivory-soldout-message {
		margin-top: 45px;
		padding: 14px;
	}
}

/* ==================================================
   Ivory Chic footer
================================================== */

#colophon.ivory-footer {
	box-sizing: border-box;
	width: 850px;
	max-width: calc(100% - 40px);
	margin: 0 auto;
	padding: 0 0 24px;
	background: #fff;
	border: 0;
	color: #555;
}

.ivory-footer-inner {
	display: grid;
	grid-template-columns: 1.05fr 1.2fr 1.05fr 0.8fr;
	gap: 34px;
	margin: 0;
	padding: 30px 20px 42px;
	border-top: 1px solid #bbb;
}

.ivory-footer-column {
	min-width: 0;
	margin: 0;
	padding: 0;
}

.ivory-footer-column h2 {
	margin: 0 0 18px;
	padding: 0;
	color: #555;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.5;
}

.ivory-footer-column h3 {
	margin: 0 0 6px;
	padding: 0;
	color: #555;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5;
}

.ivory-footer-column p {
	margin: 0 0 18px;
	color: #555;
	font-size: 11px;
	line-height: 1.7;
}

.ivory-yamato-logo {
	display: block;
	width: 90px;
	height: auto;
	margin: 0 0 12px;
}

.ivory-footer-mobile {
	text-align: center;
}

.ivory-mobile-qr {
	display: block;
	width: 105px;
	height: auto;
	margin: 0 auto;
}

.ivory-qr-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: 105px;
	height: 105px;
	margin: 0 auto;
	border: 1px solid #bbb;
	color: #999;
	font-family: Arial, sans-serif;
	font-size: 18px;
}

.ivory-footer-navigation {
	margin: 0 20px;
	padding: 22px 0 0;
	border-top: 1px solid #bbb;
	text-align: center;
}

.ivory-footer-navigation ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 6px 13px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ivory-footer-navigation li {
	margin: 0;
	padding: 0;
	color: #666;
	font-size: 11px;
	line-height: 1.5;
}

.ivory-footer-navigation a {
	color: #666;
	text-decoration: none;
}

.ivory-footer-navigation a:hover {
	color: #222;
	text-decoration: underline;
}

.ivory-footer-copyright {
	margin: 22px 0 0;
	padding: 0;
	color: #777;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 10px;
	font-style: italic;
	text-align: center;
}

@media screen and (max-width: 767px) {
	#colophon.ivory-footer {
		max-width: calc(100% - 24px);
	}

	.ivory-footer-inner {
		grid-template-columns: 1fr;
		gap: 28px;
		padding: 28px 8px 35px;
	}

	.ivory-footer-mobile {
		text-align: left;
	}

	.ivory-mobile-qr,
	.ivory-qr-placeholder {
		margin-left: 0;
	}

	.ivory-footer-navigation {
		margin: 0 8px;
	}
}

/* ==================================================
   Ivory Chic header tools
================================================== */

.site-header .ivory-header-tools {
	position: absolute;
	top: 27px;
	right: 0;
	display: block;
	width: 290px;
	margin: 0;
	padding: 0;
}

.ivory-header-links {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 18px;
	margin: 0 0 8px;
	padding: 0;
}

.ivory-account-link,
.ivory-cart-link {
	display: inline-flex;
	align-items: center;
	margin: 0;
	padding: 0;
	background: none;
	border: 0;
	color: #666;
	font-family: Georgia, "Yu Mincho", "Hiragino Mincho ProN", serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.4;
	text-decoration: none;
	white-space: nowrap;
}

.ivory-account-link:hover,
.ivory-cart-link:hover {
	color: #222;
	text-decoration: none;
}

.ivory-account-link i,
.ivory-cart-link i {
	margin-right: 6px;
	color: #666;
	font-size: 13px;
}

.ivory-cart-count {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: 24px;
	height: 24px;
	margin-left: 8px;
	padding: 0;
	background: #f04f62;
	border-radius: 2px;
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 1;
}

/* Search form */
.ivory-header-search {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}

.ivory-header-search form {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 3px;
	width: 100%;
	margin: 0;
	padding: 0;
}

.ivory-header-search select {
	box-sizing: border-box;
	width: 105px;
	height: 23px;
	margin: 0;
	padding: 0 3px;
	background: #fff;
	border: 1px solid #888;
	border-radius: 0;
	color: #444;
	font-size: 11px;
	line-height: 21px;
}

.ivory-header-search input[type="text"],
.ivory-header-search input[type="search"] {
	box-sizing: border-box;
	width: 125px;
	height: 23px;
	margin: 0;
	padding: 2px 5px;
	background: #fff;
	border: 1px solid #888;
	border-radius: 0;
	color: #444;
	font-size: 11px;
	line-height: 19px;
}

.ivory-header-search input[type="submit"],
.ivory-header-search button {
	box-sizing: border-box;
	width: auto;
	height: 23px;
	margin: 0;
	padding: 0 5px;
	background: #fff;
	border: 1px solid #888;
	border-radius: 0;
	box-shadow: none;
	color: #444;
	font-size: 11px;
	font-weight: normal;
	line-height: 21px;
	text-shadow: none;
}

.ivory-header-search i {
	display: none;
}

@media screen and (max-width: 767px) {
	.site-header .ivory-header-tools {
		position: static;
		width: 100%;
		margin-top: 16px;
	}

	.ivory-header-links {
		justify-content: flex-start;
	}

	.ivory-header-search form {
		justify-content: flex-start;
	}
}

/* Restore select arrow in header search */
.ivory-header-search select {
	-webkit-appearance: menulist !important;
	-moz-appearance: menulist !important;
	appearance: auto !important;
	width: 115px;
	padding: 0 18px 0 4px;
	background-color: #fff;
	background-image: none !important;
}

/* =========================================================
   Ivory Chic mobile header and drawer
   Consolidated final version
========================================================= */

/* Mobile-only elements are hidden on desktop. */
.ivory-mobile-topbar,
.ivory-mobile-drawer,
.ivory-mobile-drawer-overlay {
	display: none;
}

@media screen and (max-width: 768px) {

	/* -----------------------------------------------------
	   Header reset for mobile
	----------------------------------------------------- */

	#masthead.site-header {
		display: block !important;
		visibility: visible !important;
		width: 100%;
		margin: 0;
		padding: 0;
		background: #fff;
		border: 0;
		box-shadow: none;
	}

	/* Hide the desktop account/cart/search and navigation. */
	#masthead .ivory-header-tools,
	#masthead #site-navigation,
	.ivory-sidebar-desktop {
		display: none !important;
	}

	/* -----------------------------------------------------
	   Mobile top bar
	----------------------------------------------------- */

	.ivory-mobile-topbar {
		display: flex !important;
		align-items: center;
		justify-content: space-between;
		box-sizing: border-box;
		width: 100%;
		height: 58px;
		margin: 0;
		padding: 0 25px;
		background: #fff;
		border-bottom: 1px solid #e5e5e5;
	}

	.ivory-mobile-menu-toggle {
		display: flex !important;
		align-items: center;
		justify-content: center;
		box-sizing: border-box;
		width: 36px;
		height: 58px;
		margin: 0 !important;
		padding: 0 !important;
		border: 0 !important;
		border-radius: 0 !important;
		background: transparent !important;
		box-shadow: none !important;
		color: #222 !important;
		font-size: 24px !important;
		line-height: 1 !important;
		text-shadow: none !important;
		cursor: pointer;
		-webkit-appearance: none;
		appearance: none;
	}

	.ivory-mobile-menu-toggle:hover,
	.ivory-mobile-menu-toggle:focus {
		border: 0 !important;
		background: transparent !important;
		box-shadow: none !important;
		color: #222 !important;
		outline: none;
	}

	.ivory-mobile-cart {
		display: flex !important;
		align-items: center;
		justify-content: flex-end;
		gap: 9px;
		min-width: 50px;
		height: 58px;
		margin: 0;
		padding: 0;
		color: #222 !important;
		font-family: Arial, sans-serif;
		font-size: 20px;
		font-weight: bold;
		line-height: 1;
		text-decoration: none !important;
	}

	.ivory-mobile-cart:hover,
	.ivory-mobile-cart:focus {
		color: #222 !important;
		text-decoration: none !important;
	}

	.ivory-mobile-cart .fa {
		font-size: 21px;
	}

	.ivory-mobile-cart-number {
		font-size: 18px;
		font-weight: bold;
	}

	/* -----------------------------------------------------
	   Mobile logo area
	----------------------------------------------------- */

	#masthead .inner,
	.site-header .inner {
		display: block !important;
		box-sizing: border-box;
		width: 100%;
		max-width: none;
		min-height: 0;
		margin: 0;
		padding: 38px 25px 38px !important;
	}

	#masthead .site-description {
		display: none !important;
	}

	#masthead .site-title,
	#masthead h1.site-title {
		display: block !important;
		margin: 0 !important;
		padding: 0 !important;
		line-height: 1;
		text-align: left;
	}

	#masthead .site-title a {
		display: inline-block;
		line-height: 1;
	}

	#masthead .site-title img,
	.site-header .site-title img {
		display: block !important;
		width: 190px !important;
		max-width: 190px !important;
		height: auto !important;
		margin: 0 !important;
	}

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

	.ivory-mobile-drawer {
		display: block !important;
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		z-index: 100002;
		box-sizing: border-box;
		width: 61vw;
		min-width: 260px;
		max-width: 390px;
		height: 100dvh;
		margin: 0;
		padding: 0;
		overflow-x: hidden;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		background: #fff;
		box-shadow: 3px 0 14px rgba(0, 0, 0, 0.18);
		visibility: hidden;
		pointer-events: none;
		transform: translateX(-105%);
		transition:
			transform 0.27s ease,
			visibility 0.27s ease;
	}

	.ivory-mobile-drawer.is-open {
		visibility: visible;
		pointer-events: auto;
		transform: translateX(0);
	}

	body.admin-bar .ivory-mobile-drawer {
		top: 46px;
		height: calc(100dvh - 46px);
	}

	body.ivory-mobile-drawer-open {
		overflow: hidden;
	}

	/* Drawer close area */

	.ivory-mobile-drawer-head {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		box-sizing: border-box;
		height: 80px;
		padding: 0 18px;
		border-bottom: 1px solid #e5e5e5;
	}

	.ivory-mobile-drawer-close {
		display: flex !important;
		align-items: center;
		justify-content: center;
		box-sizing: border-box;
		width: 44px;
		height: 44px;
		margin: 0 !important;
		padding: 0 !important;
		border: 0 !important;
		border-radius: 0 !important;
		background: transparent !important;
		box-shadow: none !important;
		color: #222 !important;
		font-size: 20px !important;
		line-height: 1;
		text-shadow: none !important;
		cursor: pointer;
		-webkit-appearance: none;
		appearance: none;
	}

	.ivory-mobile-drawer-close:hover,
	.ivory-mobile-drawer-close:focus {
		border: 0 !important;
		background: transparent !important;
		box-shadow: none !important;
		color: #222 !important;
		outline: none;
	}

	/* Drawer menu rows */

	.ivory-mobile-drawer-nav {
		display: block;
		margin: 0;
		padding: 0;
	}

	.ivory-mobile-drawer-row {
		display: grid !important;
		grid-template-columns: 28px minmax(0, 1fr) 18px;
		column-gap: 14px;
		align-items: center;
		box-sizing: border-box;
		width: 100%;
		min-height: 102px;
		margin: 0 !important;
		padding: 0 27px !important;
		border: 0 !important;
		border-bottom: 1px solid #e5e5e5 !important;
		border-radius: 0 !important;
		background: #fff !important;
		box-shadow: none !important;
		color: #222 !important;
		font-family:
			-apple-system,
			BlinkMacSystemFont,
			"Helvetica Neue",
			Arial,
			"Hiragino Kaku Gothic ProN",
			"Yu Gothic",
			sans-serif;
		font-size: 16px !important;
		font-weight: normal;
		line-height: 1.5;
		text-align: left;
		text-decoration: none !important;
		text-shadow: none !important;
		cursor: pointer;
		-webkit-appearance: none;
		appearance: none;
	}

	.ivory-mobile-drawer-row:hover,
	.ivory-mobile-drawer-row:focus {
		border-color: #e5e5e5 !important;
		background: #fafafa !important;
		box-shadow: none !important;
		color: #222 !important;
		text-decoration: none !important;
		outline: none;
	}

	.ivory-mobile-drawer-row > .fa:first-child {
		font-size: 18px;
		text-align: center;
	}

	.ivory-mobile-drawer-arrow {
		font-size: 21px;
		text-align: right;
		transition: transform 0.2s ease;
	}

	.ivory-mobile-category-toggle[aria-expanded="true"]
	.ivory-mobile-drawer-arrow {
		transform: rotate(180deg);
	}

	/* Expandable category list */

	.ivory-mobile-category-list {
		margin: 0 !important;
		padding: 0 !important;
		background: #fafafa;
		list-style: none !important;
	}

	.ivory-mobile-category-list[hidden] {
		display: none !important;
	}

	.ivory-mobile-category-list li {
		margin: 0 !important;
		padding: 0 !important;
		border-bottom: 1px solid #e5e5e5;
	}

	.ivory-mobile-category-list a {
		display: block;
		padding: 15px 20px 15px 69px;
		color: #555 !important;
		font-family: Georgia, "Times New Roman", serif;
		font-size: 14px;
		line-height: 1.5;
		text-decoration: none !important;
	}

	.ivory-mobile-category-list a:hover,
	.ivory-mobile-category-list a:focus {
		background: #f3f3f3;
		color: #222 !important;
		text-decoration: none !important;
	}

	/* Drawer backdrop */

	.ivory-mobile-drawer-overlay {
		display: block !important;
		position: fixed;
		inset: 0;
		z-index: 100001;
		background: rgba(0, 0, 0, 0.72);
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transition:
			opacity 0.27s ease,
			visibility 0.27s ease;
	}

	.ivory-mobile-drawer-overlay.is-open {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}

	/* -----------------------------------------------------
	   One-column mobile home layout
	----------------------------------------------------- */

	.ivory-home-layout {
		display: block !important;
	}

	.ivory-home-main {
		width: 100% !important;
		margin: 0 !important;
		padding: 0 !important;
	}
}

/* =========================================================
   Ivory Chic mobile slider and news toggle
========================================================= */

.ivory-news-toggle {
	display: none;
}

@media screen and (max-width: 768px) {

	/* -----------------------------------------------------
	   ロゴ下の余白調整
	----------------------------------------------------- */

	#masthead .inner,
	.site-header .inner {
		padding-top: 28px !important;
		padding-bottom: 30px !important;
	}

	/* -----------------------------------------------------
	   スライダーをスマホ画面の左右いっぱいにする
	----------------------------------------------------- */

	.ivory-slider {
		width: calc(100% + 24px);
		margin: 0 0 18px -12px;
		padding: 0;
	}

	.ivory-slider-frame {
		width: 100%;
		aspect-ratio: 600 / 260;
		padding: 0;
		border: 0;
		box-shadow: none;
	}

	.ivory-slide {
		inset: 0;
	}

	.ivory-slider-dots {
		min-height: 30px;
		padding: 10px 0 0;
	}

	/* -----------------------------------------------------
	   お知らせを初期状態では見出しだけ表示
	----------------------------------------------------- */

	.ivory-home-content.is-collapsed
	.ivory-home-information {
		min-height: 170px;
	}

	.ivory-home-content.is-collapsed
	.ivory-home-information
	> *:not(h2) {
		display: none !important;
	}

	.ivory-home-content.is-collapsed
	> *:not(.ivory-home-information) {
		display: none !important;
	}

	/* -----------------------------------------------------
	   more / close ボタン
	----------------------------------------------------- */

	.ivory-news-toggle {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 12px;
		box-sizing: border-box;
		width: calc(100% + 24px);
		height: 54px;
		margin: 0 0 14px -12px;
		padding: 0;
		border: 0;
		border-top: 1px solid #e5e5e5;
		border-bottom: 1px solid #e5e5e5;
		border-radius: 0;
		background: #fff;
		box-shadow: none;
		color: #222;
		font-family:
			-apple-system,
			BlinkMacSystemFont,
			"Helvetica Neue",
			Arial,
			sans-serif;
		font-size: 16px;
		font-weight: normal;
		line-height: 1;
		text-shadow: none;
		cursor: pointer;
		-webkit-appearance: none;
		appearance: none;
	}

	.ivory-news-toggle:hover,
	.ivory-news-toggle:focus {
		border-top-color: #e5e5e5;
		border-bottom-color: #e5e5e5;
		background: #fafafa;
		box-shadow: none;
		color: #222;
		outline: none;
	}

	.ivory-news-toggle .fa {
		font-size: 15px;
	}

	/* 商品一覧をmoreの直後から始める */

	.ivory-recommended {
		margin-top: 0;
		padding-top: 14px;
		border-top: 0;
	}
}

/* =========================================================
   Ivory Chic mobile product cards
========================================================= */

@media screen and (max-width: 768px) {

	/* 商品一覧 */

	.ivory-recommended {
		margin: 0;
		padding: 14px 0 0;
		border: 0;
	}

	.ivory-recommended-grid {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		column-gap: 24px;
		row-gap: 28px;
		align-items: start;
		margin: 0;
		padding: 0;
	}

	.ivory-reco-item {
		box-sizing: border-box;
		width: 100%;
		min-width: 0;
		margin: 0;
		padding: 0;
		font-family:
			-apple-system,
			BlinkMacSystemFont,
			"Helvetica Neue",
			Arial,
			"Hiragino Kaku Gothic ProN",
			"Yu Gothic",
			sans-serif;
	}

	/* 商品画像 */

	.ivory-reco-image {
		display: block;
		width: 100%;
		height: auto;
		aspect-ratio: 1 / 1;
		margin: 0 0 10px;
		padding: 0;
		overflow: hidden;
		background: #f7f7f7;
	}

	.ivory-reco-image img {
		display: block;
		width: 100% !important;
		height: 100% !important;
		margin: 0;
		object-fit: cover;
	}

	/* 商品名を省略せず複数行表示 */

	.ivory-reco-name {
		display: block;
		width: 100%;
		max-height: none;
		margin: 0 0 6px;
		padding: 0;
		overflow: visible !important;
		color: #222;
		font-family:
			-apple-system,
			BlinkMacSystemFont,
			"Helvetica Neue",
			Arial,
			"Hiragino Kaku Gothic ProN",
			"Yu Gothic",
			sans-serif;
		font-size: 15px;
		font-weight: normal;
		line-height: 1.55;
		white-space: normal !important;
		text-overflow: clip !important;
		word-break: normal;
		overflow-wrap: anywhere;
	}

	.ivory-reco-name a {
		color: #222;
		text-decoration: none;
	}

	.ivory-reco-name a:hover,
	.ivory-reco-name a:focus {
		color: #222;
		text-decoration: none;
	}

	/* ColorMe側に合わせ、トップの商品価格は非表示 */

	.ivory-reco-price {
		display: none !important;
	}

	/* SOLD OUTをラベルではなく文字表示にする */

	.ivory-reco-soldout {
		display: block;
		margin: 3px 0 2px;
		padding: 0;
		background: transparent;
		border: 0;
		color: #222;
		font-family:
			-apple-system,
			BlinkMacSystemFont,
			"Helvetica Neue",
			Arial,
			sans-serif;
		font-size: 16px;
		font-weight: bold;
		line-height: 1.35;
	}

	.ivory-reco-soldout * {
		margin: 0;
		padding: 0;
		background: transparent;
		color: #222;
		font-size: inherit;
		font-weight: inherit;
		line-height: inherit;
	}

	/* 受注生産案内 */

	.ivory-reco-order-note {
		margin: 0;
		padding: 0;
		color: #2699e8;
		font-family:
			-apple-system,
			BlinkMacSystemFont,
			"Helvetica Neue",
			Arial,
			"Hiragino Kaku Gothic ProN",
			"Yu Gothic",
			sans-serif;
		font-size: 15px;
		line-height: 1.45;
	}

}

/* =========================================================
   Ivory Chic mobile products more toggle
========================================================= */

.ivory-products-toggle {
	display: none;
}

@media screen and (max-width: 768px) {

	/* 初期状態では7件目以降を隠す */

	.ivory-recommended.is-products-collapsed
	.ivory-reco-item:nth-child(n+7) {
		display: none;
	}

	/* more / close */

	.ivory-products-toggle {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 12px;
		box-sizing: border-box;
		width: calc(100% + 24px);
		height: 58px;
		margin: 26px 0 0 -12px;
		padding: 0;
		border: 0;
		border-top: 1px solid #e5e5e5;
		border-bottom: 1px solid #e5e5e5;
		border-radius: 0;
		background: #fff;
		box-shadow: none;
		color: #222;
		font-family:
			-apple-system,
			BlinkMacSystemFont,
			"Helvetica Neue",
			Arial,
			sans-serif;
		font-size: 16px;
		font-weight: normal;
		line-height: 1;
		text-shadow: none;
		cursor: pointer;
		-webkit-appearance: none;
		appearance: none;
	}

	.ivory-products-toggle:hover,
	.ivory-products-toggle:focus {
		border-top-color: #e5e5e5;
		border-bottom-color: #e5e5e5;
		background: #fafafa;
		box-shadow: none;
		color: #222;
		outline: none;
	}

	.ivory-products-toggle .fa {
		font-size: 15px;
	}

	/* 商品を開いたときの下余白 */

	.ivory-recommended:not(.is-products-collapsed)
	.ivory-products-toggle {
		margin-top: 34px;
	}
}

/* =========================================================
   Ivory Chic mobile footer
========================================================= */

.ivory-mobile-footer-navigation {
	display: none;
}

@media screen and (max-width: 768px) {

	/* -----------------------------------------------------
	   sold out案内をColorMe型にする
	----------------------------------------------------- */

	.ivory-soldout-message {
		box-sizing: border-box;
		width: calc(100% + 24px);
		margin: 34px 0 0 -12px;
		padding: 25px 26px;
		border-top: 1px solid #e5e5e5;
		border-right: 0;
		border-bottom: 1px solid #e5e5e5;
		border-left: 0;
		background: #fff;
	}

	.ivory-soldout-message p {
		margin: 0;
		color: #222;
		font-family:
			-apple-system,
			BlinkMacSystemFont,
			"Helvetica Neue",
			Arial,
			"Hiragino Kaku Gothic ProN",
			"Yu Gothic",
			sans-serif;
		font-size: 15px;
		line-height: 1.8;
	}

	/* -----------------------------------------------------
	   PC用4列フッターを隠す
	----------------------------------------------------- */

	#colophon.ivory-footer {
		box-sizing: border-box;
		width: 100%;
		max-width: none;
		margin: 0;
		padding: 0 0 24px;
		background: #fff;
	}

	.ivory-footer-inner,
	.ivory-footer-navigation {
		display: none !important;
	}

	/* -----------------------------------------------------
	   スマホ専用フッターメニュー
	----------------------------------------------------- */

	.ivory-mobile-footer-navigation {
		display: block;
		width: 100%;
		margin: 0;
		padding: 0;
		border-top: 1px solid #e5e5e5;
		background: #fff;
	}

	.ivory-mobile-footer-navigation ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}

	.ivory-mobile-footer-navigation li {
		margin: 0;
		padding: 0;
		border-bottom: 1px solid #e5e5e5;
	}

	.ivory-mobile-footer-navigation a {
		display: flex;
		align-items: center;
		justify-content: space-between;
		box-sizing: border-box;
		width: 100%;
		min-height: 64px;
		margin: 0;
		padding: 0 25px;
		background: #fff;
		color: #222;
		font-family:
			-apple-system,
			BlinkMacSystemFont,
			"Helvetica Neue",
			Arial,
			"Hiragino Kaku Gothic ProN",
			"Yu Gothic",
			sans-serif;
		font-size: 16px;
		font-weight: normal;
		line-height: 1.5;
		text-decoration: none;
	}

	.ivory-mobile-footer-navigation a:hover,
	.ivory-mobile-footer-navigation a:focus {
		background: #fafafa;
		color: #222;
		text-decoration: none;
	}

	.ivory-mobile-footer-navigation .fa {
		flex: 0 0 auto;
		margin-left: 15px;
		color: #222;
		font-size: 22px;
	}

	/* -----------------------------------------------------
	   コピーライト
	----------------------------------------------------- */

	.ivory-footer-copyright {
		margin: 0;
		padding: 24px 0 0;
		color: #777;
		font-size: 10px;
		text-align: center;
	}

	/*
	 * PCブラウザのスマホ幅プレビューでも
	 * ページ上部ボタンを表示しない。
	 */
	#toTop {
		display: none !important;
	}
}

/* =========================================================
   Ivory Chic fixed mobile top bar
========================================================= */

@media screen and (max-width: 768px) {

	/*
	 * 上部バーを固定配置にすると通常の流れから外れるため、
	 * ヘッダー上部に同じ58px分の空間を確保する。
	 */
	#masthead.site-header {
		padding-top: 58px !important;
	}

	.ivory-mobile-topbar {
		position: fixed !important;
		top: 0;
		right: 0;
		left: 0;
		z-index: 100000;
		width: auto;
		margin: 0;
	}

	/*
	 * WordPress管理バー表示中
	 */
	body.admin-bar .ivory-mobile-topbar {
		top: 46px;
	}
}

/* =========================================================
   Ivory Chic category page
========================================================= */

.ivory-category-header {
	margin: 0 0 36px;
	padding: 0 0 28px;
	border-bottom: 1px solid #e5e5e5;
}

.ivory-category-title {
	margin: 0 0 10px;
	padding: 0;
	color: #333;
	font-family:
		-apple-system,
		BlinkMacSystemFont,
		"Helvetica Neue",
		Arial,
		"Hiragino Kaku Gothic ProN",
		"Yu Gothic",
		sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.5;
}

.ivory-category-count {
	margin: 0 0 22px;
	color: #333;
	font-family:
		-apple-system,
		BlinkMacSystemFont,
		"Helvetica Neue",
		Arial,
		"Hiragino Kaku Gothic ProN",
		"Yu Gothic",
		sans-serif;
	font-size: 14px;
	line-height: 1.6;
}

.ivory-category-count strong {
	font-size: 20px;
}

.ivory-category-sort {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

.ivory-category-sort a {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	min-height: 42px;
	padding: 6px 10px;
	border: 1px solid #999;
	border-radius: 4px;
	background: #fff;
	color: #555;
	font-family:
		-apple-system,
		BlinkMacSystemFont,
		"Helvetica Neue",
		Arial,
		"Hiragino Kaku Gothic ProN",
		"Yu Gothic",
		sans-serif;
	font-size: 13px;
	line-height: 1.4;
	text-decoration: none;
}

.ivory-category-sort a:hover,
.ivory-category-sort a:focus {
	background: #f7f7f7;
	color: #222;
	text-decoration: none;
}

.ivory-category-sort a.is-active {
	border-color: #ddd;
	background: #e7e7e7;
	color: #aaa;
	pointer-events: none;
}

.ivory-category-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	column-gap: 28px;
	row-gap: 42px;
	margin: 0;
	padding: 0;
}

.ivory-category-item {
	min-width: 0;
	margin: 0;
	padding: 0;
}

.ivory-category-image {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	margin: 0 0 10px;
	overflow: hidden;
	background: #f7f7f7;
	text-decoration: none;
}

.ivory-category-image img {
	display: block;
	width: 100% !important;
	height: 100% !important;
	margin: 0;
	object-fit: cover;
}

.ivory-category-name {
	margin: 0 0 5px;
	padding: 0;
	font-family:
		-apple-system,
		BlinkMacSystemFont,
		"Helvetica Neue",
		Arial,
		"Hiragino Kaku Gothic ProN",
		"Yu Gothic",
		sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 1.5;
}

.ivory-category-name a {
	color: #333;
	text-decoration: none;
}

.ivory-category-price {
	margin: 0;
	color: #333;
	font-family:
		-apple-system,
		BlinkMacSystemFont,
		"Helvetica Neue",
		Arial,
		sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.5;
}

.ivory-category-soldout {
	margin: 2px 0 0;
	color: #222;
	font-family:
		-apple-system,
		BlinkMacSystemFont,
		"Helvetica Neue",
		Arial,
		sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.4;
}

.ivory-category-excerpt {
	margin: 3px 0 0;
	color: #999;
	font-family:
		-apple-system,
		BlinkMacSystemFont,
		"Helvetica Neue",
		Arial,
		"Hiragino Kaku Gothic ProN",
		"Yu Gothic",
		sans-serif;
	font-size: 11px;
	line-height: 1.5;
}

.ivory-category-pagination {
	margin: 48px 0 0;
}

.ivory-category-pagination ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 7px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ivory-category-pagination li {
	margin: 0;
	padding: 0;
}

.ivory-category-pagination a,
.ivory-category-pagination span {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	min-width: 34px;
	height: 34px;
	padding: 0 8px;
	border: 1px solid #ddd;
	color: #555;
	text-decoration: none;
}

.ivory-category-pagination .current {
	background: #555;
	border-color: #555;
	color: #fff;
}

@media screen and (max-width: 768px) {

	body.category #main.wrapper {
		width: 100%;
		max-width: none;
		padding: 0 25px 40px;
	}

	body.category #primary {
		float: none;
		width: 100%;
		margin: 0;
		padding: 0;
	}

	body.category #secondary {
		display: none !important;
	}

	.ivory-category-header {
		margin: 0 -25px 26px;
		padding: 26px 25px 24px;
		border-top: 1px solid #e5e5e5;
		border-bottom: 1px solid #e5e5e5;
	}

	.ivory-category-title {
		font-size: 16px;
		font-weight: bold;
	}

	.ivory-category-count {
		margin-bottom: 20px;
		font-size: 14px;
	}

	.ivory-category-count strong {
		font-size: 20px;
	}

	.ivory-category-sort {
		gap: 10px;
	}

	.ivory-category-sort a {
		min-height: 44px;
		padding: 6px 4px;
		border-color: #168cff;
		color: #168cff;
		font-size: 13px;
	}

	.ivory-category-sort a.is-active {
		border-color: #e3e3e3;
		background: #e7e7e7;
		color: #aaa;
	}

	.ivory-category-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		column-gap: 24px;
		row-gap: 30px;
	}

	.ivory-category-name {
		font-size: 15px;
		line-height: 1.55;
	}

	.ivory-category-price {
		font-size: 15px;
	}

	.ivory-category-soldout {
		font-size: 16px;
	}

	.ivory-category-excerpt {
		font-size: 12px;
		line-height: 1.5;
	}

	.ivory-category-pagination {
		margin-top: 38px;
	}
}

/* =========================================================
   Ivory Chic category sold out label
========================================================= */

.ivory-category-soldout {
	display: inline-block;
	width: auto;
	margin: 3px 0 0;
	padding: 3px 7px;
	border: 0;
	border-radius: 2px;
	background: #666;
	color: #fff;
	font-family:
		-apple-system,
		BlinkMacSystemFont,
		"Helvetica Neue",
		Arial,
		sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.35;
	letter-spacing: 0;
}

@media screen and (max-width: 768px) {

	.ivory-category-soldout {
		margin-top: 4px;
		padding: 3px 6px;
		font-size: 12px;
		line-height: 1.3;
	}

	.ivory-category-excerpt {
		margin-top: 5px;
		color: #999;
		font-size: 12px;
		line-height: 1.5;
	}
}

/* =========================================================
   Ivory Chic product detail page
   ========================================================= */

/* Main product area */
.ivory-item-page {
	float: none !important;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
}

.ivory-item-page #content,
.ivory-item-page .storycontent,
.ivory-item-page #itempage {
	box-sizing: border-box;
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

.ivory-item-page .ivory-item-article {
	margin: 0;
	padding: 0;
	border: 0;
}

/* Hide the ordinary sidebar on product detail pages */
.ivory-item-page ~ #secondary,
.ivory-item-page + #secondary {
	display: none !important;
}

/* Back to category */
.ivory-item-back {
	margin: 0 0 28px;
	padding: 0;
	border: 0;
}

.ivory-item-back a {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	color: #555;
	font-size: 15px;
	line-height: 1.5;
	text-decoration: none;
}

.ivory-item-back a:hover {
	color: #111;
}

.ivory-item-back .fa {
	font-size: 13px;
}

/* Product title */
.ivory-item-header {
	margin: 0 0 18px;
	padding: 0;
	border: 0;
}

.ivory-item-header .item_page_title {
	margin: 0;
	padding: 0;
	color: #333;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.55;
}

/* =========================================================
   Product image gallery
   ========================================================= */

.ivory-item-gallery {
	width: 100%;
	margin: 0 0 32px;
	padding: 0;
}

.ivory-item-gallery-frame {
	position: relative;
	width: 100%;
	overflow: hidden;
	background: #f7f7f7;
}

/* Only the selected image is displayed */
.ivory-item-slide {
	display: none !important;
	width: 100%;
	margin: 0 !important;
	padding: 0 !important;
}

.ivory-item-slide.is-active {
	display: block !important;
}

.ivory-item-slide a {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}

.ivory-item-slide img {
	display: block;
	width: 100% !important;
	max-width: none !important;
	height: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	box-shadow: none !important;
}

/* Previous and next buttons */
.ivory-item-gallery-prev,
.ivory-item-gallery-next {
	position: absolute;
	z-index: 5;
	top: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	margin: 0;
	padding: 0;
	transform: translateY(-50%);
	border: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.86);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.12);
	color: #444;
	font-size: 15px;
	line-height: 1;
	cursor: pointer;
	appearance: none;
}

.ivory-item-gallery-prev {
	left: 8px;
}

.ivory-item-gallery-next {
	right: 8px;
}

.ivory-item-gallery-prev:hover,
.ivory-item-gallery-next:hover {
	background: #fff;
	color: #111;
}

/* Dots */
.ivory-item-gallery-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	min-height: 42px;
	margin: 0;
	padding: 14px 0 10px;
}

.ivory-item-gallery-dot {
	display: block;
	width: 7px;
	height: 7px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #ccc;
	box-shadow: none;
	cursor: pointer;
	appearance: none;
}

.ivory-item-gallery-dot.is-active {
	background: #333;
}

/* Thumbnail images */
.ivory-item-thumbnails {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 4px 0 0;
	padding: 0;
}

.ivory-item-thumbnail {
	box-sizing: border-box;
	width: 76px;
	height: 76px;
	margin: 0;
	padding: 2px;
	overflow: hidden;
	border: 1px solid #ddd;
	border-radius: 0;
	background: #fff;
	box-shadow: none;
	cursor: pointer;
	appearance: none;
}

.ivory-item-thumbnail.is-active {
	border-color: #555;
}

.ivory-item-thumbnail img {
	display: block;
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	object-fit: cover;
	border: 0 !important;
}

/* =========================================================
   Description
   ========================================================= */

.ivory-item-detail {
	margin: 0 0 32px;
	padding: 0;
}

.ivory-item-description {
	color: #444;
	font-size: 16px;
	line-height: 1.9;
}

.ivory-item-description > *:first-child {
	margin-top: 0;
}

.ivory-item-description > *:last-child {
	margin-bottom: 0;
}

/* =========================================================
   Price, stock, quantity and cart button
   ========================================================= */

.ivory-item-purchase {
	margin: 0 0 42px;
	padding: 0;
}

.ivory-item-purchase form {
	margin: 0;
	padding: 0;
}

.ivory-item-sku {
	margin: 0;
	padding: 0;
	border: 0;
}

.ivory-item-sku .skuname {
	margin: 0 0 16px;
	font-size: 16px;
}

.ivory-item-sku .item-option {
	margin: 0 0 22px;
}

.ivory-item-sku .item-option dt {
	margin: 0 0 7px;
	font-weight: 600;
}

.ivory-item-sku .item-option dd {
	margin: 0 0 18px;
}

.ivory-item-sku .item-option select,
.ivory-item-sku .item-option input {
	box-sizing: border-box;
	max-width: 100%;
	min-height: 46px;
	padding: 8px 10px;
	border: 1px solid #bbb;
	background: #fff;
	font-size: 16px;
}

.ivory-item-price-stock {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 20px;
	margin: 0 0 20px;
	padding: 0;
}

.ivory-item-price-stock .zaikostatus {
	color: #555;
	font-size: 15px;
	line-height: 1.5;
}

.ivory-item-price-stock .field_price {
	margin-left: auto;
	color: #333;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 25px;
	font-weight: 700;
	line-height: 1.2;
	white-space: nowrap;
}

.ivory-item-price-stock .field_price .field_cprice {
	display: block;
	margin-bottom: 3px;
	color: #999;
	font-size: 14px;
	font-weight: 400;
	text-decoration: line-through;
}

.ivory-item-price-stock .field_price .tax {
	color: #999;
	font-size: 12px;
	font-weight: 400;
}

.ivory-item-cart-row {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 14px;
	margin: 0;
	padding: 0;
}

.ivory-item-quantity {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #555;
	font-size: 15px;
}

.ivory-item-quantity input[type="number"],
.ivory-item-quantity input[type="text"] {
	box-sizing: border-box;
	width: 72px;
	height: 52px;
	margin: 0;
	padding: 5px 8px;
	border: 1px solid #bbb;
	border-radius: 0;
	background: #fff;
	color: #222;
	font-size: 17px;
	text-align: center;
}

.ivory-item-cart-row .cart-button {
	display: block;
	margin: 0;
}

.ivory-item-cart-row .cart-button input,
.ivory-item-cart-row .cart-button button {
	box-sizing: border-box;
	min-width: 230px;
	height: 54px;
	margin: 0;
	padding: 0 26px;
	border: 0;
	border-radius: 3px;
	background: #ff8a00;
	box-shadow: none;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 54px;
	text-align: center;
	cursor: pointer;
	appearance: none;
}

.ivory-item-cart-row .cart-button input:hover,
.ivory-item-cart-row .cart-button button:hover {
	background: #e97d00;
}

.ivory-item-purchase .itemsoldout {
	margin: 18px 0 0;
	padding: 13px 16px;
	background: #777;
	color: #fff;
	font-size: 15px;
	text-align: center;
}

.ivory-item-purchase .error_message {
	margin-top: 12px;
	color: #c00;
}

/* =========================================================
   Additional information
   ========================================================= */

.ivory-item-more-info {
	margin: 0 0 28px;
	padding: 0;
}

.ivory-item-more-info h2 {
	margin: 0;
	padding: 20px 0 14px;
	border-bottom: 1px solid #ddd;
	color: #333;
	font-size: 17px;
	font-weight: 500;
}

.ivory-item-more-info table {
	width: 100%;
	margin: 0;
	border-collapse: collapse;
	border: 0;
}

.ivory-item-more-info th,
.ivory-item-more-info td {
	padding: 17px 10px;
	border: 0;
	border-bottom: 1px solid #ddd;
	background: transparent;
	color: #444;
	font-size: 15px;
	font-weight: 400;
}

.ivory-item-more-info th {
	width: 42%;
	text-align: center;
}

.ivory-item-more-info td {
	text-align: right;
}

/* Guide links */
.ivory-item-guide-links {
	display: grid;
	gap: 14px;
	margin: 30px 0 45px;
}

.ivory-item-guide-links a {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	box-sizing: border-box;
	min-height: 54px;
	padding: 10px 18px;
	border: 1px solid #1593ff;
	border-radius: 5px;
	color: #1593ff;
	font-size: 16px;
	line-height: 1.4;
	text-decoration: none;
}

.ivory-item-guide-links a:hover {
	background: #f4faff;
}

/* Related products */
.ivory-item-page .assistance_item {
	margin-top: 45px;
}

/* =========================================================
   Smartphone
   ========================================================= */

@media screen and (max-width: 768px) {

	.ivory-item-page {
		box-sizing: border-box;
		padding: 0 26px !important;
	}

	.ivory-item-page .storycontent {
		padding: 0 !important;
	}

	.ivory-item-back {
		margin-bottom: 8px;
	}

	.ivory-item-back a {
		font-size: 14px;
	}

	.ivory-item-header {
		margin-bottom: 16px;
	}

	.ivory-item-header .item_page_title {
		font-size: 17px;
		line-height: 1.55;
	}

	.ivory-item-gallery {
		margin-bottom: 29px;
	}

	/* On smartphones, dots are used instead of thumbnails */
	.ivory-item-thumbnails {
		display: none !important;
	}

	.ivory-item-gallery-prev,
	.ivory-item-gallery-next {
		width: 29px;
		height: 29px;
		font-size: 13px;
	}

	.ivory-item-gallery-prev {
		left: 5px;
	}

	.ivory-item-gallery-next {
		right: 5px;
	}

	.ivory-item-gallery-dots {
		gap: 13px;
		min-height: 38px;
		padding: 13px 0 8px;
	}

	.ivory-item-gallery-dot {
		width: 6px;
		height: 6px;
	}

	.ivory-item-detail {
		margin-bottom: 30px;
	}

	.ivory-item-description {
		font-size: 15px;
		line-height: 1.85;
	}

	.ivory-item-price-stock {
		display: block;
		margin-bottom: 18px;
	}

	.ivory-item-price-stock .zaikostatus {
		margin-bottom: 14px;
	}

	.ivory-item-price-stock .field_price {
		margin: 0;
		font-size: 23px;
		text-align: left;
	}

	.ivory-item-cart-row {
		display: block;
	}

	.ivory-item-quantity {
		margin-bottom: 16px;
	}

	.ivory-item-cart-row .cart-button {
		display: block;
		width: 100%;
	}

	.ivory-item-cart-row .cart-button input,
	.ivory-item-cart-row .cart-button button {
		display: block;
		width: 100%;
		min-width: 0;
		height: 58px;
		padding: 0 15px;
		font-size: 18px;
		line-height: 58px;
	}

	.ivory-item-more-info {
		margin-top: 0;
	}

	.ivory-item-guide-links {
		margin-bottom: 35px;
	}

	/* Sidebar widgets are not needed on product detail screens */
	.ivory-item-page ~ aside,
	.ivory-item-page ~ .widget-area,
	.ivory-item-page + aside,
	.ivory-item-page + .widget-area {
		display: none !important;
	}
}

/* =========================================================
   Desktop
   ========================================================= */

@media screen and (min-width: 769px) {

	.ivory-item-page {
		max-width: 850px !important;
		margin: 0 auto !important;
		padding: 0 25px !important;
	}

	.ivory-item-gallery-frame {
		max-width: 700px;
		margin: 0 auto;
	}

	.ivory-item-gallery-dots,
	.ivory-item-thumbnails {
		max-width: 700px;
		margin-right: auto;
		margin-left: auto;
	}
}
/* 新規入会フォーム：プライバシーポリシーリンク */
#newmember .header_explanation a {
	color: #169df0 !important;
	text-decoration: none;
}

#newmember .header_explanation a:hover,
#newmember .header_explanation a:focus {
	color: #087fc5 !important;
	text-decoration: underline;
}
/* スマホ：会員案内と「more」の間隔を縮める */
@media screen and (max-width: 767px) {

	.ivory-home-information-visible {
		margin-bottom: 0 !important;
		padding-bottom: 0 !important;
	}

	#ivory-home-news-content.is-collapsed {
		height: 0 !important;
		min-height: 0 !important;
		max-height: 0 !important;
		margin: 0 !important;
		padding: 0 !important;
		overflow: hidden !important;
	}

	#ivory-home-news-content.is-collapsed + .ivory-news-toggle {
		margin-top: 30px !important;
	}
}