@charset "UTF-8";
/*!
Theme Name: furisode-sion
Theme URI: http://underscores.me/
Author: Studio-puff
Author URI: https://studio-puff.com
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: sion
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.

furisode-sion 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: bolder;
}

/**
 * 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;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

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: #eee;
	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: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	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: #4169e1;
}

a:visited {
	color: #800080;
}

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

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: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	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: #ccc #bbb #aaa;
}

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: #aaa #bbb #bbb;
}

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: #666;
	border: 1px solid #ccc;
	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: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.site-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 20px;
	position: relative;
}

.site-header .site-branding {
	z-index: 10;
}

.hamburger-menu {
	display: none;
	background-color: transparent;
	border: none;
	cursor: pointer;
	padding: 8px;
	z-index: 100;
	position: relative;
	transition: all 0.3s ease;
	text-align: center;
}

.hamburger-menu .hamburger-line {
	display: block;
	width: 25px;
	height: 2px;
	background-color: #7f548f;
	margin: 5px auto;
	transition: all 0.3s ease;
}

.hamburger-menu .hamburger-line:nth-child(2) {
	display: none;
}

.hamburger-menu::after {
	content: 'MENU';
	display: block;
	font-size: 10px;
	color: #7f548f;
	margin-top: 2px;
	font-weight: bold;
	letter-spacing: 0.5px;
}

.hamburger-menu:hover .hamburger-line {
	background-color: #624069;
}

.hamburger-menu:hover::after {
	color: #624069;
}

.hamburger-menu.is-active .hamburger-line {
	background-color: #fff;
}

.hamburger-menu.is-active .hamburger-line:nth-child(1) {
	transform: translateY(3.5px) rotate(45deg);
}

.hamburger-menu.is-active .hamburger-line:nth-child(3) {
	transform: translateY(-3.5px) rotate(-45deg);
}

.hamburger-menu.is-active::after {
	content: 'CLOSE';
	color: #fff;
}

.hamburger-menu.is-active:hover .hamburger-line {
	background-color: #f0e5f5;
}

.hamburger-menu.is-active:hover::after {
	color: #f0e5f5;
}

@media screen and (max-width: 767px) {
	.hamburger-menu {
		display: block;
	}
}

.main-navigation #primary-menu {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	list-style: none;
	padding: 0;
	margin: 0;
}

.main-navigation #primary-menu li {
	margin-left: 2em;
	position: relative;
}

.main-navigation #primary-menu li.current-menu-item a {
	color: #7f548f !important;
	font-weight: bold;
}

.main-navigation #primary-menu li a {
	font-size: 1.125rem;
	color: #404040;
	text-decoration: none;
	position: relative;
	padding: 5px 0;
}

.main-navigation #primary-menu li a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	background-color: #7f548f;
	transition: width 0.3s ease;
}

.main-navigation #primary-menu li a:hover::after {
	width: 100%;
}

.main-navigation #primary-menu li a:visited {
	color: inherit;
}

@media screen and (max-width: 767px) {
	.main-navigation {
		position: fixed;
		top: 0;
		right: -100%;
		width: 80%;
		max-width: 300px;
		height: 100vh;
		background-color: #7f548f;
		box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
		transition: right 0.4s cubic-bezier(0.77, 0.2, 0.05, 1);
		padding: 80px 20px 20px;
		z-index: 90;
	}
	.main-navigation.is-active {
		right: 0;
	}
	.main-navigation #primary-menu {
		flex-direction: column;
		align-items: flex-start;
	}
	.main-navigation #primary-menu li {
		margin: 0 0 15px;
		width: 100%;
	}
	.main-navigation #primary-menu li a {
		display: block;
		padding: 12px 5px;
		font-size: 1.125rem;
		color: #fff;
		border-bottom: 1px solid rgba(255, 255, 255, 0.3);
		transition: all 0.3s ease;
		position: relative;
	}
	.main-navigation #primary-menu li a:visited {
		color: #fff;
	}
	.main-navigation #primary-menu li a:hover {
		color: #fff;
		padding-left: 10px;
	}
	.main-navigation #primary-menu li a:after {
		content: '';
		position: absolute;
		bottom: -1px;
		left: 0;
		width: 0;
		height: 2px;
		background-color: #fff;
		transition: width 0.3s ease;
	}
	.main-navigation #primary-menu li a:hover:after {
		width: 100%;
	}
	.main-navigation #primary-menu li.current-menu-item a {
		color: #fff !important;
		font-weight: bold;
	}
}

.menu-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(75, 50, 85, 0.6);
	z-index: 80;
	backdrop-filter: blur(3px);
	transition: opacity 0.3s ease;
	opacity: 0;
}

.menu-overlay.is-active {
	display: block;
	opacity: 1;
}

.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%;
}

body.menu-open {
	overflow: hidden;
}

/* Section Components
--------------------------------------------- */
.section-title {
	text-align: center;
}

.section-title--gold {
	background-image: url(./assets/images/background/gold-title.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	color: #4b2422;
	margin: 0;
	font-size: clamp(1.5625rem, 3.646vw, 4.375rem);
	font-weight: 300;
	text-shadow: 4px 4px 20px #fff, -4px 4px 20px #fff, 4px -4px 20px #fff, -4px -4px 20px #fff, 6px 6px 25px #fff, -6px 6px 25px #fff, 6px -6px 25px #fff, -6px -6px 25px #fff;
	padding: 0.5em 0;
}

.section-title--white {
	color: #fff;
	margin: 0 0 5rem;
	font-size: clamp(1.5625rem, 3.646vw, 4.375rem);
	font-weight: 300;
	text-shadow: 4px 4px 20px #78277d, -4px 4px 20px #78277d, 4px -4px 20px #78277d, -4px -4px 20px #78277d, 6px 6px 25px #78277d, -6px 6px 25px #78277d, 6px -6px 25px #78277d, -6px -6px 25px #78277d;
}

@media screen and (max-width: 767px) {
	.section-title--white {
		margin: 0 0 2.5rem;
	}
}

.section-title--purple {
	color: #78277d;
	margin: 0 0 5rem;
	font-size: clamp(1.5625rem, 3.646vw, 4.375rem);
	font-weight: 300;
	margin: 0 0 5rem;
	font-size: clamp(1.5625rem, 3.646vw, 4.375rem);
	font-weight: 300;
	text-shadow: 4px 4px 20px #fff, -4px 4px 20px #fff, 4px -4px 20px #fff, -4px -4px 20px #fff, 6px 6px 25px #fff, -6px 6px 25px #fff, 6px -6px 25px #fff, -6px -6px 25px #fff;
}

.section-title--purple span {
	display: block;
	font-size: clamp(0.875rem, 1.875vw, 1.875rem);
	font-weight: 300;
	margin-top: 0.625rem;
	color: #000;
}

@media screen and (max-width: 767px) {
	.section-title--purple {
		margin: 0 0 2.5rem;
	}
}

.section-title--big {
	font-size: clamp(1.5625rem, 3.646vw, 4.375rem);
	font-weight: 300;
	background: linear-gradient(-134deg, rgba(156, 48, 141, 0.99608) 0%, #6846a5 100%);
	color: #fff;
	margin: 0;
	padding: 3.125rem 0;
}

@media screen and (max-width: 767px) {
	.section-title--big {
		padding: 1.25rem 0;
	}
}

.section-title--big span {
	display: block;
	font-size: clamp(0.875rem, 1.875vw, 1.875rem);
	font-weight: 300;
}

/* 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;
}

/* Collection Slider
--------------------------------------------- */
.collection-slider-wrapper {
	position: relative;
	padding: 0 15%;
}

@media screen and (max-width: 767px) {
	.collection-slider-wrapper {
		padding: 0;
		width: 130%;
		margin-left: -15%;
	}
}

.collection-slider-wrapper .swiper-button-prev,
.collection-slider-wrapper .swiper-button-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	width: 6%;
	height: auto;
	background: rgba(255, 255, 255, 0.8);
	border-radius: 50%;
	aspect-ratio: 1/1;
}

.collection-slider-wrapper .swiper-button-prev::after,
.collection-slider-wrapper .swiper-button-next::after {
	display: none;
}

.collection-slider-wrapper .swiper-button-prev::before,
.collection-slider-wrapper .swiper-button-next::before {
	content: '';
	position: absolute;
	width: 50%;
	height: 70%;
	background: #9B4E9B;
	top: 50%;
	left: 40%;
	clip-path: polygon(100% 0, 0 45%, 100% 100%);
}

.collection-slider-wrapper .swiper-button-prev:hover,
.collection-slider-wrapper .swiper-button-next:hover {
	background: white;
}

.collection-slider-wrapper .swiper-button-prev {
	left: 8%;
}

@media screen and (max-width: 767px) {
	.collection-slider-wrapper .swiper-button-prev {
		left: 13%;
		top: 55%;
	}
}

.collection-slider-wrapper .swiper-button-prev::before {
	transform: translate(-40%, -50%);
}

.collection-slider-wrapper .swiper-button-next {
	right: 8%;
}

@media screen and (max-width: 767px) {
	.collection-slider-wrapper .swiper-button-next {
		right: 13%;
		top: 55%;
	}
}

.collection-slider-wrapper .swiper-button-next::before {
	transform: translate(-60%, -50%) rotate(180deg);
	left: 60%;
}

.collection-slider {
	position: relative;
	width: 100%;
	max-width: 1050px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}

.collection-slider .swiper-slide img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.collection-slider__wrapper {
	overflow: hidden;
}

.collection-slider__slide {
	display: none;
	width: 100%;
}

.collection-slider__slide.is-active {
	display: block;
}

.collection-slider__image {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.collection-slider__nav {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	display: flex;
	justify-content: space-between;
	padding: 0 20px;
}

.collection-slider__button {
	background: rgba(255, 255, 255, 0.8);
	border: none;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background-color 0.3s;
}

.collection-slider__button:hover {
	background: white;
}

.collection-slider__button--prev .collection-slider__arrow {
	transform: rotate(180deg);
}

.collection-slider__dots {
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
	gap: 10px;
}

.collection-slider .swiper-pagination-bullet {
	background: #fff;
	opacity: 0.5;
}

.collection-slider .swiper-pagination-bullet-active {
	opacity: 1;
}

@media screen and (max-width: 1200px) {
	.collection-slider {
		padding: 0 50px;
	}
	.collection-slider .swiper-button-prev {
		left: 0;
	}
	.collection-slider .swiper-button-next {
		right: 0;
	}
}

/* Plan4
--------------------------------------------- */
.plan4 {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 0.625rem;
}

@media screen and (max-width: 767px) {
	.plan4 {
		gap: 0.3125rem;
	}
}

.plan4__item {
	display: flex;
	flex-direction: column;
}

.plan4__item-img {
	width: 100%;
	height: auto;
	object-fit: cover;
	aspect-ratio: 352/520;
}

.plan4__item-img img {
	display: block;
}

.plan4__item-meta {
	text-align: center;
	color: #fff;
	font-size: clamp(0.875rem, 0.644rem + 1.03vw, 1.875rem);
	font-weight: 700;
	padding: 0.5rem 0;
}

@media screen and (max-width: 767px) {
	.plan4__item-meta {
		font-size: 11px;
	}
}

.plan4__item-title {
	margin: 0;
}

.plan4__item:nth-child(1) .plan4__item-meta {
	background-color: #604498;
}

.plan4__item:nth-child(2) .plan4__item-meta {
	background-color: #993399;
}

.plan4__item:nth-child(3) .plan4__item-meta {
	background-color: #bb51b1;
}

.plan4__item:nth-child(4) .plan4__item-meta {
	background-color: #ae2734;
}

/* Value Box
--------------------------------------------- */
.value-box__item {
	background-image: url(./assets/images/background/value-box-bg.png);
	background-size: cover;
	background-position: right;
	background-repeat: no-repeat;
	padding: 3.125rem;
	display: grid;
	grid-template-columns: 77% 1fr;
	gap: 1.25rem;
	align-items: center;
	margin-bottom: 2.5rem;
}

@media screen and (max-width: 767px) {
	.value-box__item {
		padding: 1.25rem;
		gap: 0.3125rem;
		grid-template-columns: 64% 1fr;
		margin-bottom: 1.25rem;
	}
}

.value-box__item:last-child {
	margin-bottom: 0;
}

.value-box__item-content {
	color: #fff;
	display: grid;
	grid-template-columns: 43% 1fr;
	gap: 0;
	align-items: center;
}

@media screen and (max-width: 767px) {
	.value-box__item-content {
		grid-template-columns: 1fr;
		gap: 0.625rem;
	}
}

.value-box__item-title {
	font-size: 1.875rem;
	font-weight: bold;
	margin-right: 0.625rem;
}

@media screen and (max-width: 767px) {
	.value-box__item-title {
		font-size: 1rem;
	}
}

.value-box__item-text {
	font-size: 1.25rem;
	padding-left: 3.125rem;
	border-left: 2px solid #fff;
}

@media screen and (max-width: 767px) {
	.value-box__item-text {
		border-left: none;
		padding-left: 0;
		font-size: 0.6875rem;
	}
}

.value-box__item-text span {
	font-size: 2.5rem;
	display: block;
	color: #fffc00;
}

@media screen and (max-width: 767px) {
	.value-box__item-text span {
		font-size: 1.25rem;
	}
}

.value-box__item-text span.value-box__item-text-small {
	font-size: 0.875rem;
	color: #fff;
}

/* Thought Box
--------------------------------------------- */
.thought-box {
	display: grid;
	grid-template-columns: 1fr 17% 1fr;
	gap: 1.25rem;
	padding: 0 1.25rem;
}

@media screen and (max-width: 767px) {
	.thought-box {
		grid-template-columns: 1fr 40%;
		gap: 0;
	}
}

.thought-box__item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

@media screen and (max-width: 767px) {
	.thought-box__item:nth-child(1) {
		order: 1;
		grid-column: 1;
		grid-row: 1;
	}
	.thought-box__item:nth-child(2) {
		order: 3;
		grid-column: 2;
		grid-row: 1 / 3;
	}
	.thought-box__item:nth-child(3) {
		order: 2;
		grid-column: 1;
		grid-row: 2;
	}
}

.thought-box__item-img {
	display: block;
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
	.thought-box__item-img {
		margin-left: -10%;
		width: 110%;
	}
}

.thought-box__item-content {
	background-color: #fff;
	font-size: 1.25rem;
	padding: 2.5rem;
	margin-bottom: 2.5rem;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 767px) {
	.thought-box__item-content {
		font-size: 0.625rem;
		padding: 0.625rem;
		margin-bottom: 0.3125rem;
	}
}

.thought-box__item-title {
	font-size: 2rem;
	color: #604498;
	text-align: center;
	margin: 0 0 2.5rem;
}

@media screen and (max-width: 767px) {
	.thought-box__item-title {
		font-size: 0.8125rem;
		text-align: left;
		margin: 0 0 0.625rem;
	}
}

/* News Box
--------------------------------------------- */
.news-box__item {
	display: grid;
	grid-template-columns: 30% 1fr;
	gap: 2.5rem;
	align-items: center;
	padding: 40px 0;
	border-bottom: 1px solid #ccc;
	transition: all 0.3s ease;
	position: relative;
}

.news-box__item:hover {
	background-color: rgba(111, 84, 143, 0.05);
	transform: translateX(5px);
}

.news-box__item:hover .news-box__item-img {
	border-color: #7f548f;
	transform: scale(1.02);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.news-box__item:hover .news-box__item-title a {
	color: #7f548f;
}

.news-box__item:hover .news-box__item-title a::after {
	width: 100%;
}

@media screen and (max-width: 767px) {
	.news-box__item {
		grid-template-columns: 1fr;
		gap: 1.25rem;
	}
}

@media screen and (max-width: 767px) {
	.news-box__item:first-child {
		padding-top: 0;
	}
}

.news-box__item:last-child {
	border-bottom: none;
}

.news-box__item-img {
	display: block;
	border-radius: 20px;
	width: fit-content;
	overflow: hidden;
	border: 10px solid #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
}

.news-box__item-img img {
	transition: transform 0.5s ease;
}

.news-box__item-img:hover img {
	transform: scale(1.05);
}

.news-box__item-date {
	font-size: 1.875rem;
	color: #888;
	transition: color 0.3s ease;
}

@media screen and (max-width: 767px) {
	.news-box__item-date {
		font-size: 0.75rem;
	}
}

.news-box__item-title {
	font-size: 3.125rem;
}

@media screen and (max-width: 767px) {
	.news-box__item-title {
		font-size: 1.125rem;
	}
}

.news-box__item-title a {
	color: #604498;
	text-decoration: none;
	position: relative;
	transition: color 0.3s ease;
}

.news-box__item-title a::after {
	content: '';
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 0;
	height: 1px;
	background-color: #7f548f;
	transition: width 0.3s ease;
}

/* FAQ Box
--------------------------------------------- */
.faq-box__item {
	margin-bottom: 1.875rem;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

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

.faq-box__item-title {
	display: flex;
	align-items: center;
	gap: 20px;
	padding: 1.5625rem 3.125rem;
	background: #6846a5;
	color: #fff;
	font-size: 2rem;
	position: relative;
}

@media screen and (max-width: 767px) {
	.faq-box__item-title {
		padding: 0.625rem 0.9375rem;
		align-items: flex-start;
		gap: 0.625rem;
		font-size: 1rem;
		padding-right: 3em;
	}
}

.faq-box__item-title--q {
	color: #9B4E9B;
	font-size: 3.25rem;
	width: 62px;
	height: 62px;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0.625rem;
	background: #fff;
	flex-shrink: 0;
}

@media screen and (max-width: 767px) {
	.faq-box__item-title--q {
		width: 1.875rem;
		height: 1.875rem;
		font-size: 1.25rem;
	}
}

.faq-box__item-content {
	display: flex;
	align-items: start;
	gap: 20px;
	padding: 1.5625rem 3.125rem;
	background: #fff;
	font-size: 1.25rem;
	position: relative;
	line-height: 2;
	transition: max-height 0.3s ease;
	overflow: hidden;
}

@media screen and (max-width: 767px) {
	.faq-box__item-content {
		padding: 0.625rem 0.9375rem;
		gap: 0.625rem;
		font-size: 0.875rem;
		flex-wrap: wrap;
	}
}

.faq-box__item-content--a {
	color: #fff;
	font-size: 3.25rem;
	width: 62px;
	height: 62px;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0.625rem;
	background: #9B4E9B;
	flex-shrink: 0;
}

@media screen and (max-width: 767px) {
	.faq-box__item-content--a {
		width: 1.875rem;
		height: 1.875rem;
		font-size: 1.25rem;
		order: 1;
	}
}

.faq-box__item-content p {
	margin: 0;
	order: 3;
}

.faq-box__item-content img {
	order: 2;
}

.faq-box__item-btn {
	position: absolute;
	right: 3.125rem;
	top: 50%;
	transform: translateY(-50%);
	background: none;
	border: none;
	padding: 0;
	cursor: pointer;
	width: 3.125rem;
	height: 3.125rem;
}

@media screen and (max-width: 767px) {
	.faq-box__item-btn {
		width: 1.25rem;
		height: 1.25rem;
		right: 0.625rem;
		top: calc(10px + 1em);
	}
}

.faq-toggle__icon {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

.faq-toggle__icon::before, .faq-toggle__icon::after {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 4px;
	top: 50%;
	transform: translateY(-50%);
	background: #fff;
	transition: transform 0.3s ease;
}

.faq-toggle__icon::before {
	width: 100%;
	height: 4px;
	top: 50%;
	transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
	.faq-toggle__icon::before {
		height: 2px;
	}
}

.faq-toggle__icon::after {
	width: 100%;
	height: 4px;
	top: 50%;
	transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
	.faq-toggle__icon::after {
		height: 2px;
	}
}

.faq-toggle.is-active .faq-toggle__icon::after {
	transition: transform 0.3s ease;
	transform: translateX(-50%) rotate(90deg);
	transform-origin: center;
	left: 50%;
}

/* Outline Box
--------------------------------------------- */
.outline-box__item-title {
	background: #f3ecff;
	font-size: 1.875rem;
	line-height: 1;
	padding: 1em;
	text-align: center;
	color: #6846a5;
	margin: 0;
}

@media screen and (max-width: 767px) {
	.outline-box__item-title {
		font-size: 1rem;
	}
}

.outline-box__item-text {
	font-size: 1.5rem;
	line-height: 1.5;
	padding: 1em 0;
}

@media screen and (max-width: 767px) {
	.outline-box__item-text {
		font-size: 1rem;
	}
}

/* Site-footer
--------------------------------------------- */
.site-footer {
	background-image: url(./assets/images/background/background-footer.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 5rem 20px 20px;
}

.site-footer__inner {
	max-width: 1285px;
	margin: 0 auto;
	border-bottom: 1px solid #9c318d;
	display: grid;
	grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 767px) {
	.site-footer__inner {
		grid-template-columns: 1fr;
	}
}

@media screen and (max-width: 767px) {
	.site-footer__left {
		order: 2;
	}
}

@media screen and (max-width: 767px) {
	.site-footer__right {
		order: 1;
		margin-bottom: 3.125rem;
	}
}

.site-footer__logo {
	margin-bottom: 3.125rem;
}

.site-footer__logo img {
	display: block;
	max-width: 340px;
}

.site-footer__address {
	font-size: 1.25rem;
	padding-bottom: 3.125rem;
}

@media screen and (max-width: 767px) {
	.site-footer__address {
		text-align: center;
	}
}

.site-footer__menu ul {
	list-style: none;
	padding: 0;
	margin: 0 0 0 auto;
	width: fit-content;
	text-align: right;
}

@media screen and (max-width: 767px) {
	.site-footer__menu ul {
		margin: 0 auto;
		text-align: center;
	}
}

.site-footer__menu ul li {
	padding: 0.5em 0;
}

.site-footer__menu ul li a {
	color: inherit;
	text-decoration: none;
}

.site-footer__menu ul li a:visited {
	color: inherit;
}

.site-footer .copyright {
	font-size: 1rem;
	text-align: center;
	padding: 1em 0;
	margin: 0;
}

/* Site-header
--------------------------------------------- */
.site-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 20px;
	background-image: url(./assets/images/background/background_06.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.site-header .site-branding {
	width: 15%;
}

@media screen and (max-width: 767px) {
	.site-header .site-branding {
		width: 30%;
	}
}

.site-header .site-title {
	margin: 0;
	padding: 15px 0;
}

@media screen and (max-width: 767px) {
	.site-header .site-title {
		padding: 0;
	}
}

.site-header .site-title a {
	display: block;
	width: 100%;
	max-width: 340px;
}

.scroll-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	transition: transform 0.4s ease, background-color 0.3s ease, box-shadow 0.3s ease;
	background-color: rgba(255, 255, 255, 0.95);
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(5px);
}

.scroll-header.header-hidden {
	transform: translateY(-100%);
}

.scroll-header.header-transparent {
	background-color: rgba(255, 255, 255, 0.8);
	box-shadow: none;
}

.scroll-header .site-branding img {
	transition: height 0.3s ease;
	height: auto;
}

@media screen and (max-width: 767px) {
	.scroll-header .site-branding img {
		height: auto;
	}
}

body {
	padding-top: 75px;
}

@media screen and (max-width: 767px) {
	body {
		padding-top: 50px;
	}
}

/* Page Title
--------------------------------------------- */
.page-title {
	margin: 0;
}

.page-title img {
	display: block;
	width: 100%;
	height: auto;
}

/* Site Main
--------------------------------------------- */
.site-main {
	background-image: url(./assets/images/background/background_04.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	overflow: hidden;
}

/* Pagination
--------------------------------------------- */
/* ページネーションのスタイル */
.pagination-wrap {
	text-align: center;
	margin: 40px 0;
}

.pagination-wrap .page-numbers {
	display: inline-flex;
	list-style: none;
	padding: 0;
	margin: 0;
	/* CSSで三角形を作成 */
}

.pagination-wrap .page-numbers li {
	margin: 0 5px;
}

.pagination-wrap .page-numbers a, .pagination-wrap .page-numbers span.current {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	transition: all 0.3s ease;
}

.pagination-wrap .page-numbers a {
	background-color: #fff;
	color: #7f548f;
	/* 紫色 - テーマに合わせて調整 */
	border: 1px solid #7f548f;
}

.pagination-wrap .page-numbers a:hover {
	background-color: #7f548f;
	color: #fff;
}

.pagination-wrap .page-numbers a:hover .arrow-triangle.prev {
	border-right-color: #fff;
}

.pagination-wrap .page-numbers a:hover .arrow-triangle.next {
	border-left-color: #fff;
}

.pagination-wrap .page-numbers span.current {
	background-color: #7f548f;
	color: #fff;
}

.pagination-wrap .page-numbers .arrow-triangle {
	display: block;
	width: 0;
	height: 0;
}

.pagination-wrap .page-numbers .arrow-triangle.prev {
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-right: 10px solid #7f548f;
	/* 左向き三角形 */
}

.pagination-wrap .page-numbers .arrow-triangle.next {
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 10px solid #7f548f;
	/* 右向き三角形 */
}

/* Kimono
--------------------------------------------- */
.kimono-archive-wrap {
	padding: 40px 0;
}

.kimono-archive-wrap .kimono-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	gap: 30px;
	row-gap: 50px;
	margin-bottom: 40px;
}

.kimono-archive-wrap .kimono-item {
	border: 1px solid #eee;
	border-radius: 12px;
	overflow: hidden;
	transition: all 0.3s ease;
	line-height: 1.6;
}

.kimono-archive-wrap .kimono-item:hover {
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	transform: translateY(-5px);
}

.kimono-archive-wrap .kimono-item a {
	display: block;
	text-decoration: none;
	color: inherit;
}

.kimono-archive-wrap .kimono-item .kimono-thumbnail {
	height: 0;
	padding-bottom: 133.33%;
	position: relative;
	overflow: hidden;
}

.kimono-archive-wrap .kimono-item .kimono-thumbnail img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.kimono-archive-wrap .kimono-item .kimono-title {
	font-size: 1.5rem;
	margin: 15px 0 0;
	font-weight: 600;
	color: #7f548f;
	padding-left: 10px;
}

.kimono-archive-wrap .kimono-item .kimono-type {
	font-size: 1.125rem;
	font-weight: 600;
	color: #7f548f;
	padding-left: 10px;
}

.kimono-archive-wrap .kimono-item .kimono-color {
	font-size: 1.125rem;
	font-weight: 600;
	color: #7f548f;
	padding-left: 10px;
}

.kimono-archive-wrap .kimono-item .kimono-price {
	font-size: 1.125rem;
	padding-left: 10px;
}

.kimono-archive-wrap .kimono-item .kimono-price span {
	display: inline-block;
	margin-left: 1em;
}

.kimono-archive-wrap .kimono-item .kimono-rental {
	font-size: 1.125rem;
	padding-left: 10px;
}

.kimono-archive-wrap .kimono-item .kimono-rental span {
	display: inline-block;
	margin-left: 1em;
}

.kimono-archive-wrap .kimono-item .kimono-category {
	margin: 0 15px 15px;
}

.kimono-archive-wrap .kimono-item .kimono-category .category-tag {
	display: inline-block;
	font-size: 12px;
	background-color: #f0e0f5;
	color: #7f548f;
	padding: 3px 10px;
	border-radius: 20px;
	margin-right: 5px;
	margin-bottom: 5px;
}

.kimono-single {
	padding: 40px 0;
}

.kimono-single .entry-header {
	text-align: center;
	margin-bottom: 30px;
}

.kimono-single .entry-header .entry-title {
	font-size: 28px;
	margin-bottom: 15px;
}

.kimono-single .entry-header .kimono-category .category-tag {
	display: inline-block;
	font-size: 14px;
	background-color: #f0e0f5;
	color: #7f548f;
	padding: 5px 15px;
	border-radius: 20px;
	margin: 0 5px;
}

.kimono-single .kimono-content {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
	margin-bottom: 40px;
	align-items: center;
}

@media (max-width: 768px) {
	.kimono-single .kimono-content {
		grid-template-columns: 1fr;
	}
}

.kimono-single .kimono-content .kimono-main-image img {
	width: 100%;
	height: auto;
	border-radius: 8px;
}

.kimono-single .kimono-content .kimono-specs {
	padding: 20px;
	border-radius: 8px;
}

.kimono-single .kimono-content .kimono-specs h1 {
	margin: 0;
	font-size: inherit;
}

.kimono-single .kimono-content .kimono-specs dl {
	display: grid;
	grid-template-columns: 100px 1fr;
	row-gap: 10px;
	margin: 0;
}

.kimono-single .kimono-content .kimono-specs dl:first-child {
	font-size: 1.5rem;
}

.kimono-single .kimono-content .kimono-specs dl dt {
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 1px solid #7f548f;
}

.kimono-single .kimono-content .kimono-specs dl dd {
	margin: 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

.kimono-single .related-kimonos {
	margin-top: 40px;
}

.kimono-single .related-kimonos h3 {
	font-size: 20px;
	color: #7f548f;
	margin-bottom: 20px;
}

.kimono-single .related-kimonos .related-kimono-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

@media (max-width: 768px) {
	.kimono-single .related-kimonos .related-kimono-grid {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 480px) {
	.kimono-single .related-kimonos .related-kimono-grid {
		grid-template-columns: 1fr;
	}
}

.kimono-single .related-kimonos .related-kimono-item {
	text-decoration: none;
	color: inherit;
}

.kimono-single .related-kimonos .related-kimono-item .related-kimono-thumbnail {
	height: 0;
	padding-bottom: 133.33%;
	position: relative;
	overflow: hidden;
	border-radius: 8px;
	margin-bottom: 10px;
}

.kimono-single .related-kimonos .related-kimono-item .related-kimono-thumbnail img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.kimono-single .related-kimonos .related-kimono-item h4 {
	font-size: 16px;
	margin: 0;
}

.kimono-nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 40px;
	padding-top: 20px;
	border-top: 1px solid #eee;
}

.kimono-nav a {
	color: #7f548f;
	text-decoration: none;
	display: flex;
	align-items: center;
}

.kimono-nav a:hover {
	text-decoration: underline;
}

.kimono-nav .kimono-archive-link {
	width: 100%;
}

.kimono-nav .kimono-archive-link a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

/* Shop
--------------------------------------------- */
.shop-archive-wrap {
	padding: 40px 0;
}

.shop-archive-wrap .shop-grid {
	display: flex;
	flex-direction: column;
	gap: 40px;
	margin-bottom: 40px;
}

.shop-archive-wrap .shop-filter {
	margin-bottom: 30px;
	text-align: center;
}

.shop-archive-wrap .shop-filter .shop-areas {
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
}

.shop-archive-wrap .shop-filter .shop-areas a {
	display: inline-block;
	padding: 5px 15px;
	border: 1px solid #7f548f;
	border-radius: 20px;
	text-decoration: none;
	color: #7f548f;
	transition: all 0.3s ease;
}

.shop-archive-wrap .shop-filter .shop-areas a:hover, .shop-archive-wrap .shop-filter .shop-areas a.active {
	background-color: #7f548f;
	color: #fff;
}

.shop-archive-wrap .shop-item {
	border: 1px solid #eee;
	border-radius: 12px;
	overflow: hidden;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: auto auto auto auto;
	gap: 20px;
	padding: 20px;
}

@media (max-width: 768px) {
	.shop-archive-wrap .shop-item {
		grid-template-columns: 1fr;
	}
}

.shop-archive-wrap .shop-item .shop-title {
	font-size: 1.75rem;
	margin: 0 0 20px 0;
	font-weight: 600;
	color: #fff;
	grid-row: 1;
	background-color: #7f548f;
	padding: 10px 15px;
	border-radius: 0;
	position: relative;
	text-align: center;
}

.shop-archive-wrap .shop-item .shop-thumbnail-wrapper {
	grid-row: 2;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 10px;
}

@media (max-width: 768px) {
	.shop-archive-wrap .shop-item .shop-thumbnail-wrapper {
		grid-column: auto;
	}
}

.shop-archive-wrap .shop-item .shop-thumbnail-wrapper .shop-thumbnail {
	height: 0;
	padding-bottom: 75%;
	position: relative;
	overflow: hidden;
	border-radius: 8px;
}

.shop-archive-wrap .shop-item .shop-thumbnail-wrapper .shop-thumbnail.shop-thumbnail-main {
	grid-column: auto;
}

.shop-archive-wrap .shop-item .shop-thumbnail-wrapper .shop-thumbnail img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.shop-archive-wrap .shop-item .shop-content {
	grid-row: 3;
	display: flex;
	flex-direction: column;
}

@media (max-width: 768px) {
	.shop-archive-wrap .shop-item .shop-content {
		grid-column: auto;
	}
}

.shop-archive-wrap .shop-item .shop-details {
	padding: 0;
	margin: 0;
	font-size: 1.125rem;
}

.shop-archive-wrap .shop-item .shop-details .shop-detail-item {
	display: flex;
	margin-bottom: 15px;
}

@media (max-width: 576px) {
	.shop-archive-wrap .shop-item .shop-details .shop-detail-item {
		flex-direction: column;
	}
}

.shop-archive-wrap .shop-item .shop-details .shop-detail-item dt {
	flex: 0 0 100px;
	font-weight: bold;
	color: #333;
	margin-bottom: 10px;
	border-bottom: 1px solid #7f548f;
	padding-bottom: 10px;
}

.shop-archive-wrap .shop-item .shop-details .shop-detail-item dt i {
	color: #7f548f;
	width: 20px;
	text-align: center;
	margin-right: 5px;
}

.shop-archive-wrap .shop-item .shop-details .shop-detail-item dd {
	flex: 1;
	margin: 0;
	white-space: pre-line;
	border-bottom: 1px solid #ccc;
	padding-left: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.shop-archive-wrap .shop-item .shop-map-wrapper {
	grid-row: 4;
	grid-column: 1;
	margin-top: 10px;
	width: 100%;
}

.shop-archive-wrap .shop-item .shop-map-wrapper .shop-map-title {
	font-size: 1.125rem;
	font-weight: 600;
	margin-bottom: 15px;
	color: #7f548f;
}

.shop-archive-wrap .shop-item .shop-map-wrapper .shop-map-title i {
	margin-right: 5px;
}

.shop-archive-wrap .shop-item .shop-map-wrapper .shop-map {
	width: 100%;
	overflow: hidden;
	position: relative;
	border-radius: 8px;
}

.shop-archive-wrap .shop-item .shop-map-wrapper .shop-map iframe {
	width: 100%;
	height: 450px;
	border: 0;
}

.shop-archive-wrap .shop-item .shop-map-wrapper .google-map-link {
	text-align: right;
	margin-top: 15px;
}

.shop-archive-wrap .shop-item .shop-map-wrapper .google-map-link .google-map-button {
	display: inline-block;
	background-color: #7f548f;
	color: white;
	padding: 10px 20px;
	border-radius: 30px;
	text-decoration: none;
	font-weight: 500;
	transition: all 0.3s ease;
	font-size: 16px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.shop-archive-wrap .shop-item .shop-map-wrapper .google-map-link .google-map-button:hover {
	background-color: #624069;
	transform: translateY(-2px);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.shop-archive-wrap .shop-item .shop-map-wrapper .google-map-link .google-map-button i {
	margin-right: 8px;
}

.shop-archive-wrap .pagination-wrap {
	margin-top: 30px;
}

/* Action btn
--------------------------------------------- */
.action-btn img {
	display: block;
	transition: all 0.3s ease;
}

.action-btn img:hover {
	transform: scale(1.05);
	filter: brightness(0.8);
}

/* Post Title
--------------------------------------------- */
.post-title {
	font-size: 1.75rem;
	margin: 0 0 20px 0;
	font-weight: 600;
	color: #fff;
	grid-row: 1;
	background-color: #7f548f;
	padding: 10px 15px;
	border-radius: 0;
	position: relative;
	text-align: center;
}

/* Reason
--------------------------------------------- */
.reason {
	padding: 7.5rem 0;
}

@media screen and (max-width: 767px) {
	.reason {
		padding: 2.5rem 0;
	}
}

.reason__inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

@media screen and (max-width: 767px) {
	.reason__inner {
		padding: 0 10px;
	}
}

.reason__content {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2.5rem;
}

@media screen and (max-width: 767px) {
	.reason__content {
		grid-template-columns: repeat(2, 1fr);
		gap: 0.625rem;
		row-gap: 1.25rem;
	}
}

.reason__item {
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
}

.reason__item-img {
	width: 100%;
	aspect-ratio: 16/9;
	background-color: #f0f0f0;
}

.reason__item-img img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	aspect-ratio: 16/9;
	display: block;
}

.reason__item-text {
	padding: 1.25rem;
}

@media screen and (max-width: 767px) {
	.reason__item-text {
		padding: 0.625rem;
		font-size: 0.875rem;
	}
}

.reason__item-title {
	font-size: 1.25rem;
	text-align: center;
	color: #78277d;
}

@media screen and (max-width: 767px) {
	.reason__item-title {
		font-size: 1rem;
		margin: 0.2em 0;
	}
}

/* Plan
--------------------------------------------- */
.plan {
	padding: 7.5rem 0;
	border-top: 1px solid #78277d;
}

@media screen and (max-width: 767px) {
	.plan {
		padding: 2.5rem 0;
	}
}

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

@media screen and (max-width: 767px) {
	.plan__inner {
		padding: 0 10px;
	}
}

.plan__content {
	padding: 3.75rem 0;
	border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 767px) {
	.plan__content {
		padding: 1.25rem 0;
	}
}

.plan__item {
	display: grid;
	grid-template-columns: 25% 1fr;
	gap: 0;
	margin-bottom: 5rem;
	position: relative;
}

@media screen and (max-width: 767px) {
	.plan__item {
		grid-template-columns: 1fr;
	}
}

@media screen and (max-width: 767px) {
	.plan__item-img {
		aspect-ratio: 4/3;
	}
}

.plan__item-batch {
	position: absolute;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	content: "";
	width: 90px;
	height: 90px;
	background-image: url(./assets/images/common/tokuten-bk.svg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: -20px;
	left: -20px;
	color: #fff;
	line-height: 1;
	font-size: 1rem;
}

@media screen and (max-width: 767px) {
	.plan__item-batch {
		top: -10px;
		left: -10px;
	}
}

.plan__item-batch span {
	font-size: 1.3em;
}

.plan__item-title {
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0;
}

.plan__item-price {
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0;
	margin-bottom: 1em;
}

.plan__item-price span {
	font-size: 0.8em;
}

.plan__item-desc {
	font-size: 1rem;
	margin: 0;
}

.plan__item-desc span {
	color: #ffd700;
}

.plan__item-text {
	padding: 40px;
	color: #fff;
}

@media screen and (max-width: 767px) {
	.plan__item-text {
		padding: 10px;
	}
}

.plan__content:nth-child(2) .plan__item-img {
	background-image: url(./assets/images/front/plan1.jpeg);
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}

.plan__content:nth-child(2) .plan__item-text {
	background-color: #604498;
}

.plan__content:nth-child(3) .plan__item-img {
	background-image: url(./assets/images/front/plan2.jpeg);
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}

.plan__content:nth-child(3) .plan__item-text {
	background-color: #993399;
}

.plan__content:nth-child(4) .plan__item-img {
	background-image: url(./assets/images/front/plan3.jpeg);
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}

.plan__content:nth-child(4) .plan__item-text {
	background-color: #bb51b1;
}

.plan__content:nth-child(5) .plan__item-img {
	background-image: url(./assets/images/front/plan4.jpeg);
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}

.plan__content:nth-child(5) .plan__item-text {
	background-color: #ae2734;
}

.plan__tokuten {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 2.5rem;
}

@media screen and (max-width: 767px) {
	.plan__tokuten {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0.625rem;
		row-gap: 1.25rem;
	}
}

.plan__tokuten-item {
	aspect-ratio: 1/1;
	background-color: #fff;
	color: #000;
	padding: 40px 0;
	border: 1px solid #78277d;
	display: flex;
	/* Flexboxを使用 */
	flex-direction: column;
	/* 子要素を縦に並べる */
	justify-content: center;
	/* 縦方向の中央揃え */
	align-items: center;
	/* 横方向の中央揃え */
	text-align: center;
	/* テキストを中央揃え */
	font-size: 0.9vw;
	position: relative;
}

@media screen and (max-width: 767px) {
	.plan__tokuten-item {
		font-size: 3.2vw;
		height: 100%;
	}
}

.plan__tokuten-item-batch {
	position: absolute;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	content: "";
	width: 60px;
	height: 60px;
	background-image: url(./assets/images/common/tokuten-bk.svg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: -20px;
	left: -20px;
	color: #fff;
	line-height: 1;
	font-size: 0.875rem;
}

@media screen and (max-width: 767px) {
	.plan__tokuten-item-batch {
		top: -10px;
		left: -10px;
	}
}

.plan__tokuten-item-batch span {
	font-size: 1.2em;
}

.plan__tokuten-item .highlight--s {
	color: #78277d;
	display: inline;
}

.plan__tokuten-item .highlight--l {
	color: #78277d;
	display: inline;
	font-size: 1.1em;
	font-weight: bold;
}

.plan__content:nth-child(3) .highlight--s {
	color: #993399;
}

.plan__content:nth-child(3) .highlight--l {
	color: #993399;
}

.plan__content:nth-child(3) .plan__tokuten-item {
	border-color: #993399;
}

.plan__content:nth-child(4) .highlight--s {
	color: #bb51b1;
}

.plan__content:nth-child(4) .highlight--l {
	color: #bb51b1;
}

.plan__content:nth-child(4) .plan__tokuten-item {
	border-color: #bb51b1;
}

.plan__content:nth-child(5) .highlight--s {
	color: #ae2734;
}

.plan__content:nth-child(5) .highlight--l {
	color: #ae2734;
}

.plan__content:nth-child(5) .plan__tokuten-item {
	border-color: #ae2734;
}

/*--------------------------------------------------------------
# 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: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	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;
}

/* Wrap
--------------------------------------------- */
.content-wrap {
	max-width: 1110px;
	margin: 100px auto;
	padding: 0 20px;
}

/* Pages
--------------------------------------------- */
.front-hero__container {
	width: 100%;
	background-image: url(./assets/images/front/first-back.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	min-height: 45vw;
}

@media screen and (max-width: 767px) {
	.front-hero__container {
		min-height: 75vw;
	}
}

.front-hero__title {
	margin: 0;
	padding: 0;
}

.front-hero__furisode {
	position: absolute;
	bottom: 0;
	left: 35%;
	width: 60%;
	object-fit: cover;
	display: block;
}

@media screen and (max-width: 767px) {
	.front-hero__furisode {
		width: 85%;
		left: 13%;
	}
}

.front-hero__furisode img {
	display: block;
}

.front-hero__title {
	position: absolute;
	bottom: 10%;
	left: 17%;
	width: 25%;
	object-fit: cover;
	display: block;
}

@media screen and (max-width: 767px) {
	.front-hero__title {
		width: 35%;
		left: 5%;
		bottom: unset;
		top: 5%;
	}
}

.front-hero__title img {
	display: block;
	width: 100%;
}

.front-hero__text {
	position: absolute;
	bottom: 3%;
	left: 17%;
	width: 60%;
	object-fit: cover;
	display: block;
}

@media screen and (max-width: 767px) {
	.front-hero__text {
		width: 100%;
		left: unset;
	}
}

.front-hero__text img {
	display: block;
}

.front-section__header-img {
	width: 100%;
	height: auto;
	object-fit: cover;
	display: block;
	margin: 0;
	padding: 0;
}

.front-section__container {
	width: 100%;
}

.front-section--exhibition .front-section__content {
	background-image: url(./assets/images/background/background_01.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.front-section--exhibition .front-section__content .exhibition-items {
	padding: 5rem 20px;
	display: flex;
	flex-wrap: wrap;
	gap: 3%;
	justify-content: center;
	max-width: 1450px;
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
	.front-section--exhibition .front-section__content .exhibition-items {
		padding: 2.5rem 20px;
	}
}

.front-section--exhibition .front-section__content .exhibition-items .exhibition-item {
	width: 30%;
}

@media screen and (max-width: 767px) {
	.front-section--exhibition .front-section__content .exhibition-items .exhibition-item {
		width: 48%;
	}
}

.front-section--collection .front-section__container {
	background-image: url(./assets/images/background/background_02.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 7.5rem 0;
}

@media screen and (max-width: 767px) {
	.front-section--collection .front-section__container {
		padding: 2.5rem 0;
	}
}

.front-section--plan .front-section__container {
	background-image: url(./assets/images/background/background_03.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 7.5rem 0;
}

@media screen and (max-width: 767px) {
	.front-section--plan .front-section__container {
		padding: 2.5rem 0;
	}
}

.front-section--plan .front-section__content {
	max-width: 1450px;
	padding: 0 20px;
	margin: 0 auto;
}

.front-section--plan .action-btn {
	display: block;
	width: 100%;
	max-width: 582px;
	margin: 6.25rem auto 0;
}

@media screen and (max-width: 767px) {
	.front-section--plan .action-btn {
		margin: 2.5rem auto 0;
	}
}

.front-section--value .front-section__container {
	background-image: url(./assets/images/background/background_04.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 7.5rem 0;
}

@media screen and (max-width: 767px) {
	.front-section--value .front-section__container {
		padding: 2.5rem 0;
	}
}

.front-section--value .front-section__content {
	max-width: 1110px;
	padding: 0 20px;
	margin: 0 auto;
}

.front-section--value .action-btn {
	display: block;
	width: 100%;
	max-width: 582px;
	margin: 6.25rem auto 0;
}

@media screen and (max-width: 767px) {
	.front-section--value .action-btn {
		margin: 2.5rem auto 0;
	}
}

.front-section--thought .front-section__container {
	background-image: url(./assets/images/background/background_05.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin-top: -8px;
}

.front-section--thought .front-section__content {
	max-width: 1600px;
	margin: 0 auto;
	padding: 7.5rem 0;
}

@media screen and (max-width: 767px) {
	.front-section--thought .front-section__content {
		padding: 2.5rem 0 2.5rem 20px;
	}
}

.front-section--news .front-section__container {
	background-image: url(./assets/images/background/background_06.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 7.5rem 0;
}

@media screen and (max-width: 767px) {
	.front-section--news .front-section__container {
		padding: 2.5rem 1.25rem;
	}
}

.front-section--news .front-section__content {
	max-width: 1110px;
	padding: 0 20px;
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
	.front-section--news .front-section__content {
		padding: 0;
	}
}

.front-section--news .action-btn {
	display: block;
	width: 100%;
	max-width: 582px;
	margin: 6.25rem auto 0;
}

@media screen and (max-width: 767px) {
	.front-section--news .action-btn {
		margin: 2.5rem auto 0;
	}
}

.front-section--faq .front-section__container {
	background-image: url(./assets/images/background/background_07.jpeg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 7.5rem 0;
}

@media screen and (max-width: 767px) {
	.front-section--faq .front-section__container {
		padding: 2.5rem 0;
	}
}

.front-section--faq .front-section__content {
	max-width: 1110px;
	padding: 0 20px;
	margin: 0 auto;
}

.front-section--outline .front-section__container {
	padding: 7.5rem 0;
}

@media screen and (max-width: 767px) {
	.front-section--outline .front-section__container {
		padding: 2.5rem 0;
	}
}

.front-section--outline .front-section__content {
	max-width: 1110px;
	padding: 0 20px;
	margin: 0 auto;
}

[data-aos] {
	opacity: 0;
	transition-property: transform, opacity;
}

[data-aos].aos-animate {
	opacity: 1;
}

.custom-animation[data-aos="custom-fade"] {
	transform: translateY(20px);
}

.custom-animation[data-aos="custom-fade"].aos-animate {
	transform: translateY(0);
}

/*# sourceMappingURL=style.css.map */