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

body {
	background-color: #f5f5f5;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: 0.14em;
}

.u-mobile {
	display: none;
}

html {
	font-size: 16px;
}

/* pcの電話番号発信対応 */

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

/* ホバー */

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

*,
*::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 {
	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]) {
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
	max-width: 100%;
	display: block;
	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-cols {
	display: flex;
	justify-content: space-between;
}

.c-cols--wide {
	width: calc(100% + 2.1875rem + 2.1875rem);
	max-width: 98.5vw;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

.c-dottitle {
	position: relative;
	font-family: "Shippori Mincho B1", serif;
	font-size: 1.25rem;
	font-weight: 400;
	letter-spacing: 0;
	padding-left: 2rem;
	width: fit-content;
}

.c-dottitle::before {
	content: "";
	width: 0.75rem;
	aspect-ratio: 1;
	height: auto;
	background-color: currentColor;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.c-dottitle span {
	color: #696969;
	font-family: "Shippori Mincho B1", serif;
	font-size: 1rem;
	padding-left: 1rem;
}

.c-footertitle {
	font-size: 0.6875rem;
	font-weight: 300;
	color: #676767;
}

.c-lead-en {
	font-family: "DM Sans", sans-serif;
	font-size: 3.125rem;
	letter-spacing: 0;
	line-height: 108%;
	font-weight: 400;
}

.c-lead {
	font-family: "Shippori Mincho B1", serif;
	font-size: 1.625rem;
	font-weight: 400;
}

.c-lead .number {
	display: block;
	font-size: 1.25rem;
	margin-bottom: 2rem;
}

.c-sectiontitle {
	font-family: "DM Sans", sans-serif;
	font-size: 4rem;
	letter-spacing: 0;
	line-height: 1.08;
	font-weight: 400;
}

.c-sectiontitle span {
	font-family: "Shippori Mincho B1", serif;
	font-size: 0.875rem;
	letter-spacing: 0.14em;
	padding-left: 1.25rem;
}

.c-test {
	font-size: 1.25rem;
	background-color: blue;
	color: #fff;
}

.js-reveal {
	position: relative;
	overflow: hidden;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.4s ease-out;
}

/* 画像は常に表示状態 */

.js-reveal img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	position: relative;
	z-index: 1;
}

/* 疑似要素：マスク（初期は画像を覆う） */

.js-reveal::before {
	content: "";
	position: absolute;
	inset: 0;
	background: #ccc;
	transform: translateX(0%);
	transition: transform 0.4s ease-out;
	transition-delay: 0.5s; /* ストレッチ後に動く */
	z-index: 2;
}

/* アニメーション開始 */

.js-reveal.is-visible {
	transform: scaleX(1);
}

/* 疑似要素が上に抜けていく */

.js-reveal.is-visible::before {
	transform: translateX(100%);
}

.l-about {
	padding: 9.375rem 0 0;
}

.l-company {
	padding: 7.5rem 0 0;
}

.l-contact {
	margin: 7.5rem 0 0;
	padding: 6.9375rem 0;
}

.l-csv {
	padding: 10rem 0 0;
}

.l-inner {
	width: 100%;
	max-width: 1402px;
	padding-right: 25px;
	padding-left: 25px;
	margin-right: auto;
	margin-left: auto;
}

.l-member {
	padding: 10rem 0 0;
}

.l-philosophy {
	margin: 10.5rem 0 0;
	padding: 7.5rem 0 10.3125rem;
}

.p-about__container {
	margin-top: 6rem;
}

.p-about__text {
	width: 45.1875rem;
	font-size: 1.25rem;
}

.p-about__images {
	gap: 2.5rem;
	margin-top: 6rem !important;
}

.p-about__image1 {
	width: 40.625rem;
}

.p-about__image2 {
	width: 45.1875rem;
	margin-top: 7.25rem;
}

.p-address {
	width: fit-content;
}

.p-address__logo {
	width: 14.0625rem;
	aspect-ratio: 225/35;
	height: auto;
}

.p-address__title {
	margin-top: 1.625rem;
}

.p-address__data a {
	margin-top: 0.5rem;
	font-weight: 300;
	font-size: 0.6875rem;
	text-decoration: underline;
}

.p-card__image {
	aspect-ratio: 1;
}

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

.p-card__title {
	margin-top: 1.5rem;
	font-family: "Shippori Mincho B1", serif;
	font-size: 1.25rem;
}

.p-card__price {
	margin-top: 0.75rem;
	font-size: 0.875rem;
}

.p-card__link {
	width: fit-content;
	margin-top: 1.5rem;
	color: #7f7f7f;
	font-family: "DM Sans", sans-serif;
	font-size: 0.875rem;
	letter-spacing: 0.02em;
	font-weight: 300;
	padding: 0 1.375rem 0.25rem 0;
	border-bottom: #d5d5d5 1px solid;
	position: relative;
}

.p-card__link::before {
	content: "";
	width: 1.125rem;
	aspect-ratio: 1;
	height: auto;
	background-image: url("../images/icon_arrow.png");
	background-size: cover;
	position: absolute;
	top: 10%;
	right: 0;
}

.p-card__ptitle {
	margin-top: 1.5rem;
	font-family: "Shippori Mincho B1", serif;
	font-size: 1.125rem;
	line-height: 1;
}

.p-card__name {
	margin-top: 1rem;
	font-family: "Shippori Mincho B1", serif;
	font-size: 1.625rem;
}

.p-card__name span {
	font-size: 1rem;
	color: #696969;
	display: block;
	line-height: 1;
	letter-spacing: 0;
}

.p-circle__title {
	font-family: "Shippori Mincho B1", serif;
	font-size: 1.25rem;
	letter-spacing: 0.14em;
	font-weight: 400;
}

.p-circle__title span {
	letter-spacing: 0;
	display: block;
	margin-bottom: 1.5rem;
}

.p-circle__text {
	font-size: 1.125rem;
	max-width: 22.8125rem;
	margin-top: 2.375rem;
}

.p-comingsoon {
	text-align: center;
}

.p-comingsoon__title {
	font-family: "DM Sans", sans-serif;
	font-size: 2rem;
	letter-spacing: -0.02em;
}

.p-comingsoon__lead {
	font-family: "Shippori Mincho B1", serif;
	font-size: 1.625rem;
	margin-top: 2.5rem;
}

.p-comingsoon__image {
	margin-top: 3.5rem;
	width: 28.875rem;
	margin-left: auto;
	margin-right: auto;
}

.p-company__list {
	margin-top: 4.25rem;
}

.p-company__map {
	margin-top: 3rem;
	overflow: hidden;
	aspect-ratio: 1352/490;
	height: auto;
}

.p-company__map iframe {
	width: 100%;
	height: 75rem;
	object-fit: contain;
	transform: translateY(-30%);
	filter: grayscale(1);
}

.p-contact {
	background-image: url(../images/contact_bg.jpg);
	background-size: cover;
	color: #fff;
	text-align: center;
}

.p-contact__text {
	max-width: 32.75rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.875rem;
	font-size: 1.125rem;
}

.p-contact__title {
	line-height: 0.7;
}

.p-contact__link {
	margin-top: 1.9375rem;
	font-size: 1.125rem;
	letter-spacing: 0.02em;
	padding-right: 1.375rem;
	border-bottom: #d5d5d5 1px solid;
	position: relative;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
}

.p-contact__link:before {
	content: "";
	width: 1.125rem;
	aspect-ratio: 1;
	height: auto;
	background-image: url("../images/icon_arrow2.png");
	background-size: cover;
	position: absolute;
	top: 20%;
	right: 0;
}

.p-csv__container {
	gap: 5.5rem;
	align-items: center;
}

.p-csv__contents {
	width: 32.75rem;
}

.p-csv__container:nth-of-type(1) {
	margin-top: 4.875rem;
}

.p-csv__container:nth-of-type(1) .p-csv__image {
	width: 42.5rem;
}

.p-csv__container:nth-of-type(1) .p-csv__image .p-csv__img:nth-of-type(1) {
	width: 75.1470588235%;
	margin-left: 0;
	margin-right: auto;
}

.p-csv__container:nth-of-type(1) .p-csv__image .p-csv__img:nth-of-type(2) {
	width: 47.6470588235%;
	margin-left: auto;
	margin-right: 0;
	margin-top: 1.25rem;
}

.p-csv__container:nth-of-type(2) {
	margin-top: 4.875rem;
	flex-direction: row-reverse;
	justify-content: flex-start;
}

.p-csv__container:nth-of-type(2) .p-csv__image {
	width: 40.8125rem;
}

.p-csv__text {
	margin-top: 2rem;
	font-size: 1.125rem;
}

.p-drawer {
	background: #181818;
	color: #fff;
	width: 100dvw;
	height: 100dvh;
	position: fixed;
	top: 0;
	left: 0;
	transform: translateX(100%);
	transition: transform 0.5s ease;
	z-index: 500;
}

.p-drawer.js-open {
	display: block;
	transform: translateX(0);
}

.p-drawer__inner {
	padding: 6.25rem 16px 2.5rem;
	background: #000;
	width: 100dvw;
	height: 100dvh;
}

.p-events {
	position: relative;
	background-color: #e9e9e9;
	padding: 4rem 3rem 6rem;
	left: 50%;
	transform: translateX(-50%);
	width: min(98.5vw, 100% + 3rem + 3rem);
}

.p-events .p-events__image {
	width: 100%;
}

.p-events .p-events__imageunit {
	width: 44.875rem;
	display: grid;
	grid-template-columns: 56% 41%;
	grid-template-rows: repeat(3, auto);
	grid-column-gap: 15px;
	grid-row-gap: 15px;
}

.p-events .p-events__unititem:nth-of-type(1) {
	grid-area: 1/1/3/2;
	margin-top: 22%;
}

.p-events .p-events__unititem:nth-of-type(2) {
	grid-area: 1/2/2/3;
	margin-right: 20%;
}

.p-events .p-events__unititem:nth-of-type(3) {
	grid-area: 2/2/3/3;
}

.p-events .p-events__unititem:nth-of-type(4) {
	grid-area: 3/1/4/3;
	width: 64%;
	margin: 0 auto;
}

.p-events .p-events__unititem img {
	width: 100%;
}

.p-events .p-events__image {
	display: flex;
	gap: 8px;
}

.p-events--black {
	background-color: #202020;
}

.p-events--black .p-events__image {
	width: 44.875rem;
}

.p-events--black .p-events__contents {
	width: 36.25rem;
}

.p-events__container {
	margin-top: 3.5rem;
	gap: 3.5rem;
	align-items: center;
}

.p-events__text {
	margin-top: 2rem;
	font-size: 1.125rem;
}

.p-footer {
	background-color: #181818;
	color: #fff;
	padding: 3rem 4rem 1.125rem;
}

.p-footer__lower {
	display: flex;
	align-items: end;
	justify-content: space-between;
}

.p-footer__copyright {
	font-size: 0.6875rem;
	font-weight: 300;
	color: #676767;
}

.p-footermenu__list {
	margin-top: 1rem;
	font-size: 1rem;
	font-weight: 300;
	letter-spacing: 0.02em;
}

.p-footermenu__list li + li {
	margin-top: 0.5rem;
}

.p-footermenu__list li a {
	font-family: "DM Sans", sans-serif;
	display: block;
	line-height: 2;
}

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

.p-frame {
	display: flex;
	flex-direction: row-reverse;
	align-items: flex-start;
}

.p-frame__aside {
	flex: 0 1 13.875rem;
	display: flex;
	justify-content: flex-end;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-orientation: upright; /* すべて縦方向に表示 */
	font-family: "Shippori Mincho B1", serif;
	font-size: 1.625rem;
	letter-spacing: 0.4em;
	line-height: 2;
	white-space: nowrap;
}

.p-frame__main {
	flex: 1 1 70.625rem;
	padding-top: 4.375rem;
}

.p-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	color: #fff;
	padding: 0 2.5rem;
	height: 5rem;
	z-index: 999;
	mix-blend-mode: exclusion;
}

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

.p-header__logo img {
	width: 12.4375rem;
	aspect-ratio: 199/42;
	height: auto;
	filter: brightness(0);
}

.p-header .p-header__logo img {
	filter: brightness(1);
}

.p-history {
	overflow-x: hidden;
}

.p-history__bg {
	position: relative;
	padding: 9.75rem 0 10.25rem;
}

.p-history__bg::before {
	content: "";
	width: auto;
	aspect-ratio: 1483/2465;
	height: 100%;
	background-image: url("../images/history_bg.png");
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.p-history__inner {
	position: relative;
}

.p-history__lead {
	padding-top: 6.875rem;
	padding-bottom: 2rem;
	border-bottom: #dcdcdc 1px solid;
}

.p-list {
	position: relative;
	font-size: 1.25rem;
	font-family: "Shippori Mincho B1", serif;
	margin-top: 4.25rem;
}

.p-list__title {
	position: absolute;
	left: 0;
	width: 10rem;
}

.p-list__detail {
	margin-top: 1.25rem;
	width: 100%;
	padding: 0 1.25rem 1.25rem 14.5rem;
	border-bottom: #e8e8e8 1px solid;
	margin-bottom: 1.25rem;
}

.p-list__detail a {
	display: inline-block;
	font-family: "DM Sans", sans-serif;
	font-size: 0.875rem;
	letter-spacing: 0.02em;
	padding-right: 1.375rem;
	color: #7f7f7f;
	border-bottom: #d5d5d5 1px solid;
	position: relative;
	margin-top: 1rem;
}

.p-list__detail a:before {
	content: "";
	width: 1.125rem;
	aspect-ratio: 1;
	height: auto;
	background-image: url("../images/icon_arrow3.png");
	background-size: cover;
	position: absolute;
	top: 15%;
	right: 0;
}

.p-products__title {
	font-family: "DM Sans", sans-serif;
	font-size: 2rem;
	letter-spacing: -0.02em;
}

.p-member__container {
	margin-top: 4.875rem;
	width: 100%;
}

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

.p-message {
	margin: 5.5rem 0 0;
}

.p-message__container {
	align-items: center;
	margin-top: 2.5rem;
	gap: 4.8125rem;
}

.p-message__img {
	width: 32.75rem;
}

.p-message__contents {
	width: 47.4375rem;
	font-size: 1.125rem;
}

.p-message__contents p + p {
	margin-top: 1.625rem;
}

.p-message__name {
	margin-top: 4rem;
	font-family: "Shippori Mincho B1", serif;
	font-size: 1.25rem;
}

.p-message__name span {
	font-family: "DM Sans", sans-serif;
	font-size: 0.8125rem;
	letter-spacing: -0.02em;
	display: block;
}

.p-movie {
	margin-top: 10.5rem;
	text-align: center;
}

.p-movie__title {
	margin-left: auto;
	margin-right: auto;
}

.p-movie__movie {
	margin-top: 3.5625rem;
	width: 48.25rem;
	margin-left: auto;
	margin-right: auto;
	background: #343434;
	aspect-ratio: 16/9;
	height: auto;
	position: relative;
	overflow: hidden;
}

.p-movie__movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.p-mv {
	background: #000;
	color: #fff;
	width: 100%;
	height: 100dvh;
	position: relative;
	top: 0;
}

.p-mv__inner {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 0 4rem 3.75rem;
}

.p-mv__lead {
	font-family: "DM Sans", sans-serif;
	font-size: 1.125rem;
	font-weight: 300;
	letter-spacing: -0.02em;
	line-height: 1.5;
}

.p-mv__main {
	margin-top: 2.1875rem;
	display: flex;
}

.p-mv__row {
	display: flex;
}

.p-mv__jp {
	font-family: "Cinzel", serif;
	font-size: 6rem;
	line-height: 6.25rem;
}

.p-mv__bar {
	width: 26.25rem;
	height: 5rem;
	border-bottom: 1px #fff solid;
	margin: 0 0.6875rem 0 1.125rem;
}

.p-mv__world {
	font-family: "DM Sans", sans-serif;
	font-size: 6rem;
	line-height: 6.25rem;
}

.p-mv__sub {
	margin-top: 6rem;
	font-family: "Shippori Mincho B1", serif;
	font-size: 1.25rem;
}

.p-mv__lead,
.p-mv__main,
.p-mv__sub {
	opacity: 0;
	transform: translateY(30px); /* 最初はちょっと下にずらしておく */
}

.p-mv__movie {
	opacity: 0;
	background: #333;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transform-origin: center center;
	overflow: hidden;
}

.p-mv__movie video {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: translate(-50%, -50%);
}

.p-pcmenu {
	display: flex;
}

.p-pcmenu__item {
	padding: 0.125rem 1rem;
	font-family: "DM Sans", sans-serif;
	font-size: 1.25rem;
	letter-spacing: 0.02em;
}

.p-pcmenu__item:last-of-type {
	border-radius: 30px;
	background-color: rgba(0, 0, 0, 0.1);
	margin-left: 1rem;
}

.p-philosophy {
	background: #0c141c;
	color: #fff;
	text-align: center;
}

.p-philosophy__lead {
	margin-left: auto;
	margin-right: auto;
}

.p-philosophy__title {
	margin-top: 2rem;
	font-family: "DM Sans", sans-serif;
	font-size: 3.4375rem;
	letter-spacing: 0.02em;
	line-height: 1.08;
	font-weight: 400;
}

.p-philosophy__title span {
	font-family: "Shippori Mincho B1", serif;
	font-size: 1.375rem;
	letter-spacing: 0.14em;
	display: block;
	margin-top: 1.25rem;
}

.p-philosophy__circles {
	margin-top: 7.3125rem;
}

.p-philosophy__circle-row {
	display: flex;
	justify-content: center;
	gap: 6rem;
}

.p-philosophy__circle-row:last-of-type {
	margin-top: 1rem;
}

.p-philosophy__circle {
	width: 27.1875rem;
	aspect-ratio: 1;
	height: auto;
	border-radius: 50%;
	border: #99a3ad 1px solid;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.p-philosophy__circle::before {
	content: "";
	width: 34.5rem;
	aspect-ratio: 1;
	height: auto;
	border-radius: 50%;
	border: rgba(231, 231, 231, 0.4) 1px solid;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.p-products {
	width: calc(50% + 50vw);
	margin-top: 8.125rem;
	padding-bottom: 10rem;
	overflow-x: hidden;
}

.p-products--sake {
	width: 100%;
}

.p-products__title {
	font-family: "DM Sans", sans-serif;
	font-size: 2rem;
	letter-spacing: -0.02em;
}

.p-products__container {
	margin-top: 2rem;
	width: 100%;
}

.p-products__container .swiper {
	padding-bottom: 3.5rem;
}

.p-products__container .swiper-horizontal > .swiper-scrollbar,
.p-products__container .swiper-scrollbar.swiper-scrollbar-horizontal {
	left: 0;
}

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

.p-row {
	align-items: center;
}

.p-row:nth-of-type(1) {
	gap: 3.5rem;
}

.p-row:nth-of-type(1) .p-row__image {
	width: 38.0625rem;
}

.p-row:nth-of-type(1) .p-row__contents {
	width: 24.5625rem;
}

.p-row:nth-of-type(1) .p-row__text {
	width: 24.5625rem;
}

.p-row:nth-of-type(2) {
	margin-top: 4rem;
	flex-direction: row-reverse;
	gap: 5rem;
	justify-content: flex-start;
}

.p-row:nth-of-type(2) .p-row__image {
	width: 34.875rem;
}

.p-row:nth-of-type(2) .p-row__text {
	width: 24.5625rem;
}

.p-sake__lower {
	flex-direction: row-reverse;
	margin-top: 12.25rem;
	gap: 3.5rem;
}

.p-sake__lower .p-row__image {
	width: 44.75rem;
}

.p-sake__lower .p-row__contents {
	width: 36.75rem;
}

.p-sake__lower .p-row__text {
	margin-top: 2rem;
}

.p-row__text {
	font-size: 1.125rem;
}

.p-sake {
	padding: 10rem 0 2rem;
	background-color: #181818;
	color: #fff;
}

.p-sake__title {
	padding-bottom: 2rem;
	border-bottom: #474747 1px solid;
}

.p-sake__container {
	margin-top: 4.5rem;
	gap: 5rem;
	align-items: center;
}

.p-sake__image {
	width: 45.9375rem;
}

.p-sake__container:nth-of-type(1) .p-sake__img:nth-of-type(1) {
	width: 87.4316939891%;
	margin-left: auto;
	margin-right: 0;
}

.p-sake__container:nth-of-type(1) .p-sake__img:nth-of-type(2) {
	width: 70.4918032787%;
	margin-left: 0;
	margin-right: auto;
	margin-top: 1.375rem;
}

.p-frame__row:nth-of-type(2) .p-sake__img:nth-of-type(1) {
	width: 74.7311827957%;
	margin-left: auto;
	margin-right: 0;
}

.p-frame__row:nth-of-type(2) .p-sake__img:nth-of-type(2) {
	width: 55.7347670251%;
	margin-left: 0;
	margin-right: auto;
	margin-top: 1.375rem;
}

.p-sake__text {
	width: 33.75rem;
	margin-top: 2rem;
	font-size: 1.125rem;
}

.p-sake__text--first {
	margin-top: 3.75rem;
}

.p-sake__frame {
	margin-top: 15rem;
}

.p-sake__events {
	margin-top: 5.5rem;
}

.p-spmenu__item + .p-spmenu__item {
	margin-top: 0.75rem;
}

.p-spmenu__item a {
	font-family: "DM Sans", sans-serif;
	font-size: 2rem;
	padding: 0.625rem 0;
	display: block;
	letter-spacing: -0.02em;
	line-height: 1;
	font-weight: 300;
}

.p-spmenu__item a.icon {
	width: 1.5rem;
	height: 1.5rem;
}

.p-submenu {
	margin-top: 0.375rem;
}

.p-submenu li + li {
	margin-top: 0.25rem;
}

.p-submenu li a {
	font-size: 0.75rem;
	color: #cccccc;
}

.p-test {
	font-size: 1.25rem;
	background-color: red;
	color: #fff;
}

.p-trigger {
	position: relative;
}

.p-trigger__button {
	width: 1.5rem;
	height: 0.5rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	margin-left: auto;
	cursor: pointer;
	position: relative;
	z-index: 10;
	margin-right: 1.5rem;
}

.p-trigger__button span {
	width: 100%;
	height: 1px;
	background-color: #fff;
	transition: transform 0.3s;
	border-radius: 1px;
	position: absolute;
	left: 0;
	transition: 0.5s;
}

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

.p-trigger__button span:nth-child(2) {
	bottom: 0;
}

/* メニューボタンのアニメーション */

.js-open.p-trigger__button span:nth-child(1) {
	transform: rotate(33deg);
	top: 50%;
	width: 110%;
	background-color: #fff;
}

.js-open.p-trigger__button span:nth-child(2) {
	transform: rotate(-33deg);
	top: 50%;
	width: 110%;
	background-color: #fff;
}

.p-header.is-inverted .p-trigger__button span {
	background-color: #fff;
}

.p-unit:nth-of-type(even) {
	flex-direction: row-reverse;
}

.p-unit {
	align-items: center;
	text-align: left;
}

.p-unit:nth-of-type(1) {
	gap: 4.6875rem;
	margin-top: 4rem;
}

.p-unit:nth-of-type(1) .p-unit__image {
	width: 40.125rem;
}

.p-unit:nth-of-type(1) .p-unit__image .p-unit__img:nth-of-type(1) {
	width: 71.8068535826%;
	margin-left: 0;
	margin-right: auto;
}

.p-unit:nth-of-type(1) .p-unit__image .p-unit__img:nth-of-type(2) {
	width: 69.937694704%;
	margin-left: auto;
	margin-right: 0;
	margin-top: 1rem;
}

.p-unit:nth-of-type(1) .p-unit__contents {
	width: 32.75rem;
}

.p-unit:nth-of-type(2) {
	width: calc(100% + 2.125rem);
	gap: 8.875rem;
	margin-top: 5rem;
}

.p-unit:nth-of-type(2) .p-unit__image {
	width: 45rem;
	display: flex;
	justify-content: space-between;
}

.p-unit:nth-of-type(2) .p-unit__image .p-unit__img:nth-of-type(1) {
	width: 57.3611111111%;
	margin-top: 5.375rem;
}

.p-unit:nth-of-type(2) .p-unit__image .p-unit__img:nth-of-type(2) {
	width: 39.7222222222%;
}

.p-unit:nth-of-type(2) .p-unit__image .p-unit__img:nth-of-type(2) img {
	width: 100%;
	aspect-ratio: 286/429;
	object-fit: cover;
	height: auto;
}

.p-unit:nth-of-type(2) .p-unit__contents {
	width: 32.75rem;
}

.p-unit:nth-of-type(3) {
	gap: 9rem;
	margin-top: 10.75rem;
}

.p-unit:nth-of-type(3) .p-unit__image {
	width: 35.6875rem;
}

.p-unit:nth-of-type(3) .p-unit__contents {
	width: 40.3125rem;
}

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

.p-unit__text {
	margin-top: 2rem;
	font-size: 1.125rem;
}

.p-world {
	margin-top: 7.5rem;
	text-align: center;
}

.p-world__title {
	font-size: 1.625rem;
	font-family: "Shippori Mincho B1", serif;
}

.p-world__text {
	font-size: 1.125rem;
	line-height: 1.8;
	margin-top: 2.5rem;
}

.p-world__text p + p {
	margin-top: 1.5625rem;
}

.p-world__img {
	width: 36.4375rem;
	margin: 3.1875rem auto 0;
	max-width: 100%;
}

.p-world__img img {
	aspect-ratio: 583/527;
	height: auto;
}

@media (max-width: 1352px) {

html {
	font-size: 1.1834319527vw;
}

}

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

.u-mobile {
	display: block;
}

.u-desktop {
	display: none;
}

html {
	font-size: 16px;
}

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

a:hover {
	opacity: 0.8;
}

.c-cols {
	display: block;
}

.c-cols--wide {
	width: 100dvw;
}

.c-dottitle {
	font-size: 1.125rem;
	padding-left: 1rem;
}

.c-dottitle::before {
	width: 0.5rem;
}

.c-dottitle span {
	font-size: 0.75rem;
	padding-left: 0.5rem;
}

.c-lead-en {
	font-size: 1.5rem;
}

.c-lead {
	font-size: 1.25rem;
}

.c-lead .number {
	font-size: 0.75rem;
	margin-bottom: 1.5rem;
}

.c-sectiontitle {
	font-size: 2.1875rem;
}

.c-sectiontitle span {
	font-size: 12;
	display: block;
	padding: 0.625rem 0 0;
}

.l-contact {
	padding: 6.25rem 0;
}

.l-csv {
	padding: 4.5rem 0 0;
}

.l-inner {
	max-width: 34.375rem;
	padding-right: 16px;
	padding-left: 16px;
}

.l-member {
	padding: 4.5rem 0 0;
}

.l-philosophy {
	margin: 5rem 0 0;
	padding: 6rem 0 12.5rem;
}

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

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

.p-about__text {
	margin-top: 2rem;
	width: 100%;
	font-size: 0.75rem;
}

.p-about__images {
	margin-top: 2.5rem !important;
}

.p-about__image1 {
	width: 87%;
}

.p-about__image2 {
	width: 87%;
	margin: 0.75rem 0 0 auto;
}

.p-card__title {
	font-size: 0.875rem;
	margin-top: 1.125rem;
}

.p-card__price {
	font-size: 0.6875rem;
	margin-top: 0.1875rem;
}

.p-card__link {
	font-size: 0.75rem;
	margin-top: 1rem;
}

.p-card__ptitle {
	margin-top: 0.75rem;
	font-size: 0.75rem;
}

.p-card__name {
	margin-top: 0.25rem;
	font-size: 1rem;
}

.p-card__name span {
	font-size: 0.75rem;
}

.p-circle__title {
	font-size: 1.125rem;
}

.p-circle__title span {
	font-size: 1rem;
	margin-bottom: 0.75rem;
}

.p-circle__text {
	font-size: 0.75rem;
	margin-top: 2rem;
}

.p-comingsoon__lead {
	font-size: 1.125rem;
}

.p-comingsoon__image {
	width: 100%;
	margin-top: 2rem;
}

.p-company__list {
	margin-top: 2.625rem;
}

.p-company__map {
	margin-top: 2rem;
}

.p-company__map iframe {
	height: 25rem;
}

.p-contact__text {
	margin-top: 2rem;
	font-size: 0.875rem;
}

.p-contact__title {
	line-height: 1;
}

.p-csv__contents {
	width: 100%;
	padding: 0 0.5rem;
}

.p-csv__container:nth-of-type(1) {
	margin-top: 2.5rem;
}

.p-csv__container:nth-of-type(1) .p-csv__image {
	width: 100%;
	margin-left: calc(50% - 50vw);
}

.p-csv__container:nth-of-type(2) {
	margin-top: 3rem;
}

.p-csv__container:nth-of-type(2) .p-csv__image {
	width: 100%;
}

.p-csv__text {
	margin-top: 1.5rem;
	font-size: 0.75rem;
}

.p-csv__lead {
	margin-top: 2rem;
}

.p-events {
	width: 100dvw;
	padding: 3.5rem 1rem 3.5rem;
}

.p-events .p-events__imageunit {
	width: 100%;
}

.p-events .p-events__image {
	width: 100%;
}

.p-events .p-events__contents {
	margin-top: 2rem;
	padding: 0 0.5rem;
}

.p-events--black .p-events__image {
	width: 100%;
}

.p-events--black .p-events__contents {
	width: 100%;
}

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

.p-events__text {
	margin-top: 1.5rem;
	font-size: 0.75rem;
}

.p-events__container + .p-events__container {
	margin-top: 6rem;
}

.p-footer {
	padding: 3rem 1rem;
}

.p-footer__lower {
	flex-direction: column-reverse;
	gap: 2.375rem;
	align-items: start;
	margin-top: 4.75rem;
}

.p-frame {
	display: block;
	position: relative;
	padding-top: 15.375rem;
	width: 100%;
}

.p-frame__aside {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: fit-content;
	font-size: 1.125rem;
	line-height: 1.8;
	letter-spacing: 0.6em;
}

.p-frame__main {
	width: 100%;
}

.p-header {
	padding: 0 0.75rem;
}

.p-header__logo img {
	width: 9.0625rem;
}

.p-history__bg {
	padding: 5rem 0 5rem;
}

.p-history__bg::before {
	width: 100%;
	height: 100%;
	aspect-ratio: initial;
	background-size: cover;
	background-position: center center;
	left: 0;
	transform: initial;
}

.p-history__lead {
	padding-top: 4rem;
	padding-bottom: 1.25rem;
}

.p-list {
	font-size: 0.75rem;
}

.p-list__title {
	width: 6.25rem;
}

.p-list__detail {
	padding: 0 0.5rem 1.25rem 7.75rem;
}

.p-member__container {
	margin-top: 2.5rem;
	width: 100%;
}

.p-member__cards {
	gap: 2rem 0.5rem;
	grid-template-columns: repeat(2, 1fr);
}

.p-message {
	margin: 4rem 0 0;
}

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

.p-message__img {
	width: 100%;
}

.p-message__contents {
	width: 100%;
	margin-top: 1.5rem;
	font-size: 0.75rem;
}

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

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

.p-movie__movie {
	width: 100%;
	margin-top: 1.5rem;
	position: relative;
	aspect-ratio: 16/9;
	overflow: hidden;
}

.p-movie__movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.p-mv {
	aspect-ratio: 390/797;
}

.p-mv__inner {
	padding: 0 1.25rem 3rem;
}

.p-mv__lead {
	font-size: 0.8125rem;
}

.p-mv__main {
	display: block;
	width: calc(50% + 50vw);
	overflow: hidden;
}

.p-mv__jp {
	font-size: 3.25rem;
	display: inline;
	width: fit-content;
}

.p-mv__bar {
	width: 100%;
	margin: 0 0 0 1.125rem;
}

.p-mv__world {
	font-size: 3.5625rem;
	margin: 0 4.5625rem 0 auto;
	text-align: right;
	line-height: 1;
}

.p-mv__sub {
	font-size: 1rem;
	margin-top: 2.5rem;
}

.p-philosophy__title {
	font-size: 2.1875rem;
}

.p-philosophy__title span {
	margin-top: 0.75rem;
	font-size: 0.9375rem;
}

.p-philosophy__circle-row:last-of-type {
	margin-top: 2rem;
}

.p-philosophy__circle-row {
	flex-direction: column;
	gap: 2rem;
	align-items: center;
}

.p-philosophy__circle {
	width: min(90%, 22.875rem);
}

.p-philosophy__circle::before {
	width: 115%;
}

.p-products {
	margin-top: 4rem;
	width: 100%;
}

.p-products__container {
	margin-top: 2.5rem;
	width: 100%;
}

.p-products__cards {
	gap: 2rem 0.5rem;
	grid-template-columns: repeat(2, 1fr);
}

.p-row:nth-of-type(1) {
	width: calc(100% - 6.25rem);
}

.p-row:nth-of-type(1) .p-row__image {
	width: calc(100% + 1rem);
	margin-left: -1rem;
}

.p-row:nth-of-type(1) .p-row__contents {
	width: 100%;
}

.p-row:nth-of-type(1) .p-row__text {
	width: 100%;
	font-size: 0.75rem;
	margin-top: 1.5rem;
}

.p-row:nth-of-type(2) {
	margin-top: 2.5rem;
}

.p-row:nth-of-type(2) .p-row__image {
	width: 100%;
	margin-left: auto;
	transform: translateX(1rem);
}

.p-row:nth-of-type(2) .p-row__text {
	width: calc(100% - 1rem);
	font-size: 0.75rem;
	margin-top: 1.5rem;
	margin-left: 1rem;
}

.p-sake__lower {
	margin-top: 3.5rem;
}

.p-sake__lower .p-row__image {
	width: 100%;
}

.p-sake__lower .p-row__contents {
	padding: 0 0.5rem;
	width: 100%;
	margin-top: 2rem;
}

.p-sake__lower .p-row__text {
	font-size: 0.75rem;
	margin-top: 1.5rem;
}

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

.p-sake {
	padding: 5.625rem 0 0;
}

.p-sake__title {
	padding-bottom: 1.25rem;
}

.p-sake__container {
	margin-top: 2rem;
}

.p-sake__image {
	width: 100%;
	margin-left: calc(50% - 50vw);
}

.p-sake__contents {
	padding: 0 0.5rem;
	margin-top: 2.5rem;
}

.p-sake__text {
	width: 100%;
	margin-top: 1rem;
	font-size: 0.75rem;
}

.p-sake__text--first {
	margin-top: 1.5rem;
}

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

.p-sake__events {
	margin-top: 6.75rem;
}

.p-unit:nth-of-type(1) .p-unit__image {
	width: 100%;
	margin-left: calc(50% - 50vw);
}

.p-unit:nth-of-type(1) .p-unit__contents {
	width: 100%;
	margin-top: 2rem;
}

.p-unit:nth-of-type(2) {
	width: 100%;
	margin-top: 6.25rem;
}

.p-unit:nth-of-type(2) .p-unit__image {
	width: 100%;
	margin-right: 0;
	margin-left: auto;
	transform: translateX(calc(50vw - 50%));
}

.p-unit:nth-of-type(2) .p-unit__contents {
	width: 100%;
	margin-top: 2rem;
}

.p-unit:nth-of-type(3) {
	margin-top: 6.25rem;
}

.p-unit:nth-of-type(3) .p-unit__image {
	width: 100%;
	margin-left: calc(50% - 50vw);
}

.p-unit:nth-of-type(3) .p-unit__contents {
	width: 100%;
	margin-top: 2rem;
}

.p-unit__lead {
	margin-top: 2rem;
}

.p-unit__text {
	margin-top: 1.5rem;
	font-size: 0.75rem;
}

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

.p-world__title {
	font-size: 1.25rem;
}

.p-world__text {
	text-align-last: left;
	font-size: 0.75rem;
}

.p-world__text p + p {
	margin-top: 1.25rem;
}

.p-world__img {
	margin-top: 40px;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}


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