body {
	font-family: "Noto Sans JP", sans-serif;
}

.is-fixed {
	overflow: hidden;
}

html {
	background-color: #f0ece0;
}

.u-desktop {
	display: none;
}

/* リキッドレイアウト対応 */

html {
	font-size: 16px;
}

html,
body { /* footerを常に画面最下部に表示を実現するために必要 */
	min-height: 100vh;
	min-height: 100svh;
	min-height: 100dvh;
}

body > footer { /* コンテンツが少ない場合も常にfooterを画面最下部に表示 */
	position: sticky;
	top: 100vh;
	top: 100svh;
	top: 100dvh;
}

body {
	overflow-x: clip;
}

/* 視覚的に非表示にするユーティリティクラス（スクリーンリーダー対応） */

:where(.visually-hidden:not(:focus-within):not(:active)) {
	-webkit-clip-path: inset(50%) !important;
	border: 0 !important;
	clip-path: inset(50%) !important;
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	white-space: nowrap !important;
	width: 1px !important;
}

:focus-visible {
	outline: 2px solid #333;
	outline-offset: 2px;
}

::-moz-selection {
	background-color: rgb(149, 159, 107);
	color: #fff;
}

::selection {
	background-color: rgb(149, 159, 107);
	color: #fff;
}

*,
*::before,
*::after {
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	text-size-adjust: 100%;
	border-style: solid;
	border-width: 0;
	box-sizing: border-box;
	margin: 0;
	min-width: 0;
	padding: 0;
	scrollbar-gutter: stable;
}

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

body {
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeLegibility;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
	display: block;
	max-width: 100%;
	width: 100%;
}

/* Natural flow and rhythm in articles by default */

article > * + * {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
	filter: blur(10px);
}

/* フォームリセット */

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type=checkbox],
input[type=radio] {
	opacity: 0;
}

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

/* ホバー */

a {
	-webkit-text-decoration: none;
	color: inherit;
	text-decoration: none;
	transition: opacity 0.3s;
}

/* =====================================
	Accessibility Enhancements
===================================== */

/* アクセシビリティ対応: フォーカス時の視覚効果を抑制 */

:focus:not(:focus-visible) {
	outline: none;
}

/* aria属性対応 */

:where([aria-disabled=true]) {
	cursor: not-allowed;
}

:where([aria-busy=true]) {
	cursor: progress;
}

:where([aria-controls]) {
	cursor: pointer;
}

:where([aria-hidden=false][hidden]) {
	display: inline;
	display: initial;
}

:where([aria-hidden=false][hidden]):not(:focus) {
	clip: rect(0 0 0 0);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	position: absolute;
}

/* hidden属性対応 */

:where([hidden]:not([hidden=until-found])) {
	display: none;
}

.layout-about-content {
	margin-top: 2.25rem;
}

.blog-layout {
	margin-top: 5rem;
}

.layout-breadcrumb {
	margin-top: 0.625rem;
}

.layout-contact-sub {
	margin-top: 6.625rem;
}

.layout-footer {
	margin-top: 6.25rem;
}

.layout-shops {
	margin-top: 4.375rem;
}

.layout-not-found-page {
	margin-top: 3.25rem;
}

.layout-pagination {
	margin-top: 5rem;
}

.layout-section {
	margin-top: 5rem;
}

.layout-sub-page {
	margin-top: 3.25rem;
}

.about-company-table {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.about-company-table__title {
	align-items: center;
	color: #f8f6f1;
	display: inline-flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.5;
	min-height: 1.9375rem;
	padding-left: 2rem;
	position: relative;
}

.about-company-table__title::before {
	-webkit-mask-image: url(../images/common/text-decoration01.svg);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center center;
	-webkit-mask-size: cover;
	aspect-ratio: 1/1;
	background-color: #f8f6f1;
	content: "";
	left: 0;
	mask-image: url(../images/common/text-decoration01.svg);
	mask-position: center center;
	mask-repeat: no-repeat;
	mask-size: cover;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.5rem;
}

.about-company-table__body {
	table-layout: fixed;
	width: 100%;
}

.about-company-table__body,
.about-company-table__body td {
	border: 1px solid #7a8746;
	border-collapse: collapse;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

.about-company-table__body td,
.about-company-table__head {
	padding: 1rem 1rem;
}

.about-company-table__body td {
	background-color: #f8f6f1;
	color: #333;
	font-weight: 400;
}

.about-company-table__name {
	width: 28.9855072464%;
}

.about-company-table__about-company {
	width: 71.0144927536%;
}

.about-company-table__td-box {
	align-items: center;
	display: flex;
	justify-content: center;
	min-height: 3.1875rem;
	text-align: center;
}

.about-company__table {
	margin-top: 2.5rem;
}

.about-content {
	position: relative;
}

.about-content__image-block {
	aspect-ratio: 345/212;
	margin-top: 1.75rem;
	position: relative;
	width: 100%;
}

.about-content__img01 {
	aspect-ratio: 128/194;
	position: absolute;
	right: 0;
	top: 0;
	width: 37.1014492754%;
	z-index: 2;
}

.about-content__img02 {
	aspect-ratio: 281/186;
	bottom: 0;
	left: 0;
	position: absolute;
	width: 81.4492753623%;
}

.about-content__img01 img,
.about-content__img02 img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.about-content__img02--sub {
	position: relative;
	width: 100%;
}

.about-content__wrapper {
	margin-top: 2.5rem;
	z-index: 3;
}

.about-content__lead {
	color: #7a8746;
	font-family: "Gravitas One", serif;
	font-size: 2.5rem;
	font-weight: 400;
	line-height: 1;
}

.about-content__lead--sub {
	color: #f8f6f1;
	left: 1.5rem;
	position: absolute;
	text-shadow: 0 0 1rem rgba(0, 0, 0, 0.8);
	top: 3.125rem;
}

.about-content__text {
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 2;
	margin-top: 1rem;
}

.about-content__text--sub {
	margin-top: 2.5rem;
}

.about-content__button {
	margin-top: 3.125rem;
	text-align: center;
}

.about-gallery__title {
	text-align: left;
}

.about-gallery__wrapper {
	grid-gap: 0.5rem;
	display: grid;
	gap: 0.5rem;
	grid-auto-flow: dense;
	grid-template-columns: 1fr;
	margin-top: 2.5rem;
}

.about-gallery__modal {
	background-color: transparent;
	border: none;
	display: block;
	left: 50%;
	outline: none;
	overflow: hidden;
	padding: 0;
	position: fixed;
	top: 50%;
	transition: opacity 0.6s, visibility 0.6s;
	translate: -50% -50%;
	visibility: visible;
	z-index: 100;
}

.about-gallery__modal:not([open]) {
	opacity: 0;
	visibility: hidden;
}

.about-gallery__modal::backdrop {
	background: rgba(32, 32, 32, 0.8);
	bottom: 0;
	height: 100dvh;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
}

.about-gallery__modal__bg {
	align-items: center;
	background-color: rgba(248, 246, 241, 0.8);
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.about-gallery__modal-image img {
	-o-object-fit: contain;
	height: 100%;
	max-height: calc(100dvh - 11.375rem);
	object-fit: contain;
	width: 100%;
}

.about-gallery__modal-description {
	padding-bottom: 1.5rem;
	padding-top: 1.5rem;
}

.about-gallery__image {
	cursor: pointer;
	overflow: clip;
}

/* 1番目、7番目、13番目、... */

.about-gallery__image:nth-child(6n+1),
.about-gallery__image:nth-child(6n) {
	aspect-ratio: 492/746;
}

/* 2番目、8番目、14番目、... */

.about-gallery__image:nth-child(6n+2),
.about-gallery__image:nth-child(6n+3),
.about-gallery__image:nth-child(6n+4),
.about-gallery__image:nth-child(6n+5) {
	aspect-ratio: 580/369;
}

.about-gallery__image img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	transition: transform 0.6s ease;
	width: 100%;
}

.about-gallery__image:hover img {
	opacity: 0.7;
	transform: scale(1.1);
}

.about-labels {
	overflow: clip;
}

.about-labels__items {
	grid-gap: 1.25rem;
	display: grid;
	gap: 1.25rem;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	margin-top: 0.5rem;
}

.about-labels__item a img {
	transition: 0.6s opacity ease, 0.6s transform ease;
}

.about-labels__item a:hover img {
	opacity: 0.7;
	transform: scale(1.2);
}

.about-labels__img {
	aspect-ratio: 1;
}

.about-labels__img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.about-page {
	position: relative;
}

.about-page::after {
	content: "";
	position: absolute;
}

.about {
	background-color: #f0ece0;
	overflow-x: clip;
	position: relative;
}

.about__title {
	text-align: left;
}

.aside-archive {
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.5rem;
	line-height: 1.5;
}

.aside-archive__year {
	cursor: pointer;
	font-weight: 400;
	list-style: none;
	padding-left: 2rem;
	position: relative;
}

.aside-archive__year::before,
.aside-archive__month::before {
	-webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
	background-color: #7a8746;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	content: "";
	height: 1.25rem;
	position: absolute;
	top: 0.5625rem;
	transition: 0.3s transform, 0.3s top, 0.3s left;
	width: 17.32051px;
}

.aside-archive__year::before {
	left: 0.3125rem;
}

.aside-archive__month::before {
	left: 1.8125rem;
}

.aside-archive__accordion.is-opened .aside-archive__year::before {
	left: 0.125rem;
	top: 0.6875rem;
	transform: rotate(90deg);
}

.aside-archive__year::-webkit-details-marker {
	display: none;
}

.aside-archive__accordion + .aside-archive__accordion {
	margin-top: 0.1875rem;
}

.aside-archive__month {
	font-weight: 400;
	margin-top: 0.1875rem;
	padding-left: 3.5rem;
	position: relative;
}

.aside-archive__month a:hover {
	opacity: 0.7;
}

.aside-blog-card {
	background-color: #f8f6f1;
	box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0);
}

.aside-blog-card__link {
	display: inline-block;
	padding: 1rem;
}

.aside-blog-card__link:hover {
	opacity: 0.7;
}

.aside-blog-card__wrapper {
	display: flex;
	gap: 1rem;
}

.aside-blog-card__header {
	flex-shrink: 0;
	width: 46.1832061069%;
}

.aside-blog-card__img {
	aspect-ratio: 121/90;
	overflow: clip;
}

.aside-blog-card__img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	transition: transform 0.6s ease;
	width: 100%;
}

.aside-blog-card:hover .aside-blog-card__img img {
	transform: scale(1.1);
}

.aside-blog-card__body {
	display: flex;
	flex-direction: column;
	height: inherit;
}

.aside-blog-card__date {
	color: #c0ac67;
	display: block;
	font-family: "Lexend", sans-serif;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1.5;
	margin-top: auto;
}

.aside-blog-card__title {
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
	margin-top: 0.25rem;
}

.aside-blog__cards {
	grid-row-gap: 1.5rem;
	display: grid;
	grid-template-columns: 1fr;
	row-gap: 1.5rem;
}

.aside-news-card {
	background-color: #f8f6f1;
}

.aside-news-card:not(:first-child) {
	border-top: 1px solid #c0ac67;
}

.aside-news-card__link {
	display: inline-block;
	height: 100%;
	padding: 1rem 1.4375rem;
}

.aside-news-card__link:hover {
	opacity: 0.7;
}

.aside-news-card__info-date {
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1.5;
}

.aside-news-card__title {
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
	margin-top: 0.5rem;
}

.aside-news__cards {
	box-shadow: 2px 2px 10px 0pxrgba 0, 0, 0, 0.05;
	display: grid;
	grid-auto-rows: 1fr;
	grid-template-columns: 1fr;
}

.aside-releases-card {
	background-color: #f8f6f1;
	box-shadow: 2px 2px 10px 0pxrgba 0, 0, 0, 0.05;
}

.aside-releases-card__link:hover {
	opacity: 0.7;
}

.aside-releases-card__link:hover .aside-releases-card__img img {
	transform: scale(1.1);
}

.aside-releases-card__img {
	aspect-ratio: 1;
	overflow: clip;
}

.aside-releases-card__img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	transition: transform 0.6s ease;
	width: 100%;
}

.aside-releases-card__body {
	padding: 1rem 1.4375rem;
	text-align: left;
}

.aside-releases-card__title {
	border-bottom: 1px solid #c0ac67;
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.5;
	padding-bottom: 0.4375rem;
}

.aside-releases-card__block-name {
	color: #7a8746;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.71429;
	margin-top: 0.4375rem;
}

.aside-releases-card__block {
	margin-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.aside-releases-card__block-name {
	color: #333;
	font-family: "Lexend", sans-serif;
	font-size: 1.25rem;
	font-weight: 300;
	line-height: 1;
	position: relative;
}

.aside-releases-card__date {
	color: #c0ac67;
	font-family: "Lexend", sans-serif;
	font-size: 0.75rem;
	font-weight: 300;
	line-height: 1;
	margin-top: 1rem;
}

.aside-releases__cards {
	grid-row-gap: 2.5rem;
	display: grid;
	grid-template-columns: 1fr;
	row-gap: 2.5rem;
}

.bg-green {
	background-color: #f0ece0;
}

.blog-card {
	background-color: #f8f6f1;
	box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0);
}

.blog-card__wrapper {
	display: flex;
	gap: 1rem;
}

.blog-card__link {
	display: inline-block;
	padding: 1rem 1rem 1.4375rem 1rem;
}

.blog-card__link:hover {
	opacity: 0.7;
}

.blog-card__img {
	aspect-ratio: 301/201;
	overflow: clip;
}

.blog-card__img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	transition: transform 0.6s ease;
	width: 100%;
}

.blog-card:hover .blog-card__img img {
	transform: scale(1.1);
}

.blog-card__date {
	color: #c0ac67;
	display: block;
	font-family: "Lexend", sans-serif;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 1.5rem;
}

.blog-card__title {
	border-bottom: 1px solid #c0ac67;
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
	padding-bottom: 0.25rem;
}

.blog-card__text {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	margin-top: 1rem;
	overflow: hidden;
}

.blog-cards {
	grid-gap: 2.5rem;
	display: grid;
	gap: 2.5rem;
	grid-template-columns: 1fr;
}

.blog-content__title {
	border-bottom: 1px solid #c0ac67;
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.2;
	margin-top: 0.5rem;
	padding-bottom: 0.25rem;
}

.blog-content__title--sub {
	margin-top: 1.5rem;
}

.blog-content__img {
	aspect-ratio: 700/468;
	margin-top: 1.5rem;
	width: 100%;
}

.blog-content__img--square {
	aspect-ratio: 1;
}

.blog-content__img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.blog-content__info {
	align-items: center;
	display: flex;
	gap: 1rem;
}

.blog-content__date {
	color: #c0ac67;
	font-family: "Lexend", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	vertical-align: top;
}

.blog-content__category {
	border: 1px solid #c0ac67;
	display: inline-block;
	padding: 0.1875rem 0.6875rem;
}

.blog-content__category p {
	color: #c0ac67;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.8333;
}

.blog-content__body {
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
	margin-top: 1.5rem;
}

.blog-content__body > :not(:first-child) {
	margin-top: 1.5rem;
}

.blog-content__body img {
	-o-object-fit: contain;
	aspect-ratio: 700/468;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.blog-content__body p {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
}

.blog-content__body li {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	padding-left: 1.6875rem;
	position: relative;
}

.blog-content__body ul li::before {
	aspect-ratio: 1/1;
	background-image: url(../images/common/text-decoration01.svg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	left: 0;
	position: absolute;
	top: 0.375rem;
	width: 1.125rem;
}

.blog-content__body li + li {
	padding-top: 0.25rem;
}

.blog-content__pagination {
	align-items: center;
	display: flex;
	gap: 5.125rem;
	justify-content: center;
	margin-top: 2.5rem;
}

.blog-content__prev,
.blog-content__next {
	align-items: center;
	aspect-ratio: 1/1;
	border: 1px solid #7a8746;
	display: inline-flex;
	justify-content: center;
	position: relative;
	transition: 0.3s background-color;
	width: 2.375rem;
}

.blog-content__prev:hover,
.blog-content__next:hover {
	background-color: #7a8746;
	cursor: pointer;
}

.blog-content__prev-arrow,
.blog-content__next-arrow {
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center center;
	-webkit-mask-size: cover;
	aspect-ratio: 8/16;
	background-color: #7a8746;
	left: 50%;
	mask-position: center center;
	mask-repeat: no-repeat;
	mask-size: cover;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: 0.3s background-color;
	width: 0.5rem;
}

.blog-content__prev-arrow {
	-webkit-mask-image: url(../images/common/prev-arrow.svg);
	mask-image: url(../images/common/prev-arrow.svg);
}

.blog-content__next-arrow {
	-webkit-mask-image: url(../images/common/next-arrow.svg);
	mask-image: url(../images/common/next-arrow.svg);
}

.blog-content__prev:hover .blog-content__prev-arrow,
.blog-content__next:hover .blog-content__next-arrow {
	background-color: #f8f6f1;
}

.blog-page__container {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	width: 96.5217391304%;
}

.blog-page__aside {
	margin-left: auto;
	margin-right: auto;
	margin-top: 5rem;
	max-width: 100%;
	width: 85.2173913043%;
}

.blog-page__container {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	width: 96.5217391304%;
}

.blog-page__aside {
	margin-left: auto;
	margin-right: auto;
	margin-top: 5rem;
	max-width: 100%;
	width: 85.2173913043%;
}

.blog-page__aside-item + .blog-page__aside-item {
	margin-top: 5rem;
}

.blog-page__aside-title {
	background: linear-gradient(90deg, #c0ac67 0%, #c0ac67 2.7210884354%, transparent 2.7210884354%, transparent 100%);
	color: #7a8746;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1;
	padding: 0.875rem 0 0.75rem 5.125rem;
	position: relative;
}

.blog-page__aside-title::before {
	-webkit-mask-image: url(../images/common/text-decoration01.svg);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center center;
	-webkit-mask-size: 86%;
	aspect-ratio: 1/1;
	background-color: #7a8746;
	content: "";
	left: 1.5rem;
	mask-image: url(../images/common/text-decoration01.svg);
	mask-position: center center;
	mask-repeat: no-repeat;
	mask-size: 86%;
	position: absolute;
	top: 0;
	width: 3.125rem;
}

.blog-page__aside-content {
	margin-top: 1.5rem;
}

.blog-page__aside-button {
	margin-top: 2.5rem;
	text-align: center;
}

.blog {
	overflow-x: clip;
	position: relative;
}

.blog__bg {
	display: none;
}

.blog__bg-img {
	background-image: url("../images/common/blog-bg.webp");
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	height: 37.5rem;
	width: 100%;
}

.blog__inner.inner {
	padding-left: 1.3125rem;
	padding-right: 1.3125rem;
}

.blog__title {
	text-align: left;
}

.blog__items {
	margin-top: 1.75rem;
}

.cards-item {
	background-color: #fff;
}

.blog__button {
	margin-top: 2.5rem;
	text-align: center;
}

.breadcrumb__inner span {
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.2;
}

.breadcrumb__inner span a {
	transition: 0.3s opacity;
}

.breadcrumb__inner span:hover a {
	opacity: 0.7;
}

.breadcrumb__between {
	-webkit-mask-image: url(../images/common/breadcrumb__between.svg);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center center;
	-webkit-mask-size: cover;
	background-color: #7a8746;
	display: inline-block;
	height: 0.5rem;
	margin-left: 0.5rem;
	margin-right: 0.5rem;
	mask-image: url(../images/common/breadcrumb__between.svg);
	mask-position: center center;
	mask-repeat: no-repeat;
	mask-size: cover;
	width: 0.5rem;
}

.breadcrumb--sub {
	padding-top: 5.625rem;
}

.button {
	align-items: center;
	background-color: #7a8746;
	border: 1px solid #7a8746;
	box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.05);
	color: #f0ece0;
	display: inline-flex;
	font-family: "Lexend", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	gap: 0.5rem;
	justify-content: center;
	line-height: 1.57143;
	padding: 0.75rem;
	position: relative;
	text-transform: uppercase;
	width: 9.375rem;
	z-index: 1;
}

.button::after {
	background-color: #f0ece0;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform 0.3s cubic-bezier(0.45, 0, 0.55, 1);
	width: 100%;
	z-index: -1;
}

.button:hover {
	color: #7a8746;
}

.button:hover::after {
	transform: scale(1, 1);
}

.button span {
	display: flex;
}

.button span::after {
	-webkit-mask-image: url(../images/common/right-circle-arrow.svg);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center center;
	-webkit-mask-size: cover;
	aspect-ratio: 1;
	background-color: currentColor;
	content: "";
	display: inline-block;
	mask-image: url(../images/common/right-circle-arrow.svg);
	mask-position: center center;
	mask-repeat: no-repeat;
	mask-size: cover;
	width: 1.25rem;
}

.button--beige {
	background-color: #f0ece0;
	border: 1px solid #f0ece0;
	color: #7a8746;
}

.button--beige::before {
	border: 1px solid #f0ece0;
}

.button--beige::after {
	background-color: #7a8746;
}

.button--beige:hover {
	color: #f0ece0;
}

.contact-form {
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
}

#contact-form__error-message {
	display: none;
	padding-bottom: 2.375rem;
}

#contact-form__error-message p {
	color: #c94800;
	font-size: 0.875rem;
	font-weight: 400;
	margin-left: auto;
	margin-right: auto;
	padding-left: 1em;
	text-indent: -1em;
}

.contact-form__field {
	border-bottom: 1px dashed #c0ac67;
	padding-bottom: 1.4375rem;
}

.contact-form__field + .contact-form__field {
	margin-top: 1.5rem;
}

.contact-form__label {
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.5;
	margin-right: 0.5rem;
}

.contact-form__label,
.contact-form__label label {
	align-items: center;
	display: flex;
	gap: 0.4375rem;
}

.contact-form__required {
	background-color: #a63b32;
	color: #f8f6f1;
	flex-shrink: 0;
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0.4em;
	padding: 0.125rem 0.75rem 0.125rem calc(0.4em + 0.75rem);
}

.contact-form__checkbox-wrapper {
	display: flex;
	flex-direction: column;
	gap: 0.1875rem;
	margin-top: 0.875rem;
}

.wpcf7-list-item {
	display: block;
	margin: 0;
}

.contact-form__checkbox .wpcf7-list-item {
	display: block;
	margin: 0;
}

.contact-form__checkbox .wpcf7-list-item:not(:first-child) {
	margin-top: 0.25rem;
}

.contact-form__checkbox .wpcf7-list-item-label::after {
	transition: none;
}

.contact-form__checkbox-text {
	margin-top: 1rem;
}

.contact-form__checkbox-text a {
	-webkit-text-decoration: underline;
	color: #c0ac67;
	text-decoration: underline;
}

.contact-form__checkbox-text a:hover {
	opacity: 0.7;
}

.contact-form__data-privacy {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	width: 81.7391304348%;
}

.contact-form__data-privacy [type=checkbox] + .wpcf7-list-item-label {
	display: inline-block;
	font-size: 0.875rem;
	line-height: 1.57143;
	margin-right: 0;
	margin-top: 2.5rem;
	padding-left: 1.875rem;
	position: relative;
}

.contact-form__data-privacy [type=checkbox] + .wpcf7-list-item-label::before {
	height: 1.375rem;
	left: 0;
	top: 0.6875rem;
	width: 1.375rem;
}

.contact-form__data-privacy [type=checkbox] + .wpcf7-list-item-label::after {
	transition: none;
}

.contact-form__data-privacy [type=checkbox]:checked + .wpcf7-list-item-label::after {
	height: 0.5625rem;
	left: 0.0625rem;
	margin-left: 0.2em;
	margin-top: -0.2em;
	top: 0.6875rem;
	transition: none;
	width: 1rem;
}

.contact-form__submit-button {
	margin-top: 1.5rem;
	text-align: center;
}

div.wpcf7 .wpcf7-spinner {
	display: none !important;
}

.wpcf7-response-output {
	display: none;
}

.wpcf7-form.invalid #contact-form__error-message {
	display: block;
}

.contact-form__recaptcha {
	color: #333;
	font-size: 0.75rem;
	margin-top: 1.125rem;
	text-align: center;
}

.contact-form__recaptcha a {
	-webkit-text-decoration: underline;
	color: #c0ac67;
	text-decoration: underline;
}

.contact-form__recaptcha a:hover {
	opacity: 0.7;
}

.grecaptcha-badge {
	visibility: hidden;
}

.contact-page {
	padding-bottom: 2.75rem;
}

.contact-page__message,
.contact-page__text {
	color: #7a8746;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	text-align: center;
}

.contact-page__message {
	line-height: 1.125;
}

.contact-page__text {
	line-height: 1.45;
	margin-top: 2.5rem;
}

.contact-page__text span {
	display: inline-block;
}

.fade-in-top {
	opacity: 0;
}

.fade-in-top.is-animated {
	animation: fadeInTop 1s ease 1 normal backwards;
	opacity: 1;
}

.faq-accordion {
	font-family: "Noto Sans JP", sans-serif;
}

.faq-accordion__question {
	background-color: #7a8746;
	color: #f8f6f1;
	cursor: pointer;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	list-style: none;
	padding: 1rem 3.5rem 1rem 1rem;
	position: relative;
}

.faq-accordion__question::before,
.faq-accordion__question::after {
	background-color: #f8f6f1;
	content: "";
	height: 0.125rem;
	position: absolute;
	right: 1rem;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.3s transform;
	width: 1.75rem;
}

.faq-accordion__question::after {
	transform: rotate(90deg);
}

.faq-accordion.is-opened .faq-accordion__question::after {
	transform: rotate(0deg);
}

.faq-accordion__question::-webkit-details-marker {
	display: none;
}

.faq-accordion__answer {
	border: 1px solid #7a8746;
	color: #333;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.42;
	overflow: hidden;
	padding: 1.5rem 1rem;
}

.faq-accordions__item + .faq-accordions__item {
	margin-top: 2.5rem;
}

.footer {
	background-color: #7a8746;
	padding-bottom: 3.5rem;
	padding-top: 3rem;
}

.footer__content {
	display: flex;
	gap: 1rem;
}

.footer__logo-link {
	display: inline-block;
	transition: 0.3s opacity;
}

.footer__logo-link:hover {
	opacity: 0.7;
}

.footer__logo-link img {
	aspect-ratio: 327/451;
	width: 5rem;
}

.footer__sns-content {
	display: flex;
	gap: 16px;
	margin-top: auto;
}

.footer__sns-link {
	display: inline-block;
	transition: 0.3s opacity;
}

.footer__sns-link:hover {
	opacity: 0.7;
}

.footer__sns-link img {
	height: 1.5rem;
	width: 1.5rem;
}

.footer__nav {
	margin-top: 2.5rem;
}

.footer__copyright {
	color: #fff;
	display: block;
	font-family: "Lexend", sans-serif;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1.5;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.5rem;
	text-align: center;
}

.footer__copyright span {
	display: inline-block;
}

.fv {
	background-color: #f0ece0;
	position: relative;
}

.fv .swiper {
	height: 100%;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}

.fv .swiper-slide img {
	-o-object-fit: cover;
	border: 2px solid #333;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.fv__bg {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr;
	height: calc(100svh - 80px);
	min-height: 500px;
	width: 100%;
}

.fv__message {
	height: 100%;
	order: 2;
	padding-left: 15px;
	padding-right: 15px;
}

.fv__message-image {
	height: 100%;
	width: 100%;
}

.fv__message-image img {
	-o-object-fit: contain;
	aspect-ratio: 1116/131;
	object-fit: contain;
	width: 100%;
}

body:has(.fv__opening-bg.is-active) {
	overflow: hidden;
}

.fv__opening-bg {
	background-color: #f0ece0;
	bottom: 0;
	left: 0;
	margin-top: -5rem;
	min-height: 500px;
	overflow: hidden;
	position: absolute;
	right: 0;
	scrollbar-gutter: auto;
	top: 0;
	z-index: 9999;
}

html.is-opening-played .fv__opening-bg {
	display: none;
}

.fv__opening-title {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.fv__opening-title01 {
	aspect-ratio: 1;
	width: 10rem;
}

.fv__opening-title02 {
	aspect-ratio: 2/1;
	width: 10rem;
}

.fv__opening-title01 img,
.fv__opening-title02 img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.fv__opening-images {
	display: grid;
	grid-template-rows: 50% 50%;
	height: 100%;
	width: 100%;
}

.fv__opening-image01,
.fv__opening-image02 {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.fv__opening-image01 {
	-o-object-position: bottom;
	object-position: bottom;
}

.fv__opening-image02 {
	-o-object-position: top;
	object-position: top;
}

.hamburger {
	cursor: pointer;
	height: 1.5rem;
	position: relative;
	width: 2rem;
	z-index: 9999;
}

.hamburger span {
	background-color: #333;
	border-radius: 0.25rem;
	display: inline-block;
	height: 1px;
	left: 0;
	position: absolute;
	transition: transform 0.3s, opacity 0.3s, width 0.3s;
	width: 100%;
}

.hamburger span:nth-child(1) {
	top: 0;
}

.hamburger span:nth-child(2) {
	top: 50%;
}

.hamburger span:nth-child(3) {
	top: 100%;
}

.hamburger.is-active span:nth-child(1) {
	left: -4px;
	top: 47%;
	transform: rotate(37deg);
	width: 40px;
}

.hamburger.is-active span:nth-child(2) {
	opacity: 0;
}

.hamburger.is-active span:nth-child(3) {
	left: -4px;
	top: 47%;
	transform: rotate(-37deg);
	width: 40px;
}

.header {
	background-color: #f0ece0;
	height: 5rem;
	position: sticky;
	top: 0;
	transition: background-color 0.3s linear;
	width: 100%;
	z-index: 1000;
}

.header.is-color,
.header.is-active {
	background-color: #7a8746;
}

.header__inner {
	height: inherit;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}

.header__content {
	align-items: center;
	display: flex;
	height: inherit;
	justify-content: space-between;
}

.header__logo {
	flex-shrink: 1;
	margin-right: 2.25rem;
}

.header__logo-link {
	display: inline-block;
	transition: 0.3s opacity;
}

.header__logo-link:hover {
	opacity: 0.7;
}

.header__logo-link img {
	aspect-ratio: 211/106;
	width: 9.375rem;
}

.header__pc-nav {
	height: inherit;
}

.header__sp-nav {
	background-color: #7a8746;
	display: none;
	height: calc(100dvh - 5rem);
	left: 0;
	margin-top: 5rem;
	overflow-y: scroll;
	padding-bottom: 2.5rem;
	padding-top: 2.5rem;
	position: absolute;
	top: 0;
	width: 100%;
}

.header__sp-nav.is-active {
	display: block;
}

.header__pc {
	align-items: center;
	display: flex;
	gap: 0.5rem;
	justify-items: center;
	place-items: center;
}

.inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 37.5rem;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
	width: 100%;
}

.nav-menu {
	color: #f8f6f1;
	font-family: "Lexend", sans-serif, "Noto Sans JP", sans-serif;
	font-size: 1rem;
	line-height: 1.125;
}

.nav-menu--dark {
	color: #7a8746;
}

.nav-menu--dark .nav-menu__detail-item a::before {
	background-color: #7a8746;
}

.nav-menu__columns {
	align-items: flex-start;
	display: flex;
}

.nav-menu__column {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 2.5rem;
}

.nav-menu__block {
	flex: 1;
}

.nav-menu__items {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
	text-transform: uppercase;
}

.nav-menu__item {
	-moz-column-break-inside: avoid;
	break-inside: avoid;
	font-weight: 700;
	page-break-inside: avoid;
}

.nav-menu__item span {
	display: inline-block;
}

.nav-menu__item a:hover {
	opacity: 0.7;
}

.nav-menu__detail-items {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	padding-left: 1.25rem;
}

.nav-menu__detail-item {
	font-weight: 400;
	text-transform: none;
	text-transform: initial;
}

.nav-menu__detail-item a {
	display: inline-block;
	padding-left: 0.5rem;
	position: relative;
}

.nav-menu__detail-item a::first-letter {
	text-transform: uppercase;
}

.nav-menu__detail-item a::before {
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center center;
	-webkit-mask-size: cover;
	background-color: #f8f6f1;
	content: "";
	height: 18px;
	left: -1.375rem;
	mask-position: center center;
	mask-repeat: no-repeat;
	mask-size: cover;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 18px;
}

.nav-menu__detail-item:hover .nav-menu__detail-item a::before {
	opacity: 0.7;
}

.nav-menu__detail-item--first a::before {
	-webkit-mask-image: url(../images/common/text-decoration01.svg);
	mask-image: url(../images/common/text-decoration01.svg);
}

.nav-menu__detail-item--second a::before {
	-webkit-mask-image: url(../images/common/text-decoration02.svg);
	mask-image: url(../images/common/text-decoration02.svg);
}

.nav-menu__detail-item--last a::before {
	-webkit-mask-image: url(../images/common/text-decoration03.svg);
	mask-image: url(../images/common/text-decoration03.svg);
}

.nav-menu__detail-item:first-child {
	margin-top: 1.5rem;
}

.news-card {
	background-color: #f8f6f1;
	box-shadow: 2px 2px 10px 0pxrgba 0, 0, 0, 0.05;
}

.news-card:not(:first-child) {
	border-top: 1px solid #c0ac67;
}

.news-card__link {
	display: inline-block;
	padding: 0.9375rem 1rem 1.5rem;
	width: 100%;
}

.news-card__link:hover {
	opacity: 0.7;
}

.news-card__text-block {
	width: 100%;
}

.news-card__info-date {
	color: #c0ac67;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1.5;
}

.news-card__category {
	border: 1px solid #c0ac67;
	display: inline-block;
	padding: 0.125rem 0.625rem;
}

.news-card__category p {
	color: #c0ac67;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.625rem;
	font-weight: 400;
	line-height: 1.8333;
}

.news-card__title {
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
	margin-top: 0.0625rem;
	padding-bottom: 0.1875rem;
}

.news-card__img {
	aspect-ratio: 200/140;
	overflow: clip;
	width: 19.3798449612%;
}

.news-card__img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	transition: transform 0.6s ease;
	width: 100%;
}

.news-card__link:hover .news-card__img img {
	transform: scale(1.1);
}

.news-card__body {
	margin-top: 1rem;
}

.news-cards {
	display: grid;
	grid-auto-rows: 1fr;
	grid-template-columns: 1fr;
}

.news-page__items {
	margin-top: 2.5rem;
}

.news {
	background-color: #ddd5bd;
	overflow-x: clip;
	padding-bottom: 5rem;
	padding-top: 5rem;
	position: relative;
}

.news__title {
	text-align: left;
}

.news__items {
	margin-top: 2.75rem;
}

.news__button {
	margin-top: 2.5rem;
	text-align: center;
}

.not-found-page {
	background-color: #f0ece0;
	font-family: "Gravitas One", serif;
	padding-bottom: 2.5rem;
	position: relative;
	text-align: center;
	z-index: 1;
}

.not-found-page__message {
	background-color: #7a8746;
	color: #f8f6f1;
	font-size: 5rem;
	font-weight: 400;
	letter-spacing: 0.5em;
	line-height: 1.2;
	text-indent: 2.125rem;
	text-indent: 0.5em;
}

.not-found-page__text {
	color: #7a8746;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.4;
}

.not-found-page__button {
	margin-top: 2.5rem;
}

.page-top {
	bottom: 1.5rem;
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.05));
	height: 2.25rem;
	opacity: 0;
	position: fixed;
	right: 1.5rem;
	transition: 0.3s opacity, 0.3s visibility;
	visibility: hidden;
	width: 2.25rem;
	z-index: 9999;
}

.page-top.is-show {
	opacity: 1;
	visibility: visible;
}

.page-top.is-show:hover {
	opacity: 0.7;
}

.page-top a {
	display: inline-block;
	height: 100%;
	width: 100%;
}

.page-top::before {
	-webkit-mask-image: url(../images/common/right-circle-arrow.svg);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-size: cover;
	background-color: #7a8746;
	content: "";
	height: 100%;
	left: 0;
	mask-image: url(../images/common/right-circle-arrow.svg);
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: cover;
	position: absolute;
	top: 0;
	transform: rotate(-90deg);
	transition: 0.3s background-color;
	width: 100%;
	z-index: -1;
}

.page-top.is-color::before {
	background-color: #f8f6f1;
}

.pagination {
	align-items: center;
	display: flex;
	gap: 2.5rem;
	justify-content: center;
}

.pagination__prev,
.pagination__next,
.pagination__number {
	height: 2.375rem;
	min-width: 2.375rem;
	position: relative;
}

.pagination__prev a,
.pagination__next a,
.pagination__number a {
	align-items: center;
	background-color: #fff;
	border: 1px solid #c0ac67;
	color: #c0ac67;
	display: inline-flex;
	height: 100%;
	justify-content: center;
	padding: 0.25rem;
	transition: 0.3s background-color, 0.3s color;
	width: 100%;
}

.pagination__prev a:hover,
.pagination__next a:hover,
.pagination__number a:hover {
	background-color: #c0ac67;
	color: #fff;
}

.pagination__prev.disabled,
.pagination__next.disabled,
.pagination__number.current {
	pointer-events: none;
}

.pagination__prev-arrow,
.pagination__next-arrow {
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center center;
	-webkit-mask-size: cover;
	aspect-ratio: 8/16;
	background-color: #c0ac67;
	left: 50%;
	mask-position: center center;
	mask-repeat: no-repeat;
	mask-size: cover;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: 0.3s background-color;
	width: 0.5rem;
}

.pagination__prev-arrow {
	-webkit-mask-image: url(../images/common/prev-arrow.svg);
	mask-image: url(../images/common/prev-arrow.svg);
}

.pagination__next-arrow {
	-webkit-mask-image: url(../images/common/next-arrow.svg);
	mask-image: url(../images/common/next-arrow.svg);
}

.pagination__prev:hover .pagination__prev-arrow,
.pagination__next:hover .pagination__next-arrow {
	background-color: #fff;
}

.wp-pagenavi {
	align-items: center;
	display: flex;
	gap: 0.75rem;
	justify-content: center;
}

.wp-pagenavi a,
.wp-pagenavi .current {
	align-items: center;
	background-color: #fff;
	border: 1px solid #c0ac67;
	color: #c0ac67;
	display: inline-flex;
	height: 2.375rem;
	justify-content: center;
	min-width: 2.375rem;
	padding: 0.25rem;
	transition: 0.3s background-color, 0.3s color;
}

.wp-pagenavi a:hover,
.wp-pagenavi .current {
	background-color: #c0ac67;
	color: #fff;
}

.wp-pagenavi .previouspostslink {
	margin-right: 1.75rem;
}

.wp-pagenavi .nextpostslink {
	margin-left: 1.75rem;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
	align-items: center;
	display: inline-flex;
	height: 2.375rem;
	justify-content: center;
	min-width: 2.375rem;
	position: relative;
}

.wp-pagenavi .previouspostslink .pagination__prev-arrow,
.wp-pagenavi .nextpostslink .pagination__next-arrow {
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center center;
	-webkit-mask-size: cover;
	aspect-ratio: 8/16;
	background-color: #c0ac67;
	left: 50%;
	mask-position: center center;
	mask-repeat: no-repeat;
	mask-size: cover;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: 0.3s background-color;
	width: 0.5rem;
}

.wp-pagenavi .previouspostslink .pagination__prev-arrow {
	-webkit-mask-image: url(../images/common/prev-arrow.svg);
	mask-image: url(../images/common/prev-arrow.svg);
}

.wp-pagenavi .nextpostslink .pagination__next-arrow {
	-webkit-mask-image: url(../images/common/next-arrow.svg);
	mask-image: url(../images/common/next-arrow.svg);
}

.wp-pagenavi .previouspostslink:hover .pagination__prev-arrow,
.wp-pagenavi .nextpostslink:hover .pagination__next-arrow {
	background-color: #fff;
}

.pc-nav-items {
	display: flex;
	gap: 2rem;
	height: inherit;
}

.pc-nav__item {
	height: inherit;
}

.pc-nav__item a {
	display: inline-block;
	height: inherit;
}

.pc-nav__item:hover .pc-nav__link-text,
.pc-nav__item:focus-within .pc-nav__link-text {
	color: #7a8746;
}

.pc-nav__link-text {
	align-items: center;
	color: #333;
	display: flex;
	gap: 0.25rem;
	height: inherit;
	justify-content: center;
	position: relative;
	text-transform: uppercase;
	transition: 0.3s color;
}

.pc-nav__link-text--drop-down:hover {
	cursor: pointer;
}

.pc-nav__link-text--drop-down::after {
	content: "▼";
	font-size: 10px;
}

.pc-nav__text-en {
	display: inline-block;
	line-height: 1;
}

.pc-nav__text-en {
	font-family: "Lexend", sans-serif, "Noto Sans JP", sans-serif;
	font-size: 1.125rem;
	font-weight: 400;
	position: relative;
}

.pc-nav__text-en::after {
	background: #7a8746;
	bottom: -0.5rem;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	transform: scale(0, 1);
	transform-origin: center top;
	transition: transform 0.3s;
	width: 100%;
}

.pc-nav__item:hover .pc-nav__text-en::after {
	transform: scale(1, 1);
}

.pc-nav__drop-down {
	bottom: 0;
	position: absolute;
	right: -1.5625rem;
}

.drop-down {
	background-color: rgba(240, 236, 224, 0.8);
	color: #333;
	opacity: 0;
	padding: 10px;
	transform: translate(0, 100%);
	transition: 0.3s opacity, visibility 0.3s;
	visibility: hidden;
	white-space: nowrap;
	width: auto;
}

.pc-nav__link-text--drop-down:hover > .drop-down,
.pc-nav__link-text--drop-down:focus-within > .drop-down {
	opacity: 1;
	visibility: visible;
}

.drop-down__list {
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
}

.drop-down__link {
	padding: 0.625rem;
	transition: 0.3s color;
}

.drop-down__link:hover,
.drop-down__link:focus {
	color: #7a8746;
}

.recruit-table {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.recruit-table__head {
	align-items: center;
	background-color: #7a8746;
	display: flex;
	justify-content: center;
	width: 100%;
}

.recruit-table__title {
	align-items: center;
	color: #f8f6f1;
	display: inline-flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.5;
	min-height: 1.9375rem;
	padding-left: 2rem;
	position: relative;
}

.recruit-table__title::before {
	-webkit-mask-image: url(../images/common/text-decoration01.svg);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center center;
	-webkit-mask-size: cover;
	aspect-ratio: 1/1;
	background-color: #f8f6f1;
	content: "";
	left: 0;
	mask-image: url(../images/common/text-decoration01.svg);
	mask-position: center center;
	mask-repeat: no-repeat;
	mask-size: cover;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.5rem;
}

.recruit-table__body {
	table-layout: fixed;
	width: 100%;
}

.recruit-table__body,
.recruit-table__body td {
	border: 1px solid #7a8746;
	border-collapse: collapse;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

.recruit-table__body td,
.recruit-table__head {
	padding: 0.25rem 1rem;
}

.recruit-table__body td {
	background-color: #f8f6f1;
	color: #333;
	font-weight: 400;
}

.recruit-table__name {
	width: 28.9855072464%;
}

.recruit-table__recruit {
	width: 71.0144927536%;
}

.recruit-table__td-box {
	align-items: center;
	display: flex;
	justify-content: center;
	min-height: 3.1875rem;
	text-align: center;
}

.recruit-tables__item {
	width: 100%;
}

.recruit-tables__item + .recruit-tables__item {
	margin-top: 2.5rem;
}

.recruit {
	padding-bottom: 1rem;
	padding-top: 1rem;
	position: relative;
}

.recruit__content {
	background-color: #f8f6f1;
	box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0);
	padding: 1rem;
	width: 100%;
}

.recruit__title {
	align-items: center;
	display: flex;
	gap: 1rem;
}

.recruit__title__en {
	color: #333;
	font-family: "Lexend", sans-serif;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
}

.recruit__title__ja {
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1.5;
}

.recruit__text {
	margin-top: 0.5rem;
}

.recruit__text a {
	border-bottom: 1px solid #7a8746;
	color: #7a8746;
	transition: 0.3s opacity;
}

.recruit__text a:hover {
	opacity: 0.7;
}

.releases-card {
	background-color: #f8f6f1;
	box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.05);
	height: 100%;
}

.releases-card__link {
	display: inline-flex;
	flex-direction: column;
	height: 100%;
}

.releases-card__link:hover {
	opacity: 0.7;
}

.releases-card__link:hover .releases-card__img img {
	transform: scale(1.1);
}

.releases-card__img {
	aspect-ratio: 1;
	overflow: clip;
}

.releases-card__img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	transition: transform 0.6s ease;
	width: 100%;
}

.releases-card__body {
	display: flex;
	flex-direction: column;
	height: 100%;
	margin-top: auto;
	padding: 1rem;
}

.releases-card__body--sub {
	height: auto;
	margin-top: 0;
}

.releases-card__category {
	align-self: flex-start;
	display: inline-block;
	transition: 0.3s border-bottom;
}

.releases-card__category a:hover {
	border-bottom: 1px solid #c0ac67;
}

.releases-card__category p {
	color: #c0ac67;
	font-family: "Lexend", sans-serif, "Noto Sans JP", sans-serif;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1.8333;
}

.releases-card__title {
	border-bottom: 1px solid #c0ac67;
	color: #333;
	font-family: "Lexend", sans-serif;
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.5;
	margin-top: 0.25rem;
	padding-bottom: 0.4375rem;
}

.releases-card__info-block {
	margin-top: auto;
}

.releases-card__block-name {
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.71429;
	margin-top: 0.4375rem;
}

.releases-card__block {
	margin-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.releases-card__block-name {
	color: #333;
	font-family: "Lexend", sans-serif;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1;
	margin-top: 0.5rem;
	position: relative;
}

.releases-card__date {
	color: #c0ac67;
	font-family: "Lexend", sans-serif, "Noto Sans JP", sans-serif;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1.8333;
}

.releases-card__text {
	margin-top: 1.5rem;
	text-align: left;
}

.releases-card__footer {
	margin-top: auto;
	padding: 0.5rem 1.5rem 2.5rem;
	text-align: center;
}

.releases-card__footer-text {
	color: #c0ac67;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.28571;
	margin-top: 0.4375rem;
}

.releases-card__button {
	margin-top: 1rem;
}

.releases-card__track-list {
	border-bottom: 1px dashed #c0ac67;
	padding-bottom: 0.75rem;
	text-indent: 1.75rem;
}

.blog-content__body > :not(:first-child).releases-card__track-list {
	margin-top: 5rem;
}

.releases-card__tracks {
	list-style: inside decimal-leading-zero;
	margin-top: 0.75rem;
}

.blog-content__body > :not(:first-child).releases-card__tracks {
	margin-top: 0.75rem;
}

.releases-cards {
	grid-row-gap: 2.5rem;
	display: grid;
	grid-template-columns: 1fr;
	row-gap: 2.5rem;
}

.releases-page__wrapper {
	margin-left: auto;
	margin-right: auto;
	max-width: 81.1594202899%;
	width: 100%;
}

.releases-page__cards {
	margin-top: 2.5rem;
}

.releases {
	background-color: #f0ece0;
	overflow-x: clip;
	padding-top: 2.5rem;
}

.releases__inner {
	position: relative;
}

.releases .swiper {
	height: 100%;
	width: 100%;
}

.releases .swiper-slide img {
	-o-object-fit: cover;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.releases__content {
	margin-left: -0.5rem;
	margin-right: calc(50% - 50vw);
	margin-top: 1.75rem;
	position: relative;
}

.releases__swiper.swiper {
	margin-left: 0;
	margin-right: 0;
	width: auto;
}

.releases__title {
	text-align: left;
}

.releases__cards.swiper-wrapper {
	margin-bottom: 0.75rem;
	margin-left: 0.5rem;
}

.releases__card.swiper-slide {
	height: auto;
	width: 17.5rem;
}

.releases-button-prev.swiper-button-prev,
.releases-button-next.swiper-button-next {
	filter: drop-shadow(0px 4px 4px rgba(255, 255, 255, 0.5));
	height: 3.75rem;
	left: auto;
	left: initial;
	right: auto;
	right: initial;
	top: 45%;
	width: 3.75rem;
}

.releases-button-prev.swiper-button-prev::before,
.releases-button-next.swiper-button-next::before {
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: cover;
	-webkit-mask-position: 50% 50%;
	background-color: #333;
	content: "";
	height: 100%;
	left: 0;
	mask-position: 50% 50%;
	mask-repeat: no-repeat;
	mask-size: cover;
	position: absolute;
	top: 0;
	transition: 0.3s background-color;
	width: 100%;
}

.releases-button-prev.swiper-button-prev:hover::before,
.releases-button-next.swiper-button-next:hover::before {
	background-color: #7a8746;
}

.releases-button-prev.swiper-button-prev {
	left: 2.5rem;
}

.releases-button-prev.swiper-button-prev::before {
	-webkit-mask-image: url(../images/common/right-circle-arrow.svg);
	mask-image: url(../images/common/right-circle-arrow.svg);
	transform: scale(-1, 1);
}

.releases-button-next.swiper-button-next {
	right: 2.5rem;
}

.releases-button-next.swiper-button-next::before {
	-webkit-mask-image: url(../images/common/right-circle-arrow.svg);
	mask-image: url(../images/common/right-circle-arrow.svg);
}

.releases-button-prev.swiper-button-prev::after,
.releases-button-next.swiper-button-next::after {
	bottom: 0;
	content: "";
	height: 0;
	height: 2.5rem;
	margin: auto;
	position: absolute;
	top: 0;
	width: 2.5rem;
}

.releases-button-prev.swiper-button-prev::after {
	right: 10rem;
}

.releases-button-next.swiper-button-next::after {
	right: 0;
}

.releases__button {
	margin-top: 1.75rem;
	text-align: center;
}

.section-title__en {
	color: #333;
	font-family: "Lexend", sans-serif;
	font-size: 3rem;
	font-weight: 400;
	line-height: 1.25;
	text-transform: uppercase;
}

.section-title__en::first-letter {
	color: #7a8746;
}

.section-title__en--large {
	font-size: 5rem;
	line-height: 1;
}

.section-title__ja {
	color: #7a8746;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 0.25rem;
}

.section-title__ja--large {
	margin-top: -0.4375rem;
}

.shops-tab__list {
	grid-column-gap: 1.25rem;
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.shops-tab__list--column {
	grid-template-columns: 1fr;
	max-width: 18.75rem;
	width: 100%;
}

.shops-tab__list--column .shops-tab__button {
	padding: 0;
}

.shops-tab__list--column .shops-tab__button:not(:first-child) {
	border-top: 1px solid #7a8746;
}

.shops-tab__list--column .shops-tab__button a {
	grid-gap: 0.5rem;
	align-items: center;
	display: grid;
	gap: 0.5rem;
	grid-template-columns: auto 1fr;
	justify-items: center;
	padding: 0.625rem 3.75rem;
	place-items: center;
	width: 100%;
}

.shops-tab__button {
	align-items: center;
	background-color: #f8f6f1;
	box-shadow: 2px 2px 4px 0pxrgba 0, 0, 0, 0.05;
	color: #7a8746;
	display: inline-flex;
	font-family: "Lexend", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	gap: 0.25rem;
	height: 100%;
	justify-content: center;
	line-height: 1.4;
	padding: 0.625rem;
	transition: 0.3s background-color, 0.3s color;
	width: 100%;
}

.shops-tab__button.is-active {
	pointer-events: none;
}

.shops-tab__button:hover,
.shops-tab__button.is-active {
	background-color: #7a8746;
	color: #f8f6f1;
}

.shops-tab__button .shops-logo::before {
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center center;
	-webkit-mask-size: cover;
	aspect-ratio: 1/1;
	background-color: #7a8746;
	content: "";
	display: inline-block;
	mask-position: center center;
	mask-repeat: no-repeat;
	mask-size: cover;
	transition: 0.3s background-color;
	width: 1.5rem;
}

.shops-tab__button:hover .shops-logo::before,
.shops-tab__button.is-active .shops-logo::before {
	background-color: #f8f6f1;
}

.shops-tab__button--left .shops-logo::before {
	-webkit-mask-image: url("../images/common/text-decoration01.svg");
	mask-image: url("../images/common/text-decoration01.svg");
}

.shops-tab__button--center .shops-logo::before {
	-webkit-mask-image: url("../images/common/text-decoration02.svg");
	mask-image: url("../images/common/text-decoration02.svg");
}

.shops-tab__button--right .shops-logo::before {
	-webkit-mask-image: url("../images/common/text-decoration03.svg");
	mask-image: url("../images/common/text-decoration03.svg");
}

.shops-tab__contents {
	margin-top: 1rem;
}

.shops-tab__content {
	opacity: 0;
	position: absolute;
	transition: 0.7s opacity;
	visibility: hidden;
}

.shops-tab__content.is-active {
	opacity: 1;
	position: relative;
	visibility: visible;
}

.shops-tab__content-wrapper {
	grid-gap: 0.5rem;
	border: 2px solid #c0ac67;
	display: grid;
	gap: 0.5rem;
	grid-template-columns: minmax(0, 1fr);
	padding: 1.375rem;
}

.shops-tab__text-block {
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
}

.shops-tab__title {
	border-bottom: 1px solid #c0ac67;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	padding-bottom: 0.5rem;
}

.shops-tab__title span {
	display: inline-block;
}

.shops-tab__text {
	margin-top: 0.5rem;
}

.shops-tab__map {
	font-size: 0.75rem;
	margin-top: 2.5rem;
	padding-left: 1.875rem;
}

.shops-tab__map a:hover {
	opacity: 0.7;
}

.shops-tab__map span {
	border-bottom: 1px solid #333;
	display: inline-block;
	position: relative;
}

.shops-tab__map span::before {
	background-image: url(../images/common/map-icon.webp);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 1.25rem;
	left: -1.625rem;
	position: absolute;
	top: 0;
	width: 1.25rem;
}

.shops-tab__image {
	aspect-ratio: 297/189;
	width: 100%;
}

.shops-tab__image img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.shops {
	background-color: #ddd5bd;
	overflow-x: clip;
	padding-bottom: 5rem;
	padding-top: 5rem;
}

.shops__title {
	text-align: left;
}

.shops__wrapper {
	grid-row-gap: 2rem;
	display: grid;
	grid-template-columns: 1fr;
	row-gap: 2rem;
}

.shops__img {
	margin-top: 1.75rem;
	width: 100%;
}

.shops__text-block {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.shops__lead {
	border-bottom: 1px solid #c0ac67;
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.2;
	padding-bottom: 0.25rem;
}

.shops__text {
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 2;
	margin-top: 0.5rem;
}

.shops-logo {
	display: flex;
}

.sidebar-item + .sidebar-item {
	margin-top: 5rem;
}

.sidebar-title {
	background: linear-gradient(90deg, #7a8746 0%, #7a8746 2.7210884354%, transparent 2.7210884354%, transparent 100%);
	color: #333;
	font-family: "Lexend", sans-serif;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1;
	padding-bottom: 0.5rem;
	padding-left: 1.5rem;
	padding-top: 0.5rem;
	position: relative;
	text-transform: uppercase;
}

.sidebar-content {
	margin-top: 1.5rem;
}

.sidebar-button {
	margin-top: 2.5rem;
	text-align: center;
}

.site-map-page {
	padding-bottom: 1.75rem;
}

.slide-color-box {
	position: relative;
}

.slide-color {
	background-color: #7a8746;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 2;
}

.slide-in-left {
	opacity: 0;
	transform: translateX(-3.125rem);
}

.slide-in-left.is-animated {
	animation: slideInLeft 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

.slide-in-right {
	opacity: 0;
	transform: translateX(-3.125rem);
}

.slide-in-right.is-animated {
	animation: slideInLeft 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

.sub-fv {
	position: relative;
}

.sub-fv__bg {
	aspect-ratio: 375/460;
	max-height: 600px;
	position: relative;
	width: 100%;
}

.sub-fv__bg::before {
	animation: huerotator 3s infinite alternate;
	background: linear-gradient(to bottom, #f0ece0 0%, #7a8746 100%);
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.7;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2;
}

.sub-fv__bg img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.sub-fv__title {
	color: #f8f6f1;
	font-family: "Gravitas One", serif;
	font-size: 2.25rem;
	font-weight: 400;
	left: 50%;
	line-height: 1.2;
	position: absolute;
	text-align: center;
	text-shadow: 0 0 1rem rgba(0, 0, 0, 0.4);
	text-transform: uppercase;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	word-break: break-word;
	z-index: 3;
}

.sub-page-content {
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
}

.sub-page-content__title {
	font-size: 1.5rem;
	font-weight: 500;
}

.sub-page-content__box {
	margin-top: 2.5rem;
}

.wp-block-group {
	margin-top: 2rem;
}

.sub-page-content__box p,
.sub-page-content__box li {
	font-size: 1rem;
	font-weight: 400;
	line-height: 2;
}

.sub-page-content__box ul,
.sub-page-content__box ol {
	list-style: decimal;
	padding-left: 1.375rem;
	text-indent: 0.125rem;
}

.sub-page {
	position: relative;
}

.submit-button {
	background-color: #7a8746;
	border: 1px solid #7a8746;
	cursor: pointer;
	display: inline-block;
	margin-bottom: 0.25rem;
	margin-right: 0.25rem;
	position: relative;
	z-index: 1;
}

.submit-button__input {
	color: #f8f6f1;
	display: inline-block;
	font-family: "Lexend", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.57143;
	padding: 0.9375rem;
	padding-left: 3.5rem;
	position: relative;
	text-align: left;
	text-transform: uppercase;
	width: 12.625rem;
	z-index: 2;
}

.submit-button::before {
	background-color: transparent;
	border: 1px solid #7a8746;
	content: "";
	display: inline-block;
	height: 100%;
	left: 0.25rem;
	position: absolute;
	top: 0.25rem;
	width: 100%;
	z-index: -1;
}

.submit-button::after {
	background-color: #f8f6f1;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform 0.3s cubic-bezier(0.45, 0, 0.55, 1);
	width: 100%;
	z-index: -1;
}

.submit-button:hover .submit-button__input {
	color: #7a8746;
}

.submit-button:hover::after {
	transform: scale(1, 1);
}

.submit-button span {
	display: inline-block;
	position: absolute;
	right: 3.5rem;
	top: 50%;
	transform: translateY(-50%);
}

.submit-button span::after {
	-webkit-mask-image: url(../images/common/right-circle-arrow.svg);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center center;
	-webkit-mask-size: cover;
	aspect-ratio: 1;
	background-color: #f8f6f1;
	content: "";
	display: inline-block;
	margin-bottom: 0.25rem;
	mask-image: url(../images/common/right-circle-arrow.svg);
	mask-position: center center;
	mask-repeat: no-repeat;
	mask-size: cover;
	width: 1.25rem;
}

.submit-button:hover span::after {
	background-color: #7a8746;
}

.tab {
	grid-column-gap: 1.3125rem;
	-moz-column-gap: 1.3125rem;
	grid-row-gap: 0.875rem;
	column-gap: 1.3125rem;
	display: grid;
	flex-wrap: wrap;
	grid-template-columns: repeat(auto-fit, minmax(10.125rem, 1fr));
	row-gap: 0.875rem;
}

.tab__category {
	align-items: center;
	background-color: #f8f6f1;
	border: 1px solid currentColor;
	color: #7a8746;
	display: inline-flex;
	justify-content: center;
	transition: 0.3s color, 0.3s background-color, 0.3s border;
}

.tab__category.is-active {
	background-color: #7a8746;
	color: #f8f6f1;
	pointer-events: none;
}

.tab__category:hover {
	background-color: #7a8746;
	color: #f8f6f1;
}

.tab__link {
	padding: 0.375rem;
	width: 100%;
}

.tab__text {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.57143;
	text-align: center;
}

.text {
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
}

.bogo .current {
	color: #7a8746;
	transition: 0.6s color;
}

.bogo .bogo-language-switcher.list-view li {
	transition: 0.3s color;
}

.bogo .bogo-language-switcher.list-view li:not(.current):hover {
	color: #7a8746;
}

.bogo-language-switcher.list-view {
	align-content: center;
	height: inherit;
	justify-content: center;
	place-content: center;
}

.bogo.is-active .current {
	color: #f0ece0;
}

.bogo.is-active .bogo-language-switcher.list-view li:not(.current):hover {
	color: #f0ece0;
}

/*デフォルト色の指定*/

/*サイズ等の指定*/

/*ラジオボタンの指定*/

/*チェックボックスの指定*/

/*テキストエリアの指定*/

[type=text],
[type=search],
[type=tel],
[type=url],
[type=email],
[type=password],
[type=date],
textarea {
	background: #fff;
	background-image: none; /*↓リセットCSS */
	border: none;
	border: 1px solid #c0ac67;
	border-radius: 0;
	border-radius: 0rem;
	font-family: inherit;
	font-size: 1rem; /*↓カスタム */
	margin-top: 1rem;
	max-width: 30rem;
	padding: 0.4375rem 1rem;
	width: 100%; /*↓↓↓↓不要ならコメントアウト or 削除 */ /*↓↓選択されているときの色*/
}

[type=text]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=url]:focus,
[type=email]:focus,
[type=password]:focus,
[type=date]:focus,
textarea:focus {
	border: 1px solid #c7746d;
}

[type=tel] {
	max-width: 30rem;
	width: 100%;
}

/*↓リセットCSS */

/*↓カスタム */

[type=radio],
[type=checkbox] {
	opacity: 0;
	position: absolute;
}

[type=radio] + span,
[type=checkbox] + span {
	cursor: pointer;
	display: inline-block;
	font-size: 1rem;
	line-height: 1;
	margin: 0 0.875rem 0 0;
	padding: 0 0 0 1.375rem;
	position: relative;
	transition: 0.3s ease;
}

[type=radio] + span::before,
[type=checkbox] + span::before {
	background: #fff;
	border: 1px solid #c0ac67;
	content: "";
	display: block;
	height: 0.875rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.875rem;
}

[type=radio] + span::after,
[type=checkbox] + span::after {
	opacity: 0;
	transition: 0.3s ease;
}

[type=radio]:checked + span::after,
[type=checkbox]:checked + span::after {
	border-bottom: 2px solid #c7746d;
	border-left: 2px solid #c7746d;
	content: "";
	display: block;
	height: 0.3125rem;
	left: 0;
	margin-left: 0.1em;
	margin-top: -0.1em;
	opacity: 1;
	position: absolute;
	top: 50%; /*チェックマークじゃない場合は以下を変更する*/
	transform: translateY(-50%) rotate(-45deg);
	width: 0.5625rem;
}

select {
	background-color: #fff;
	border: none;
	border: 1px solid #c0ac67; /*↓リセットCSS */
	border-radius: 0;
	border-radius: 0rem;
	color: inherit;
	cursor: pointer;
	font-family: inherit;
	font-size: 0.75rem;
	margin-top: 1rem; /*↓カスタム */
	max-width: 30rem;
	padding: 0.5625rem 0.4375rem;
	width: 100%; /*↓デフォルトのアイコンを消す場合はコメントアウト（noneにする）*/ /*↓デフォルトではないアイコンを使う場合は入力する*/
}

select:focus {
	border: 1px solid #c7746d;
}

[type=date] { /*↓デフォルトのアイコンを消す場合はコメントアウト（noneにする）*/
	-webkit-appearance: auto;
	-moz-appearance: auto;
	appearance: auto;
	position: relative; /*↓デフォルトではないアイコンを使う場合は入力する*/
}

[type=date]:focus {
	border-color: #c7746d;
}

input[type=date]::-webkit-calendar-picker-indicator {
	height: 100%;
	opacity: 0;
	position: absolute;
	width: 100%;
}

textarea {
	border: 1px solid #c0ac67;
	display: block;
	height: 12.5rem;
	max-width: 30rem;
	resize: none;
	width: 100%;
}

input::-moz-placeholder {
	color: #e7ddba;
}

input::placeholder {
	color: #e7ddba;
}

input:user-invalid,
textarea:user-invalid {
	background: rgba(201, 72, 0, 0.2);
	border-color: #c7746d;
}

input:user-invalid::-moz-placeholder {
	color: #f8f6f1;
}

input:user-invalid::placeholder {
	color: #f8f6f1;
}

[type=checkbox]:user-invalid + span::before,
[type=redio]:user-invalid + span::before {
	background: rgba(201, 72, 0, 0.2);
	border-color: #c7746d;
}

.wpcf7-form.invalid input.wpcf7-not-valid,
.wpcf7-form.invalid textarea.wpcf7-not-valid {
	background: rgba(201, 72, 0, 0.2);
	border-color: #c7746d;
}

.wpcf7-form.invalid input.wpcf7-not-valid::-moz-placeholder {
	color: #f8f6f1;
}

.wpcf7-form.invalid input.wpcf7-not-valid::placeholder {
	color: #f8f6f1;
}

.wpcf7-form.invalid span.wpcf7-not-valid .wpcf7-list-item-label::before {
	background: rgba(201, 72, 0, 0.2);
	border-color: #c7746d;
}

.wp-pagenavi {
	align-items: center;
	display: flex;
	gap: 0.75rem;
	justify-content: center;
}

.wp-pagenavi a,
.wp-pagenavi .current {
	align-items: center;
	background-color: #f8f6f1;
	border: 1px solid #7a8746;
	color: #7a8746;
	display: inline-flex;
	height: 2.375rem;
	justify-content: center;
	min-width: 2.375rem;
	padding: 0.25rem;
	transition: 0.3s background-color, 0.3s color;
}

.wp-pagenavi a:hover,
.wp-pagenavi .current {
	background-color: #7a8746;
	color: #f8f6f1;
}

.wp-pagenavi .previouspostslink {
	margin-right: 1.75rem;
}

.wp-pagenavi .nextpostslink {
	margin-left: 1.75rem;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
	align-items: center;
	display: inline-flex;
	height: 2.375rem;
	justify-content: center;
	min-width: 2.375rem;
	position: relative;
}

.wp-pagenavi .previouspostslink .pagination__prev-arrow,
.wp-pagenavi .nextpostslink .pagination__next-arrow {
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center center;
	-webkit-mask-size: cover;
	aspect-ratio: 8/16;
	background-color: #7a8746;
	left: 50%;
	mask-position: center center;
	mask-repeat: no-repeat;
	mask-size: cover;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: 0.3s background-color;
	width: 0.5rem;
}

.wp-pagenavi .previouspostslink .pagination__prev-arrow {
	-webkit-mask-image: url(../images/common/prev-arrow.svg);
	mask-image: url(../images/common/prev-arrow.svg);
}

.wp-pagenavi .nextpostslink .pagination__next-arrow {
	-webkit-mask-image: url(../images/common/next-arrow.svg);
	mask-image: url(../images/common/next-arrow.svg);
}

.wp-pagenavi .previouspostslink:hover .pagination__prev-arrow,
.wp-pagenavi .nextpostslink:hover .pagination__next-arrow {
	background-color: #f8f6f1;
}

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.4814814815vw;
}

.layout-about-content {
	margin-top: 7.5rem;
}

.blog-layout {
	margin-top: 0;
}

.layout-contact-sub {
	margin-top: 8.75rem;
}

.layout-footer {
	margin-top: 10rem;
}

.layout-shops {
	margin-top: 10.25rem;
}

.layout-not-found-page {
	margin-top: 7.5625rem;
}

.layout-section {
	margin-top: 8.75rem;
}

.layout-sub-page {
	margin-top: 6.25rem;
}

.about-company-table {
	flex-direction: row;
}

.about-company-table__title {
	padding-bottom: 4.5rem;
	padding-left: 0;
}

.about-company-table__title::before {
	bottom: 0;
	left: 50%;
	top: auto;
	top: initial;
	transform: translateX(-50%);
	width: 4rem;
}

.about-company-table__body {
	width: 81.25%;
}

.about-company-table__name {
	width: 18.75%;
}

.about-company-table__about-company {
	width: 62.5%;
}

.about-company-table__td-box {
	justify-content: flex-start;
	text-align: left;
}

.about-company__table {
	margin-top: 5rem;
}

.about-content__image-block {
	aspect-ratio: 1080/661;
	margin-top: 2.5rem;
}

.about-content__img02--sub {
	bottom: 0;
	position: absolute;
	right: 0;
	width: 81.4492753623%;
	z-index: -1;
}

.about-content__wrapper {
	display: flex;
	left: 0;
	margin-top: 0;
	padding: 1.5rem;
	position: absolute;
	text-shadow: 0 0 1rem rgba(0, 0, 0, 0.8);
	top: 12.5rem;
}

.about-content__text--block {
	align-self: center;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}

.about-content__lead {
	color: #f8f6f1;
	font-size: 5rem;
	line-height: 1.25;
	padding-left: 2.5rem;
}

.about-content__lead--sub {
	left: 0;
	position: relative;
	top: 0;
}

.about-content__text {
	color: #f8f6f1;
	margin-top: 0;
}

.about-content__text--sub {
	margin-top: 0;
}

.about-content__button {
	margin-top: 2.5rem;
}

.about-gallery__wrapper {
	grid-template-columns: 45.5555555556% 7.4074074074% 45.5555555556%;
	grid-template-rows: 1fr;
	margin-top: 5rem;
}

.about-gallery__image:nth-child(6n+1),
.about-gallery__image:nth-child(6n) {
	grid-column: span 1;
	grid-row: span 2;
}

.about-gallery__image:nth-child(6n+2),
.about-gallery__image:nth-child(6n+3),
.about-gallery__image:nth-child(6n+4),
.about-gallery__image:nth-child(6n+5) {
	grid-column: span 2;
	grid-row: span 1;
}

.about-labels__items {
	margin-top: 1rem;
}

.aside-news-card__info {
	display: flex;
	justify-content: space-between;
}

.aside-news-card__info-date {
	margin-top: auto;
}

.blog-cards {
	-moz-column-gap: 2.5rem;
	column-gap: 2.5rem;
	grid-template-columns: repeat(3, 1fr);
}

.blog-cards--2col {
	-moz-column-gap: 2.5rem;
	column-gap: 2.5rem;
	grid-template-columns: 1fr 1fr;
	row-gap: 5rem;
}

.blog-content__title {
	font-size: 2rem;
}

.blog-content__img {
	margin-top: 2.5rem;
}

.blog-content__category {
	padding: 0.3125rem 0.9375rem;
}

.blog-content__body {
	margin-top: 2.5rem;
}

.blog-content__body > :not(:first-child) {
	margin-top: 2.5rem;
}

.blog-content__pagination {
	margin-top: 5rem;
}

.blog-page__wrapper {
	display: flex;
	gap: 5.375rem;
}

.blog-page__container {
	width: 64.8148148148%;
}

.blog-page__aside {
	margin-top: 0;
	width: 27.2222222222%;
}

.blog-page__wrapper {
	display: flex;
	gap: 5.375rem;
}

.blog-page__container {
	width: 64.8148148148%;
}

.blog-page__aside {
	margin-top: 0;
	width: 27.2222222222%;
}

.blog {
	padding-top: 6.25rem;
}

.blog__bg {
	content: "";
	display: block;
	height: 25rem;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.blog__inner.inner {
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
}

.blog__items {
	margin-top: 5rem;
}

.blog__button {
	margin-top: 5rem;
}

.breadcrumb--sub {
	padding-top: 6.125rem;
}

.contact-form__field {
	display: grid;
	grid-template-columns: 11fr 24fr;
	padding-bottom: 2.4375rem;
}

.contact-form__field + .contact-form__field {
	margin-top: 2.5rem;
}

.contact-form__label,
.contact-form__label label {
	align-items: flex-start;
}

.contact-form__checkbox-wrapper {
	margin-top: 0.1875rem;
}

.contact-form__data-privacy {
	margin: 0;
	text-align: center;
	width: 100%;
}

.contact-form__data-privacy [type=checkbox] + .wpcf7-list-item-label {
	margin-top: 5rem;
	padding-left: 2.375rem;
}

.contact-form__submit-button {
	margin-top: 2.5rem;
}

.contact-page {
	padding-bottom: 0.75rem;
}

.contact-page__inner.inner {
	max-width: 46.875rem;
}

.faq-accordion__question {
	font-size: 1.25rem;
	padding: 1.5625rem 7rem 1.5625rem 2.5rem;
}

.faq-accordion__question::before,
.faq-accordion__question::after {
	right: 2.5rem;
	width: 2rem;
}

.faq-accordion__answer {
	margin-top: 1rem;
	padding: 2.5rem;
}

.faq-page__inner.inner {
	max-width: 46.875rem;
}

.footer {
	padding-bottom: 5rem;
	padding-top: 5rem;
}

.footer__content {
	gap: 1.5rem;
}

.footer__logo-link img {
	width: 6.25rem;
}

.footer__sns-link img {
	height: 2rem;
	width: 2rem;
}

.footer__nav {
	margin-top: 1.5rem;
}

.footer__copyright {
	font-size: 0.875rem;
	line-height: 1.28571;
	margin-top: 5rem;
}

.fv .swiper {
	padding-bottom: 25px;
	padding-left: 0;
	padding-left: initial;
	padding-right: 25px;
}

.fv__bg {
	grid-template-columns: 15% 85%;
	height: calc(100svh - 90px);
}

.fv__message {
	order: -1;
	padding-bottom: 25px;
	padding-left: 0;
	padding-right: 0;
	padding-top: 5rem;
}

.fv__message-image img {
	height: 100%;
}

.fv__opening-bg {
	margin-top: -5.625rem;
}

.fv__opening-title01 {
	width: 12.5rem;
}

.fv__opening-title02 {
	width: 12.5rem;
}

.fv__opening-images {
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 100%;
}

.fv__opening-image01 {
	-o-object-position: right center;
	object-position: right center;
}

.fv__opening-image02 {
	-o-object-position: left center;
	object-position: left center;
}

.header {
	height: 5.625rem;
}

.header__inner {
	padding-left: 40px;
	padding-right: 40px;
}

.header__logo-link img {
	width: 11.25rem;
}

.inner {
	max-width: 70.625rem;
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
}

.nav-menu__columns {
	gap: 1.25rem;
}

.nav-menu__column {
	flex-direction: row;
	gap: 1.25rem;
}

.news-card__link {
	padding: 1.5rem;
}

.news-card__header {
	align-items: center;
	display: flex;
	gap: 1rem;
}

.news-card__text-block {
	width: 80.6201550388%;
}

.news-card__info {
	align-items: center;
	display: flex;
	gap: 0.5rem;
}

.news-card__title {
	font-size: 1.125rem;
	margin-top: 0.5rem;
	padding-bottom: 0.0625rem;
}

.news-card__img {
	width: 19.3798449612%;
}

.news-card__body {
	margin-top: 2.5rem;
}

.news__title {
	text-align: right;
}

.news__items {
	margin-top: 1.875rem;
}

.news__button {
	margin-top: 5rem;
}

.not-found-page {
	padding-bottom: 9.25rem;
}

.not-found-page__message {
	font-size: 10rem;
}

.not-found-page__text {
	line-height: 1.5;
	margin-top: 1.5rem;
}

.not-found-page__button {
	margin-top: 5rem;
}

.page-top {
	bottom: 1.25rem;
	height: 5rem;
	right: 1.25rem;
	width: 5rem;
}

.recruit-table {
	flex-direction: row;
}

.recruit-table__head {
	width: 18.75%;
}

.recruit-table__title {
	padding-bottom: 4.5rem;
	padding-left: 0;
}

.recruit-table__title::before {
	bottom: 0;
	left: 50%;
	top: auto;
	top: initial;
	transform: translateX(-50%);
	width: 4rem;
}

.recruit-table__body {
	width: 81.25%;
}

.recruit-table__name {
	width: 18.75%;
}

.recruit-table__recruit {
	width: 62.5%;
}

.recruit-table__td-box {
	justify-content: flex-start;
	text-align: left;
}

.recruit-tables__item + .recruit-tables__item {
	margin-top: 5rem;
}

.recruit {
	padding-bottom: 1.5rem;
	padding-top: 1.5rem;
}

.recruit__content {
	padding: 1.5rem;
}

.releases-card__body {
	padding: 1.5rem 1rem;
}

.releases-card__body--sub {
	padding: 1.5rem;
}

.releases-card__title {
	font-size: 1.5rem;
}

.releases-card__title--large {
	font-size: 1.5rem;
	line-height: 1.2;
}

.releases-card__block-name {
	font-size: 1rem;
	line-height: 1.5;
	margin-top: 1rem;
}

.releases-card__block-name--large {
	margin-top: 1.5rem;
}

.releases-card__block {
	padding-bottom: 1rem;
}

.releases-card__block--large {
	gap: 2.5625rem;
	padding-bottom: 0;
}

.releases-card__block-name {
	font-size: 1.25rem;
}

.blog-content__body > :not(:first-child).releases-card__track-list {
	margin-top: 7.5rem;
}

.releases-cards {
	-moz-column-gap: 2.5rem;
	column-gap: 2.5rem;
	grid-template-columns: 1fr 1fr;
	row-gap: 5rem;
}

.releases-page__wrapper {
	max-width: 100%;
}

.releases {
	padding-top: 7.5rem;
}

.releases__content {
	margin-top: 2.5rem;
}

.releases__card.swiper-slide {
	width: 20.8125rem;
}

.releases__button {
	margin-top: 4.25rem;
}

.section-title__en {
	font-size: 3.75rem;
	line-height: 1;
}

.section-title__en--white,
.section-title__en--white::first-letter {
	color: #f8f6f1;
}

.section-title__en--large {
	font-size: 5rem;
}

.section-title__ja {
	font-size: 1.125rem;
	margin-top: 0.5rem;
}

.section-title__ja--large {
	margin-top: -0.4375rem;
}

.section-title__ja--white {
	color: #fff;
}

.shops-tab__list {
	-moz-column-gap: 5.625rem;
	column-gap: 5.625rem;
}

.shops-tab__list--column {
	max-width: none;
	max-width: initial;
}

.shops-tab__button {
	font-size: 1.5rem;
	gap: 0.5rem;
}

.shops-tab__button .shops-logo::before {
	width: 4rem;
}

.shops-tab__contents {
	margin-top: 1.5rem;
}

.shops-tab__content-wrapper {
	align-items: center;
	gap: 3rem;
	grid-template-columns: 1fr 1fr;
	justify-items: center;
	place-items: center;
}

.shops {
	padding-bottom: 6.25rem;
	padding-top: 6.25rem;
}

.shops.section {
	padding-top: 6.25rem;
}

.shops__title {
	text-align: right;
}

.shops__wrapper {
	-moz-column-gap: 4.4444444444%;
	column-gap: 4.4444444444%;
	grid-template-columns: 50% 45.5555555556%;
	margin-top: 2.5rem;
}

.shops__img {
	margin-top: 0;
}

.shops__lead {
	font-size: 1.5rem;
	line-height: 1;
	padding-bottom: 0.5rem;
}

.site-map-page {
	padding-bottom: 0;
}

.slide-in-right {
	transform: translateX(3.125rem);
}

.slide-in-right.is-animated {
	animation: slideInRight 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

.sub-fv__bg {
	aspect-ratio: 1440/548;
}

.sub-fv__title {
	font-size: 3.25rem;
	line-height: 1.25;
	top: 50%;
}

.sub-page-content__title {
	font-size: 2rem;
}

.sub-page__inner.inner {
	max-width: 53.125rem;
}

.tab {
	-moz-column-gap: 2rem;
	column-gap: 2rem;
	grid-template-columns: repeat(auto-fit, minmax(auto, 10.125rem));
}

[type=text],
[type=search],
[type=tel],
[type=url],
[type=email],
[type=password],
[type=date],
textarea {
	margin-top: 0;
}

select {
	margin-top: 0;
}

}

@media (min-width: 1080px) {

html {
	font-size: 16px;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@keyframes fadeInTop {

0% {
	opacity: 0;
	transform: translateY(-2.5rem);
}

100% {
	opacity: 1;
	transform: translateY(0);
}

}

@keyframes slideInLeft {

0% {
	opacity: 0;
	transform: translateX(calc(-50vw - 50%));
}

100% {
	transform: translateX(0);
}

40%,100% {
	opacity: 1;
}

}

@keyframes slideInRight {

0% {
	opacity: 0;
	transform: translateX(calc(50vw + 50%));
}

100% {
	transform: translateX(0);
}

40%,100% {
	opacity: 1;
}

}

@keyframes huerotator {

0% {
	filter: hue-rotate(0deg);
}

100% {
	filter: hue-rotate(30deg);
}

}


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