.u-pc-only {
	display: none;
}

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

html {
	font-size: 16px;
	scroll-behavior: auto;
}

/* 共通設定 */

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

body {
	background-color: #F6F3EC;
	color: #3E3B36;
	font-family: "Sen", "Noto Sans JP", sans-serif;
	font-size: 1rem;
	letter-spacing: 0;
	line-height: 1.5;
}

body.no-scroll {
	overflow: hidden;
}

main {
	flex: 1;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

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

/* 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] {
	display: none;
}

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

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

.c-button-pdf {
	align-items: center;
	background-color: #1C2469;
	border: 1px solid #1C2469;
	border-radius: 100vw;
	color: #fff;
	color: #fff;
	display: inline-grid;
	font-family: "Sen", "Noto Sans JP", sans-serif;
	font-size: 0.9375rem;
	font-weight: 600;
	gap: 1rem;
	grid-template-columns: 1fr auto;
	justify-content: space-between;
	letter-spacing: 0.05em;
	line-height: 1.5;
	max-width: 15rem;
	padding: 1rem 2rem;
	text-transform: uppercase;
	transition: background-color 0.3s ease, color 0.3s ease;
	width: 100%;
}

.c-button-pdf::after {
	-webkit-mask-image: url(../images/common/icon-arrow.svg);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-size: contain;
	background-color: #fff;
	content: "";
	display: inline-block;
	height: 100%;
	mask-image: url(../images/common/icon-arrow.svg);
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	transition: background-color 0.3s ease, transform 0.3s ease;
	width: 1.125rem;
}

.c-button-pdf span {
	align-items: center;
	display: flex;
	gap: 0.5rem;
}

.c-button-pdf span::after {
	-webkit-mask-image: url(../images/common/icon-pdf.svg);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-size: contain;
	aspect-ratio: 13/17;
	background-color: #fff;
	content: "";
	display: inline-block;
	height: 100%;
	mask-image: url(../images/common/icon-pdf.svg);
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	transition: background-color 0.3s ease;
	width: 0.8125rem;
}

.c-button-pdf:hover {
	background-color: #fff;
	color: #1C2469;
	opacity: 1;
}

.c-button-pdf:hover::after {
	background-color: #1C2469;
	transform: translateX(1rem);
}

.c-button-pdf:hover span::after {
	background-color: #1C2469;
}

.c-button-pdf.is-small {
	font-size: 0.8125rem;
	font-weight: 600;
	line-height: 1.8;
	max-width: 9.875rem;
	padding: 0.4375rem 1rem;
}

.c-button-pdf.is-small span {
	gap: 0.5rem;
	white-space: nowrap;
}

.c-button-pdf.is-small:hover::after {
	background-color: #1C2469;
	transform: translateX(0.5rem);
}

.c-button {
	align-items: center;
	background-color: #1C2469;
	border: 1px solid #1C2469;
	border-radius: 100vw;
	color: #fff;
	color: #fff;
	display: inline-grid;
	font-family: "Sen", "Noto Sans JP", sans-serif;
	font-size: 0.9375rem;
	font-weight: 600;
	gap: 1rem;
	grid-template-columns: 1fr auto;
	justify-content: space-between;
	letter-spacing: 0.05em;
	line-height: 1.5;
	min-width: 15rem;
	padding: 1rem 2rem;
	text-transform: uppercase;
	transition: background-color 0.3s ease, color 0.3s ease;
}

.c-button::after {
	-webkit-mask-image: url(../images/common/icon-arrow.svg);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-size: contain;
	background-color: #fff;
	content: "";
	display: inline-block;
	height: 100%;
	mask-image: url(../images/common/icon-arrow.svg);
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	transition: background-color 0.3s ease, transform 0.3s ease;
	width: 1.125rem;
}

.c-button.is-contact {
	font-size: 0.875rem;
	gap: 0.5rem;
	letter-spacing: 0.08em;
	line-height: 1;
	min-width: 8.75rem;
	padding: 0.875rem 1rem 0.875rem 1.5rem;
}

.c-button:hover {
	background-color: #fff;
	color: #1C2469;
	opacity: 1;
}

.c-button:hover::after {
	background-color: #1C2469;
	transform: translateX(1rem);
}

.c-button.is-contact:hover::after {
	transform: translateX(0.25rem);
}

.c-section-title {
	color: #422D09;
	font-family: "Sen", "Zen Kaku Gothic New", sans-serif;
	font-size: 1.75rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.4;
}

.c-section-title.is-large {
	letter-spacing: 0.05em;
	line-height: 1.6;
}

.c-section-title.is-center {
	text-align: center;
}

.c-test {
	color: red;
	font-size: rem(20);
}

.l-header {
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 900;
}

.l-inner-sub {
	height: inherit;
	margin: 0 auto;
	max-width: 33.75rem;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.l-inner {
	height: inherit;
	margin: 0 auto;
	max-width: 33.75rem;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.l-page-container {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.l-staff-cta {
	margin-top: 4.5rem;
}

.l-top-link {
	margin-top: 4.5rem;
}

.p-company__row {
	grid-gap: 1rem;
	align-items: baseline;
	display: grid;
	gap: 1rem;
	grid-template-columns: 5rem 1fr;
	padding-bottom: 1.25rem;
	padding-top: 1.25rem;
}

.p-company__row:first-child {
	padding-top: 0;
	padding-top: initial;
}

.p-company__row + .p-company__row {
	border-top: 1px solid #D7CFC1;
}

.p-company__term {
	color: #422D09;
	font-size: 0.9375rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.4;
}

.p-company__description {
	font-size: 0.9375rem;
	letter-spacing: 0.05em;
	line-height: 1.8;
}

.p-company__description-pc {
	display: none;
}

.p-company__small {
	display: block;
	font-size: 0.75rem;
}

.p-cta {
	background-color: #524020;
	background-image: url("../images/common/cta-bg.webp");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 4.5rem;
	padding-top: 4.5rem;
	position: relative;
}

.p-cta__text {
	color: #fff;
	font-family: "Sen", "Noto Sans JP", sans-serif;
	font-size: 0.9375rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.8;
	text-align: center;
}

.p-cta__list {
	grid-gap: 1rem;
	display: grid;
	gap: 1rem;
	grid-template-columns: 1fr;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2rem;
	max-width: 22.5rem;
}

.p-cta__contact {
	margin-left: auto;
	margin-right: auto;
	margin-top: 2rem;
	max-width: 22.5rem;
}

.p-cta__link {
	align-items: center;
	aspect-ratio: 360/140;
	background-color: #fff;
	border-radius: 0.5rem;
	display: grid;
	grid-template-columns: 1fr auto;
	height: auto;
	justify-content: space-between;
	padding: 1rem 1.875rem;
	width: 100%;
}

.p-cta__link::after {
	-webkit-mask-image: url(../images/common/icon-arrow-long.svg);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-size: contain;
	background-color: #3E3B36;
	content: "";
	display: inline-block;
	height: 100%;
	mask-image: url(../images/common/icon-arrow-long.svg);
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	transition: transform 0.3s ease, background-color 0.3s ease;
	width: 1.75rem;
}

.p-cta__link-heading {
	align-items: baseline;
	color: #3E3B36;
	display: flex;
	font-family: "Sen", sans-serif;
	font-size: 1.75rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1;
	text-transform: uppercase;
}

.p-cta__link-heading span {
	font-size: 1.0625rem;
}

.p-cta__link-tel {
	margin-left: 0.3125rem;
}

.p-cta__link-text {
	color: #3E3B36;
	font-family: "Sen", "Noto Sans JP", sans-serif;
	font-size: 0.9375rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.8;
	margin-top: 0.25rem;
}

.p-cta__link:hover {
	opacity: 1;
}

.p-cta__link:hover .p-cta__link-heading {
	color: #1C2469;
}

.p-cta__link:hover .p-cta__link-text {
	color: #1C2469;
}

.p-cta__link:hover::after {
	background-color: #1C2469;
	transform: translateX(25%);
}

.p-error {
	padding-bottom: 6rem;
	padding-top: 9.375rem;
}

.p-error__inner.l-inner {
	padding-left: 1.875rem;
	padding-right: 1.875rem;
}

.p-error__title {
	color: #422D09;
	font-family: "Sen", sans-serif;
	font-size: 2.25rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.4;
	text-align: center;
}

.p-error__message {
	color: #422D09;
	font-family: "Sen", "Zen Kaku Gothic New", sans-serif;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.4;
	margin-top: 2rem;
	text-align: center;
}

.p-error__text {
	font-family: "Sen", "Noto Sans JP", sans-serif;
	font-size: 1.5rem;
	font-size: 0.9375rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.8;
	margin-top: 1rem;
}

.p-error__button .c-button {
	font-family: "Noto Sans JP", sans-serif;
}

.p-error__button {
	display: flex;
	justify-content: center;
	margin-top: 2rem;
}

.p-footer {
	background-color: #EFE8DA;
	background-image: url("../images/common/bg-footer.webp");
	background-position: top center;
	background-repeat: repeat-y;
	background-size: cover;
	padding-top: 3.5rem;
}

.p-footer__inner.l-inner {
	padding-left: 1.875rem;
	padding-right: 1.875rem;
}

.p-footer__logo-img {
	aspect-ratio: 292/236;
	height: auto;
	width: 6.25rem;
}

.p-footer__logo-img img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.p-footer__company {
	margin-top: 0.25rem;
}

.p-footer__company-name {
	color: #3E3B36;
	font-family: "Sen", "Zen Kaku Gothic New", sans-serif;
	font-size: 1.0625rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.8;
}

.p-footer__company-info {
	margin-top: 0.25rem;
}

.p-footer__address-wrap {
	color: #837F79;
	font-family: "Sen", "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.8;
}

.p-footer__address {
	letter-spacing: 0.01em;
}

.p-footer__number {
	margin-top: 0.25rem;
}

.p-footer__tel,
.p-footer__fax {
	color: #837F79;
	font-family: "Sen", "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.8;
}

.p-footer__sns {
	align-items: center;
	display: flex;
	gap: 0.75rem;
	margin-top: 0.75rem;
}

.p-footer__sns-icon {
	aspect-ratio: 1/1;
	height: auto;
	width: 1.5rem;
}

.p-footer__sns-icon img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.p-footer__nav {
	margin-left: -0.5em;
	margin-top: 1.75rem;
}

.p-footer__nav-list {
	display: grid;
	grid-auto-flow: column;
	grid-template-columns: repeat(2, auto);
	grid-template-columns: repeat(2, auto);
	grid-template-rows: repeat(3, auto);
}

.p-footer__nav-link {
	color: #3E3B36;
	font-family: "Sen", "Noto Sans JP", sans-serif;
	font-size: 0.9375rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.8;
	padding: 0.4375rem;
	text-transform: uppercase;
	transition: color 0.3s ease;
	white-space: nowrap;
	width: 100%;
}

.p-footer__copyright {
	border-top: 1px solid #D7CFC1;
	color: #837F79;
	display: block;
	font-family: "Sen", sans-serif;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.8;
	margin-top: 2.75rem;
	padding-bottom: 0.875rem;
	padding-top: 0.875rem;
	text-align: center;
}

.p-header {
	background-color: transparent;
	height: 4.5rem;
	transition: background-color 0.3s ease;
}

.p-header__inner {
	display: flex;
	height: inherit;
	justify-content: space-between;
	padding-left: 1.25rem;
}

.p-header__logo {
	height: inherit;
}

.p-header__logo-link {
	align-items: center;
	display: flex;
	gap: 0.25rem;
	height: inherit;
}

.p-header__logo-wrap {
	align-items: center;
	display: flex;
	gap: 0.625rem;
}

.p-header__logo-img {
	align-items: center;
	display: inline-grid;
	grid-template: "area" 1fr/1fr;
	height: inherit;
	justify-items: center;
	max-width: 4.625rem;
	place-items: center;
	width: 100%;
}

.p-header__logo-img img {
	-o-object-fit: contain;
	grid-area: area;
	height: 100%;
	object-fit: contain;
	transition: opacity 0.3s ease;
	width: 100%;
}

.p-header__logo-img img:nth-of-type(1) {
	opacity: 1;
	position: relative;
}

.p-header__logo-img img:nth-of-type(2) {
	opacity: 0;
}

.p-header__logo-text {
	color: #fff;
	font-family: "Sen", "Zen Kaku Gothic New", sans-serif;
	font-size: 0.8125rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
	transition: color 0.3s ease;
}

.p-header__logo img {
	-o-object-fit: contain;
	-o-object-position: bottom;
	height: 100%;
	object-fit: contain;
	object-position: bottom;
	width: 100%;
}

.p-header__menu {
	height: inherit;
}

.p-header__nav {
	display: none;
	height: inherit;
}

.p-header__nav-list {
	display: flex;
	height: inherit;
}

.p-header__nav-item {
	height: inherit;
}

.p-header__nav-item.is-contact {
	align-items: center;
	display: flex;
}

.p-header__hamburger {
	background-color: transparent;
	border: none;
	cursor: pointer;
	height: inherit;
	margin: 0;
	outline: none;
	padding: 0;
	position: relative;
	transition: 0.3s;
	width: 5rem;
	z-index: 999;
}

.p-header__hamburger span {
	background-color: #fff;
	border-radius: 100vw;
	display: block;
	height: 2px;
	left: 50%;
	position: relative;
	transform: translateX(-50%);
	transition: 0.5s;
	width: 2.5rem;
}

.p-header__hamburger span:nth-of-type(1) {
	top: -0.5rem;
}

.p-header__hamburger span:nth-of-type(2) {
	top: 0;
}

.p-header__hamburger span:nth-of-type(3) {
	top: 0.5rem;
}

.p-header__hamburger.is-open span {
	width: 1.5rem;
}

.p-header__hamburger.is-color span,
.p-header__hamburger.is-open span {
	background-color: #422D09;
}

.p-header__hamburger.is-open span:nth-of-type(1) {
	top: 0;
	transform: translate(0%, 100%) rotate(45deg);
}

.p-header__hamburger.is-open span:nth-of-type(2) {
	opacity: 0;
}

.p-header__hamburger.is-open span:nth-of-type(3) {
	top: -0.125rem;
	transform: translate(0, 0%) rotate(-45deg);
}

.p-header__drawer-bg {
	background-color: rgba(0, 0, 0, 0.2);
	display: none;
	height: 100vh;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 899;
}

.p-header__drawer {
	background-color: #F6F3EC;
	background-image: url(../images/common/bg-noise-sp.webp);
	background-position: top center;
	background-repeat: repeat-y;
	background-size: 100% auto;
	height: 100vh;
	overflow-y: scroll;
	padding: 3.5rem 0;
	position: absolute;
	right: -120%;
	scrollbar-width: none;
	top: 0;
	transition: 0.6s;
	width: 80%;
	z-index: 900;
}

.p-header__drawer.is-open {
	right: 0;
}

.p-header__drawer::-webkit-scrollbar {
	display: none;
}

.p-header__drawer-inner {
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	width: calc(77.5% + 40px);
}

.p-header__drawer-item:not(:first-child) {
	border-top: 1px solid #D7CFC1;
}

.p-header__drawer-link {
	grid-gap: 1rem;
	align-items: center;
	color: #422D09;
	display: grid;
	font-family: "Sen", "Zen Kaku Gothic New", sans-serif;
	font-size: 1.125rem;
	font-weight: 500;
	gap: 1rem;
	grid-template-columns: 1fr auto;
	justify-content: space-between;
	letter-spacing: 0.05em;
	line-height: 1.4;
	padding: 1.25rem 0;
	text-transform: uppercase;
	transition: color 0.3s ease;
}

.p-header__drawer-link::after {
	-webkit-mask-image: url(../images/common/icon-arrow.svg);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-size: contain;
	background-color: #422D09;
	content: "";
	display: inline-block;
	height: 100%;
	mask-image: url(../images/common/icon-arrow.svg);
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	transition: transform 0.3s, background-color 0.3s;
	width: 1.75rem;
}

.p-header__drawer-link:hover {
	color: #1C2469;
	opacity: 1;
}

.p-header__drawer-link:hover::after {
	background-color: #1C2469;
}

.p-header__sns {
	align-items: center;
	display: flex;
	margin-left: -0.375rem;
}

.p-header__sns-link {
	padding: 0.75rem 0.375rem;
}

.p-header__sns-icon {
	aspect-ratio: 1/1;
	height: auto;
	width: 1.5rem;
}

.p-header__sns-icon img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.p-quality__inner.l-inner-sub {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.p-quality__head-text {
	font-size: 1.0625rem;
	letter-spacing: 0.05em;
	line-height: 2.15;
	margin-top: 1.5rem;
}

.p-quality__list {
	margin-top: 5rem;
}

.p-quality__item::before {
	aspect-ratio: 360/8;
	background-image: url(../images/common/decoration-card-sp.webp);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: auto;
	width: 100%;
}

.p-quality__item:nth-child(odd)::before {
	transform: rotateY(180deg);
}

.p-quality__item + .p-quality__item {
	margin-top: 2rem;
}

.p-quality__item-content {
	background-color: #fff;
	background-image: url(../images/common/bg-noise-white.webp);
	background-position: top center;
	background-repeat: repeat-y;
	background-size: 120rem auto;
	border-radius: 0.5rem;
	padding: 2.5rem 1.875rem;
}

.p-quality__item-img {
	align-self: center;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
}

.p-quality__item-img img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.p-quality__item-body {
	margin-top: 1.25rem;
}

.p-quality__item-heading {
	border-bottom: 1px solid #D7CFC1;
	color: #422D09;
	font-family: "Sen", "Zen Kaku Gothic New", sans-serif;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.4;
	padding-bottom: 0.75rem;
}

.p-quality__item-text {
	font-size: 1.0625rem;
	letter-spacing: 0.05em;
	line-height: 1.8;
	margin-top: 0.75rem;
}

.p-staff-cta {
	margin-left: auto;
	margin-right: auto;
}

.p-staff-cta__inner.l-inner-sub {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.p-staff-cta__content {
	background-color: #F1E2C6;
	background-image: url(../images/sub/staff/staff-cta-bg-sp.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 0.5rem;
	padding: 3rem 1.375rem;
	text-align: center;
}

.p-staff-cta__title {
	color: #422D09;
	font-family: "Sen", "Zen Kaku Gothic New", sans-serif;
	font-size: 1.75rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.4;
}

.p-staff-cta__text {
	font-size: 0.9375rem;
	letter-spacing: 0.05em;
	line-height: 1.8;
	margin-top: 1rem;
}

.p-staff-cta__link {
	-webkit-text-decoration: underline;
	text-decoration: underline;
	transition: color 0.3s ease;
}

.p-staff-cta__link:hover {
	color: #1C2469;
	opacity: 1;
}

.p-staff__inner.l-inner-sub {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.p-staff__item::before {
	aspect-ratio: 360/8;
	background-image: url(../images/common/decoration-card-sp.webp);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: auto;
	width: 100%;
}

.p-staff__item::after {
	aspect-ratio: 360/8;
	background-image: url(../images/common/decoration-card-sp.webp);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: auto;
	rotate: 180deg;
	width: 100%;
}

.p-staff__item + .p-staff__item {
	margin-top: 1.5rem;
}

.p-staff__item-content {
	background-color: #fff;
	background-image: url(../images/common/bg-noise-white.webp);
	background-position: top center;
	background-repeat: repeat-y;
	background-size: 120rem auto;
	border-radius: 0.5rem;
	padding: 3rem 1.875rem;
}

.p-staff__item-img {
	aspect-ratio: 240/340;
	border-radius: 0.5rem;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	width: 80%;
}

.p-staff__item-img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-staff__item-detail {
	margin-top: 1rem;
	text-align: center;
}

.p-staff__item-position {
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.4;
}

.p-staff__item-name {
	margin-top: 0.125rem;
}

.p-staff__item-name-ja {
	display: block;
	font-family: "Sen", "Zen Kaku Gothic New", sans-serif;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.4;
}

.p-staff__item-name-en {
	color: #B59E77;
	display: block;
	font-family: "Sen", sans-serif;
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.4;
}

.p-staff__item-body {
	margin-top: 1rem;
}

.p-staff__sub-item {
	padding-bottom: 1.25rem;
	padding-top: 1.25rem;
}

.p-staff__sub-item:first-child {
	padding-top: 0;
}

.p-staff__sub-item:last-child {
	padding-bottom: 0;
}

.p-staff__sub-item:not(:first-child) {
	border-top: 1px solid #D7CFC1;
}

.p-staff__sub-label {
	background-color: #F6F3EC;
	color: #422D09;
	display: block;
	font-family: "Sen", "Zen Kaku Gothic New", sans-serif;
	font-size: 0.9375rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.4;
	padding: 0.125rem 1.25rem;
	width: -moz-fit-content;
	width: fit-content;
}

.p-staff__sub-text {
	display: inline-block;
	font-size: 0.9375rem;
	letter-spacing: 0.05em;
	line-height: 1.8;
	margin-top: 0.25rem;
}

.p-sub-mv {
	height: 21.875rem;
	position: relative;
}

.p-sub-mv__bg {
	background-color: #857250;
	bottom: 0;
	height: inherit;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: -1;
}

.p-sub-mv__bg picture {
	height: inherit;
}

.p-sub-mv__bg img {
	-o-object-fit: cover;
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-sub-mv__inner.l-inner-sub {
	height: inherit;
}

.p-sub-mv__content {
	align-content: center;
	display: grid;
	height: inherit;
	justify-content: center;
	place-content: center;
}

.p-sub-mv__title {
	color: #fff;
	font-family: "Sen", "Zen Kaku Gothic New", sans-serif;
	font-size: 2.25rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.4;
	text-shadow: 0px 0px 2rem rgba(0, 0, 0, 0.7);
}

.p-top-concept__head {
	background-image: url("../images/top/concept-bg-sp.webp");
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	padding-bottom: 24%;
	padding-top: 5.75rem;
	position: relative;
	z-index: 0;
}

.p-top-concept__section-title {
	color: #422D09;
	font-family: "Sen", "Zen Kaku Gothic New", sans-serif;
	font-size: 1.75rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.6;
	text-align: center;
}

.p-top-concept__section-title span {
	letter-spacing: -0.15em;
}

.p-top-concept__message {
	margin-top: 1.5rem;
}

.p-top-concept__message p {
	color: #422D09;
	font-family: "Sen", "Noto Sans JP", sans-serif;
	font-size: 1.0625rem;
	font-weight: 400;
	letter-spacing: 0.08em;
	line-height: 2;
}

.p-top-concept__message p:not(:first-child) {
	margin-top: 1em;
}

.p-top-concept__message.is-center p {
	text-align: center;
}

.p-top-concept__head-content {
	margin-left: auto;
	margin-right: auto;
	margin-top: 3rem;
	position: relative;
}

.p-top-concept__description-list {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 21.25rem;
}

.p-top-concept__description-item {
	align-items: center;
	display: flex;
	gap: 0;
	padding-bottom: 0.25rem;
	padding-top: 0.25rem;
}

.p-top-concept__description-item::before {
	content: "";
	display: block;
	height: 4.25rem;
	margin-left: 0.5rem;
	width: 2px;
}

.p-top-concept__description-item:nth-child(5n+1)::before {
	background-color: #4EB26A;
}

.p-top-concept__description-item:nth-child(5n+2)::before {
	background-color: #4C6CBD;
}

.p-top-concept__description-item:nth-child(5n+3)::before {
	background-color: #8F4296;
}

.p-top-concept__description-item:nth-child(5n+4)::before {
	background-color: #BEB13E;
}

.p-top-concept__description-item:nth-child(5n+5)::before {
	background-color: #A34141;
}

.p-top-concept__term {
	color: #422D09;
	font-family: "Zen Old Mincho", serif;
	font-size: 1.75rem;
	font-weight: 500;
	letter-spacing: 0.2em;
	line-height: 1.2;
	margin-left: 0.5rem;
	transform: translateY(7%);
	white-space: nowrap;
	writing-mode: vertical-rl;
}

.p-top-concept__description {
	color: #422D09;
	font-family: "Sen", "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.08em;
	line-height: 1.6;
	margin-left: 1.375rem;
}

.p-top-concept__wave-wrapper {
	align-items: center;
	bottom: 0;
	display: block;
	display: flex;
	height: 100%;
	justify-content: center;
	left: 0;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	position: absolute;
	right: 0;
	top: 0;
	width: 100vw;
	z-index: -1;
}

.p-top-concept__wave-img {
	aspect-ratio: 400/402;
	height: auto;
	opacity: 0.6;
	width: 100%;
}

.p-top-concept__wave-img img {
	-o-object-fit: cover;
	-o-object-position: center;
	height: 100%;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

.p-top-concept__body {
	margin-top: -5%;
	padding-bottom: 40rem;
	padding-top: 7rem;
}

.p-top-concept__body-inner.l-inner {
	padding-left: 1.875rem;
	padding-right: 1.875rem;
}

.p-top-concept__unordered-item {
	position: relative;
}

.p-top-concept__unordered-item:nth-child(2) {
	margin-top: 30rem;
}

.p-top-concept__unordered-inner.l-inner {
	padding-left: 1.625rem;
	padding-right: 1.625rem;
}

.p-top-concept__unordered-item:nth-child(2) .p-top-concept__unordered-inner.l-inner {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.p-top-concept__section-sub-title {
	color: #422D09;
	font-family: "Sen", "Zen Kaku Gothic New", sans-serif;
	font-size: 1.75rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.4;
}

.p-top-concept__section-sub-title span {
	font-weight: 500;
}

.p-top-concept__unordered-text {
	color: #3E3B36;
	font-family: "Sen", "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2;
	margin-top: 1.5rem;
}

.p-top-concept__unordered-text p {
	letter-spacing: 0.04em;
	margin-top: 1em;
}

.p-top-concept__unordered-text p:not(:first-child) {
	margin-top: 1em;
}

.p-top-concept__img {
	border-radius: 0.5rem;
	height: auto;
	overflow: hidden;
	position: absolute;
	width: 100%;
}

.p-top-concept__img.is-img-01 {
	aspect-ratio: 580/410;
	right: calc(50% - min(45vw, 16rem));
	top: calc(100% + 2.5rem);
	width: 18.75rem;
}

.p-top-concept__img.is-img-02 {
	aspect-ratio: 488/346;
	left: calc(50% - min(45vw, 16rem));
	top: calc(100% + 17rem);
	width: 14.75rem;
}

.p-top-concept__img.is-img-03 {
	aspect-ratio: 640/360;
	right: calc(50% - min(45vw, 16rem));
	top: calc(100% + 2.25rem);
	width: 20rem;
}

.p-top-concept__img.is-img-04 {
	aspect-ratio: 336/336;
	left: calc(50% - min(45vw, 16rem));
	top: calc(100% + 15.5rem);
	width: 10.5rem;
}

.p-top-concept__img.is-img-05 {
	aspect-ratio: 280/280;
	right: calc(50% - min(35vw, 12rem));
	top: calc(100% + 22.5rem);
	width: 8.5rem;
}

.p-top-concept__img img {
	-o-object-fit: cover;
	-o-object-position: center;
	height: 100%;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

.p-top-concept__fullwidth-img {
	aspect-ratio: 400/440;
	height: auto;
	margin-top: -2.75rem;
	overflow: hidden;
	width: 100%;
}

.p-top-concept__fullwidth-img img {
	-o-object-fit: cover;
	-o-object-position: center center;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	width: 100%;
}

.p-top-link__inner.l-inner {
	padding-left: 1.875rem;
	padding-right: 1.875rem;
}

.p-top-link__item:not(:first-child) {
	margin-top: 4.5rem;
}

.p-top-link__item-img {
	aspect-ratio: 340/190;
	border-radius: 0.5rem;
	height: auto;
	overflow: hidden;
	width: 100%;
}

.p-top-link__item-img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-top-link__item-body {
	margin-top: 1.5rem;
}

.p-top-link__item-text {
	font-size: 0.9375rem;
	letter-spacing: 1px;
	line-height: 1.8;
	margin-left: auto;
	margin-top: 1rem;
	position: relative;
	width: 71%;
}

.p-top-link__item-text::after {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	position: absolute;
	transform: translateX(-100%);
}

.p-top-link__item:nth-child(1) .p-top-link__item-text::after {
	aspect-ratio: 146/268;
	background-image: url(../images/top/link-illust-01.svg);
	height: auto;
	left: -1.5rem;
	top: 0.75rem;
	transform: translateX(-100%);
	width: 4.5rem;
}

.p-top-link__item:nth-child(2) .p-top-link__item-text::after {
	aspect-ratio: 162/322;
	background-image: url(../images/top/link-illust-02.svg);
	height: auto;
	left: -1.5rem;
	top: 0.75rem;
	transform: translateX(-100%);
	width: 4.5rem;
}

.p-top-link__item-button {
	margin-left: auto;
	margin-top: 1.5rem;
	width: -moz-fit-content;
	width: fit-content;
}

.p-top-links {
	background-color: #F6F3EC;
	background-image: url(../images/top/links-bg-sp.webp);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 12rem;
}

.p-top-mv {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 128vh;
	height: 128svh;
	min-height: 44.0625rem;
	overflow-x: clip;
	position: relative;
	position: relative;
}

.p-top-mv__bg {
	height: 100%;
	left: 0;
	overflow: hidden;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: -1;
}

.p-top-mv__bg img {
	-o-object-fit: cover;
	height: 110%;
	object-fit: cover;
	width: 100%;
}

.p-top-mv__logo {
	aspect-ratio: 292/236;
	height: auto;
	left: 50%;
	opacity: 0;
	position: absolute;
	top: 5.5rem;
	transform: translateX(-42%);
	width: 26.9375rem;
}

.p-top-mv__logo img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.p-top-mv__news {
	left: 50%;
	max-width: 30rem;
	opacity: 0;
	position: absolute;
	top: calc(100svh + 0rem);
	transform: translate(-50%, -100%);
	width: 90%;
}

.p-top-mv__news-link {
	grid-gap: 1rem;
	align-items: center;
	background-color: #F6F3EC;
	border-radius: 0.5rem;
	display: grid;
	gap: 1rem;
	grid-template-columns: 1fr auto;
	justify-content: space-between;
	min-height: 5.5rem;
	padding: 1rem;
}

.p-top-mv__news-link::after {
	-webkit-mask-image: url(../images/common/icon-arrow.svg);
	-webkit-mask-size: contain;
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	aspect-ratio: 1/1;
	background-color: #3E3B36;
	content: "";
	display: block;
	height: auto;
	mask-image: url(../images/common/icon-arrow.svg);
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	transition: transform 0.3s ease;
	width: 1.5rem;
}

.p-top-mv__news-date {
	color: #837F79;
	font-family: "Sen", sans-serif;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1;
}

.p-top-mv__news-title {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: #3E3B36;
	display: -webkit-box;
	font-family: "Sen", "Zen Kaku Gothic New", sans-serif;
	font-size: 0.9375rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.2;
	margin-top: 0.125rem;
	overflow: hidden;
}

.p-top-mv__news-link:hover {
	opacity: 1;
}

.p-top-mv__news-link:hover .p-top-mv__news-title {
	color: #1C2469;
}

.p-top-news {
	background-color: #F6F3EC;
	background-image: url("/assets/images/common/bg-noise-sp.webp");
	background-position: top center;
	background-repeat: repeat-y;
	background-size: 100% auto;
	padding-bottom: 5rem;
	padding-top: 0.5rem;
	position: relative;
}

.p-top-news::before {
	aspect-ratio: 400/182;
	background-image: url(../images/top/news-bg-deco-sp.webp);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: auto;
	left: 0;
	position: absolute;
	top: 0;
	transform: translateY(-7.5rem);
	width: 100%;
}

.p-top-news__inner.l-inner {
	padding-left: 1.875rem;
	padding-right: 1.875rem;
	position: relative;
}

.p-top-news__list {
	margin-top: 0.5rem;
}

.p-top-news__item:not(:first-child) {
	border-top: 1px solid #D7CFC1;
}

.p-top-news__item-link {
	grid-gap: 1rem;
	align-items: center;
	display: grid;
	gap: 1rem;
	grid-template-columns: 1fr auto;
	padding-bottom: 1rem;
	padding-top: 1rem;
}

a.p-top-news__item-link::after {
	-webkit-mask-image: url(../images/common/icon-arrow.svg);
	-webkit-mask-size: contain;
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	aspect-ratio: 1/1;
	background-color: #3E3B36;
	content: "";
	display: block;
	height: auto;
	mask-image: url(../images/common/icon-arrow.svg);
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	transition: transform 0.3s ease, background-color 0.3s ease;
	width: 1.5rem;
}

a.p-top-news__item-link[href$=".pdf"] .p-top-news__item-title,
a.p-top-news__item-link[target=_blank] .p-top-news__item-title {
	align-items: center;
	display: flex;
	gap: 0.5rem;
}

a.p-top-news__item-link[target=_blank] .p-top-news__item-title::after {
	-webkit-mask-image: url(../images/common/icon-external-link.svg);
	-webkit-mask-size: contain;
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	aspect-ratio: 1/1;
	background-color: #3E3B36;
	content: "";
	display: inline-block;
	flex-shrink: 0;
	height: auto;
	mask-image: url(../images/common/icon-external-link.svg);
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	width: 0.9375rem;
}

a.p-top-news__item-link[href$=".pdf"] .p-top-news__item-title::after {
	-webkit-mask-image: url(../images/common/icon-pdf.svg);
	-webkit-mask-size: contain;
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	aspect-ratio: 1/1;
	background-color: #3E3B36;
	content: "";
	display: inline-block;
	flex-shrink: 0;
	height: auto;
	mask-image: url(../images/common/icon-pdf.svg);
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	width: 0.9375rem;
}

.p-top-news__item-date {
	color: #837F79;
	font-family: "Sen", sans-serif;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1;
}

.p-top-news__item-title {
	color: #3E3B36;
	font-family: "Sen", "Zen Kaku Gothic New", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.2;
	margin-top: 0.125rem;
	transition: color 0.3s ease;
}

.p-top-news__item-title span {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	overflow: hidden;
}

a.p-top-news__item-link:hover {
	opacity: 1;
}

a.p-top-news__item-link:hover .p-top-news__item-title {
	color: #1C2469;
}

a.p-top-news__item-link:hover:after {
	background-color: #1C2469;
}

.p-top-winery {
	padding-top: 4.5rem;
}

.p-top-winery__content {
	background-image: url(../images/top/winery-bg-sp.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 0.5rem;
	padding-bottom: 3rem;
}

.p-top-winery__main {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-bottom: 3rem;
	padding-top: 3.5rem;
}

.p-top-winery__button {
	margin-top: 1.5rem;
}

.p-top-winery__gallery-wrapper {
	overflow: hidden;
}

.p-top-winery__gallery {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	margin-left: -11.1%;
	margin-right: -11.1%;
}

.p-top-winery__gallery-sub-list {
	grid-gap: 0.5rem;
	display: grid;
	gap: 0.5rem;
	grid-template-columns: repeat(4, 1fr);
}

.p-top-winery__gallery-sub-item {
	aspect-ratio: 1/1;
	border-radius: 0.5rem;
	height: auto;
	overflow: hidden;
	width: 100%;
}

.p-top-winery__gallery-sub-item img {
	-o-object-fit: cover;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.p-winery-main {
	background-image: url(../images/sub/winery/bg-gradation-sp.webp);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 15rem;
	padding-top: 7rem;
}

.p-winery-main__inner.l-inner-sub {
	padding-left: 30px;
	padding-right: 30px;
}

.p-winery-main__list {
	position: relative;
}

.p-winery-main__list::after {
	aspect-ratio: 223/265;
	background-image: url(../images/sub/winery/main-list-illust.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: clamp(0rem, -2.446rem + 9.783vw, 2.25rem);
	content: "";
	display: block;
	height: auto;
	left: 0;
	position: absolute;
	transform: translateY(100%);
	width: 7.375rem;
}

.p-winery-main__item {
	grid-gap: 1.5rem;
	display: grid;
	gap: 1.5rem;
	grid-auto-flow: row;
	grid-template-columns: 1fr;
	padding-bottom: 2.5rem;
	padding-top: 2.5rem;
}

.p-winery-main__item + .p-winery-main__item {
	border-top: 1px solid #D7CFC1;
}

.p-winery-main__item:first-child {
	padding-top: 0;
	padding-top: initial;
}

.p-winery-main__item:last-child {
	padding-bottom: 0;
	padding-bottom: initial;
}

.p-winery-main__item-img {
	aspect-ratio: 1/1;
	border-radius: 0.5rem;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	max-width: 24rem;
	overflow: hidden;
	width: 100%;
}

.p-winery-main__item-img img {
	-o-object-fit: cover;
	-o-object-position: center center;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	width: 100%;
}

.p-winery-main__item-category {
	background-color: #fff;
	color: #422D09;
	display: inline-block;
	font-family: "Sen", sans-serif;
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.4;
	padding: 0.125rem 1.25rem;
}

.p-winery-main__item-heading {
	color: #422D09;
	font-family: "Sen", sans-serif;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.4;
	margin-top: 0.125rem;
}

.p-winery-main__item-subheading {
	color: #422D09;
	font-family: "Sen", "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.4;
	margin-top: 0.125rem;
}

.p-winery-main__item-text {
	color: #3E3B36;
	font-family: "Sen", "Noto Sans JP", sans-serif;
	font-size: 0.9375rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.8;
	margin-top: 0.5rem;
}

.p-winery-main__button {
	margin-top: 1.5rem;
	text-align: right;
}

.p-winery-member {
	background-image: url(../images/sub/winery/bg-decoration-sp.webp);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: -28%;
	padding-top: 23%;
	position: relative;
}

.p-winery-member__inner.l-inner-sub {
	padding-left: 30px;
	padding-right: 30px;
}

.p-winery-member__list {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.p-winery-member__item {
	border-top: 1px solid #D7CFC1;
	display: grid;
	grid-row: span 5;
	grid-template-rows: subgrid;
	padding-bottom: 2rem;
	padding-top: 2rem;
}

.p-winery-member__item:nth-child(odd) {
	padding-right: 0.75rem;
}

.p-winery-member__item:nth-child(even) {
	padding-left: 0.75rem;
}

.p-winery-member__item:nth-child(1),
.p-winery-member__item:nth-child(2) {
	border-top: none;
}

.p-winery-member__item-img {
	aspect-ratio: 272/192;
	border-radius: 0.5rem;
	height: auto;
	overflow: hidden;
	width: 100%;
}

.p-winery-member__item-img img {
	-o-object-fit: cover;
	-o-object-position: center center;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	width: 100%;
}

.p-winery-member__item-content {
	display: inherit;
	grid-row: span 4;
	grid-template-rows: inherit;
}

.p-winery-member__item-head {
	display: inherit;
	grid-template-rows: auto auto 1fr;
	margin-top: 0.625rem;
}

.p-winery-member__item-category {
	background-color: #fff;
	color: #422D09;
	display: inline-block;
	font-family: "Sen", sans-serif;
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.4;
	padding: 0.125rem 0.5rem;
	width: -moz-fit-content;
	width: fit-content;
}

.p-winery-member__item-heading {
	color: #422D09;
	font-family: "Sen", sans-serif;
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1.4;
	margin-top: 0.125rem;
}

.p-winery-member__item-subheading {
	color: #422D09;
	font-family: "Sen", "Noto Sans JP", sans-serif;
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1.4;
	margin-top: 0.125rem;
}

.p-winery-member__button {
	margin-top: 1.5rem;
	text-align: right;
}

.p-winery-product {
	margin-top: 2.5rem;
	padding-bottom: 6rem;
}

.p-winery-product__inner.l-inner-sub {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.p-winery-product__content {
	background-color: #fff;
	background-image: url(../images/common/bg-noise-white.webp);
	background-position: top center;
	background-repeat: repeat-y;
	background-size: 120rem auto;
	border-radius: 0.5rem 0.5rem 0 0;
	padding: 4.125rem 1.875rem 3.5rem;
	position: relative;
}

.p-winery-product__content::after {
	aspect-ratio: 176/181;
	background-image: url(../images/sub/winery/product-illust.svg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: auto;
	position: absolute;
	right: 1.625rem;
	top: 1.5rem;
	width: 5rem;
}

.p-winery-product__note {
	font-size: 12px;
	letter-spacing: 0.05em;
	margin-top: 0.5rem;
}

.p-winery-product__body {
	margin-top: 1.25rem;
}

.p-winery-product__category-wrapper {
	margin-top: 2.5rem;
}

.p-winery-product__category + .p-winery-product__category {
	margin-top: 2rem;
}

.p-winery-product__category-title {
	border-bottom: 1px solid #D7CFC1;
	display: grid;
	font-family: "Sen", sans-serif;
	font-size: 1.5rem;
	font-weight: 500;
	grid-template-columns: 1fr auto;
	letter-spacing: 0.05em;
	line-height: 1;
	margin-bottom: 0.375rem;
	padding-bottom: 1.375rem;
}

.p-winery-product__list {
	display: grid;
	grid-template-columns: 1fr;
}

.p-winery-product__item-link {
	display: block;
	padding-bottom: 0.625rem;
	padding-top: 0.625rem;
}

.p-winery-product__item-title::after {
	-webkit-mask-image: url(../images/common/icon-pdf.svg);
	-webkit-mask-size: contain;
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	aspect-ratio: 1/1;
	background-color: #3E3B36;
	content: "";
	display: inline-block;
	flex-shrink: 0;
	height: auto;
	mask-image: url(../images/common/icon-pdf.svg);
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	width: 0.9375rem;
}

.p-winery-product__item-title {
	grid-gap: 0.5rem;
	align-items: center;
	display: grid;
	font-family: "Sen", sans-serif;
	font-size: 1.0625rem;
	font-weight: 500;
	gap: 0.5rem;
	grid-template-columns: auto 1fr;
	letter-spacing: 0.02em;
	line-height: 1.2;
}

.p-winery-product__item-title span {
	display: inline-block;
}

.p-winery-product__item-title-jp {
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1.4;
	margin-top: 4px;
}

.p-winery-product__bottom {
	align-items: center;
	background-color: #D9C7A6;
	background-image: url(../images/common/bg-noise-beige.webp);
	background-position: top center;
	background-repeat: repeat-y;
	background-size: 80rem auto;
	border-radius: 0 0 0.5rem 0.5rem;
	display: flex;
	justify-content: center;
	min-height: 8.3125rem;
}

.p-winery-product__button {
	align-items: center;
	background-color: #1C2469;
	border: 1px solid #1C2469;
	border-radius: 100vw;
	color: #fff;
	color: #fff;
	display: inline-grid;
	font-family: "Sen", "Noto Sans JP", sans-serif;
	font-size: 0.9375rem;
	font-weight: 600;
	gap: 1rem;
	grid-template-columns: 1fr auto;
	justify-content: space-between;
	letter-spacing: 0.05em;
	line-height: 1.5;
	min-width: 15rem;
	padding: 1rem 2rem;
	text-transform: uppercase;
	transition: background-color 0.3s ease, color 0.3s ease;
}

.p-winery-product__button::after {
	-webkit-mask-image: url(../images/common/icon-download.svg);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-size: contain;
	background-color: #fff;
	content: "";
	display: inline-block;
	height: 100%;
	mask-image: url(../images/common/icon-download.svg);
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	transition: background-color 0.3s ease, transform 0.3s ease;
	width: 1.125rem;
}

.p-winery-product__button:hover {
	background-color: #fff;
	color: #1C2469;
	opacity: 1;
}

.p-winery-product__button:hover::after {
	background-color: #1C2469;
}

.u-bg-mask {
	-webkit-mask-image: url("../images/common/bg-mask.svg");
	-webkit-mask-size: cover;
	-webkit-mask-position: top center;
	-webkit-mask-repeat: no-repeat;
	mask-image: url("../images/common/bg-mask.svg");
	mask-position: top center;
	mask-repeat: no-repeat;
	mask-size: cover;
}

.u-bg {
	background-color: #F6F3EC;
	background-image: url(../images/common/bg-noise-sp.webp);
	background-repeat: repeat-y;
	background-size: 100% auto;
}

.u-bg.is-gradation {
	background-image: url(../images/common/bg-gradation-sp.webp);
	background-position: top center;
	background-repeat: repeat-y;
	background-size: cover;
}

.u-nowrap {
	white-space: nowrap;
}

.u-sub-container {
	margin-top: -2.75rem;
	padding-bottom: 6rem;
	padding-top: 7rem;
}

.u-sub-container.is-winery {
	padding-bottom: 0;
	padding-bottom: initial;
	padding-top: 0;
	padding-top: initial;
}

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

.u-pc-only {
	display: block;
}

.u-sp-only {
	display: none;
}

html {
	font-size: 1.25vw;
}

a:hover {
	opacity: 0.7;
}

a[href^="tel:"] {
	pointer-events: none;
}

.c-button-pdf {
	font-size: 1.0625rem;
	max-width: 16rem;
}

.c-button {
	font-size: 1.0625rem;
	min-width: 16rem;
}

.c-section-title {
	font-size: 2.5rem;
}

.c-section-title.is-large {
	font-size: 2.75rem;
	letter-spacing: 0.05em;
	line-height: 1.4;
}

.c-test {
	color: green;
	font-size: rem(50);
}

.l-inner-sub {
	max-width: 1328px;
	padding-left: 24px;
	padding-right: 24px;
}

.l-inner {
	max-width: 1328px;
	padding-left: 24px;
	padding-right: 24px;
}

.l-staff-cta {
	margin-top: 9rem;
}

.l-top-link {
	margin-top: 9rem;
}

.p-company__list {
	margin-left: auto;
	margin-right: auto;
	max-width: 49rem;
	width: 61.25%;
}

.p-company__row {
	gap: 1.25rem;
	grid-template-columns: 7.5rem 1fr;
	padding-bottom: 1.5rem;
	padding-top: 1.5rem;
}

.p-company__term {
	font-size: 1.0625rem;
}

.p-company__description {
	font-size: 1.0625rem;
}

.p-company__description-pc {
	display: inline;
}

.p-company__small {
	font-size: 0.875rem;
}

.p-cta {
	padding-bottom: 6.5rem;
	padding-top: 6.5rem;
}

.p-cta__text {
	font-size: 1.25rem;
	text-align: center;
}

.p-cta__list {
	gap: 2rem;
	grid-template-columns: 1fr 1fr;
	margin-top: 2.5rem;
	max-width: 67.5rem;
}

.p-cta__contact {
	margin-top: 2.5rem;
	max-width: 32.75rem;
}

.p-cta__link {
	aspect-ratio: 524/294;
	justify-content: center;
	padding: 2rem;
	position: relative;
}

.p-cta__link::after {
	aspect-ratio: 1/1;
	bottom: 0.625rem;
	height: auto;
	position: absolute;
	right: 2.25rem;
	width: 4.625rem;
}

.p-cta__link-heading {
	font-size: 3rem;
	justify-content: center;
	text-align: center;
}

.p-cta__link-tel {
	margin-left: 1rem;
}

.p-cta__link-text {
	font-size: 1.0625rem;
	margin-top: 0.5rem;
	text-align: center;
}

.p-error {
	padding-bottom: 10rem;
	padding-top: 15.5rem;
}

.p-error__title {
	font-size: 4rem;
}

.p-error__message {
	font-size: 2rem;
	margin-top: 3.5rem;
}

.p-error__text {
	font-size: 1.0625rem;
	margin-top: 2rem;
	text-align: center;
}

.p-error__button {
	margin-top: 3rem;
}

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

.p-footer__inner.l-inner {
	max-width: 104rem;
}

.p-footer__content {
	display: flex;
	justify-content: space-between;
}

.p-footer__main {
	display: flex;
	gap: 3.5rem;
}

.p-footer__logo-img {
	width: 18.25rem;
}

.p-footer__company-name {
	font-size: 1.375rem;
}

.p-footer__company-info {
	margin-top: 1rem;
}

.p-footer__address-wrap {
	font-size: 0.9375rem;
}

.p-footer__number {
	margin-top: 1rem;
}

.p-footer__sns {
	gap: 1rem;
	margin-top: 1rem;
}

.p-footer__sns-icon {
	width: 2rem;
}

.p-footer__nav {
	margin-left: 0;
	margin-left: initial;
	margin-right: 8.5rem;
	margin-top: -0.4375rem;
}

.p-footer__nav-list {
	display: flex;
	flex-direction: column;
}

.p-footer__nav-link {
	font-size: 1rem;
}

.p-footer__nav-link:hover {
	color: #1C2469;
	opacity: 1;
}

.p-footer__copyright {
	margin-top: 5rem;
	padding-bottom: 1rem;
	padding-top: 1rem;
}

.p-header {
	height: 7rem;
}

.p-header__inner {
	padding-left: 3.75rem;
	padding-right: 2.5rem;
}

.p-header__logo-img {
	max-width: 7.125rem;
}

.p-header__logo-text {
	font-size: 1rem;
}

.p-header__menu {
	align-items: center;
	display: flex;
	gap: 2rem;
}

.p-header__nav {
	display: block;
}

.p-header__drawer {
	background-image: url(../images/common/bg-noise-pc.webp);
	min-width: 35rem;
	padding: 7.5rem 0;
	width: 29.1666666667%;
}

.p-header__drawer-inner {
	width: calc(64.2857142857% + 48px);
}

.p-header__drawer-content {
	transform: translateX(-5%);
}

.p-header__drawer-link {
	padding: 1.25rem 1rem 1.25rem 0;
}

.p-header__drawer-link:hover::after {
	transform: translateX(1rem);
}

.p-header__sns {
	margin-left: -0.5rem;
}

.p-header__sns-link {
	padding: 1rem 0.5rem;
}

.p-header__sns-icon {
	width: 2rem;
}

.p-quality__head-text {
	font-size: 1.1875rem;
	margin-top: 2rem;
	text-align: center;
}

.p-quality__item::before {
	aspect-ratio: 1280/16;
	background-image: url(../images/common/decoration-card-pc.webp);
}

.p-quality__item-content {
	grid-gap: 1rem;
	align-items: center;
	display: grid;
	gap: 1rem;
	grid-template-columns: 15.125rem 47.375rem;
	justify-content: space-between;
	padding: 4rem 6.25rem;
}

.p-quality__item-img {
	width: 100%;
}

.p-quality__item-body {
	margin-top: 0;
	margin-top: initial;
}

.p-quality__item-heading {
	font-size: 1.75rem;
}

.p-staff-cta__inner.l-inner-sub {
	max-width: 112.5rem;
}

.p-staff-cta__content {
	background-image: url(../images/sub/staff/staff-cta-bg-pc.webp);
	max-width: 108.75rem;
	padding: 7.625rem;
	padding-left: 5.625rem;
	padding-right: 5.625rem;
}

.p-staff-cta__title {
	font-size: 2.75rem;
}

.p-staff-cta__text {
	font-size: 1.1875rem;
	line-height: 2;
	margin-top: 1rem;
}

.p-staff__inner.l-inner-sub {
	padding-left: 24px;
	padding-right: 24px;
}

.p-staff__item::before {
	aspect-ratio: 1280/16;
	background-image: url(../images/common/decoration-card-pc.webp);
}

.p-staff__item::after {
	aspect-ratio: 1280/16;
	background-image: url(../images/common/decoration-card-pc.webp);
}

.p-staff__item + .p-staff__item {
	margin-top: 2rem;
}

.p-staff__item-content {
	grid-gap: 3.5rem;
	display: grid;
	gap: 3.5rem;
	grid-template-columns: 15rem 1fr;
	padding: 4rem 6.25rem;
}

.p-staff__item-img {
	width: 100%;
}

.p-staff__item-detail {
	margin-top: 1.5rem;
}

.p-staff__item-position {
	font-size: 1.0625rem;
}

.p-staff__item-name-ja {
	font-size: 2rem;
}

.p-staff__item-body {
	margin-top: 0;
	margin-top: initial;
}

.p-staff__sub-item {
	padding-bottom: 1.5rem;
	padding-top: 1.5rem;
}

.p-staff__sub-label {
	font-size: 1.0625rem;
}

.p-staff__sub-text {
	font-size: 1.0625rem;
	margin-top: 0.5rem;
}

.p-sub-mv {
	background-size: auto 39rem;
	height: 39rem;
}

.p-sub-mv__title {
	font-size: 4rem;
}

.p-top-concept__head {
	background-image: url("../images/top/concept-bg-pc.webp");
	padding-bottom: 11.5rem;
	padding-top: 14rem;
}

.p-top-concept__section-title {
	font-size: 2.75rem;
	line-height: 1.4;
}

.p-top-concept__message {
	margin-top: 2.5rem;
}

.p-top-concept__message p {
	font-size: 1.25rem;
	letter-spacing: 0.08em;
}

.p-top-concept__message p:not(:first-child) {
	margin-top: 0;
	margin-top: initial;
}

.p-top-concept__head-content {
	margin-top: 0;
	margin-top: initial;
	padding-bottom: 6rem;
	padding-top: 6rem;
}

.p-top-concept__description-list {
	-moz-column-gap: 5.5rem;
	column-gap: 5.5rem;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	max-width: none;
	max-width: initial;
	row-gap: 4rem;
}

.p-top-concept__description-item::before {
	height: 6.5rem;
	margin-left: 0;
	margin-left: initial;
}

.p-top-concept__term {
	font-size: 2.75rem;
}

.p-top-concept__description {
	font-size: 1.125rem;
	line-height: 1.8;
}

.p-top-concept__wave-img {
	aspect-ratio: 1920/440;
}

.p-top-concept__body {
	padding-bottom: 44rem;
	padding-top: 13.5rem;
}

.p-top-concept__body-inner.l-inner {
	max-width: 1128px;
	padding-left: 24px;
	padding-right: 24px;
}

.p-top-concept__unordered-list {
	display: flex;
	flex-direction: column;
}

.p-top-concept__unordered-item:nth-child(2) {
	margin-top: 10.5rem;
}

.p-top-concept__unordered-inner.l-inner {
	max-width: 80rem;
	padding-left: 6.25rem;
	padding-right: 6.25rem;
}

.p-top-concept__unordered-item:nth-child(2) .p-top-concept__unordered-content {
	margin-left: auto;
	max-width: 49rem;
}

.p-top-concept__section-sub-title {
	font-size: 2.75rem;
	line-height: 1.4;
}

.p-top-concept__unordered-text {
	font-size: 1.1875rem;
}

.p-top-concept__unordered-text p:not(:first-child) {
	margin-top: 0;
	margin-top: initial;
}

.p-top-concept__img.is-img-01 {
	right: 1.5rem;
	top: -0.5rem;
	width: 25.375rem;
}

.p-top-concept__img.is-img-02 {
	left: 1.5rem;
	top: calc(100% + 5.5rem);
	width: clamp(21.313rem, 2.938rem + 22.969vw, 30.5rem);
}

.p-top-concept__img.is-img-03 {
	right: 1.5rem;
	top: calc(100% + 6.5rem);
	width: clamp(28rem, 4rem + 30vw, 40rem);
}

.p-top-concept__img.is-img-04 {
	left: 15.5rem;
	top: calc(100% + 2.5rem);
	width: 14.5rem;
}

.p-top-concept__img.is-img-05 {
	left: 1.5rem;
	top: calc(100% + 13.75rem);
	width: 12.25rem;
}

.p-top-concept__fullwidth-img {
	aspect-ratio: 1280/613;
	margin-top: -5rem;
}

.p-top-link__inner.l-inner {
	max-width: none;
	max-width: initial;
	padding-left: 0;
	padding-left: initial;
	padding-right: 0;
	padding-right: initial;
}

.p-top-link__item:not(:first-child) {
	margin-top: 5rem;
}

.p-top-link__item-content {
	align-items: center;
	display: grid;
	grid-template: "image gutter body margin" auto/44.6875% 4.75rem 29rem 1fr;
}

.p-top-link__item:nth-child(even) .p-top-link__item-content {
	grid-template: "margin body gutter image" auto/1fr 29rem 4.75rem 44.6875%;
}

.p-top-link__item-img {
	grid-area: image;
	max-height: 30.875rem;
}

.p-top-link__item:nth-child(odd) .p-top-link__item-img {
	border-radius: 0 0.5rem 0.5rem 0;
}

.p-top-link__item:nth-child(even) .p-top-link__item-img {
	border-radius: 0.5rem 0 0 0.5rem;
}

.p-top-link__item-body {
	grid-area: body;
	margin-top: 0;
	margin-top: initial;
}

.p-top-link__item:nth-child(even) .p-top-link__item-body {
	margin-left: auto;
	width: -moz-fit-content;
	width: fit-content;
}

.p-top-link__item-text {
	font-size: 1.0625rem;
	margin-left: 0;
	margin-left: initial;
	margin-top: 1.5rem;
	width: 100%;
}

.p-top-link__item:nth-child(1) .p-top-link__item-text::after {
	left: calc(100% + 2rem);
	top: 2.25rem;
	transform: translateY(-100%);
	width: clamp(6.25rem, 0.5rem + 7.187vw, 9.125rem);
}

.p-top-link__item:nth-child(2) .p-top-link__item-text::after {
	bottom: auto;
	bottom: initial;
	top: auto;
	top: initial;
	transform: translate(-100%, -36%);
	width: clamp(7rem, 0.75rem + 7.813vw, 10.125rem);
}

.p-top-link__item-button {
	margin-top: 3rem;
}

.p-top-links {
	background-image: url(../images/top/links-bg-pc.webp);
	padding-bottom: 16rem;
}

.p-top-mv {
	height: 140vh;
	height: 140svh;
	min-height: 56.25rem;
}

.p-top-mv__logo {
	left: auto;
	left: initial;
	right: 3.5rem;
	top: 10rem;
	transform: none;
	transform: initial;
	width: 45.125rem;
}

.p-top-mv__news {
	left: 0.875rem;
	max-width: 38.25rem;
	transform: translateY(-100%);
}

.p-top-mv__news-link {
	min-height: 6.5rem;
	padding: 1rem 4.5rem;
}

.p-top-mv__news-date {
	font-size: 1rem;
}

.p-top-mv__news-title {
	font-size: 1.125rem;
	margin-top: 0.25rem;
	transition: color 0.3s ease;
}

.p-top-mv__news-link:hover::after {
	transform: translateX(1rem);
}

.p-top-news {
	background-image: url("/assets/images/common/bg-noise-pc.webp");
	padding-bottom: 8rem;
	padding-top: 6rem;
}

.p-top-news::before {
	background-image: url(../images/top/news-bg-deco-pc.webp);
	transform: translateY(-7rem);
}

.p-top-news__content {
	grid-gap: 1rem;
	display: grid;
	gap: 1rem;
	grid-template-columns: auto 50rem;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	max-width: 67.5rem;
}

.p-top-news__section-title {
	margin-top: 1.25rem;
}

.p-top-news__list {
	margin-top: 0;
	margin-top: initial;
}

.p-top-news__item-link {
	gap: 1.5rem;
}

a.p-top-news__item-link::after {
	margin-right: 1rem;
}

a.p-top-news__item-link[href$=".pdf"] .p-top-news__item-title,
a.p-top-news__item-link[target=_blank] .p-top-news__item-title {
	gap: 1rem;
}

a.p-top-news__item-link:hover:after {
	transform: translateX(1rem);
}

.p-top-winery {
	padding-top: 7.5rem;
}

.p-top-winery__inner.l-inner {
	height: inherit;
	max-width: 1788px;
}

.p-top-winery__content {
	grid-gap: 2rem;
	align-items: center;
	aspect-ratio: 1740/640;
	background-image: url(../images/top/winery-bg-pc.webp);
	display: grid;
	gap: 2rem;
	grid-template-columns: 1fr 1fr;
	height: auto;
	overflow: hidden;
	padding-bottom: 0;
	padding-bottom: initial;
}

.p-top-winery__main {
	align-items: end;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 0;
	padding-bottom: initial;
	padding-top: 0;
	padding-top: initial;
	width: -moz-fit-content;
	width: fit-content;
}

.p-top-winery__button {
	margin-right: 0.25rem;
	margin-top: 3rem;
}

.p-top-winery__gallery {
	flex-direction: row;
	gap: 1rem;
	margin-bottom: -11.1%;
	margin-left: 0;
	margin-left: initial;
	margin-right: 0;
	margin-right: initial;
	margin-top: -11.1%;
	width: 83%;
}

.p-top-winery__gallery-sub-list {
	gap: 1rem;
	grid-template-columns: 1fr;
	grid-template-rows: repeat(4, 1fr);
}

.p-top-winery__gallery-sub-item {
	height: 100%;
	width: auto;
}

.p-winery-main {
	background-image: url(../images/sub/winery/bg-gradation-pc.webp);
	padding-bottom: 16rem;
	padding-top: 11.5%;
}

.p-winery-main__inner.l-inner-sub {
	padding-left: 24px;
	padding-right: 24px;
}

.p-winery-main__list::after {
	bottom: auto;
	bottom: initial;
	left: auto;
	left: initial;
	right: calc(50% - min(48vw, 48.5rem));
	top: -0.625rem;
	transform: translate(0, -35%);
	width: clamp(10rem, -5.75rem + 19.688vw, 13.938rem);
}

.p-winery-main__item {
	align-items: start;
	gap: 3.5rem;
	grid-template-columns: 27rem 1fr;
	padding-bottom: 5.5rem;
	padding-top: 5.5rem;
}

.p-winery-main__item-img {
	margin-left: 0;
	margin-left: initial;
	margin-right: 0;
	margin-right: initial;
	max-width: none;
	max-width: initial;
}

.p-winery-main__item-category {
	font-size: 1.125rem;
}

.p-winery-main__item-heading {
	font-size: 2rem;
	margin-top: 0.625rem;
}

.p-winery-main__item-subheading {
	font-size: 1.25rem;
}

.p-winery-main__item-text {
	font-size: 1.0625rem;
	margin-top: 1rem;
}

.p-winery-main__button {
	margin-top: 1.75rem;
}

.p-winery-member {
	background-image: url(../images/sub/winery/bg-decoration-pc.webp);
	margin-top: -5.5%;
	padding-top: 9.5%;
}

.p-winery-member__inner.l-inner-sub {
	padding-left: 24px;
	padding-right: 24px;
}

.p-winery-member__content {
	overflow: hidden;
}

.p-winery-member__list {
	grid-template-columns: repeat(4, 1fr);
	margin-left: -2rem;
	margin-right: -2rem;
}

.p-winery-member__item {
	padding-bottom: 4.5rem;
	padding-left: 2rem;
	padding-right: 2rem;
	padding-top: 4.5rem;
}

.p-winery-member__item:nth-child(odd) {
	padding-left: 2rem;
	padding-right: 2rem;
}

.p-winery-member__item:nth-child(even) {
	padding-left: 2rem;
	padding-right: 2rem;
}

.p-winery-member__item:nth-child(3),
.p-winery-member__item:nth-child(4) {
	border-top: none;
}

.p-winery-member__item-head {
	margin-top: 1rem;
}

.p-winery-member__item-category {
	font-size: 0.9375rem;
	padding: 0.125rem 1rem;
}

.p-winery-member__item-heading {
	font-size: 1.375rem;
	margin-top: 0.625rem;
}

.p-winery-member__item-subheading {
	font-size: 0.9375rem;
}

.p-winery-member__button {
	margin-top: 3.4375rem;
}

.p-winery-product {
	margin-top: 9rem;
	padding-bottom: 10rem;
}

.p-winery-product__content {
	padding: 5rem 6.25rem 5.5rem;
}

.p-winery-product__content::after {
	right: 6.25rem;
	top: 4rem;
	width: 11rem;
}

.p-winery-product__note {
	font-size: 1.0625rem;
	margin-top: 1rem;
}

.p-winery-product__body {
	margin-top: 3.5rem;
}

.p-winery-product__category-wrapper {
	grid-row-gap: 5.5rem;
	grid-column-gap: 1rem;
	-moz-column-gap: 1rem;
	column-gap: 1rem;
	display: grid;
	grid-template-columns: repeat(3, 20rem);
	justify-content: space-between;
	margin-top: 5.5rem;
	row-gap: 5.5rem;
}

.p-winery-product__category + .p-winery-product__category {
	margin-top: 5.5rem;
}

.p-winery-product__category-wrapper .p-winery-product__category {
	margin-top: 0;
	margin-top: initial;
}

.p-winery-product__category-wrapper .p-winery-product__list {
	grid-template-columns: 1fr;
}

.p-winery-product__category-title {
	font-size: 2rem;
	line-height: 1.4;
	margin-bottom: 0.5rem;
}

.p-winery-product__list {
	grid-template-columns: repeat(3, 20rem);
	justify-content: space-between;
}

.p-winery-product__item-title::after {
	margin-right: 1rem;
}

.p-winery-product__item-title {
	font-size: 1.25rem;
	gap: 1rem;
}

.p-winery-product__item-title-jp {
	font-size: 0.875rem;
}

.p-winery-product__bottom {
	min-height: 12.0625rem;
}

.p-winery-product__button {
	font-size: 1.0625rem;
	min-width: 16rem;
}

.u-bg {
	background-image: url(../images/common/bg-noise-pc.webp);
}

.u-bg.is-gradation {
	background-image: url(../images/common/bg-gradation-pc.webp);
}

.u-sub-container {
	margin-top: -4%;
	padding-bottom: 10rem;
	padding-top: 11.5%;
}

}

@media (min-width: 1280px) {

html {
	font-size: 16px;
}

}

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

.p-top-concept__body {
	padding-bottom: 64rem;
	padding-top: 15rem;
}

.p-top-concept__img.is-img-01 {
	right: calc(50% - min(48.5vw, 52rem));
	width: clamp(25.625rem, 3.5rem + 27.656vw, 36.688rem);
}

.p-top-concept__img.is-img-02 {
	left: calc(50% - min(54.5rem, 48vw));
}

.p-top-concept__img.is-img-03 {
	right: calc(50% - min(46vw, 54.5rem));
	top: calc(100% + 9rem);
}

.p-top-concept__img.is-img-04 {
	left: calc(50% - min(27.5rem, 30.5vw));
	top: calc(100% + 4rem);
	width: clamp(14.75rem, 2.25rem + 15.625vw, 21rem);
}

.p-top-concept__img.is-img-05 {
	left: calc(50% - min(47.5rem, 48vw));
	top: calc(100% + 19.75rem);
	width: clamp(12.25rem, 1.75rem + 13.125vw, 17.5rem);
}

.p-top-concept__fullwidth-img {
	aspect-ratio: 1920/920;
	margin-top: -18rem;
}

.p-top-link__item-content {
	grid-template: "image gutter body margin" auto/45.8333333333% 5.5rem 29rem 1fr;
}

.p-top-link__item:nth-child(even) .p-top-link__item-content {
	grid-template: "margin body gutter image" auto/max((100% - 1280px) / 2, 24px) 1fr 5.5rem 45.8333333333%;
}

.p-top-link__item:nth-child(1) .p-top-link__item-text::after {
	left: calc(100% + 1.5rem);
	top: 3.25rem;
}

.p-top-link__item:nth-child(2) .p-top-link__item-text::after {
	transform: translate(-90%, -30%);
}

.p-top-mv__logo {
	right: calc(50% - min(50.5rem, 48vw));
	top: 5.75rem;
	width: clamp(45.125rem, 17.875rem + 34.063vw, 58.75rem);
}

.p-top-news__item-date {
	font-size: 1rem;
}

.p-top-news__item-title {
	font-size: 1.125rem;
	margin-top: 0.25rem;
}

.p-top-winery__main {
	transform: translateX(25%);
}

}

@media (max-width: 400px) {

html {
	font-size: 4vw;
}

}


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