@charset "UTF-8";

/*!
Theme Name: hugfemme
Theme URI: http://underscores.me/
Author: studio-puff
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: hug
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

hugfemme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: 900;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
	overflow-x: hidden;
	width: 100%;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans JP", sans-serif;
	font-weight: 500;
	line-height: 1.25;
	color: #374151;
	margin-bottom: 1rem;
}

h1 {
	font-size: 3rem;
	font-weight: 600;
}

@media (max-width: 768px) {

	h1 {
		font-size: 2.25rem;
	}
}

h2 {
	font-size: 2.25rem;
}

@media (max-width: 768px) {

	h2 {
		font-size: 1.875rem;
	}
}

h3 {
	font-size: 1.875rem;
}

@media (max-width: 768px) {

	h3 {
		font-size: 1.5rem;
	}
}

h4 {
	font-size: 1.5rem;
}

@media (max-width: 768px) {

	h4 {
		font-size: 1.25rem;
	}
}

h5 {
	font-size: 1.25rem;
}

h6 {
	font-size: 1.125rem;
	color: #757575;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #f6f4f1;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: "Fira Code", monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #757575;
	cursor: help;
}

mark,
ins {
	background: #f3f4f6;
	text-decoration: none;
}

big {
	font-size: 125%;
}

body,
button,
input,
select,
optgroup,
textarea {
	color: #424242;
	font-family: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans JP", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
	font-weight: 300;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
	overflow-x: hidden;
	width: 100%;
}

hr {
	background-color: #e0dbd4;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #374151;
}

a:visited {
	color: #6b7280;
}

a:hover,
a:focus,
a:active {
	color: #d4a5a5;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #6b7280 #6b7280 #374151;
	border-radius: 3px;
	background: #6b7280;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #374151 #374151 #d4a5a5;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #d4a5a5 #6b7280 #6b7280;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #616161;
	border: 1px solid #e0dbd4;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #212121;
}

select {
	border: 1px solid #e0dbd4;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.page-wrapper {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 20px;
}

@media (max-width: 768px) {

	.page-wrapper {
		padding: 0 1rem;
	}
}

.page-wrapper--with-spacing {
	margin-top: 3rem;
}

@media (max-width: 768px) {

	.page-wrapper--with-spacing {
		margin-top: 2rem;
	}
}

.section-container {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 20px;
}

@media (max-width: 768px) {

	.section-container {
		padding: 0 1rem;
	}
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/* Page Wrapper Mixins
--------------------------------------------- */

/* Header
--------------------------------------------- */

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.site-header {
	background: #fff;
	box-shadow: 0 2px 10px rgba(107, 114, 128, 0.1);
	position: relative;
	z-index: 1000;
}

.site-header::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	background: rgba(107, 114, 128, 0.1);
}

.header-top {
	padding: 1rem 0;
	border-bottom: 1px solid rgba(107, 114, 128, 0.1);
}

.header-top .header-top-container {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 20px;
}

@media (max-width: 768px) {

	.header-top .header-top-container {
		padding: 0 1rem;
	}
}

.header-top .header-top-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
}

@media (max-width: 768px) {

	.header-top .header-top-container {
		padding: 0 1rem;
		gap: 1rem;
	}
}

.header-icons {
	display: flex;
	align-items: center;
	gap: 1.5rem;
}

@media (max-width: 768px) {

	.header-icons {
		gap: 1rem;
	}
}

.header-icons .header-icon {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.25rem;
	text-decoration: none;
	color: #374151;
	transition: all 0.3s ease;
	position: relative;
	padding: 0.5rem;
	border-radius: 8px;
}

.header-icons .header-icon svg {
	width: 24px;
	height: 24px;
	stroke: #757575;
	transition: all 0.3s ease;
}

.header-icons .header-icon .icon-label {
	font-size: 0.75rem;
	font-weight: 400;
	color: #757575;
	transition: all 0.3s ease;
}

@media (max-width: 480px) {

	.header-icons .header-icon .icon-label {
		display: none;
	}
}

.header-icons .header-icon:hover {
	background: rgba(107, 114, 128, 0.08);
}

.header-icons .header-icon:hover svg {
	stroke: #6b7280;
}

.header-icons .header-icon:hover .icon-label {
	color: #6b7280;
}

.header-icons .header-icon .cart-count {
	position: absolute;
	top: 2px;
	right: 2px;
	background: #6b7280;
	color: #fff;
	font-size: 10px;
	font-weight: 600;
	min-width: 18px;
	height: 18px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 4px;
	box-shadow: 0 2px 4px rgba(107, 114, 128, 0.3);
}

.header-icons .wishlist-icon:hover svg {
	fill: rgba(107, 114, 128, 0.2);
	stroke: #6b7280;
}

.site-branding {
	display: flex;
	align-items: center;
	gap: 1rem;
	flex-shrink: 0;
}

.site-branding .custom-logo-link {
	display: flex;
	align-items: center;
	text-decoration: none;
}

.site-branding .custom-logo-link .custom-logo {
	max-height: 60px;
	width: auto;
	transition: transform 0.3s ease;
}

.site-branding .custom-logo-link .custom-logo:hover {
	transform: scale(1.05);
}

.site-branding .site-title {
	margin: 0;
	font-family: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	font-size: 1.875rem;
	font-weight: 700;
}

.site-branding .site-title a {
	color: #374151;
	text-decoration: none;
	text-shadow: 1px 1px 2px rgba(107, 114, 128, 0.3);
	transition: all 0.3s ease;
}

.site-branding .site-title a:hover {
	color: #d4a5a5;
	transform: scale(1.02);
	display: inline-block;
}

@media (max-width: 768px) {

	.site-branding .site-title {
		font-size: 1.5rem;
	}
}

.site-branding .site-description {
	margin: 0;
	font-size: 0.875rem;
	color: #757575;
	margin-left: 0.5rem;
}

@media (max-width: 768px) {

	.site-branding .site-description {
		display: none;
	}
}

.main-navigation {
	background: rgba(255, 255, 255, 0.95);
	border-bottom: 1px solid rgba(107, 114, 128, 0.1);
	position: relative;
}

.main-navigation .navigation-container {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 20px;
}

@media (max-width: 768px) {

	.main-navigation .navigation-container {
		padding: 0 1rem;
	}
}

.main-navigation .navigation-container {
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (max-width: 768px) {

	.main-navigation .navigation-container {
		padding: 1rem;
		justify-content: space-between;
	}
}

.main-navigation .menu-toggle {
	display: none;
	background: #6b7280;
	color: #fff;
	border: none;
	padding: 0.75rem 1.5rem;
	border-radius: 8px;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.3s ease;
	box-shadow: 0 2px 8px rgba(107, 114, 128, 0.2);
}

.main-navigation .menu-toggle:hover {
	background: #374151;
	box-shadow: 0 4px 12px rgba(107, 114, 128, 0.3);
}

.main-navigation .menu-toggle:active {
	transform: scale(0.98);
}

.main-navigation .menu-toggle:focus {
	outline: 2px solid #6b7280;
	outline-offset: 2px;
}

@media (max-width: 768px) {

	.main-navigation .menu-toggle {
		display: block;
	}
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	gap: 0.5rem;
}

@media (max-width: 768px) {

	.main-navigation ul {
		display: none;
		flex-direction: column;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		background: #fff;
		box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
		border-radius: 0 0 16px 16px;
		padding: 1.5rem;
		gap: 0;
		z-index: 1000;
	}
}

.main-navigation ul li {
	position: relative;
}

.main-navigation ul li a {
	display: block;
	padding: 0.875rem 1.5rem;
	color: #424242;
	text-decoration: none;
	font-weight: 400;
	font-size: 1rem;
	border-radius: 8px;
	transition: all 0.3s ease;
	position: relative;
}

.main-navigation ul li a::after {
	content: "";
	position: absolute;
	bottom: 8px;
	left: 50%;
	width: 0;
	height: 2px;
	background: #6b7280;
	transition: all 0.3s ease;
	transform: translateX(-50%);
	border-radius: 2px;
}

.main-navigation ul li a:hover {
	color: #6b7280;
	background: rgba(107, 114, 128, 0.05);
}

.main-navigation ul li a:hover::after {
	width: calc(100% - 3rem);
}

.main-navigation ul li a:focus {
	outline: 2px solid #6b7280;
	outline-offset: 2px;
}

@media (max-width: 768px) {

	.main-navigation ul li a {
		padding: 1rem 1.5rem;
		border-bottom: 1px solid rgba(107, 114, 128, 0.1);
		border-radius: 8px;
		margin-bottom: 0.5rem;
	}

	.main-navigation ul li a::after {
		display: none;
	}

	.main-navigation ul li a:hover {
		background: rgba(107, 114, 128, 0.1);
		color: #6b7280;
	}
}

.main-navigation ul li.current-menu-item a,
.main-navigation ul li.current_page_item a {
	color: #6b7280;
	background: rgba(107, 114, 128, 0.1);
	font-weight: 500;
}

.main-navigation ul li.current-menu-item a::after,
.main-navigation ul li.current_page_item a::after {
	width: calc(100% - 3rem);
}

.main-navigation ul li.current-menu-item a:hover,
.main-navigation ul li.current_page_item a:hover {
	background: rgba(107, 114, 128, 0.15);
}

.main-navigation ul ul {
	position: absolute;
	top: calc(100% + 8px);
	left: 0;
	background: #fff;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
	border-radius: 12px;
	min-width: 220px;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-10px);
	transition: all 0.3s ease;
	z-index: 1000;
	border: 1px solid rgba(107, 114, 128, 0.1);
}

.main-navigation ul ul::before {
	content: "";
	position: absolute;
	top: -6px;
	left: 20px;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #fff;
}

.main-navigation ul ul li:first-child a {
	border-radius: 12px 12px 0 0;
}

.main-navigation ul ul li:last-child a {
	border-radius: 0 0 12px 12px;
	border-bottom: none;
}

.main-navigation ul ul li a {
	padding: 0.875rem 1.5rem;
	border-bottom: 1px solid rgba(107, 114, 128, 0.05);
	border-radius: 0;
	font-size: 0.875rem;
	color: #424242;
}

.main-navigation ul ul li a::after {
	display: none;
}

.main-navigation ul ul li a:hover {
	background: rgba(107, 114, 128, 0.08);
	color: #6b7280;
}

.main-navigation ul li:hover > ul {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

@media (max-width: 768px) {

	.main-navigation.toggled ul {
		display: flex;
	}
}

.site-header {
	animation: slideDown 0.8s ease-out;
}

.site-header::after {
	animation: floatCircle 6s ease-in-out infinite;
}

@keyframes slideDown {

	from {
		opacity: 0;
		transform: translateY(-20px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes floatCircle {

	0%,
	100% {
		transform: translate(0, 0) scale(1);
		opacity: 0.1;
	}

	50% {
		transform: translate(10px, -5px) scale(1.05);
		opacity: 0.15;
	}
}

.site-header.sticky {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: rgba(255, 255, 255, 0.95);
	backdrop-filter: blur(10px);
	box-shadow: 0 2px 20px rgba(107, 114, 128, 0.15);
	z-index: 9999;
}

/* Breadcrumb
--------------------------------------------- */

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.breadcrumb-wrapper {
	margin-top: 0;
	margin-bottom: 0;
}

.breadcrumb-wrapper .breadcrumb-container {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 20px;
}

@media (max-width: 768px) {

	.breadcrumb-wrapper .breadcrumb-container {
		padding: 0 1rem;
	}
}

.entry-header + .breadcrumb-wrapper {
	margin-top: 0;
}

.woocommerce-breadcrumb,
.yoast-breadcrumb,
.custom-breadcrumb {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0.5rem;
	font-size: 0.875rem;
	color: #757575;
	margin: 0;
}

.woocommerce-breadcrumb a,
.yoast-breadcrumb a,
.custom-breadcrumb a {
	color: #757575;
	text-decoration: none;
	transition: color 0.2s ease;
	display: inline-flex;
	align-items: center;
	gap: 0.25rem;
}

.woocommerce-breadcrumb a:hover,
.yoast-breadcrumb a:hover,
.custom-breadcrumb a:hover {
	color: #f99;
}

.woocommerce-breadcrumb a i,
.yoast-breadcrumb a i,
.custom-breadcrumb a i {
	font-size: 0.875rem;
}

.woocommerce-breadcrumb .breadcrumb-item,
.yoast-breadcrumb .breadcrumb-item,
.custom-breadcrumb .breadcrumb-item {
	display: inline-flex;
	align-items: center;
	gap: 0.25rem;
}

.woocommerce-breadcrumb .breadcrumb-item a,
.yoast-breadcrumb .breadcrumb-item a,
.custom-breadcrumb .breadcrumb-item a {
	display: inline-flex;
	align-items: center;
	gap: 0.25rem;
}

.woocommerce-breadcrumb .breadcrumb-item i,
.yoast-breadcrumb .breadcrumb-item i,
.custom-breadcrumb .breadcrumb-item i {
	font-size: 0.875rem;
}

.woocommerce-breadcrumb .breadcrumb-item.breadcrumb-current,
.yoast-breadcrumb .breadcrumb-item.breadcrumb-current,
.custom-breadcrumb .breadcrumb-item.breadcrumb-current {
	color: #424242;
	font-weight: 500;
}

.woocommerce-breadcrumb .breadcrumb-separator,
.yoast-breadcrumb .breadcrumb-separator,
.custom-breadcrumb .breadcrumb-separator {
	display: inline-flex;
	align-items: center;
	color: #bdbdbd;
	font-size: 0.75rem;
}

.woocommerce-breadcrumb .breadcrumb-separator i,
.yoast-breadcrumb .breadcrumb-separator i,
.custom-breadcrumb .breadcrumb-separator i {
	font-size: 0.625rem;
}

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

	.breadcrumb-wrapper {
		margin-top: 0.75rem;
		margin-bottom: 0.75rem;
	}

	.woocommerce-breadcrumb,
	.yoast-breadcrumb,
	.custom-breadcrumb {
		font-size: 0.8125rem;
		gap: 0.375rem;
	}
}

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

	.breadcrumb-wrapper {
		margin-top: 0.5rem;
		margin-bottom: 0.5rem;
	}

	.woocommerce-breadcrumb,
	.yoast-breadcrumb,
	.custom-breadcrumb {
		font-size: 0.75rem;
		gap: 0.25rem;
	}

	.woocommerce-breadcrumb .breadcrumb-separator,
	.yoast-breadcrumb .breadcrumb-separator,
	.custom-breadcrumb .breadcrumb-separator {
		font-size: 0.625rem;
	}
}

/* Page Header (共通)
--------------------------------------------- */

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.page-header {
	padding: 2rem 1rem;
}

.page-header-container {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 20px;
}

@media (max-width: 768px) {

	.page-header-container {
		padding: 0 1rem;
	}
}

.page-header-content {
	background: linear-gradient(135deg, #f8f4f1 0%, #f0ece8 100%);
	padding: 3rem 2rem;
	text-align: center;
	margin: 0 auto;
	border-radius: 16px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
	border: 1px solid #ede9e4;
	max-width: 100%;
}

.page-header-title {
	font-family: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans JP", sans-serif;
	font-size: 2.25rem;
	color: #374151;
	margin-bottom: 1rem;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.75rem;
}

.page-header-icon {
	font-size: 2rem;
	color: #6b7280;
}

.page-header-icon.fas,
.page-header-icon.far,
.page-header-icon.fab {
	width: 2rem;
	height: 2rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.page-header-subtitle {
	font-size: 1.125rem;
	color: #757575;
	margin: 0;
}

.page-header-description {
	font-size: 1.125rem;
	color: #757575;
	line-height: 1.6;
	margin-top: 0.75rem;
}

@media (max-width: 768px) {

	.page-header {
		padding: 1.5rem 0.5rem;
	}

	.page-header-content {
		padding: 2rem 1.5rem;
	}

	.page-header-title {
		font-size: 1.5rem;
	}

	.page-header-subtitle,
	.page-header-description {
		font-size: 1rem;
	}
}

/* Footer
--------------------------------------------- */
.site-footer {
	background: linear-gradient(135deg, #f0ece8 0%, #f8f4f1 100%);
	color: #424242;
	padding: 3rem 0 1.5rem;
	margin-top: 4rem;
	position: relative;
	border-top: 1px solid #ede9e4;
}

.site-footer::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: radial-gradient(circle at 20% 20%, rgba(212, 165, 165, 0.08) 0%, transparent 50%), radial-gradient(circle at 80% 80%, rgba(212, 165, 165, 0.12) 0%, transparent 50%), radial-gradient(circle at 40% 40%, rgba(255, 255, 255, 0.3) 0%, transparent 50%);
	pointer-events: none;
}

.footer-main {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 2rem;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 2.5rem;
	position: relative;
	z-index: 1;
}

@media (max-width: 768px) {

	.footer-main {
		grid-template-columns: 1fr;
		gap: 2rem;
		padding: 0 1.5rem;
		text-align: center;
	}
}

.footer-brand .footer-logo {
	margin-bottom: 1rem;
}

.footer-brand .footer-logo img {
	max-height: 60px;
	width: auto;
}

.footer-brand .footer-logo .brand-name {
	font-family: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans JP", sans-serif;
	font-size: 2rem;
	font-weight: 600;
	color: #374151;
	margin: 0;
}

.footer-brand .footer-description {
	font-size: 0.95rem;
	line-height: 1.6;
	margin-bottom: 1.5rem;
	color: #757575;
	max-width: 280px;
}

@media (max-width: 768px) {

	.footer-brand .footer-description {
		max-width: none;
	}
}

.footer-brand .footer-social {
	display: flex;
	gap: 1rem;
}

@media (max-width: 768px) {

	.footer-brand .footer-social {
		justify-content: center;
	}
}

.footer-brand .footer-social a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background: rgba(212, 165, 165, 0.1);
	border-radius: 50%;
	color: #374151;
	text-decoration: none;
	transition: all 0.3s ease;
}

.footer-brand .footer-social a:hover {
	background: #d4a5a5;
	color: #fff;
	transform: translateY(-2px);
}

.footer-brand .footer-social a i,
.footer-brand .footer-social a svg {
	font-size: 1.2rem;
}

.footer-section h3 {
	font-size: 1.1rem;
	font-weight: 600;
	margin-bottom: 1.5rem;
	color: #374151;
	position: relative;
	font-family: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans JP", sans-serif;
}

.footer-section h3::after {
	content: "";
	position: absolute;
	bottom: -0.5rem;
	left: 0;
	width: 30px;
	height: 2px;
	background: #d4a5a5;
}

@media (max-width: 768px) {

	.footer-section h3::after {
		left: 50%;
		transform: translateX(-50%);
	}
}

.footer-section ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-section ul li {
	margin-bottom: 0.75rem;
}

.footer-section ul li a {
	color: #757575;
	text-decoration: none;
	font-size: 0.9rem;
	transition: color 0.3s ease;
}

.footer-section ul li a:hover {
	color: #d4a5a5;
}

.footer-support .support-item {
	display: flex;
	align-items: center;
	margin-bottom: 1rem;
}

@media (max-width: 768px) {

	.footer-support .support-item {
		justify-content: center;
	}
}

.footer-support .support-item .support-icon {
	width: 20px;
	height: 20px;
	margin-right: 0.75rem;
	opacity: 0.8;
}

.footer-support .support-item .support-icon i,
.footer-support .support-item .support-icon svg {
	font-size: 1rem;
}

.footer-support .support-item .support-text {
	font-size: 0.9rem;
	color: #757575;
}

.footer-bottom {
	border-top: 1px solid #ede9e4;
	margin-top: 2.5rem;
	padding-top: 1.5rem;
}

.footer-bottom .footer-bottom-content {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 2rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 0.85rem;
	opacity: 0.8;
}

@media (max-width: 768px) {

	.footer-bottom .footer-bottom-content {
		flex-direction: column;
		gap: 1rem;
		text-align: center;
		padding: 0 1.5rem;
	}
}

.footer-bottom .footer-legal {
	display: flex;
	gap: 1.5rem;
}

@media (max-width: 768px) {

	.footer-bottom .footer-legal {
		flex-wrap: wrap;
		justify-content: center;
		gap: 1rem;
	}
}

.footer-bottom .footer-legal a {
	color: #757575;
	text-decoration: none;
	transition: color 0.3s ease;
}

.footer-bottom .footer-legal a:hover {
	color: #d4a5a5;
}

.footer-bottom .footer-copyright {
	color: #757575;
}

.footer-bottom .footer-copyright a {
	color: #424242;
	text-decoration: none;
}

.footer-bottom .footer-copyright a:hover {
	color: #d4a5a5;
}

@keyframes footerFloat {

	0%,
	100% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-5px);
	}
}

.footer-brand .footer-logo {
	animation: footerFloat 4s ease-in-out infinite;
}

/* Layout
--------------------------------------------- */

/* Buttons
--------------------------------------------- */
.btn,
.woocommerce .button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.875rem 2rem;
	border: none;
	border-radius: 25px;
	font-family: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	text-decoration: none;
	cursor: pointer;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	position: relative;
	overflow: hidden;
	line-height: 1;
}

.btn:focus,
.woocommerce .button:focus,
.woocommerce #respond input#submit:focus {
	outline: 2px solid #d4a5a5;
	outline-offset: 2px;
}

.btn:disabled,
.woocommerce .button:disabled,
.woocommerce #respond input#submit:disabled {
	opacity: 0.5;
	cursor: not-allowed;
	transform: none !important;
}

.btn-primary,
.woocommerce .button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
	background: #374151;
	color: #fff;
	box-shadow: 0 2px 8px rgba(55, 65, 81, 0.3);
	border: 2px solid transparent;
}

.btn-primary:hover:not(:disabled),
.woocommerce .button:hover:not(:disabled),
.woocommerce #respond input#submit:hover:not(:disabled) {
	background: rgb(49.5, 58.5, 72.9);
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(55, 65, 81, 0.4);
}

.btn-primary:active,
.woocommerce .button:active,
.woocommerce #respond input#submit:active {
	transform: translateY(-1px);
	box-shadow: 0 4px 15px rgba(55, 65, 81, 0.4);
}

.hero-section .btn-primary,
.hero-section .woocommerce .button,
.woocommerce .hero-section .button,
.hero-section .woocommerce #respond input#submit,
.woocommerce #respond .hero-section input#submit {
	background: #374151;
	box-shadow: 0 4px 12px rgba(55, 65, 81, 0.4);
}

.hero-section .btn-primary:hover:not(:disabled),
.hero-section .woocommerce .button:hover:not(:disabled),
.woocommerce .hero-section .button:hover:not(:disabled),
.hero-section .woocommerce #respond input#submit:hover:not(:disabled),
.woocommerce #respond .hero-section input#submit:hover:not(:disabled) {
	background: rgb(46.75, 55.25, 68.85);
	box-shadow: 0 6px 20px rgba(55, 65, 81, 0.5);
}

.btn-secondary,
.woocommerce .button.alt {
	background: transparent;
	color: #374151;
	border: 2px solid #6b7280;
}

.btn-secondary::before,
.woocommerce .button.alt::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #6b7280;
	opacity: 0;
	transition: opacity 0.3s ease;
	z-index: -1;
}

.btn-secondary:hover:not(:disabled),
.woocommerce .button.alt:hover:not(:disabled) {
	color: #fff;
	border-color: #6b7280;
	transform: translateY(-3px);
	box-shadow: 0 8px 25px rgba(107, 114, 128, 0.3);
}

.btn-secondary:hover:not(:disabled)::before,
.woocommerce .button.alt:hover:not(:disabled)::before {
	opacity: 1;
}

.btn-outline,
.woocommerce .button.outlined {
	background: transparent;
	color: #374151;
	border: 1px solid #6b7280;
}

.btn-outline:hover:not(:disabled),
.woocommerce .button.outlined:hover:not(:disabled) {
	background: rgba(107, 114, 128, 0.1);
	border-color: #374151;
	color: #374151;
	transform: translateY(-2px);
}

.btn-ghost {
	background: transparent;
	color: #424242;
	border: 1px solid #e0dbd4;
}

.btn-ghost:hover:not(:disabled) {
	background: rgba(107, 114, 128, 0.05);
	border-color: #6b7280;
	color: #374151;
}

.btn-accent {
	background: #d4a5a5;
	color: #fff;
	box-shadow: 0 2px 8px rgba(212, 165, 165, 0.3);
}

.btn-accent:hover:not(:disabled) {
	background: #6b7280;
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(212, 165, 165, 0.4);
}

.btn-small {
	padding: 0.5rem 1rem;
	font-size: 0.875rem;
	border-radius: 20px;
}

.btn-large {
	padding: 1.25rem 3rem;
	font-size: 1.125rem;
	border-radius: 30px;
}

@media (max-width: 768px) {

	.btn-large {
		padding: 1rem 2rem;
		font-size: 1rem;
	}
}

.btn-group {
	display: flex;
	gap: 1rem;
	flex-wrap: wrap;
}

@media (max-width: 768px) {

	.btn-group {
		justify-content: center;
	}
}

/* Front Page
--------------------------------------------- */

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.front-page {
	padding: 0;
}

.front-page section + section {
	margin-top: 0;
}

/*--------------------------------------------------------------
## ヒーローセクション - スライダー対応 v2.0
--------------------------------------------------------------*/
.hero-section {
	position: relative;
	width: 100%;
	max-width: 100%;
	overflow: hidden;
	background: #fff;
}

.hero-trust-bar {
	background: #faf9f7;
	padding: 12px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 3rem;
	flex-wrap: wrap;
	border-bottom: 1px solid rgba(107, 114, 128, 0.1);
}

@media (max-width: 1024px) {

	.hero-trust-bar {
		gap: 2rem;
		padding: 10px 1rem;
	}
}

@media (max-width: 768px) {

	.hero-trust-bar {
		gap: 1rem;
		padding: 8px 1rem;
	}
}

.hero-trust-bar .trust-badge {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	color: #424242;
	font-weight: 600;
}

@media (max-width: 768px) {

	.hero-trust-bar .trust-badge {
		font-size: 12px;
		flex: 1 1 calc(50% - 0.5rem);
		justify-content: center;
	}
}

.hero-trust-bar .trust-badge i {
	color: #6b7280;
	font-size: 18px;
}

@media (max-width: 768px) {

	.hero-trust-bar .trust-badge i {
		font-size: 16px;
	}
}

.hero-slider {
	position: relative;
	width: 100%;
	max-width: 100%;
	overflow-x: hidden;
	overflow-y: visible;
	padding: 40px 0;
}

@media (max-width: 768px) {

	.hero-slider {
		padding: 20px 0;
	}
}

.hero-slider.hero-slider-simple {
	overflow: visible;
}

.hero-slider.hero-slider-simple .hero-slides {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 20px;
}

@media (max-width: 768px) {

	.hero-slider.hero-slider-simple .hero-slides {
		padding: 0 1rem;
	}
}

.hero-slider.hero-slider-simple .hero-slides {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	height: 600px;
}

@media (max-width: 1024px) {

	.hero-slider.hero-slider-simple .hero-slides {
		height: 500px;
	}
}

@media (max-width: 768px) {

	.hero-slider.hero-slider-simple .hero-slides {
		height: 450px;
	}
}

.hero-slider.hero-slider-simple .hero-slide {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0.85);
	width: auto;
	height: 100%;
	aspect-ratio: 16/9;
	opacity: 0;
	visibility: hidden;
	transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
	z-index: 1;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
	border-radius: 16px;
	overflow: hidden;
}

@media (max-width: 768px) {

	.hero-slider.hero-slider-simple .hero-slide {
		aspect-ratio: 3/4;
		transform: translate(-50%, -50%) scale(1);
	}
}

.hero-slider.hero-slider-simple .hero-slide.active {
	opacity: 1;
	visibility: visible;
	transform: translate(-50%, -50%) scale(1);
	z-index: 3;
}

@media (max-width: 768px) {

	.hero-slider.hero-slider-simple .hero-slide.active {
		transform: translate(-50%, -50%) scale(1);
	}
}

.hero-slider.hero-slider-simple .hero-slide.prev-slide {
	opacity: 0.6;
	visibility: visible;
	transform: translate(calc(-150% - 40px), -50%) scale(0.85);
	z-index: 2;
}

@media (max-width: 768px) {

	.hero-slider.hero-slider-simple .hero-slide.prev-slide {
		opacity: 0;
		visibility: hidden;
	}
}

.hero-slider.hero-slider-simple .hero-slide.next-slide {
	opacity: 0.6;
	visibility: visible;
	transform: translate(calc(50% + 40px), -50%) scale(0.85);
	z-index: 2;
}

@media (max-width: 768px) {

	.hero-slider.hero-slider-simple .hero-slide.next-slide {
		opacity: 0;
		visibility: hidden;
	}
}

.hero-slider.hero-slider-simple .hero-slide-link {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.hero-slider.hero-slider-simple .hero-slide-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.6s ease;
}

.hero-slider.hero-slider-simple .hero-slide.active .hero-slide-image:hover {
	transform: scale(1.05);
}

.hero-slider.hero-slider-simple .hero-slide-placeholder {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #faf9f7;
}

.hero-slider.hero-slider-simple .hero-slide-placeholder .hero-placeholder-content {
	text-align: center;
	color: #999;
}

.hero-slider.hero-slider-simple .hero-slide-placeholder p {
	margin: 0;
	color: #999;
}

.hero-slides {
	position: relative;
	height: 100%;
}

.hero-slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.8s ease, visibility 0.8s ease;
}

.hero-slide.active {
	opacity: 1;
	visibility: visible;
	z-index: 1;
}

.hero-slide.active .hero-slide-content {
	animation: slideInLeft 0.8s ease-out;
}

.hero-slide.active .hero-slide-visual {
	animation: slideInRight 0.8s ease-out;
}

.hero-slide-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.hero-slide-bg.gradient-pink {
	background: #faf9f7;
}

.hero-slide-bg.gradient-coral {
	background: #faf9f7;
}

.hero-slide-bg.gradient-lavender {
	background: #faf9f7;
}

.hero-slide-container {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 20px;
}

@media (max-width: 768px) {

	.hero-slide-container {
		padding: 0 1rem;
	}
}

.hero-slide-container {
	padding: 4rem 3rem;
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
	gap: 4rem;
	align-items: center;
	position: relative;
	z-index: 1;
	min-height: 600px;
}

@media (max-width: 1200px) {

	.hero-slide-container {
		padding: 3rem 2rem;
		gap: 3rem;
	}
}

@media (max-width: 1024px) {

	.hero-slide-container {
		grid-template-columns: 1fr;
		min-height: 500px;
		padding: 3rem 2rem;
		gap: 2rem;
	}
}

@media (max-width: 768px) {

	.hero-slide-container {
		grid-template-columns: 1fr;
		padding: 2rem 1.5rem;
		text-align: center;
		min-height: auto;
	}
}

.hero-slide-content {
	position: relative;
	z-index: 2;
}

.hero-badge {
	display: inline-block;
	padding: 8px 20px;
	border-radius: 30px;
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 1.5rem;
	letter-spacing: 0.5px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.hero-badge.badge-accent {
	background: linear-gradient(135deg, #ff6b9d 0%, #f99 100%);
	color: #fff;
}

.hero-badge.badge-primary {
	background: linear-gradient(135deg, #6b7280 0%, #f8f4f1 100%);
	color: #fff;
}

.hero-badge.badge-success {
	background: linear-gradient(135deg, #4caf50 0%, #66bb6a 100%);
	color: #fff;
}

.hero-slide-title {
	font-family: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans JP", sans-serif;
	font-size: 3.5rem;
	font-weight: 700;
	color: #424242;
	line-height: 1.2;
	margin-bottom: 1.5rem;
}

@media (max-width: 1200px) {

	.hero-slide-title {
		font-size: 3rem;
	}
}

@media (max-width: 768px) {

	.hero-slide-title {
		font-size: 2.25rem;
		margin-bottom: 1rem;
	}
}

.hero-slide-subtitle {
	display: block;
	font-family: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	font-size: 1.75rem;
	color: #6b7280;
	margin-bottom: 0.75rem;
	font-weight: 400;
}

@media (max-width: 1200px) {

	.hero-slide-subtitle {
		font-size: 1.5rem;
	}
}

@media (max-width: 768px) {

	.hero-slide-subtitle {
		font-size: 1.25rem;
	}
}

.hero-slide-description {
	font-size: 1.125rem;
	color: #757575;
	line-height: 1.8;
	margin-bottom: 2rem;
}

@media (max-width: 768px) {

	.hero-slide-description {
		font-size: 1rem;
		margin-bottom: 1.5rem;
	}
}

.hero-slide-buttons {
	display: flex;
	gap: 1rem;
	flex-wrap: wrap;
}

@media (max-width: 768px) {

	.hero-slide-buttons {
		justify-content: center;
	}
}

.hero-slide-buttons .hero-cta-primary i {
	margin-left: 8px;
	transition: transform 0.3s ease;
}

.hero-slide-buttons .hero-cta-primary:hover i {
	transform: translateX(4px);
}

.hero-slide-visual {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media (max-width: 1024px) {

	.hero-slide-visual {
		margin-top: 2rem;
	}
}

.hero-slide-image-container {
	position: relative;
	width: 100%;
	max-width: 500px;
	aspect-ratio: 1;
	border-radius: 24px;
	overflow: hidden;
	box-shadow: 0 20px 60px rgba(107, 114, 128, 0.25);
	background: #fff;
}

@media (max-width: 768px) {

	.hero-slide-image-container {
		max-width: 100%;
		aspect-ratio: 4/3;
	}
}

.hero-slide-image-container .hero-slide-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.6s ease;
}

.hero-slide-image-container:hover .hero-slide-image {
	transform: scale(1.05);
}

.hero-slide-image-container::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(135deg, rgba(107, 114, 128, 0.08) 0%, rgba(212, 165, 165, 0.08) 100%);
	z-index: 1;
	pointer-events: none;
}

.hero-decoration {
	position: absolute;
	border-radius: 50%;
	z-index: 2;
	pointer-events: none;
}

.hero-decoration.hero-decoration-1 {
	top: -30px;
	right: -30px;
	width: 120px;
	height: 120px;
	background: radial-gradient(circle, rgba(107, 114, 128, 0.15) 0%, transparent 70%);
	animation: pulse 3s ease-in-out infinite;
}

.hero-decoration.hero-decoration-2 {
	bottom: -40px;
	left: -40px;
	width: 150px;
	height: 150px;
	background: radial-gradient(circle, rgba(212, 165, 165, 0.12) 0%, transparent 70%);
	animation: pulse 4s ease-in-out infinite reverse;
}

.hero-slider-controls {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	display: flex;
	justify-content: space-between;
	padding: 0 1rem;
	z-index: 10;
	pointer-events: none;
}

@media (max-width: 768px) {

	.hero-slider-controls {
		padding: 0 0.5rem;
		top: 45%;
	}
}

.hero-slider-controls button {
	pointer-events: all;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.95);
	border: 2px solid rgba(107, 114, 128, 0.2);
	color: #6b7280;
	font-size: 18px;
	cursor: pointer;
	transition: all 0.3s ease;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.hero-slider-controls button:hover {
	background: #6b7280;
	color: #fff;
	border-color: #6b7280;
	transform: scale(1.1);
}

@media (max-width: 768px) {

	.hero-slider-controls button {
		width: 40px;
		height: 40px;
		font-size: 14px;
	}
}

.hero-slider-dots {
	position: absolute;
	bottom: 2rem;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	gap: 12px;
	z-index: 10;
}

@media (max-width: 768px) {

	.hero-slider-dots {
		bottom: 1rem;
		gap: 8px;
	}
}

.hero-slider-dots .hero-slider-dot {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.6);
	border: 2px solid #6b7280;
	cursor: pointer;
	transition: all 0.3s ease;
	padding: 0;
}

.hero-slider-dots .hero-slider-dot:hover {
	background: rgba(107, 114, 128, 0.5);
	transform: scale(1.2);
}

.hero-slider-dots .hero-slider-dot.active {
	background: #6b7280;
	width: 32px;
	border-radius: 6px;
}

@media (max-width: 768px) {

	.hero-slider-dots .hero-slider-dot {
		width: 10px;
		height: 10px;
	}

	.hero-slider-dots .hero-slider-dot.active {
		width: 24px;
	}
}

.featured-products-section,
.new-products-section {
	padding: 4rem 0;
}

@media (max-width: 768px) {

	.featured-products-section,
	.new-products-section {
		padding: 3rem 0;
	}
}

.featured-products-section:nth-child(even),
.new-products-section:nth-child(even) {
	background: linear-gradient(135deg, #faf9f7 0%, rgba(248, 244, 241, 0.05) 100%);
}

.section-container {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 20px;
}

@media (max-width: 768px) {

	.section-container {
		padding: 0 1rem;
	}
}

.section-header {
	text-align: center;
	margin-bottom: 2.5rem;
}

.section-header .section-title {
	font-family: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans JP", sans-serif;
	font-size: 2.25rem;
	font-weight: 500;
	color: #374151;
	margin-bottom: 1rem;
	position: relative;
}

.section-header .section-title::after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 50%;
	width: 60px;
	height: 3px;
	background: linear-gradient(90deg, #6b7280, #d4a5a5);
	transform: translateX(-50%);
	border-radius: 3px;
}

.section-header .section-subtitle {
	font-size: 1.125rem;
	color: #757575;
}

.section-cta {
	text-align: center;
	margin-top: 3rem;
}

.brand-story-section {
	padding: 4rem 0;
	background: linear-gradient(135deg, #f8f4f1 0%, #fff 50%, #f0ece8 100%);
	width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

@media (max-width: 768px) {

	.brand-story-section {
		padding: 3rem 0;
	}
}

.brand-story-section .brand-story-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 3rem;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 3rem;
	align-items: center;
}

@media (max-width: 1024px) {

	.brand-story-section .brand-story-container {
		padding: 0 2rem;
		gap: 2rem;
	}
}

@media (max-width: 768px) {

	.brand-story-section .brand-story-container {
		grid-template-columns: 1fr;
		gap: 2rem;
		padding: 0 1.5rem;
		text-align: center;
	}
}

.brand-story-section .brand-story-title {
	font-family: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans JP", sans-serif;
	font-size: 2.25rem;
	color: #374151;
	margin-bottom: 1rem;
}

@media (max-width: 768px) {

	.brand-story-section .brand-story-title {
		font-size: 1.875rem;
	}
}

.brand-story-section .brand-story-text {
	font-size: 1.125rem;
	color: #424242;
	line-height: 1.7;
	margin-bottom: 1.5rem;
}

@media (max-width: 768px) {

	.brand-story-section .brand-story-text {
		font-size: 1rem;
	}
}

.brand-story-section .brand-story-visual {
	display: flex;
	justify-content: center;
	align-items: center;
}

.brand-story-section .brand-story-image-container {
	position: relative;
	width: 100%;
	max-width: 400px;
	aspect-ratio: 1;
	border-radius: 25px;
	overflow: hidden;
	box-shadow: 0 15px 40px rgba(107, 114, 128, 0.3);
	animation: float 4s ease-in-out infinite;
}

.brand-story-section .brand-story-image-container .brand-story-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.brand-story-section .brand-story-image-container .brand-story-image:hover {
	transform: scale(1.05);
}

.brand-story-section .brand-story-image-container::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(135deg, rgba(107, 114, 128, 0.15) 0%, rgba(212, 165, 165, 0.1) 100%);
	z-index: 1;
	pointer-events: none;
}

.brand-story-section .brand-story-placeholder {
	width: 280px;
	height: 280px;
	background: linear-gradient(135deg, #6b7280 0%, #d4a5a5 100%);
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #fff;
	box-shadow: 0 15px 40px rgba(107, 114, 128, 0.3);
	animation: float 4s ease-in-out infinite;
	position: relative;
	overflow: hidden;
}

@media (max-width: 768px) {

	.brand-story-section .brand-story-placeholder {
		width: 240px;
		height: 240px;
	}
}

.brand-story-section .brand-story-placeholder::before {
	content: "";
	position: absolute;
	top: -50%;
	left: -50%;
	width: 200%;
	height: 200%;
	background: conic-gradient(from 0deg, transparent, rgba(255, 255, 255, 0.1), transparent);
	animation: rotate 8s linear infinite;
}

.brand-story-section .brand-story-placeholder .brand-graphic {
	width: 100px;
	height: 100px;
	margin-bottom: 1rem;
	position: relative;
	z-index: 1;
}

.brand-story-section .brand-story-placeholder .brand-graphic::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 60px;
	height: 60px;
	background: #fff;
	border-radius: 50%;
	transform: translate(-50%, -50%);
}

.brand-story-section .brand-story-placeholder .brand-graphic::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 30px;
	height: 30px;
	background: linear-gradient(135deg, #6b7280 0%, #d4a5a5 100%);
	border-radius: 50%;
	transform: translate(-50%, -50%);
	animation: pulse 3s ease-in-out infinite;
}

.brand-story-section .brand-story-placeholder p {
	font-size: 1.125rem;
	margin: 0;
	position: relative;
	z-index: 1;
}

.testimonials-section {
	padding: 4rem 0;
	background: #fff;
}

@media (max-width: 768px) {

	.testimonials-section {
		padding: 3rem 0;
	}
}

.testimonials-section .testimonials-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 2rem;
	margin-top: 3rem;
}

.testimonials-section .testimonial-item {
	background: linear-gradient(135deg, #fff 0%, rgba(248, 244, 241, 0.1) 100%);
	padding: 2rem;
	border-radius: 20px;
	box-shadow: 0 8px 30px rgba(107, 114, 128, 0.1);
	text-align: center;
	transition: all 0.3s ease;
}

.testimonials-section .testimonial-item:hover {
	transform: translateY(-5px);
	box-shadow: 0 15px 40px rgba(107, 114, 128, 0.2);
}

.testimonials-section .testimonial-item .testimonial-rating {
	font-size: 1.125rem;
	margin-bottom: 1rem;
}

.testimonials-section .testimonial-item .testimonial-text {
	font-size: 1rem;
	color: #424242;
	line-height: 1.6;
	margin-bottom: 1.5rem;
}

.testimonials-section .testimonial-item .testimonial-author .author-name {
	font-weight: 500;
	color: #374151;
}

.testimonials-section .testimonial-item .testimonial-author .author-age {
	color: #757575;
	font-size: 0.875rem;
}

.special-offer-section {
	padding: 4rem 0;
	background: linear-gradient(135deg, #6b7280 0%, #d4a5a5 100%);
	color: #fff;
	text-align: center;
	position: relative;
	overflow: hidden;
	width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

@media (max-width: 768px) {

	.special-offer-section {
		padding: 3rem 0;
	}
}

.special-offer-section::before {
	content: "";
	position: absolute;
	top: -200px;
	left: -200px;
	width: 400px;
	height: 400px;
	background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
	border-radius: 50%;
	animation: floatDecoration 12s ease-in-out infinite;
}

.special-offer-section .offer-container {
	max-width: 800px;
	margin: 0 auto;
	padding: 0 2rem;
	position: relative;
	z-index: 1;
}

@media (max-width: 768px) {

	.special-offer-section .offer-container {
		padding: 0 1rem;
	}
}

.special-offer-section .offer-title {
	font-family: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans JP", sans-serif;
	font-size: 2.25rem;
	font-weight: 600;
	margin-bottom: 1rem;
	text-shadow: 2px 2px 4px rgba(33, 33, 33, 0.1);
}

@media (max-width: 768px) {

	.special-offer-section .offer-title {
		font-size: 1.875rem;
	}
}

.special-offer-section .offer-subtitle {
	font-family: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	font-size: 1.875rem;
	margin-bottom: 1.5rem;
}

@media (max-width: 768px) {

	.special-offer-section .offer-subtitle {
		font-size: 1.5rem;
	}
}

.special-offer-section .offer-description {
	font-size: 1.125rem;
	line-height: 1.6;
	margin-bottom: 2rem;
	opacity: 0.95;
}

.special-offer-section .offer-buttons {
	margin-bottom: 1rem;
}

.special-offer-section .offer-note {
	font-size: 0.875rem;
	opacity: 0.8;
	margin: 0;
}

.brands-section {
	padding: 4rem 0;
	background: #faf9f7;
	position: relative;
}

@media (max-width: 768px) {

	.brands-section {
		padding: 3rem 0;
	}
}

.brands-section::before {
	content: "";
	position: absolute;
	top: 20%;
	right: -100px;
	width: 200px;
	height: 200px;
	background: radial-gradient(circle, rgba(107, 114, 128, 0.05) 0%, transparent 70%);
	border-radius: 50%;
	animation: floatDecoration 8s ease-in-out infinite;
}

.brands-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2rem;
	margin-bottom: 3rem;
}

@media (max-width: 768px) {

	.brands-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 1.5rem;
	}
}

@media (max-width: 480px) {

	.brands-grid {
		grid-template-columns: 1fr;
	}
}

.brand-item {
	background: #fff;
	border-radius: 12px;
	padding: 2rem 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 120px;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	opacity: 0;
	transform: translateY(20px);
	animation: brandFadeIn 0.6s ease forwards;
}

.brand-item:nth-child(1) {
	animation-delay: 0.1s;
}

.brand-item:nth-child(2) {
	animation-delay: 0.2s;
}

.brand-item:nth-child(3) {
	animation-delay: 0.3s;
}

.brand-item:nth-child(4) {
	animation-delay: 0.4s;
}

.brand-item:nth-child(5) {
	animation-delay: 0.5s;
}

.brand-item:nth-child(6) {
	animation-delay: 0.6s;
}

.brand-item:nth-child(7) {
	animation-delay: 0.7s;
}

.brand-item:nth-child(8) {
	animation-delay: 0.8s;
}

.brand-item:nth-child(9) {
	animation-delay: 0.9s;
}

.brand-item:nth-child(10) {
	animation-delay: 1s;
}

.brand-item:nth-child(11) {
	animation-delay: 1.1s;
}

.brand-item:nth-child(12) {
	animation-delay: 1.2s;
}

.brand-item:nth-child(13) {
	animation-delay: 1.3s;
}

.brand-item:nth-child(14) {
	animation-delay: 1.4s;
}

.brand-item:nth-child(15) {
	animation-delay: 1.5s;
}

.brand-item:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.brand-item .brand-link {
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	width: 100%;
	height: 100%;
}

.brand-item .brand-link:hover {
	color: inherit;
}

.brand-logo-container {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.brand-logo-container .brand-logo {
	max-width: 140px;
	max-height: 80px;
	width: auto;
	height: auto;
	object-fit: contain;
	transition: all 0.3s ease;
	filter: grayscale(0%);
}

.brand-logo-container .brand-name-fallback {
	font-family: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans JP", sans-serif;
	font-size: 1.125rem;
	font-weight: 500;
	color: #424242;
	text-align: center;
	padding: 0 1rem;
}

.no-brands {
	grid-column: 1/-1;
	text-align: center;
	padding: 3rem 2rem;
}

.no-brands p {
	font-size: 1.125rem;
	color: #757575;
	margin: 0;
}

.instagram-section {
	padding: 4rem 0;
	background: #faf9f7;
}

@media (max-width: 768px) {

	.instagram-section {
		padding: 3rem 0;
	}
}

.instagram-section .instagram-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	gap: 1rem;
	max-width: 800px;
	margin: 0 auto;
}

@media (max-width: 768px) {

	.instagram-section .instagram-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

.instagram-section .instagram-item {
	aspect-ratio: 1;
	background: linear-gradient(135deg, #f8f4f1 0%, #f0ece8 100%);
	border-radius: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
	cursor: pointer;
	position: relative;
	overflow: hidden;
}

.instagram-section .instagram-item::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 60%;
	height: 60%;
	background: rgba(255, 255, 255, 0.9);
	border-radius: 10px;
	transform: translate(-50%, -50%);
}

.instagram-section .instagram-item::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 40%;
	height: 40%;
	background: linear-gradient(135deg, #6b7280 0%, #d4a5a5 100%);
	border-radius: 8px;
	transform: translate(-50%, -50%);
}

.instagram-section .instagram-item:hover {
	transform: scale(1.05);
	box-shadow: 0 8px 25px rgba(107, 114, 128, 0.3);
}

.instagram-section .instagram-item:hover::after {
	animation: pulse 1s ease-in-out;
}

@keyframes slideInLeft {

	from {
		opacity: 0;
		transform: translateX(-50px);
	}

	to {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes slideInRight {

	from {
		opacity: 0;
		transform: translateX(50px);
	}

	to {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes float {

	0%,
	100% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-20px);
	}
}

@keyframes floatDecoration {

	0%,
	100% {
		transform: translate(0, 0) scale(1);
		opacity: 0.1;
	}

	50% {
		transform: translate(30px, -20px) scale(1.1);
		opacity: 0.15;
	}
}

@keyframes pulse {

	0%,
	100% {
		transform: translate(-50%, -50%) scale(1);
		opacity: 1;
	}

	50% {
		transform: translate(-50%, -50%) scale(1.1);
		opacity: 0.8;
	}
}

@keyframes rotate {

	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes brandFadeIn {

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* Front Page Sections (きれいみつけた風)
--------------------------------------------- */

/*--------------------------------------------------------------
# Front Page Sections - きれいみつけた風デザイン
# Design System準拠
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## カテゴリセクション
--------------------------------------------------------------*/
.categories-section {
	padding: 80px 0;
	background: #f8f8f8;
}

@media (max-width: 768px) {

	.categories-section {
		padding: 60px 0;
	}
}

@media (max-width: 480px) {

	.categories-section {
		padding: 40px 0;
	}
}

.categories-section .categories-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 24px;
	margin: 40px 0;
}

@media (max-width: 768px) {

	.categories-section .categories-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 16px;
	}
}

@media (max-width: 480px) {

	.categories-section .categories-grid {
		grid-template-columns: 1fr;
	}
}

.categories-section .category-card {
	background: #fff;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	transition: all 0.3s ease;
}

.categories-section .category-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.categories-section .category-link {
	display: block;
	padding: 32px 24px;
	text-align: center;
	text-decoration: none;
	color: inherit;
}

.categories-section .category-icon {
	font-size: 48px;
	margin-bottom: 16px;
	color: #f99;
}

.categories-section .category-icon i {
	display: inline-block;
}

.categories-section .category-name {
	font-size: 20px;
	font-weight: 700;
	margin: 0 0 8px;
	color: #333;
}

.categories-section .category-description {
	font-size: 14px;
	color: #666;
	margin: 0;
}

/*--------------------------------------------------------------
## ランキングセクション
--------------------------------------------------------------*/
.ranking-section {
	padding: 80px 0;
	background: #fff;
}

@media (max-width: 768px) {

	.ranking-section {
		padding: 60px 0;
	}
}

@media (max-width: 480px) {

	.ranking-section {
		padding: 40px 0;
	}
}

.ranking-section .ranking-tabs {
	display: flex;
	justify-content: center;
	gap: 16px;
	margin: 32px 0;
	flex-wrap: wrap;
}

@media (max-width: 768px) {

	.ranking-section .ranking-tabs {
		gap: 8px;
	}
}

.ranking-section .ranking-tab {
	padding: 12px 32px;
	border: 2px solid #e0e0e0;
	border-radius: 24px;
	background: #fff;
	color: #666;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
	transition: all 0.3s ease;
}

.ranking-section .ranking-tab:hover {
	border-color: #ffb6c1;
	color: #f99;
}

.ranking-section .ranking-tab.active {
	border-color: #f99;
	background: #f99;
	color: #fff;
}

@media (max-width: 768px) {

	.ranking-section .ranking-tab {
		padding: 10px 20px;
		font-size: 13px;
	}
}

.ranking-section .ranking-content {
	margin: 40px 0;
}

/*--------------------------------------------------------------
## 特集・コラムセクション
--------------------------------------------------------------*/
.featured-articles-section {
	padding: 80px 0;
	background: #f8f8f8;
}

@media (max-width: 768px) {

	.featured-articles-section {
		padding: 60px 0;
	}
}

@media (max-width: 480px) {

	.featured-articles-section {
		padding: 40px 0;
	}
}

.featured-articles-section .articles-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	gap: 32px;
	margin: 40px 0;
}

@media (max-width: 768px) {

	.featured-articles-section .articles-grid {
		grid-template-columns: 1fr;
		gap: 24px;
	}
}

.featured-articles-section .article-card {
	background: #fff;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	transition: all 0.3s ease;
}

.featured-articles-section .article-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.featured-articles-section .article-link {
	display: block;
	text-decoration: none;
	color: inherit;
}

.featured-articles-section .article-image {
	position: relative;
	aspect-ratio: 16/9;
	overflow: hidden;
}

.featured-articles-section .article-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.featured-articles-section .article-card:hover .article-image img {
	transform: scale(1.05);
}

.featured-articles-section .article-tag {
	position: absolute;
	top: 16px;
	left: 16px;
	background: #f99;
	color: #fff;
	padding: 6px 16px;
	border-radius: 20px;
	font-size: 12px;
	font-weight: 700;
}

.featured-articles-section .article-content {
	padding: 24px;
}

.featured-articles-section .article-title {
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 12px;
	color: #333;
	line-height: 1.5;
}

.featured-articles-section .article-description {
	font-size: 14px;
	color: #666;
	margin: 0;
	line-height: 1.6;
}

/*--------------------------------------------------------------
## メールマガジンCTAセクション
--------------------------------------------------------------*/
.newsletter-section {
	padding: 80px 0;
	background: linear-gradient(135deg, #fff5f7 0%, #ffe0e6 100%);
}

@media (max-width: 768px) {

	.newsletter-section {
		padding: 60px 0;
	}
}

@media (max-width: 480px) {

	.newsletter-section {
		padding: 40px 0;
	}
}

.newsletter-section .newsletter-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 60px;
	align-items: center;
}

@media (max-width: 968px) {

	.newsletter-section .newsletter-container {
		grid-template-columns: 1fr;
		gap: 40px;
	}
}

.newsletter-section .newsletter-content {
	text-align: left;
}

.newsletter-section .newsletter-title {
	font-size: 32px;
	font-weight: 700;
	margin: 0 0 16px;
	color: #333;
}

@media (max-width: 768px) {

	.newsletter-section .newsletter-title {
		font-size: 24px;
	}
}

.newsletter-section .newsletter-description {
	font-size: 16px;
	color: #666;
	margin: 0 0 32px;
	line-height: 1.6;
}

@media (max-width: 768px) {

	.newsletter-section .newsletter-description {
		font-size: 14px;
	}
}

.newsletter-section .newsletter-form .form-group {
	display: flex;
	gap: 12px;
	margin-bottom: 12px;
}

@media (max-width: 480px) {

	.newsletter-section .newsletter-form .form-group {
		flex-direction: column;
	}
}

.newsletter-section .newsletter-input {
	flex: 1;
	padding: 16px 20px;
	border: 2px solid #ffb6c1;
	border-radius: 8px;
	font-size: 16px;
	transition: border-color 0.3s ease;
}

.newsletter-section .newsletter-input:focus {
	outline: none;
	border-color: #f99;
}

@media (max-width: 768px) {

	.newsletter-section .newsletter-input {
		padding: 14px 16px;
		font-size: 14px;
	}
}

.newsletter-section .newsletter-submit {
	padding: 16px 40px;
	white-space: nowrap;
}

@media (max-width: 480px) {

	.newsletter-section .newsletter-submit {
		width: 100%;
	}
}

.newsletter-section .newsletter-note {
	font-size: 12px;
	color: #999;
	margin: 0;
}

.newsletter-section .newsletter-note a {
	color: #f99;
	text-decoration: underline;
}

.newsletter-section .newsletter-note a:hover {
	color: #ff6b9d;
}

.newsletter-section .newsletter-benefits {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.newsletter-section .benefit-item {
	display: flex;
	align-items: center;
	gap: 16px;
	background: rgba(255, 255, 255, 0.8);
	padding: 20px;
	border-radius: 12px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.newsletter-section .benefit-item .benefit-icon {
	font-size: 32px;
	flex-shrink: 0;
	color: #f99;
}

.newsletter-section .benefit-item .benefit-icon i {
	display: inline-block;
}

.newsletter-section .benefit-item p {
	margin: 0;
	font-size: 14px;
	color: #333;
	line-height: 1.5;
}

/*--------------------------------------------------------------
## 共通セクションスタイル
--------------------------------------------------------------*/
.section-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

.section-header {
	text-align: center;
	margin-bottom: 40px;
}

.section-title {
	font-size: 32px;
	font-weight: 500;
	margin: 0 0 16px;
	color: #333;
}

@media (max-width: 768px) {

	.section-title {
		font-size: 28px;
	}
}

@media (max-width: 480px) {

	.section-title {
		font-size: 24px;
	}
}

.section-subtitle {
	font-size: 16px;
	color: #666;
	margin: 0;
}

@media (max-width: 480px) {

	.section-subtitle {
		font-size: 14px;
	}
}

.section-cta {
	text-align: center;
	margin-top: 40px;
}

/* About Page
--------------------------------------------- */
.brand-story {
	padding: 4rem 0;
	background: #fff;
}

.brand-story .story-content {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 3rem;
	align-items: center;
}

@media (max-width: 768px) {

	.brand-story .story-content {
		grid-template-columns: 1fr;
		gap: 2rem;
	}
}

.brand-story .story-text h2 {
	font-family: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans JP", sans-serif;
	font-size: 1.875rem;
	font-weight: 600;
	color: #374151;
	margin-bottom: 1.5rem;
}

.brand-story .story-text p {
	font-size: 1rem;
	line-height: 1.8;
	color: #424242;
	margin-bottom: 1.5rem;
}

.brand-story .story-text p:last-child {
	margin-bottom: 0;
}

.brand-story .story-image img {
	width: 100%;
	height: auto;
	border-radius: 12px;
	box-shadow: 0 8px 32px rgba(107, 114, 128, 0.15);
}

.our-values {
	padding: 4rem 0;
	background: #faf9f7;
}

.our-values .values-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 2rem;
	margin-top: 3rem;
}

.our-values .value-item {
	background: #fff;
	padding: 2rem;
	border-radius: 12px;
	text-align: center;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
	transition: transform 0.3s ease;
}

.our-values .value-item:hover {
	transform: translateY(-5px);
}

.our-values .value-item .value-icon {
	width: 60px;
	height: 60px;
	background: linear-gradient(135deg, #d4a5a5 0%, rgb(216.3, 174, 174) 100%);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 1.5rem;
}

.our-values .value-item .value-icon i {
	font-size: 1.5rem;
	color: #fff;
}

.our-values .value-item h3 {
	font-family: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans JP", sans-serif;
	font-size: 1.125rem;
	font-weight: 600;
	color: #374151;
	margin-bottom: 1rem;
}

.our-values .value-item p {
	font-size: 0.875rem;
	line-height: 1.6;
	color: #757575;
}

.selection-criteria {
	padding: 4rem 0;
	background: #fff;
}

.selection-criteria .criteria-content {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 4rem;
}

@media (max-width: 968px) {

	.selection-criteria .criteria-content {
		grid-template-columns: 1fr;
		gap: 3rem;
	}
}

.selection-criteria .criteria-text h2 {
	font-family: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans JP", sans-serif;
	font-size: 1.875rem;
	font-weight: 600;
	color: #374151;
	margin-bottom: 1rem;
}

.selection-criteria .criteria-text .lead {
	font-size: 1.125rem;
	color: #757575;
	margin-bottom: 2rem;
}

.selection-criteria .criteria-list .criteria-item {
	display: flex;
	margin-bottom: 2rem;
}

.selection-criteria .criteria-list .criteria-item .criteria-number {
	flex-shrink: 0;
	width: 50px;
	height: 50px;
	background: linear-gradient(135deg, #d4a5a5 0%, rgb(216.3, 174, 174) 100%);
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	font-size: 1.125rem;
	margin-right: 1.5rem;
}

.selection-criteria .criteria-list .criteria-item .criteria-detail {
	flex: 1;
}

.selection-criteria .criteria-list .criteria-item .criteria-detail h4 {
	font-family: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans JP", sans-serif;
	font-size: 1.125rem;
	font-weight: 600;
	color: #374151;
	margin-bottom: 0.5rem;
}

.selection-criteria .criteria-list .criteria-item .criteria-detail p {
	font-size: 0.875rem;
	line-height: 1.6;
	color: #757575;
}

.selection-criteria .criteria-visual {
	margin-top: 2rem;
}

.selection-criteria .criteria-process {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2rem;
	margin-top: 2rem;
}

@media (max-width: 768px) {

	.selection-criteria .criteria-process {
		grid-template-columns: 1fr;
		gap: 1.5rem;
	}
}

.selection-criteria .process-item {
	text-align: center;
	padding: 2rem 1rem;
	background: rgba(255, 255, 255, 0.9);
	border-radius: 12px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.selection-criteria .process-item:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.selection-criteria .process-item .process-icon {
	margin-bottom: 1rem;
}

.selection-criteria .process-item .process-icon i {
	font-size: 2.5rem;
	color: #d4a5a5;
}

.selection-criteria .process-item .process-content h4 {
	font-family: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans JP", sans-serif;
	font-size: 1.125rem;
	font-weight: 600;
	color: #374151;
	margin-bottom: 0.75rem;
}

.selection-criteria .process-item .process-content p {
	font-size: 0.875rem;
	color: #757575;
	line-height: 1.5;
}

.our-team {
	padding: 4rem 0;
	background: #faf9f7;
}

.our-team .team-content {
	max-width: 800px;
	margin: 0 auto;
}

.our-team .team-message {
	background: #fff;
	padding: 3rem;
	border-radius: 12px;
	box-shadow: 0 8px 32px rgba(107, 114, 128, 0.1);
}

@media (max-width: 768px) {

	.our-team .team-message {
		padding: 2rem;
	}
}

.our-team .team-message h3 {
	font-family: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans JP", sans-serif;
	font-size: 1.5rem;
	font-weight: 600;
	color: #374151;
	margin-bottom: 1.5rem;
	text-align: center;
}

.our-team .team-message p {
	font-size: 1rem;
	line-height: 1.8;
	color: #424242;
	margin-bottom: 1.5rem;
}

.our-team .team-message p:last-of-type {
	margin-bottom: 2rem;
}

.our-team .team-message .signature {
	text-align: center;
	padding-top: 1rem;
	border-top: 1px solid #ede9e4;
}

.our-team .team-message .signature p {
	margin: 0;
	color: #374151;
}

.our-promise {
	padding: 4rem 0;
	background: linear-gradient(135deg, #f0ece8 0%, #f8f4f1 100%);
}

.our-promise .promise-content {
	text-align: center;
}

.our-promise .promise-content h2 {
	font-family: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans JP", sans-serif;
	font-size: 1.875rem;
	font-weight: 600;
	color: #374151;
	margin-bottom: 1rem;
}

.our-promise .promise-content .promise-lead {
	font-size: 1.125rem;
	color: #757575;
	margin-bottom: 3rem;
}

.our-promise .promise-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 2rem;
}

.our-promise .promise-grid .promise-item {
	background: #fff;
	padding: 2rem;
	border-radius: 12px;
	text-align: center;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.our-promise .promise-grid .promise-item h4 {
	font-family: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans JP", sans-serif;
	font-size: 1.125rem;
	font-weight: 600;
	color: #374151;
	margin-bottom: 1rem;
}

.our-promise .promise-grid .promise-item p {
	font-size: 0.875rem;
	line-height: 1.6;
	color: #757575;
	margin: 0;
}

/* FAQ Page
--------------------------------------------- */
.faq-search {
	padding: 2rem 0;
	background: #fff;
}

.faq-search .search-box {
	position: relative;
	max-width: 600px;
	margin: 0 auto;
}

.faq-search .search-box #faq-search-input {
	width: 100%;
	padding: 1rem 3rem 1rem 1.5rem;
	border: 2px solid #ede9e4;
	border-radius: 50px;
	font-size: 1rem;
	background: #fff;
	transition: border-color 0.3s ease;
}

.faq-search .search-box #faq-search-input:focus {
	outline: none;
	border-color: #d4a5a5;
}

.faq-search .search-box #faq-search-input::placeholder {
	color: #757575;
}

.faq-search .search-box .fa-search {
	position: absolute;
	right: 1.5rem;
	top: 50%;
	transform: translateY(-50%);
	color: #757575;
	font-size: 1rem;
}

.faq-categories {
	padding: 2rem 0;
	background: #faf9f7;
	border-bottom: 1px solid #ede9e4;
}

.faq-categories .category-tabs {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 1rem;
}

@media (max-width: 768px) {

	.faq-categories .category-tabs {
		justify-content: flex-start;
		overflow-x: auto;
		padding-bottom: 0.5rem;
	}
}

.faq-categories .category-tab {
	padding: 0.75rem 1.5rem;
	border: 2px solid #e0dbd4;
	border-radius: 25px;
	background: #fff;
	color: #424242;
	font-size: 0.875rem;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.3s ease;
	white-space: nowrap;
}

.faq-categories .category-tab:hover {
	border-color: #d4a5a5;
	color: #d4a5a5;
}

.faq-categories .category-tab.active {
	background: #d4a5a5;
	border-color: #d4a5a5;
	color: #fff;
}

.faq-content {
	padding: 3rem 0;
	background: #fff;
}

.faq-content .faq-category {
	margin-bottom: 3rem;
}

.faq-content .faq-category:last-child {
	margin-bottom: 0;
}

.faq-content .faq-category.hidden {
	display: none;
}

.faq-content .category-title {
	font-family: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans JP", sans-serif;
	font-size: 1.5rem;
	font-weight: 600;
	color: #374151;
	margin-bottom: 2rem;
	display: flex;
	align-items: center;
	gap: 0.75rem;
}

.faq-content .category-title i {
	color: #d4a5a5;
	font-size: 1.25rem;
}

.faq-item {
	border: 1px solid #ede9e4;
	border-radius: 12px;
	margin-bottom: 1rem;
	overflow: hidden;
	transition: box-shadow 0.3s ease;
}

.faq-item:hover {
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.faq-item.active {
	border-color: #d4a5a5;
}

.faq-item.active .faq-question {
	background: rgb(231.35, 205.5, 205.5);
	color: #374151;
}

.faq-item.active .faq-question .fa-plus {
	transform: rotate(45deg);
}

.faq-item .faq-question {
	width: 100%;
	padding: 1.5rem;
	background: #fff;
	border: none;
	text-align: left;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 1rem;
	font-weight: 500;
	color: #424242;
	transition: all 0.3s ease;
}

.faq-item .faq-question:hover {
	background: #faf9f7;
}

.faq-item .faq-question span {
	flex: 1;
	margin-right: 1rem;
}

.faq-item .faq-question .fa-plus {
	font-size: 0.875rem;
	color: #d4a5a5;
	transition: transform 0.3s ease;
}

.faq-item .faq-answer {
	padding: 0 1.5rem;
	background: #fff;
	max-height: 0;
	overflow: hidden;
	transition: all 0.3s ease;
}

.faq-item .faq-answer.show {
	max-height: 500px;
	padding: 1.5rem;
}

.faq-item .faq-answer p {
	font-size: 0.875rem;
	line-height: 1.6;
	color: #757575;
	margin-bottom: 1rem;
}

.faq-item .faq-answer p:last-child {
	margin-bottom: 0;
}

.faq-item .faq-answer ul {
	margin: 1rem 0;
	padding-left: 1.5rem;
}

.faq-item .faq-answer ul li {
	font-size: 0.875rem;
	color: #757575;
	margin-bottom: 0.5rem;
	line-height: 1.6;
}

.faq-cta {
	padding: 4rem 0;
	background: linear-gradient(135deg, #f0ece8 0%, #f8f4f1 100%);
	text-align: center;
}

.faq-cta .cta-content {
	max-width: 600px;
	margin: 0 auto;
	padding: 0 2rem;
}

.faq-cta .cta-content h2 {
	font-family: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans JP", sans-serif;
	font-size: 1.5rem;
	font-weight: 600;
	color: #374151;
	margin-bottom: 1rem;
}

.faq-cta .cta-content p {
	font-size: 1rem;
	color: #757575;
	line-height: 1.6;
	margin-bottom: 2rem;
}

@media (max-width: 768px) {

	.faq-page .page-hero {
		padding: 3rem 0;
	}

	.faq-page .page-hero .page-title {
		font-size: 1.875rem;
	}

	.faq-page .page-hero .page-subtitle {
		font-size: 1.125rem;
	}

	.faq-content {
		padding: 2rem 0;
	}

	.faq-content .category-title {
		font-size: 1.25rem;
	}

	.faq-item .faq-question {
		padding: 1rem;
		font-size: 0.875rem;
	}

	.faq-item .faq-answer.show {
		padding: 1rem;
	}

	.faq-cta {
		padding: 3rem 0;
	}

	.faq-cta .cta-content h2 {
		font-size: 1.25rem;
	}
}

/* Contact Page
--------------------------------------------- */
.contact-form-section {
	padding: 4rem 0;
	background: #fff;
}

.contact-form-section .contact-form-wrapper {
	max-width: 800px;
	margin: 0 auto;
}

.privacy-notice {
	display: flex;
	align-items: center;
	background: rgba(212, 165, 165, 0.08);
	border: 1px solid rgba(212, 165, 165, 0.2);
	border-radius: 12px;
	padding: 2rem;
	margin-bottom: 3rem;
}

.privacy-notice .privacy-icon {
	margin-right: 1.5rem;
}

.privacy-notice .privacy-icon i {
	font-size: 2rem;
	color: #d4a5a5;
}

.privacy-notice .privacy-content h3 {
	font-family: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans JP", sans-serif;
	font-size: 1.125rem;
	font-weight: 600;
	color: #374151;
	margin-bottom: 0.5rem;
}

.privacy-notice .privacy-content p {
	font-size: 0.875rem;
	color: #757575;
	line-height: 1.6;
	margin: 0;
}

@media (max-width: 768px) {

	.privacy-notice {
		flex-direction: column;
		text-align: center;
	}

	.privacy-notice .privacy-icon {
		margin-right: 0;
		margin-bottom: 1rem;
	}
}

.contact-form-container .form-intro {
	text-align: center;
	margin-bottom: 2rem;
}

.contact-form-container .form-intro h2 {
	font-family: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans JP", sans-serif;
	font-size: 1.5rem;
	font-weight: 600;
	color: #374151;
	margin-bottom: 1rem;
}

.contact-form-container .form-intro p {
	font-size: 1rem;
	color: #757575;
	line-height: 1.6;
}

.contact-form .wpcf7-form .form-row {
	margin-bottom: 1.5rem;
}

.contact-form .wpcf7-form .form-row label {
	display: block;
	font-size: 0.875rem;
	font-weight: 500;
	color: #424242;
	margin-bottom: 0.5rem;
}

.contact-form .wpcf7-form .form-row .form-control {
	width: 100%;
	padding: 0.875rem 1rem;
	border: 2px solid #ede9e4;
	border-radius: 8px;
	font-size: 1rem;
	font-family: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans JP", sans-serif;
	background: #fff;
	transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.contact-form .wpcf7-form .form-row .form-control:focus {
	outline: none;
	border-color: #d4a5a5;
	box-shadow: 0 0 0 3px rgba(212, 165, 165, 0.1);
}

.contact-form .wpcf7-form .form-row .form-control::placeholder {
	color: #757575;
}

.contact-form .wpcf7-form .form-row textarea.form-control {
	min-height: 120px;
	resize: vertical;
}

.contact-form .wpcf7-form .form-row select.form-control {
	appearance: none;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right 0.75rem center;
	background-size: 1rem;
}

.contact-form .wpcf7-form .form-row.checkbox-row {
	display: flex;
	align-items: flex-start;
	gap: 0.75rem;
}

.contact-form .wpcf7-form .form-row.checkbox-row .form-checkbox {
	margin-top: 0.25rem;
}

.contact-form .wpcf7-form .form-row.checkbox-row label {
	margin-bottom: 0;
	font-size: 0.875rem;
	line-height: 1.5;
}

.contact-form .wpcf7-form .form-row.submit-row {
	text-align: center;
	margin-top: 2rem;
}

.contact-form .wpcf7-form .btn-submit {
	background: linear-gradient(135deg, #d4a5a5 0%, rgb(199.8112781955, 139.4887218045, 139.4887218045) 100%);
	color: #fff;
	font-family: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 600;
	padding: 1rem 3rem;
	border: none;
	border-radius: 50px;
	cursor: pointer;
	transition: all 0.3s ease;
	min-width: 200px;
}

.contact-form .wpcf7-form .btn-submit:hover {
	background: linear-gradient(135deg, rgb(205.9056390977, 152.2443609023, 152.2443609023) 0%, rgb(193.7169172932, 126.7330827068, 126.7330827068) 100%);
	transform: translateY(-2px);
	box-shadow: 0 8px 25px rgba(212, 165, 165, 0.3);
}

.contact-form .wpcf7-form .btn-submit:active {
	transform: translateY(0);
}

.contact-form .wpcf7-not-valid-tip {
	color: #ef4444;
	font-size: 0.75rem;
	margin-top: 0.25rem;
	display: block;
}

.contact-form .wpcf7-mail-sent-ok {
	background: rgba(16, 185, 129, 0.1);
	border: 1px solid rgba(16, 185, 129, 0.3);
	color: #10b981;
	padding: 1rem;
	border-radius: 8px;
	margin-bottom: 1rem;
}

.contact-form .wpcf7-mail-sent-ng {
	background: rgba(239, 68, 68, 0.1);
	border: 1px solid rgba(239, 68, 68, 0.3);
	color: #ef4444;
	padding: 1rem;
	border-radius: 8px;
	margin-bottom: 1rem;
}

.contact-methods {
	padding: 4rem 0;
	background: #faf9f7;
}

.contact-methods .section-title {
	font-family: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans JP", sans-serif;
	font-size: 1.5rem;
	font-weight: 500;
	color: #374151;
	text-align: center;
	margin-bottom: 3rem;
}

.contact-methods .methods-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 2rem;
	max-width: 1000px;
	margin: 0 auto;
}

.contact-methods .method-item {
	background: #fff;
	border-radius: 12px;
	padding: 2rem;
	text-align: center;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-methods .method-item:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.contact-methods .method-item .method-icon {
	margin-bottom: 1.5rem;
}

.contact-methods .method-item .method-icon i {
	font-size: 2.5rem;
	color: #d4a5a5;
}

.contact-methods .method-item .method-content h3 {
	font-family: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans JP", sans-serif;
	font-size: 1.125rem;
	font-weight: 600;
	color: #374151;
	margin-bottom: 0.5rem;
}

.contact-methods .method-item .method-content p {
	font-size: 1rem;
	color: #424242;
	margin-bottom: 0.5rem;
}

.contact-methods .method-item .method-content p a {
	color: #d4a5a5;
	text-decoration: none;
}

.contact-methods .method-item .method-content p a:hover {
	text-decoration: underline;
}

.contact-methods .method-item .method-content small {
	font-size: 0.75rem;
	color: #757575;
	line-height: 1.4;
}

.contact-notes {
	padding: 4rem 0;
	background: #fff;
}

.contact-notes .notes-content {
	max-width: 1000px;
	margin: 0 auto;
}

.contact-notes .notes-content h2 {
	font-family: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans JP", sans-serif;
	font-size: 1.5rem;
	font-weight: 600;
	color: #374151;
	text-align: center;
	margin-bottom: 3rem;
}

.contact-notes .notes-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 2rem;
}

.contact-notes .note-item {
	background: rgba(248, 244, 241, 0.3);
	border-radius: 12px;
	padding: 1.5rem;
}

.contact-notes .note-item h4 {
	font-family: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 600;
	color: #374151;
	margin-bottom: 0.75rem;
}

.contact-notes .note-item p {
	font-size: 0.875rem;
	color: #757575;
	line-height: 1.6;
	margin: 0;
}

@media (max-width: 768px) {

	.contact-page .page-hero {
		padding: 3rem 0;
	}

	.contact-page .page-hero .page-title {
		font-size: 1.875rem;
	}

	.contact-page .page-hero .page-subtitle {
		font-size: 1.125rem;
	}

	.contact-form-section,
	.contact-methods,
	.contact-notes {
		padding: 3rem 0;
	}

	.methods-grid {
		grid-template-columns: 1fr;
	}

	.notes-grid {
		grid-template-columns: 1fr;
	}
}

/* Product Page (WooCommerce)
--------------------------------------------- */

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.product-page-wrapper {
	background: #fff;
	min-height: 100vh;
}

.product-hero {
	padding: 2rem 0 3rem;
	background: linear-gradient(135deg, #f8f4f1 0%, #faf9f7 100%);
}

.product-hero .product-hero-content {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 20px;
}

@media (max-width: 768px) {

	.product-hero .product-hero-content {
		padding: 0 1rem;
	}
}

.product-hero .product-hero-content {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 4rem;
	align-items: start;
}

@media (max-width: 768px) {

	.product-hero .product-hero-content {
		grid-template-columns: 1fr;
		gap: 2rem;
	}
}

.product-images {
	width: 100%;
}

.product-images .woocommerce-product-gallery {
	background: #fff;
	border-radius: 16px;
	padding: 2rem;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
	width: 100%;
}

.product-images .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
	border-radius: 12px;
	overflow: hidden;
	width: 100%;
}

.product-images .woocommerce-product-gallery .woocommerce-product-gallery__image {
	border-radius: 12px;
	width: 100%;
}

.product-images .woocommerce-product-gallery .woocommerce-product-gallery__image img {
	width: 100%;
	height: auto;
	border-radius: 12px;
	transition: transform 0.3s ease;
	object-fit: cover;
	aspect-ratio: 1;
	min-height: 350px;
}

@media (max-width: 768px) {

	.product-images .woocommerce-product-gallery .woocommerce-product-gallery__image img {
		min-height: 250px;
	}
}

@supports not (aspect-ratio: 1) {

	.product-images .woocommerce-product-gallery .woocommerce-product-gallery__image img {
		min-height: 400px;
		max-height: 500px;
	}
}

.product-images .woocommerce-product-gallery .flex-control-thumbs {
	display: flex;
	gap: 0.75rem;
	margin-top: 1rem;
	justify-content: center;
}

.product-images .woocommerce-product-gallery .flex-control-thumbs li {
	border-radius: 8px;
	overflow: hidden;
	border: 2px solid transparent;
	cursor: pointer;
	transition: border-color 0.3s ease;
}

.product-images .woocommerce-product-gallery .flex-control-thumbs li.flex-active-slide {
	border-color: #d4a5a5;
}

.product-images .woocommerce-product-gallery .flex-control-thumbs li img {
	border-radius: 6px;
	width: 70px;
	height: 70px;
	object-fit: cover;
}

@media (max-width: 768px) {

	.product-images .woocommerce-product-gallery .flex-control-thumbs li img {
		width: 60px;
		height: 60px;
	}
}

.product-summary .product-meta-header {
	margin-bottom: 1.5rem;
}

.product-summary .product-meta-header .woocommerce-breadcrumb {
	font-size: 0.875rem;
	color: #757575;
}

.product-summary .product-meta-header .woocommerce-breadcrumb a {
	color: #757575;
	text-decoration: none;
	transition: color 0.3s ease;
}

.product-summary .product-meta-header .woocommerce-breadcrumb a:hover {
	color: #d4a5a5;
}

.product-summary .product_title {
	font-family: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans JP", sans-serif;
	font-size: 1.875rem;
	font-weight: 600;
	color: #374151;
	margin-bottom: 1rem;
	line-height: 1.3;
}

.product-summary .woocommerce-product-rating {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	margin-bottom: 1.5rem;
}

.product-summary .woocommerce-product-rating .star-rating {
	font-size: 1rem;
	color: #ffd700;
}

.product-summary .woocommerce-product-rating .woocommerce-review-link {
	font-size: 0.875rem;
	color: #757575;
	text-decoration: none;
}

.product-summary .woocommerce-product-rating .woocommerce-review-link:hover {
	color: #d4a5a5;
}

.product-summary .price {
	font-family: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans JP", sans-serif;
	font-size: 1.5rem;
	font-weight: 600;
	color: #d4a5a5;
	margin-bottom: 1.5rem;
}

.product-summary .price del {
	font-size: 1.125rem;
	color: #757575;
	margin-right: 0.5rem;
}

.product-summary .woocommerce-product-details__short-description {
	font-size: 1rem;
	color: #424242;
	line-height: 1.6;
	margin-bottom: 2rem;
}

.product-summary .woocommerce-product-details__short-description p {
	margin-bottom: 1rem;
}

.product-summary .cart {
	display: flex;
	align-items: center;
	gap: 1rem;
	margin-bottom: 2rem;
}

@media (max-width: 480px) {

	.product-summary .cart {
		flex-direction: column;
		align-items: stretch;
	}
}

.product-summary .cart .quantity {
	display: flex;
	align-items: center;
	border: 2px solid #ede9e4;
	border-radius: 8px;
	background: #fff;
}

.product-summary .cart .quantity input[type="number"] {
	border: none;
	background: transparent;
	width: 60px;
	padding: 0.75rem 0.5rem;
	text-align: center;
	font-family: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans JP", sans-serif;
}

.product-summary .cart .quantity input[type="number"]:focus {
	outline: none;
}

.product-summary .cart .single_add_to_cart_button {
	background: linear-gradient(135deg, #d4a5a5 0%, rgb(199.8112781955, 139.4887218045, 139.4887218045) 100%);
	color: #fff;
	font-family: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 600;
	padding: 0.875rem 2rem;
	border: none;
	border-radius: 50px;
	cursor: pointer;
	transition: all 0.3s ease;
	min-width: 180px;
}

.product-summary .cart .single_add_to_cart_button:hover {
	background: linear-gradient(135deg, rgb(205.9056390977, 152.2443609023, 152.2443609023) 0%, rgb(193.7169172932, 126.7330827068, 126.7330827068) 100%);
	transform: translateY(-2px);
	box-shadow: 0 8px 25px rgba(212, 165, 165, 0.3);
}

.product-summary .cart .single_add_to_cart_button:active {
	transform: translateY(0);
}

.product-summary .product_meta {
	font-size: 0.875rem;
	color: #757575;
	border-top: 1px solid #ede9e4;
	padding-top: 1.5rem;
	margin-bottom: 2rem;
}

.product-summary .product_meta > span {
	display: block;
	margin-bottom: 0.5rem;
}

.product-summary .product_meta a {
	color: #424242;
	text-decoration: none;
}

.product-summary .product_meta a:hover {
	color: #d4a5a5;
}

.product-assurance {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1rem;
	padding: 1.5rem;
	background: rgba(212, 165, 165, 0.05);
	border-radius: 12px;
	border: 1px solid rgba(212, 165, 165, 0.15);
}

@media (max-width: 480px) {

	.product-assurance {
		grid-template-columns: 1fr;
	}
}

.product-assurance .assurance-item {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	font-size: 0.875rem;
	color: #424242;
	font-weight: 500;
}

.product-assurance .assurance-item i {
	color: #d4a5a5;
	font-size: 1rem;
}

.woocommerce-tabs {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 20px;
}

@media (max-width: 768px) {

	.woocommerce-tabs {
		padding: 0 1rem;
	}
}

.woocommerce-tabs {
	margin-top: 3rem;
	margin-bottom: 3rem;
}

.woocommerce-tabs .wc-tabs {
	display: flex;
	border-bottom: 2px solid #ede9e4;
	margin-bottom: 3rem;
	gap: 3rem;
}

@media (max-width: 768px) {

	.woocommerce-tabs .wc-tabs {
		flex-wrap: wrap;
		gap: 2rem;
	}
}

.woocommerce-tabs .wc-tabs li {
	position: relative;
}

.woocommerce-tabs .wc-tabs li:not(:last-child) {
	margin-right: 0;
}

.woocommerce-tabs .wc-tabs li a {
	display: block;
	padding: 1.25rem 0.5rem;
	font-family: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans JP", sans-serif;
	font-weight: 500;
	color: #757575;
	text-decoration: none;
	border-bottom: 3px solid transparent;
	transition: all 0.3s ease;
	white-space: nowrap;
}

.woocommerce-tabs .wc-tabs li a:hover {
	color: #d4a5a5;
	transform: translateY(-2px);
}

.woocommerce-tabs .wc-tabs li.active a {
	color: #d4a5a5;
	border-bottom-color: #d4a5a5;
	font-weight: 600;
}

.woocommerce-tabs .wc-tab {
	display: none;
	padding: 2rem 0;
}

.woocommerce-tabs .wc-tab.active {
	display: block;
}

.woocommerce-tabs .wc-tab h2 {
	font-family: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans JP", sans-serif;
	font-size: 1.25rem;
	color: #374151;
	margin-bottom: 2rem;
}

.woocommerce-tabs .wc-tab p {
	font-size: 1rem;
	color: #424242;
	line-height: 1.7;
	margin-bottom: 1.5rem;
}

.woocommerce-tabs .wc-tab ul,
.woocommerce-tabs .wc-tab ol {
	padding-left: 1.5rem;
}

.woocommerce-tabs .wc-tab ul li,
.woocommerce-tabs .wc-tab ol li {
	margin-bottom: 0.5rem;
	line-height: 1.6;
	color: #424242;
}

.woocommerce-tabs .wc-tab.reviews_tab .woocommerce-Reviews .woocommerce-Reviews-title {
	font-family: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans JP", sans-serif;
	color: #374151;
	margin-bottom: 2rem;
}

.woocommerce-tabs .wc-tab.reviews_tab .woocommerce-Reviews .comment_container {
	background: rgba(248, 244, 241, 0.3);
	border-radius: 12px;
	padding: 1.5rem;
	margin-bottom: 1.5rem;
}

.woocommerce-tabs .wc-tab.reviews_tab .woocommerce-Reviews .comment_container .comment-text .meta {
	margin-bottom: 1rem;
}

.woocommerce-tabs .wc-tab.reviews_tab .woocommerce-Reviews .comment_container .comment-text .meta .woocommerce-review__author {
	font-weight: 600;
	color: #374151;
}

.woocommerce-tabs .wc-tab.reviews_tab .woocommerce-Reviews .comment_container .comment-text .meta .woocommerce-review__dash {
	color: #757575;
}

.woocommerce-tabs .wc-tab.reviews_tab .woocommerce-Reviews .comment_container .comment-text .meta .woocommerce-review__published-date {
	color: #757575;
	font-size: 0.875rem;
}

.woocommerce-tabs .wc-tab.reviews_tab .woocommerce-Reviews .comment_container .comment-text .description p {
	color: #424242;
	line-height: 1.6;
	margin-bottom: 0;
}

.woocommerce-tabs .wc-tab.reviews_tab .woocommerce-Reviews .woocommerce-review-link {
	color: #d4a5a5;
	text-decoration: none;
	font-weight: 500;
}

.woocommerce-tabs .wc-tab.reviews_tab .woocommerce-Reviews .woocommerce-review-link:hover {
	text-decoration: underline;
}

.woocommerce-tabs .wc-tab.reviews_tab .woocommerce-Reviews #respond {
	background: #fff;
	border-radius: 12px;
	padding: 2rem;
	margin-top: 3rem;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.woocommerce-tabs .wc-tab.reviews_tab .woocommerce-Reviews #respond #reply-title {
	font-family: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans JP", sans-serif;
	font-size: 1.25rem;
	color: #374151;
	margin-bottom: 1.5rem;
}

.woocommerce-tabs .wc-tab.reviews_tab .woocommerce-Reviews #respond .comment-form-rating {
	margin-bottom: 1.5rem;
}

.woocommerce-tabs .wc-tab.reviews_tab .woocommerce-Reviews #respond .comment-form-rating label {
	font-weight: 500;
	color: #424242;
	margin-bottom: 0.5rem;
	display: block;
}

.woocommerce-tabs .wc-tab.reviews_tab .woocommerce-Reviews #respond .comment-form-rating .stars {
	font-size: 1.2rem;
}

.woocommerce-tabs .wc-tab.reviews_tab .woocommerce-Reviews #respond .comment-form-rating .stars a {
	color: #ddd;
	transition: color 0.3s ease;
}

.woocommerce-tabs .wc-tab.reviews_tab .woocommerce-Reviews #respond .comment-form-rating .stars a:hover,
.woocommerce-tabs .wc-tab.reviews_tab .woocommerce-Reviews #respond .comment-form-rating .stars a.active {
	color: #ffd700;
}

.woocommerce-tabs .wc-tab.reviews_tab .woocommerce-Reviews #respond .comment-form-comment,
.woocommerce-tabs .wc-tab.reviews_tab .woocommerce-Reviews #respond .comment-form-author,
.woocommerce-tabs .wc-tab.reviews_tab .woocommerce-Reviews #respond .comment-form-email {
	margin-bottom: 1.5rem;
}

.woocommerce-tabs .wc-tab.reviews_tab .woocommerce-Reviews #respond .comment-form-comment label,
.woocommerce-tabs .wc-tab.reviews_tab .woocommerce-Reviews #respond .comment-form-author label,
.woocommerce-tabs .wc-tab.reviews_tab .woocommerce-Reviews #respond .comment-form-email label {
	font-weight: 500;
	color: #424242;
	margin-bottom: 0.5rem;
	display: block;
}

.woocommerce-tabs .wc-tab.reviews_tab .woocommerce-Reviews #respond .comment-form-comment input,
.woocommerce-tabs .wc-tab.reviews_tab .woocommerce-Reviews #respond .comment-form-comment textarea,
.woocommerce-tabs .wc-tab.reviews_tab .woocommerce-Reviews #respond .comment-form-author input,
.woocommerce-tabs .wc-tab.reviews_tab .woocommerce-Reviews #respond .comment-form-author textarea,
.woocommerce-tabs .wc-tab.reviews_tab .woocommerce-Reviews #respond .comment-form-email input,
.woocommerce-tabs .wc-tab.reviews_tab .woocommerce-Reviews #respond .comment-form-email textarea {
	width: 100%;
	padding: 0.875rem;
	border: 2px solid #ede9e4;
	border-radius: 8px;
	font-family: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans JP", sans-serif;
	transition: border-color 0.3s ease;
}

.woocommerce-tabs .wc-tab.reviews_tab .woocommerce-Reviews #respond .comment-form-comment input:focus,
.woocommerce-tabs .wc-tab.reviews_tab .woocommerce-Reviews #respond .comment-form-comment textarea:focus,
.woocommerce-tabs .wc-tab.reviews_tab .woocommerce-Reviews #respond .comment-form-author input:focus,
.woocommerce-tabs .wc-tab.reviews_tab .woocommerce-Reviews #respond .comment-form-author textarea:focus,
.woocommerce-tabs .wc-tab.reviews_tab .woocommerce-Reviews #respond .comment-form-email input:focus,
.woocommerce-tabs .wc-tab.reviews_tab .woocommerce-Reviews #respond .comment-form-email textarea:focus {
	outline: none;
	border-color: #d4a5a5;
}

.woocommerce-tabs .wc-tab.reviews_tab .woocommerce-Reviews #respond .comment-form-comment textarea,
.woocommerce-tabs .wc-tab.reviews_tab .woocommerce-Reviews #respond .comment-form-author textarea,
.woocommerce-tabs .wc-tab.reviews_tab .woocommerce-Reviews #respond .comment-form-email textarea {
	min-height: 120px;
	resize: vertical;
}

.woocommerce-tabs .wc-tab.reviews_tab .woocommerce-Reviews #respond .form-submit {
	margin-top: 2rem;
}

.woocommerce-tabs .wc-tab.reviews_tab .woocommerce-Reviews #respond .form-submit #submit {
	background: linear-gradient(135deg, #d4a5a5 0%, rgb(199.8112781955, 139.4887218045, 139.4887218045) 100%);
	color: #fff;
	font-family: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans JP", sans-serif;
	font-weight: 600;
	padding: 0.875rem 2rem;
	border: none;
	border-radius: 50px;
	cursor: pointer;
	transition: all 0.3s ease;
}

.woocommerce-tabs .wc-tab.reviews_tab .woocommerce-Reviews #respond .form-submit #submit:hover {
	background: linear-gradient(135deg, rgb(205.9056390977, 152.2443609023, 152.2443609023) 0%, rgb(193.7169172932, 126.7330827068, 126.7330827068) 100%);
	transform: translateY(-2px);
	box-shadow: 0 8px 25px rgba(212, 165, 165, 0.3);
}

.privacy-shipping-info {
	padding: 4rem 0;
	background: linear-gradient(135deg, rgba(212, 165, 165, 0.05) 0%, rgba(248, 244, 241, 0.3) 100%);
}

.privacy-shipping-info .privacy-content {
	max-width: 800px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	gap: 2rem;
}

@media (max-width: 768px) {

	.privacy-shipping-info .privacy-content {
		flex-direction: column;
		text-align: center;
	}
}

.privacy-shipping-info .privacy-content .privacy-icon {
	flex-shrink: 0;
}

.privacy-shipping-info .privacy-content .privacy-icon i {
	font-size: 4rem;
	color: #d4a5a5;
}

.privacy-shipping-info .privacy-content .privacy-text h3 {
	font-family: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans JP", sans-serif;
	font-size: 1.25rem;
	font-weight: 600;
	color: #374151;
	margin-bottom: 1rem;
}

.privacy-shipping-info .privacy-content .privacy-text p {
	font-size: 1rem;
	color: #424242;
	line-height: 1.6;
	margin-bottom: 1.5rem;
}

.privacy-shipping-info .privacy-content .privacy-text ul {
	list-style: none;
	padding: 0;
}

.privacy-shipping-info .privacy-content .privacy-text ul li {
	display: flex;
	align-items: center;
	font-size: 0.875rem;
	color: #757575;
	margin-bottom: 0.5rem;
}

.privacy-shipping-info .privacy-content .privacy-text ul li::before {
	content: "✓";
	color: #d4a5a5;
	font-weight: 700;
	margin-right: 0.75rem;
}

.upsells,
.cross-sells,
.related {
	margin: 4rem 0;
	padding: 0 2rem;
}

.upsells h2,
.cross-sells h2,
.related h2 {
	font-family: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans JP", sans-serif;
	font-size: 1.5rem;
	font-weight: 600;
	color: #374151;
	text-align: center;
	margin-bottom: 3rem;
}

.upsells .products,
.cross-sells .products,
.related .products {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 20px;
}

@media (max-width: 768px) {

	.upsells .products,
	.cross-sells .products,
	.related .products {
		padding: 0 1rem;
	}
}

.upsells .products,
.cross-sells .products,
.related .products {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2rem;
	width: 100%;
}

@media (max-width: 768px) {

	.upsells .products,
	.cross-sells .products,
	.related .products {
		grid-template-columns: repeat(2, 1fr);
		gap: 1.5rem;
	}
}

@media (max-width: 480px) {

	.upsells .products,
	.cross-sells .products,
	.related .products {
		grid-template-columns: 1fr;
		gap: 1rem;
	}
}

.upsells .products .product,
.cross-sells .products .product,
.related .products .product {
	background: #fff;
	border-radius: 16px;
	padding: 2rem;
	text-align: center;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
	transition: all 0.3s ease;
	position: relative;
	overflow: hidden;
	width: 100% !important;
	min-width: 0;
}

.upsells .products .product .add_to_cart_button,
.upsells .products .product .button,
.cross-sells .products .product .add_to_cart_button,
.cross-sells .products .product .button,
.related .products .product .add_to_cart_button,
.related .products .product .button {
	display: none !important;
}

.upsells .products .product:hover,
.cross-sells .products .product:hover,
.related .products .product:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.upsells .products .product .woocommerce-loop-product__link,
.cross-sells .products .product .woocommerce-loop-product__link,
.related .products .product .woocommerce-loop-product__link {
	text-decoration: none;
	color: inherit;
	display: block;
	width: 100%;
}

.upsells .products .product .attachment-woocommerce_thumbnail,
.cross-sells .products .product .attachment-woocommerce_thumbnail,
.related .products .product .attachment-woocommerce_thumbnail {
	border-radius: 12px;
	margin-bottom: 1.5rem;
	width: 100%;
	height: 200px;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.upsells .products .product .attachment-woocommerce_thumbnail:hover,
.cross-sells .products .product .attachment-woocommerce_thumbnail:hover,
.related .products .product .attachment-woocommerce_thumbnail:hover {
	transform: scale(1.05);
}

@media (max-width: 480px) {

	.upsells .products .product .attachment-woocommerce_thumbnail,
	.cross-sells .products .product .attachment-woocommerce_thumbnail,
	.related .products .product .attachment-woocommerce_thumbnail {
		height: 180px;
	}
}

.upsells .products .product img,
.cross-sells .products .product img,
.related .products .product img {
	border-radius: 12px;
	margin-bottom: 1.5rem;
	width: 100%;
	height: 200px;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.upsells .products .product img:hover,
.cross-sells .products .product img:hover,
.related .products .product img:hover {
	transform: scale(1.05);
}

@media (max-width: 480px) {

	.upsells .products .product img,
	.cross-sells .products .product img,
	.related .products .product img {
		height: 180px;
	}
}

.upsells .products .product .woocommerce-loop-product__title,
.cross-sells .products .product .woocommerce-loop-product__title,
.related .products .product .woocommerce-loop-product__title {
	font-family: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans JP", sans-serif;
	font-size: 1.125rem;
	font-weight: 600;
	color: #424242;
	margin-bottom: 1rem;
	line-height: 1.4;
	word-wrap: break-word;
	overflow-wrap: break-word;
	text-align: center;
}

@media (max-width: 480px) {

	.upsells .products .product .woocommerce-loop-product__title,
	.cross-sells .products .product .woocommerce-loop-product__title,
	.related .products .product .woocommerce-loop-product__title {
		font-size: 1rem;
	}
}

.upsells .products .product .price,
.cross-sells .products .product .price,
.related .products .product .price {
	font-family: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans JP", sans-serif;
	font-weight: 700;
	color: #d4a5a5;
	font-size: 1.125rem;
}

.upsells .products .product .price .woocommerce-Price-amount,
.cross-sells .products .product .price .woocommerce-Price-amount,
.related .products .product .price .woocommerce-Price-amount {
	font-size: inherit;
}

.upsells .products .product .price del,
.cross-sells .products .product .price del,
.related .products .product .price del {
	color: #757575;
	font-size: 1rem;
	margin-right: 0.5rem;
}

.upsells .products .product .price ins,
.cross-sells .products .product .price ins,
.related .products .product .price ins {
	text-decoration: none;
	color: #d4a5a5;
}

.upsells .products .product .onsale,
.cross-sells .products .product .onsale,
.related .products .product .onsale {
	position: absolute;
	top: 1rem;
	right: 1rem;
	background: #d4a5a5;
	color: #fff;
	padding: 0.25rem 0.75rem;
	border-radius: 20px;
	font-size: 0.75rem;
	font-weight: 600;
	text-transform: uppercase;
}

.cart-alert {
	position: fixed;
	top: 20px;
	right: 20px;
	padding: 1rem 1.5rem;
	border-radius: 8px;
	color: #fff;
	font-weight: 500;
	z-index: 9999;
	transform: translateX(100%);
	transition: transform 0.3s ease;
	min-width: 250px;
}

.cart-alert.show {
	transform: translateX(0);
}

.cart-alert.alert-success {
	background: linear-gradient(135deg, #10b981 0%, rgb(14.4, 166.5, 116.1) 100%);
}

.cart-alert.alert-error {
	background: linear-gradient(135deg, #ef4444 0%, rgb(236.5802955665, 39.7197044335, 39.7197044335) 100%);
}

.quantity-wrapper {
	display: flex;
	align-items: center;
	border: 2px solid #ede9e4;
	border-radius: 8px;
	background: #fff;
	overflow: hidden;
}

.quantity-wrapper .quantity-btn {
	background: #f6f4f1;
	border: none;
	width: 32px;
	height: 32px;
	cursor: pointer;
	font-size: 1.2rem;
	font-weight: 700;
	color: #424242;
	transition: background-color 0.3s ease;
}

.quantity-wrapper .quantity-btn:hover {
	background: #d4a5a5;
	color: #fff;
}

.quantity-wrapper .quantity-btn:active {
	transform: scale(0.95);
}

.quantity-wrapper .quantity-btn.quantity-minus {
	border-right: 1px solid #ede9e4;
}

.quantity-wrapper .quantity-btn.quantity-plus {
	border-left: 1px solid #ede9e4;
}

.quantity-wrapper input[type="number"] {
	border: none !important;
	background: transparent !important;
	text-align: center;
	width: 60px;
	padding: 0.5rem;
}

.quantity-wrapper input[type="number"]:focus {
	outline: none !important;
	box-shadow: none !important;
}

.single_add_to_cart_button.added {
	background: linear-gradient(135deg, #10b981 0%, rgb(14.4, 166.5, 116.1) 100%) !important;
	pointer-events: none;
}

@media (max-width: 768px) {

	.cart-alert {
		right: 10px;
		left: 10px;
		min-width: auto;
	}
}

#reviews {
	margin-top: 3rem;
}

#reviews .woocommerce-Reviews-title {
	font-family: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans JP", sans-serif;
	font-size: 1.5rem;
	font-weight: 600;
	color: #374151;
	text-align: center;
	margin-bottom: 2rem;
	padding-bottom: 1rem;
	border-bottom: 2px solid #f8f4f1;
}

#reviews .commentlist {
	list-style: none;
	padding: 0;
	margin: 0 0 3rem 0;
}

#reviews .commentlist .review {
	background: #fff;
	border-radius: 12px;
	padding: 2rem;
	margin-bottom: 2rem;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
	border: 1px solid #ede9e4;
}

#reviews .commentlist .review .avatar {
	display: none !important;
}

#reviews .commentlist .review .comment_container {
	display: block;
}

#reviews .commentlist .review .comment_container .comment-text {
	margin: 0;
}

#reviews .commentlist .review .comment_container .comment-text .star-rating {
	margin-bottom: 1rem;
	font-size: 1.2rem;
}

#reviews .commentlist .review .comment_container .comment-text .star-rating span::before {
	color: #d4a5a5;
}

#reviews .commentlist .review .comment_container .comment-text .meta {
	margin-bottom: 1.5rem;
}

#reviews .commentlist .review .comment_container .comment-text .meta .woocommerce-review__author {
	font-family: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans JP", sans-serif;
	font-size: 1.125rem;
	font-weight: 600;
	color: #374151;
}

#reviews .commentlist .review .comment_container .comment-text .meta .woocommerce-review__dash {
	color: #757575;
	margin: 0 0.5rem;
}

#reviews .commentlist .review .comment_container .comment-text .meta .woocommerce-review__published-date {
	color: #757575;
	font-size: 0.875rem;
}

#reviews .commentlist .review .comment_container .comment-text .description {
	color: #424242;
	line-height: 1.6;
}

#reviews .commentlist .review .comment_container .comment-text .description p {
	margin-bottom: 0;
}

#reviews #review_form_wrapper {
	background: linear-gradient(135deg, #f8f4f1 0%, #fff 100%);
	border-radius: 16px;
	padding: 3rem;
	margin-top: 3rem;
}

#reviews #review_form_wrapper #review_form {
	max-width: 600px;
	margin: 0 auto;
}

#reviews #review_form_wrapper #review_form .comment-reply-title {
	font-family: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans JP", sans-serif;
	font-size: 1.5rem;
	font-weight: 600;
	color: #374151;
	text-align: center;
	margin-bottom: 2rem;
}

#reviews #review_form_wrapper #review_form .comment-reply-title small {
	display: none;
}

#reviews #review_form_wrapper #review_form .comment-form .comment-notes {
	background: rgba(212, 165, 165, 0.1);
	padding: 1rem 1.5rem;
	border-radius: 8px;
	margin-bottom: 2rem;
	color: #424242;
	font-size: 0.875rem;
	border-left: 4px solid #d4a5a5;
}

#reviews #review_form_wrapper #review_form .comment-form p {
	margin-bottom: 2rem;
}

#reviews #review_form_wrapper #review_form .comment-form p label {
	font-family: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans JP", sans-serif;
	font-weight: 600;
	color: #374151;
	margin-bottom: 0.5rem;
	display: block;
}

#reviews #review_form_wrapper #review_form .comment-form p label .required {
	color: #ef4444;
}

#reviews #review_form_wrapper #review_form .comment-form p input[type="text"],
#reviews #review_form_wrapper #review_form .comment-form p textarea {
	width: 100%;
	padding: 1rem;
	border: 2px solid #ede9e4;
	border-radius: 8px;
	font-family: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans JP", sans-serif;
	font-size: 1rem;
	transition: all 0.3s ease;
	background: #fff;
}

#reviews #review_form_wrapper #review_form .comment-form p input[type="text"]:focus,
#reviews #review_form_wrapper #review_form .comment-form p textarea:focus {
	outline: none;
	border-color: #d4a5a5;
	box-shadow: 0 0 0 3px rgba(212, 165, 165, 0.1);
}

#reviews #review_form_wrapper #review_form .comment-form p input[type="text"]::placeholder,
#reviews #review_form_wrapper #review_form .comment-form p textarea::placeholder {
	color: #757575;
}

#reviews #review_form_wrapper #review_form .comment-form p textarea {
	min-height: 120px;
	resize: vertical;
}

#reviews #review_form_wrapper #review_form .comment-form .comment-form-cookies-consent {
	display: none !important;
}

#reviews #review_form_wrapper #review_form .comment-form .form-submit {
	text-align: center;
	margin-top: 2rem;
}

#reviews #review_form_wrapper #review_form .comment-form .form-submit .submit {
	background: linear-gradient(135deg, #374151 0%, #d4a5a5 100%);
	color: #fff;
	border: none;
	border-radius: 25px;
	padding: 1rem 3rem;
	font-family: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans JP", sans-serif;
	font-weight: 600;
	font-size: 1.125rem;
	cursor: pointer;
	transition: all 0.3s ease;
	min-width: 200px;
}

#reviews #review_form_wrapper #review_form .comment-form .form-submit .submit:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 25px rgba(55, 65, 81, 0.3);
}

@media (max-width: 768px) {

	#reviews #review_form_wrapper {
		padding: 2rem 1.5rem;
	}

	#reviews #review_form_wrapper #review_form .comment-reply-title {
		font-size: 1.25rem;
	}
}

/* Product Details Tab
--------------------------------------------- */
.product-details-content {
	padding: 2rem 0;
}

.product-details-content h3 {
	font-family: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans JP", sans-serif;
	font-size: 1.25rem;
	font-weight: 600;
	color: #374151;
	margin-bottom: 2rem;
	padding-bottom: 0.5rem;
	border-bottom: 2px solid #f8f4f1;
}

.product-details-content .product-info-section {
	margin-bottom: 3rem;
}

.product-details-content .product-info-section .product-info-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 1.5rem;
}

.product-details-content .product-info-section .product-info-grid .info-item {
	background: #fff;
	border: 1px solid #ede9e4;
	border-radius: 8px;
	padding: 1.5rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.product-details-content .product-info-section .product-info-grid .info-item .info-label {
	font-family: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans JP", sans-serif;
	font-weight: 600;
	color: #374151;
	font-size: 0.875rem;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.product-details-content .product-info-section .product-info-grid .info-item .info-value {
	font-weight: 500;
	color: #424242;
	text-align: right;
}

.product-details-content .product-info-section .product-info-grid .info-item .info-value .stock-status {
	padding: 0.25rem 0.75rem;
	border-radius: 20px;
	font-size: 0.875rem;
	font-weight: 600;
}

.product-details-content .product-info-section .product-info-grid .info-item .info-value .stock-status.in-stock {
	background: rgba(16, 185, 129, 0.1);
	color: #10b981;
}

.product-details-content .product-info-section .product-info-grid .info-item .info-value .stock-status.out-of-stock {
	background: rgba(239, 68, 68, 0.1);
	color: #ef4444;
}

@media (max-width: 768px) {

	.product-details-content .product-info-section .product-info-grid {
		grid-template-columns: 1fr;
		gap: 1rem;
	}

	.product-details-content .product-info-section .product-info-grid .info-item {
		flex-direction: column;
		align-items: flex-start;
		gap: 0.5rem;
	}

	.product-details-content .product-info-section .product-info-grid .info-item .info-value {
		text-align: left;
	}
}

.product-details-content .product-features-section {
	margin-bottom: 3rem;
}

.product-details-content .product-features-section .features-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 2rem;
}

.product-details-content .product-features-section .features-grid .feature-item {
	display: flex;
	align-items: flex-start;
	gap: 1rem;
	padding: 2rem;
	background: linear-gradient(135deg, #f8f4f1 0%, #fff 100%);
	border-radius: 12px;
	border: 1px solid #ede9e4;
}

.product-details-content .product-features-section .features-grid .feature-item .feature-icon {
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	background: #d4a5a5;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 1.2rem;
}

.product-details-content .product-features-section .features-grid .feature-item .feature-content h4 {
	font-family: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans JP", sans-serif;
	font-size: 1.125rem;
	font-weight: 600;
	color: #374151;
	margin-bottom: 0.5rem;
}

.product-details-content .product-features-section .features-grid .feature-item .feature-content p {
	color: #424242;
	margin: 0;
	line-height: 1.5;
}

@media (max-width: 768px) {

	.product-details-content .product-features-section .features-grid {
		grid-template-columns: 1fr;
		gap: 1.5rem;
	}

	.product-details-content .product-features-section .features-grid .feature-item {
		padding: 1.5rem;
	}
}

.product-details-content .product-usage-section .usage-content {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 2rem;
}

.product-details-content .product-usage-section .usage-content .usage-item {
	background: #fff;
	border: 1px solid #ede9e4;
	border-radius: 12px;
	padding: 2rem;
}

.product-details-content .product-usage-section .usage-content .usage-item h4 {
	font-family: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans JP", sans-serif;
	font-size: 1.125rem;
	font-weight: 600;
	color: #374151;
	margin-bottom: 1rem;
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.product-details-content .product-usage-section .usage-content .usage-item h4::before {
	content: "•";
	color: #d4a5a5;
	font-size: 1.5rem;
}

.product-details-content .product-usage-section .usage-content .usage-item .usage-content {
	color: #424242;
	line-height: 1.7;
}

.product-details-content .product-usage-section .usage-content .usage-item .usage-content p {
	margin-bottom: 1rem;
	line-height: 1.7;
}

.product-details-content .product-usage-section .usage-content .usage-item .usage-content p:last-child {
	margin-bottom: 0;
}

.product-details-content .product-usage-section .usage-content .usage-item .usage-content ul,
.product-details-content .product-usage-section .usage-content .usage-item .usage-content ol {
	margin-bottom: 1rem;
	padding-left: 1.5rem;
}

.product-details-content .product-usage-section .usage-content .usage-item .usage-content ul li,
.product-details-content .product-usage-section .usage-content .usage-item .usage-content ol li {
	margin-bottom: 0.5rem;
}

.product-details-content .product-usage-section .usage-content .usage-item .usage-content ul li::marker,
.product-details-content .product-usage-section .usage-content .usage-item .usage-content ol li::marker {
	color: #d4a5a5;
}

.product-details-content .product-usage-section .usage-content .usage-item .usage-content img {
	max-width: 100%;
	height: auto;
	border-radius: 8px;
	margin: 1rem 0;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.product-details-content .product-usage-section .usage-content .usage-item .usage-content img.aligncenter {
	display: block;
	margin: 1rem auto;
}

.product-details-content .product-usage-section .usage-content .usage-item .usage-content img.alignleft {
	float: left;
	margin: 0 1rem 1rem 0;
	max-width: 50%;
}

.product-details-content .product-usage-section .usage-content .usage-item .usage-content img.alignright {
	float: right;
	margin: 0 0 1rem 1rem;
	max-width: 50%;
}

.product-details-content .product-usage-section .usage-content .usage-item .usage-content strong {
	font-weight: 600;
	color: #374151;
}

.product-details-content .product-usage-section .usage-content .usage-item .usage-content em {
	font-style: italic;
	color: #757575;
}

.product-details-content .product-usage-section .usage-content .usage-item .usage-content a {
	color: #d4a5a5;
	text-decoration: underline;
	transition: color 0.3s ease;
}

.product-details-content .product-usage-section .usage-content .usage-item .usage-content a:hover {
	color: #374151;
}

.product-details-content .product-usage-section .usage-content .usage-item .usage-content blockquote {
	background: rgba(248, 244, 241, 0.3);
	border-left: 4px solid #d4a5a5;
	margin: 1rem 0;
	padding: 1rem 1.5rem;
	border-radius: 0 8px 8px 0;
	font-style: italic;
}

.product-details-content .product-usage-section .usage-content .usage-item .usage-content h1,
.product-details-content .product-usage-section .usage-content .usage-item .usage-content h2,
.product-details-content .product-usage-section .usage-content .usage-item .usage-content h3,
.product-details-content .product-usage-section .usage-content .usage-item .usage-content h4,
.product-details-content .product-usage-section .usage-content .usage-item .usage-content h5,
.product-details-content .product-usage-section .usage-content .usage-item .usage-content h6 {
	font-family: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans JP", sans-serif;
	color: #374151;
	margin-top: 1.5rem;
	margin-bottom: 1rem;
}

.product-details-content .product-usage-section .usage-content .usage-item .usage-content h1:first-child,
.product-details-content .product-usage-section .usage-content .usage-item .usage-content h2:first-child,
.product-details-content .product-usage-section .usage-content .usage-item .usage-content h3:first-child,
.product-details-content .product-usage-section .usage-content .usage-item .usage-content h4:first-child,
.product-details-content .product-usage-section .usage-content .usage-item .usage-content h5:first-child,
.product-details-content .product-usage-section .usage-content .usage-item .usage-content h6:first-child {
	margin-top: 0;
}

.product-details-content .product-usage-section .usage-content .usage-item .usage-content .wp-caption {
	max-width: 100%;
	text-align: center;
}

.product-details-content .product-usage-section .usage-content .usage-item .usage-content .wp-caption .wp-caption-text {
	font-size: 0.9rem;
	color: #757575;
	margin-top: 0.5rem;
	font-style: italic;
}

.product-details-content .product-usage-section .usage-content .usage-item > p {
	color: #424242;
	line-height: 1.6;
	margin: 0;
}

.product-details-content .product-usage-section .usage-content .usage-item > ul {
	color: #424242;
	line-height: 1.6;
	margin: 0;
	padding-left: 1.5rem;
}

.product-details-content .product-usage-section .usage-content .usage-item > ul li {
	margin-bottom: 0.5rem;
	position: relative;
}

.product-details-content .product-usage-section .usage-content .usage-item > ul li::marker {
	color: #d4a5a5;
}

@media (max-width: 768px) {

	.product-details-content .product-usage-section .usage-content {
		grid-template-columns: 1fr;
		gap: 1.5rem;
	}

	.product-details-content .product-usage-section .usage-content .usage-item {
		padding: 1.5rem;
	}
}

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #faf9f7;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #374151;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
