/* --------------------------------------------------------------------------------
reset
-------------------------------------------------------------------------------- */

*,
*::before,
*::after {
	box-sizing: border-box;
	font: inherit;
	border: none;
	margin: 0px;
	padding: 0px;
}
html {
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: transparent;
}
a {
	text-decoration: none;
	color: inherit;
}
ul,
ol {
	list-style: none;
}
table {
	border-collapse: collapse;
}
iframe,
img,
svg,
video {
	display: block;
}
img {
	max-width: 100%;
	height: auto;
}



/* --------------------------------------------------------------------------------
essential
-------------------------------------------------------------------------------- */

html {
	font-size: 16px;
}
body {
	text-align: justify;
	overflow-wrap: break-word;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	font-feature-settings: "palt";
	line-height: 2rem;
	color: #000000;
	letter-spacing: 0.05em;
	background-color: #f0f0eb;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
a.underline {
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.1em;
}
a.color {
	transition: 0.25s color ease;
}
a.color:hover {
	color: #a5a78b;
}
h1 {
	font-size: 1.5rem;
	line-height: 2.25rem;
}
h2 {
	font-size: 1.375rem;
}
h3 {
	font-size: 1.25rem;
}
h4,
h5,
h6 {
	font-size: 1rem;
}
p.note {
	font-size: 0.875rem;
	line-height: 1.5rem;
}
p:empty:before {
	content: none;
}
span.required {
	color: #a5a78b;
}
*.indent {
	text-indent: -1em;
	padding-left: 1em;
}



/* --------------------------------------------------------------------------------
form
-------------------------------------------------------------------------------- */

input:where([type=text], [type=email], [type=number], [type=password], [type=search], [type=button], [type=submit]),
button,
textarea,
select {
	max-width: 100%;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	outline: none;
	border-radius: 5px;
	appearance: none;
}
input:where([type=text], [type=email], [type=number], [type=password], [type=search]),
textarea,
select {
	vertical-align: top;
	color: #000000;
	border: 1px solid #a5a78b;
	background-color: #ffffff;
}
input:where([type=text], [type=email], [type=number], [type=password], [type=search]),
select {
	height: 50px;
	padding: 0px 15px;
}
input:where([type=button], [type=submit]),
button {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 300px;
	height: 60px;
	text-align: center;
	color: #ffffff;
	cursor: pointer;
	background-color: #a5a78b;
	border-radius: 30px;
	transition: 0.25s color ease, 0.25s background-color ease;
}
input:where([type=button], [type=submit]):hover,
button:hover {
	background-color: #3c3b28;
}
input:where([type=radio], [type=checkbox]),
input:where([type=radio], [type=checkbox])::before,
label.alternate input:where([type=radio], [type=checkbox]) + span {
	width: 25px;
	height: 25px;
}
input:where([type=radio], [type=checkbox]),
label.alternate {
	margin-right: 5px;
}
input:where([type=radio], [type=checkbox]) {
	position: relative;
	vertical-align: middle;
	transform: translateX(-9999px);
}
input:where([type=radio], [type=checkbox])::before,
input:where([type=radio], [type=checkbox])::after,
label.alternate {
	cursor: pointer;
}
input:where([type=radio], [type=checkbox])::before,
input:where([type=radio], [type=checkbox])::after,
label.alternate input:where([type=radio], [type=checkbox]) + span::before {
	position: absolute;
	content: "";
}
input:where([type=radio], [type=checkbox])::before,
input:where([type=radio], [type=checkbox])::after {
	transform: translate(9999px, -1px);
}
input:where([type=radio], [type=checkbox])::before,
label.alternate input:where([type=radio], [type=checkbox]) + span {
	border: 1px solid #a5a78b;
	background-color: #ffffff;
}
input:where([type=radio], [type=checkbox])::after,
label.alternate input:where([type=radio], [type=checkbox]) + span::before {
	opacity: 0;
	transition: 0.25s opacity ease;
}
input:where([type=radio], [type=checkbox]):checked::after,
label.alternate input:where([type=radio], [type=checkbox]):checked + span::before {
	opacity: 1;
}
input[type=radio]::before,
input[type=radio]::after,
label.alternate input[type=radio] + span,
label.alternate input[type=radio] + span::before {
	border-radius: 50%;
}
input[type=radio]::after,
label.alternate input[type=radio] + span::before {
	width: 12px;
	height: 12px;
	left: calc(50% - calc(12px * 0.5));
	top: calc(50% - calc(12px * 0.5));
	background-color: #a5a78b;
}
input[type=checkbox]::before,
label.alternate input[type=checkbox] + span {
	border-radius: 5px;
}
input[type=checkbox]::after,
label.alternate input[type=checkbox] + span::before {
	width: 10px;
	height: 15px;
	left: calc(calc(50% - calc(10px * 0.5)) + 1px);
	top: calc(50% - calc(15px * 0.5));
	border-right: 2px solid #a5a78b;
	border-bottom: 2px solid #a5a78b;
}
input[type=checkbox]::after {
	transform: translate(calc(9999px - 1px), -3px) rotate(45deg);
}
@-moz-document url-prefix() {
	input[type=radio],
	input[type=checkbox] {
		transform: translate(0px, -1px);
	}
}
label {
	display: inline-block;
	vertical-align: text-top;
}
label.alternate input:where([type=radio], [type=checkbox]) {
	display: none;
}
label.alternate input:where([type=radio], [type=checkbox]) + span {
	display: block;
	position: relative;
	cursor: pointer;
}
label.alternate input[type=checkbox] + span::before {
	transform: translate(-1px, -3px) rotate(45deg);
}
textarea {
	padding: 10px 15px;
}
select {
	padding-right: 40px;
	background-image: url(../images/arrow-select.svg);
	background-repeat: no-repeat;
	background-position: right 15px center;
	background-size: auto 10px;
}
::placeholder {
	color: #a5a78b;
}
form#searchform label.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
}



/* --------------------------------------------------------------------------------
font
-------------------------------------------------------------------------------- */

@font-face {
	font-family: "semplicitapro";
	src: url("../fonts/semplicitapro-medium.woff2") format("woff2");
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: "semplicitapro";
	src: url("../fonts/semplicitapro-semibold.woff2") format("woff2");
	font-weight: 600;
	font-style: normal;
}



/* --------------------------------------------------------------------------------
icon
-------------------------------------------------------------------------------- */

@font-face {
	font-family: "icon";
	src: url("../fonts/icon.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}
i.icon {
	font-family: "icon";
	line-height: 1em;
}
i.icon-arrow::before {
	content: "\e900";
}
i.icon-instagram::before {
	content: "\e901";
}
i.icon-line::before {
	content: "\e902";
}
i.icon-youtube::before {
	content: "\e903";
}



/* --------------------------------------------------------------------------------
misc
-------------------------------------------------------------------------------- */

br.small {
	display: none;
}
br.large {
	display: inline;
}
img.small {
	display: none;
}
img.large {
	display: block;
}
hr {
	height: 0px;
	border: none;
	border-bottom: 1px solid #a5a78b;
	margin: 20px 0px;
}
iframe:where([src*="youtube.com"], .wp-embedded-content),
video {
	width: 100%;
}
iframe[src*="youtube.com"],
video {
	aspect-ratio: 16 / 9;
	height: auto;
}
mark {
	margin: 0px 5px;
	padding: 0px 5px;
	background-color: #f0f0eb;
	border-radius: 5px;
}



/* --------------------------------------------------------------------------------
page
-------------------------------------------------------------------------------- */

div#page {
	position: relative;
	overflow: hidden;
}
div#trigger {
	position: absolute;
	top: 50svh;
	pointer-events: none;
}
div.sns ul {
	display: flex;
	flex-wrap: wrap;
}
div.sns ul li {
	font-size: 1.5rem;
	font-weight: 400;
}
div.sns ul li:not(:last-child) {
	margin-right: 20px;
}
span.arrow {
	display: block;
	position: relative;
	aspect-ratio: 1;
	width: 80px;
	overflow: hidden;
}
span.arrow::before,
span.arrow::after {
	position: absolute;
	right: 0px;
	top: 0px;
	border-top: 1px solid #000000;
	content: "";
	transition: 0.25s border-color ease;
}
a:hover span.arrow::before,
a:hover span.arrow::after {
	border-color: #a5a78b;
}
span.arrow::before {
	width: 100%;
	height: 100%;
	border-right: 1px solid #000000;
}
span.arrow::after {
	width: 141.42%;
	transform-origin: right top;
	transform: translateY(-0.875px) rotate(-45deg);
}
span.arrow-white::before,
span.arrow-white::after {
	border-color: #ffffff;
}
a:hover span.arrow-white::before,
a:hover span.arrow-white::after {
	border-color: #d2d3c5;
}
p.button-default,
p.button-default > * {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
p.button-default {
	text-align: center;
	line-height: 1.25rem;
}
p.button-default > *,
p.button-default > * > * {
	position: relative;
}
p.button-default > * {
	align-items: center;
	width: 300px;
	height: 60px;
	color: #ffffff;
	background-color: #a5a78b;
	border-radius: 30px;
	transition: 0.25s background-color ease;
}
p.button-default > *:hover {
	background-color: #3c3b28;
}
p.image {
	overflow: hidden;
}
p.image img {
	width: 100%;
}
p.image-zoom img {
	transition: 0.375s transform ease;
}
a:hover p.image-zoom img,
p.image-zoom a:hover img {
	transform: scale(1.0375);
}
div.flatpickr-current-month span.cur-month {
	font-weight: 400;
}
div.flatpickr-weekdaycontainer span.flatpickr-weekday {
	font-weight: 400;
}
span.flatpickr-day {
	line-height: 35px;
}
span.flatpickr-day.today {
	border-color: #a5a78b;
}
span.flatpickr-day:is(.selected, .startRange, .endRange, .selected.inRange, .startRange.inRange, .endRange.inRange, .selected:focus, .startRange:focus, .endRange:focus, .selected:hover, .startRange:hover, .endRange:hover, .selected.prevMonthDay, .startRange.prevMonthDay, .endRange.prevMonthDay, .selected.nextMonthDay, .startRange.nextMonthDay, .endRange.nextMonthDay) {
	background: #a5a78b;
	border-color: #a5a78b;
}
*.scroll:where(.fade, .fade-slide, .fade-zoom, .fade-bounce),
*.scroll:where(.fade-each, .fade-each-slide, .fade-each-zoom, .fade-each-bounce) > * {
	opacity: 0;
	transition-duration: 1.25s;
}
*.scroll:where(.fade, .fade-slide, .fade-zoom, .fade-bounce).active,
*.scroll:where(.fade-each, .fade-each-slide, .fade-each-zoom, .fade-each-bounce).active > * {
	opacity: 1;
}
*.scroll.fade,
*.scroll.fade-each > * {
	transition-property: opacity;
	transition-timing-function: ease-in-out;
}
*.scroll.fade-slide,
*.scroll.fade-each-slide > * {
	transition-property: opacity, transform;
	transition-timing-function: ease-in-out, ease;
}
*.scroll.fade-slide-left,
*.scroll.fade-each-slide-left > * {
	transform: translate(40px, 0px);
}
*.scroll.fade-slide-right,
*.scroll.fade-each-slide-right > * {
	transform: translate(-40px, 0px);
}
*.scroll.fade-slide-up,
*.scroll.fade-each-slide-up > * {
	transform: translate(0px, 40px);
}
*.scroll.fade-slide-down,
*.scroll.fade-each-slide-down > * {
	transform: translate(0px, -40px);
}
*.scroll.fade-slide.active,
*.scroll.fade-each-slide.active > * {
	transform: translate(0px, 0px);
}
*.scroll:where(.fade-zoom, .fade-bounce),
*.scroll:where(.fade-each-zoom, .fade-each-bounce) > * {
	transition-property: opacity, transform;
}
*.scroll:where(.fade-zoom, .fade-bounce).active,
*.scroll:where(.fade-each-zoom, .fade-each-bounce).active > * {
	transform: scale(1);
}
*.scroll.fade-zoom,
*.scroll.fade-each-zoom > * {
	transition-timing-function: ease-in-out, ease;
	transform: scale(0.875);
}
*.scroll.fade-zoom.active,
*.scroll.fade-each-zoom.active > *,
*.scroll.fade-bounce.active,
*.scroll.fade-each-bounce.active > * {
	transform: scale(1);
}
*.scroll.fade-bounce,
*.scroll.fade-each-bounce > * {
	transition-timing-function: ease-in-out, linear(0, 0.016, 0.063 9.1%, 0.25, 0.563, 1, 0.813 45.5%, 0.766, 0.75, 0.766, 0.813 63.6%, 1 72.7%, 0.953, 0.938, 0.953, 1, 0.984, 1);
	transform: scale(0.75);
}
*.split-text {
	opacity: 0;
}
html.active *.split-text {
	opacity: 1;
}
*.split-text > * {
	display: inline-block;
}
*.delay-01 {
	transition-delay: calc(0.125s * 1);
}
*.delay-02 {
	transition-delay: calc(0.125s * 2);
}
*.delay-03 {
	transition-delay: calc(0.125s * 3);
}
*.delay-04 {
	transition-delay: calc(0.125s * 4);
}
*.delay-05 {
	transition-delay: calc(0.125s * 5);
}
*.delay-06 {
	transition-delay: calc(0.125s * 6);
}
*.delay-07 {
	transition-delay: calc(0.125s * 7);
}
*.delay-08 {
	transition-delay: calc(0.125s * 8);
}
*.delay-09 {
	transition-delay: calc(0.125s * 9);
}
*.delay-10 {
	transition-delay: calc(0.125s * 10);
}
div.grecaptcha-badge {
	z-index: 10;
	bottom: 20px !important;
}



/* --------------------------------------------------------------------------------
header
-------------------------------------------------------------------------------- */

header#header {
	position: relative;
	z-index: 100;
}
header#header a.color:hover {
	color: #3c3b28;
}
header#header :where(*#logo, p#button-menu, div#menu, div#background-menu),
header#header > div.visit-brochure {
	position: fixed;
}
header#header *#logo {
	left: 40px;
	top: 40px;
	z-index: 20;
}
body.admin-bar header#header *#logo {
	top: 72px;
}
header#header *#logo svg {
	width: 165px;
	height: auto;
}
div.color-header header#header *#logo svg path {
	transition: 0.25s fill ease;
	fill: #ffffff !important;
}
header#header p#button-menu {
	width: 60px;
	height: 60px;
	right: 20px;
	top: 20px;
	z-index: 30;
	cursor: pointer;
}
body.admin-bar header#header p#button-menu {
	top: 52px;
}
header#header p#button-menu::before {
	position: absolute;
	width: 100%;
	left: 0px;
	top: calc(50% + 14px);
	text-align: center;
	font-family: "semplicitapro";
	font-size: 0.75rem;
	font-weight: 600;
	line-height: 0.75rem;
	color: #a5a78b;
	content: "MENU";
	transition: 0.25s color ease;
}
div.menu-header header#header p#button-menu::before {
	content: "CLOSE";
}
div.color-header header#header p#button-menu::before {
	color: #ffffff;
}
header#header p#button-menu i {
	display: block;
	position: absolute;
	width: 40px;
	height: 0px;
	left: calc(50% - 20px);
	top: calc(50% - 4px);
	border-bottom: 2px solid #a5a78b;
	transition: 0.25s all ease;
}
header#header p#button-menu i:nth-child(1) {
	transform: translateY(-6px);
}
header#header p#button-menu i:nth-child(2) {
	transform: translateY(6px);
}
div.menu-header header#header p#button-menu i:nth-child(-n+2) {
	width: 0px;
	left: 50%;
	opacity: 0;
	transform: translateY(0px);
}
header#header p#button-menu i:nth-last-child(-n+2) {
	opacity: 0;
}
div.menu-header header#header p#button-menu i:nth-last-child(-n+2) {
	opacity: 1;
}
div.menu-header header#header p#button-menu i:nth-child(3) {
	transform: rotate(30deg);
}
div.menu-header header#header p#button-menu i:nth-child(4) {
	transform: rotate(-30deg);
}
div.color-header header#header p#button-menu i {
	border-color: #ffffff;
}
header#header > div.visit-brochure {
	right: 100px;
	top: 40px;
	z-index: 10;
}
body.admin-bar header#header > div.visit-brochure {
	top: 72px;
}
header#header div.visit-brochure ul {
	display: flex;
	flex-wrap: wrap;
}
header#header div.visit-brochure ul li:not(:last-child) {
	margin-right: 20px;
}
header#header div.visit-brochure ul li a {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 130px;
	height: 35px;
	color: #a5a78b;
	border: 1px solid #a5a78b;
	border-radius: 17.5px;
	transition: 0.25s color ease, 0.25s border-color ease, 0.25s background-color ease
}
header#header div.visit-brochure ul li a:hover {
	color: #ffffff;
	background-color: #a5a78b;
}
div.color-header header#header > div.visit-brochure ul li a {
	color: #ffffff;
	border-color: #ffffff;
}
div.color-header header#header > div.visit-brochure ul li a:hover {
	color: #a5a78b;
	background-color: #ffffff;
}
header#header div#menu {
	width: 400px;
	height: 100%;
	right: 0px;
	top: 0px;
	overflow: auto;
	z-index: 10;
	color: #a5a78b;
	background-color: #ffffff;
	transform: translateX(100%);
	transition: 0.25s transform ease;
	-webkit-overflow-scrolling: touch;
}
div.menu-header header#header div#menu {
	transform: translateX(0%);
}
header#header div#menu::-webkit-scrollbar {
	display: none;
}
header#header div#menu div.inner-menu {
	padding: 100px 60px 60px 60px;
}
header#header div#menu :where(nav#navi, div.sns) {
	margin-bottom: 40px;
}
header#header div#menu nav#navi ul li {
	line-height: 1.5rem;
}
header#header div#menu nav#navi ul li:not(:last-child) {
	margin-bottom: 25px;
}
header#header div#menu nav#navi ul li span {
	display: block;
}
header#header div#menu nav#navi ul li span.main {
	font-family: "semplicitapro";
	font-size: 1.375rem;
}
header#header div#menu nav#navi ul li span.sub {
	font-size: 0.875rem;
}
header#header div#background-menu {
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	pointer-events: none;
	background-color: #3c3b28;
	opacity: 0;
	transition: 0.25s opacity ease;
}
div.menu-header header#header div#background-menu {
	pointer-events: auto;
	opacity: 0.25;
}

/* home
-------------------------------------------------------------------------------- */

body.home header#header *#logo {
	opacity: 0;
	transition: 0.25s opacity ease;
}
body.home div.main header#header *#logo {
	opacity: 1;	
}
body.home header#header p#button-menu::before {
	color: #ffffff;
}
body.home div:where(.main, .menu-header):not(.color-header) header#header p#button-menu::before {
	color: #a5a78b;
}
body.home header#header p#button-menu i {
	border-color: #ffffff;
}
body.home div:where(.main, .menu-header):not(.color-header) header#header p#button-menu i {
	border-color: #a5a78b;
}
body.home header#header > div.visit-brochure ul li a {
	color: #ffffff;
	border-color: #ffffff;
}
body.home div.main:not(.color-header) header#header > div.visit-brochure ul li a {
	color: #a5a78b;
	border-color: #a5a78b;
}
body.home header#header > div.visit-brochure ul li a:hover {
	color: #a5a78b;
	background-color: #ffffff;
}
body.home div.main:not(.color-header) header#header > div.visit-brochure ul li a:hover {
	color: #ffffff;
	background-color: #a5a78b;
}



/* --------------------------------------------------------------------------------
cover
-------------------------------------------------------------------------------- */

div:where(#cover, #space-cover) {
	height: 100svh;
}
div#cover {
	position: fixed;
	width: 100%;
	left: 0px;
	top: 0px;
	z-index: 1;
}
body.admin-bar div:where(#cover, #space-cover) {
	height: calc(100svh - 32px);
}
body.admin-bar div#cover {
	top: 32px;
}
div.main div#cover {
	visibility: hidden;
}
div#cover p.image {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	opacity: 0;
	transition: 1.25s opacity ease-in-out;
}
div#cover.active p.image {
	opacity: 1;
}
div#cover p.image img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
div#cover p.logo {
	position: absolute;
	left: 40px;
	bottom: 40px;
	z-index: 1;
}
div#cover p.logo svg {
	width: calc(165px * 3.25);
	height: auto;
}
div#cover p.logo svg path {
	transition: 1.25s clip-path ease;
	clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
	fill: #ffffff !important;
}
div#cover.active p.logo svg path {
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
div#cover p.logo svg path.type-01 {
	transition-delay: calc(0.09375s * 1 + 0.5s);
}
div#cover p.logo svg path.type-02 {
	transition-delay: calc(0.09375s * 2 + 0.5s);
}
div#cover p.logo svg path.type-03 {
	transition-delay: calc(0.09375s * 3 + 0.5s);
}
div#cover p.logo svg path.type-04 {
	transition-delay: calc(0.09375s * 4 + 0.5s);
}
div#cover p.logo svg path.type-05 {
	transition-delay: calc(0.09375s * 5 + 0.5s);
}



/* --------------------------------------------------------------------------------
title
-------------------------------------------------------------------------------- */

div#title {
	position: relative;
	text-align: center;
	color: #a5a78b;
	padding: 200px 0px 120px 0px;
}
div#page:not(:has(div#tab-contact)):not(:has(section#privacy-policy)) div#title::before {
	position: absolute;
	width: calc(100vw - 80px);
	left: calc(50% - 50vw + 40px);
	bottom: 0px;
	border-bottom: 1px solid #a5a78b;
	content: "";
}
div#title h1 {
	font-family: "semplicitapro";
	font-size: 2.75rem;
	line-height: 3.5rem;
	margin-bottom: 20px;
}



/* --------------------------------------------------------------------------------
main
-------------------------------------------------------------------------------- */

main,
main section,
main section div.inner-section {
	position: relative;
}
main {
	z-index: 1;
	background-color: #f0f0eb;
}
main div#tab-contact {
	width: 940px;
	margin: 0px auto 80px auto;
}
main div#tab-contact ul {
	display: flex;
	flex-wrap: wrap;
	margin-right: -20px;
}
main div#tab-contact ul li {
	width: calc(33.33% - 20px);
	text-align: center;
	margin-right: 20px;
}
main div#tab-contact ul li a {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	height: 80px;
	color: #ffffff;
	background-color: #a5a78b;
	border-radius: 40px;
	transition: 0.25s color ease, 0.25s background-color ease;
}
main div#tab-contact ul li a:hover,
main div#tab-contact ul li.active a {
	color: #a5a78b;
	background-color: #ffffff;
}
main div#tab-contact ul li span,
main div#tab-contact ul li span i {
	display: block;
}
main div#tab-contact ul li span i.main {
	font-family: "semplicitapro";
	font-size: 1.5rem;
	line-height: 1.75rem;
}
main div#tab-contact ul li span i.sub {
	font-size: 0.875rem;
	line-height: 1.25rem;
}
main section div.inner-section {
	width: 940px;
	margin: 0px auto;
	padding: 120px 0px;
}
main section:last-child div.inner-section {
	padding-bottom: 240px;
}
main section.wide div.inner-section {
	width: 1160px;
}
main section div.inner-section:has(div.list-category) {
	padding-top: 40px;
}
main section header.common {
	text-align: center;
	color: #a5a78b;
	margin-bottom: 80px;
}
main section header.common h2 {
	font-family: "semplicitapro";
	font-size: 2.75rem;
	line-height: 3.5rem;
	margin-bottom: 20px;
}
main div.list-category {
	margin-bottom: 120px;
}
main div.list-category ul,
main div.list-category ul li a {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
main div.list-category ul {
	margin-bottom: -10px;
}
main div.list-category ul li {
	font-size: 0.875rem;
	line-height: 1.5rem;
	margin: 0px 5px 10px 5px;
}
main div.list-category ul li a {
	align-items: center;
	min-width: 80px;
	height: 30px;
	line-height: 1rem;
	color: #a5a78b;
	border: 1px solid #a5a78b;
	padding: 0px 15px;
	border-radius: 15px;
	transition: 0.25s color ease, 0.25s background-color ease;
}
main div.list-category ul li.active a,
main div.list-category ul li a:hover {
	color: #ffffff;
	background-color: #a5a78b;
}
main div.related {
	position: relative;
	padding-top: 120px;
}
main div.related::before {
	position: absolute;
	width: calc(100vw - 80px);
	left: calc(50% - 50vw + 40px);
	top: 0px;
	border-top: 1px solid #a5a78b;
	content: "";
}
main p.more,
main p.more a {
	display: flex;
	flex-wrap: wrap;
}
main p.more {
	justify-content: flex-end;
}
main p.more a {
	justify-content: center;
	align-items: flex-end;
}
main p.more span {
	display: block;
}
main p.more span.text {
	font-family: "semplicitapro";
	font-size: 0.875rem;
	line-height: 0.875rem;
	margin-right: 20px;
}
main p:where(.more-add, .back),
main p:where(.more-add, .back) a {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	position: relative;
}
main p:where(.more-add, .back) {
	font-family: "semplicitapro";
	margin-top: 120px;
}
main:not(:has(div#pager)) p.more-add {
	display: none;
}
main p:where(.more-add, .back) a {
	width: 300px;
	border-bottom: 1px solid #000000;
	transition: 0.25s color ease, 0.25s border-color ease;
}
main p:where(.more-add, .back) a:hover {
	color: #a5a78b;
	border-color: #a5a78b;
}
main p:where(.more-add, .back) i.icon {
	position: absolute;
	right: 0px;
	top: 6px;
}
main p.more-add i.icon {
	transform: rotate(90deg);
}
main p.back i.icon {
	transform: rotate(-90deg);
}
main div.fix {
	position: relative;
	height: 760px;
	margin: 0px calc(50% - 50vw);
}
main div.fix div.inner-fix {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	clip-path: inset(0px);
}
main div.fix div.inner-fix p.image {
	position: fixed;
	width: 100%;
	height: 100svh;
	left: 0px;
	bottom: 0px;
}
main div.fix div.inner-fix p.image img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
main nav#navi-sub ul,
main nav#navi-sub ul li a {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
main nav#navi-sub ul {
	margin-right: -20px;
}
main nav#navi-sub ul li {
	width: calc(33.33% - 20px);
	font-size: 1.5rem;
	margin-right: 20px;
}
main nav#navi-sub ul li a {
	align-items: center;
	height: 60px;
	color: #a5a78b;
	border: 1px solid #a5a78b;
	border-radius: 30px;
	transition: 0.25s color ease, 0.25s background-color ease;
}
main nav#navi-sub ul li a:hover,
main nav#navi-sub ul li.active a {
	color: #ffffff;
	background-color: #a5a78b;
}
main ul.bullet li,
main article.common div.body ul li {
	position: relative;
	padding-left: 20px;
}
main ul.bullet li::before,
main article.common div.body ul li::before {
	position: absolute;
	width: 6px;
	height: 6px;
	left: 4px;
	top: 14px;
	background-color: #a5a78b;
	content: "";
	border-radius: 50%;
}
main ol.decimal,
main article.common div.body ol {
	padding-left: 20px;
}
main ol.decimal li,
main article.common div.body ol li {
	list-style-type: decimal;
}
main article.common div.body a {
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.1em;
}
main article.common div.body > *:not(:last-child),
main article.common div.body blockquote > *:not(:last-child) {
	margin-bottom: 20px;
}
main article.common div.body :where(h1, h2, h3, h4, h5, h6, strong) {
	font-weight: 700;
}
main article.common div.body em {
	font-style: italic;
}
main article.common div.body blockquote {
	padding: 20px;
	background-color: #f0f0eb;
	border-radius: 5px;
}
main article.common div.body table {
	width: 100%;
}
main article.common div.body table :where(th, td) {
	border: 1px solid #a5a78b;
	padding: 10px;
}
main article.common div.body table th {
	background-color: #f0f0eb;
}
main article.common div.body img.alignleft {
	margin-left: 0px;
	margin-right: auto;
}
main article.common div.body img.alignright {
	margin-left: auto;
	margin-right: 0px;
}
main article.common div.body img.aligncenter {
	margin-left: auto;
	margin-right: auto;
}
main article.common div.body :where(a.wp-block-button__link, a.wp-block-file__button) {
	display: inline-block;
	height: 50px;
	text-decoration: none !important;
	font-size: 1rem;
	line-height: 50px;
	color: #ffffff;
	padding: 0px 20px;
	background-color: #a5a78b;
	border-radius: 25px;
	transition: 0.25s background-color ease;
}
main article.common div.body :where(a.wp-block-button__link, a.wp-block-file__button):hover {
	background-color: #3c3b28;
}
main div#pager {
	display: none;
}

/* home
-------------------------------------------------------------------------------- */

main section#home-information header.common {
	text-align: left;
	margin-bottom: 50px;
}
main section#home-information div.list-information {
	margin-bottom: 120px;
}
main section#home-information div.list-information div.row {
	border-bottom: 1px solid #a5a78b;
}
main section#home-information div.list-information div.row a {
	display: block;
	text-align: left;
	padding: 30px 0px;
}
main section#home-information div.list-information div.row div.created-type {
	display: flex;
	flex-wrap: wrap;
	font-size: 0.875rem;
	line-height: 1.5rem;
	color: #a5a78b;
	margin-bottom: 10px;
}
main section#home-information div.list-information div.row div.created-type p.created {
	position: relative;
	margin-right: 30px;
}
main section#home-information div.list-information div.row div.created-type p.created::before {
	position: absolute;
	width: 0px;
	height: 15px;
	right: -15px;
	top: 5px;
	border-right: 1px solid #a5a78b;
	content: "";
}
main section#home-information div.list-information div.row h3 {
	font-size: 1.125rem;
	line-height: 1.625rem;
}
main section#home-information div.list-information div.row h3 i.icon {
	font-size: 1rem;
	font-weight: 400;
	margin-left: 10px;
}
main section#home-information p.logo {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
main section#home-information p.logo svg {
	width: 100%;
	max-width: calc(165px * 3.75);
	height: auto;
}
main section#home-concept div.inner-section {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: calc(100% - 40px);
	height: 1600px;
	overflow: hidden;
}
main section#home-concept div.image {
	display: flex;
	flex-wrap: wrap;
	position: absolute;
	width: calc(100% + 20px);
	height: 100%;
	left: 0px;
	top: 0px;
	margin-right: -20px;
}
main section#home-concept div.image div.list {
	container-type: inline-size;
	width: calc(33.33% - 20px);
	overflow: hidden;
	margin-right: 20px;
	transition: 1.25s clip-path ease;
	clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
main section#home-concept div.image div.list.active {
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
main section#home-concept div.image div.list div.inner-list {
	height: calc((100cqw * (500 / 430) + 20px) * 9);
	animation-duration: 180s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-fill-mode: forwards;
}
main section#home-concept div.image div.list:nth-child(2n+1) div.inner-list {
	animation-name: home-concept-01;
}
main section#home-concept div.image div.list:nth-child(2n) div.inner-list {
	animation-name: home-concept-02;
}
@keyframes home-concept-01 {
	0% { transform: translateY(calc((100cqw * (500 / 430) + 20px) * -9)); }
	100% { transform: translateY(0px); }
}
@keyframes home-concept-02 {
	0% { transform: translateY(0px); }
	100% { transform: translateY(calc((100cqw * (500 / 430) + 20px) * -9)); }
}
main section#home-concept div.image div.list p.row {
	aspect-ratio: 430 / 500;
}
main section#home-concept div.image div.list p.row:not(:last-child) {
	margin-bottom: 20px;
}
main section#home-concept div.image div.list p.row img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
main section#home-concept div.text,
main section#home-concept div.text div.inner-text {
	position: relative;
}
main section#home-concept div.text {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	z-index: 1;
	width: 940px;
}
main section#home-concept div.text::before {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background-color: rgba(255, 255, 255, 0.875);
	content: "";
	opacity: 0;
	transition: 1.25s opacity 0.25s ease-in-out;
	transform-origin: left top;
}
main section#home-concept div.text.active::before {
	opacity: 1;
}
main section#home-concept div.text div.inner-text {
	padding: 120px;
}
main section#home-concept div.text h3 {
	text-align: center;
	font-size: 2rem;
	line-height: 3.25rem;
	margin-bottom: 60px;
}
main section#home-concept div.text p.description {
	margin-bottom: 60px;
}
main section:where(#home-products, #home-works, #home-misc) {
	color: #ffffff;
}
main section:where(#home-products, #home-works, #home-misc) a.color:hover {
	color: #d2d3c5;
}
main section:where(#home-products, #home-works, #home-misc) header.common {
	color: #ffffff;
}
main section#home-products div.background {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background-color: #a5a78b;
	content: "";
	transform-origin: left top;
	transform: scaleX(0);
}
main section#home-products div.inner-section {
	width: 1060px;
	padding: 240px 0px;
}
main section#home-products div.list div.row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
main section#home-products div.list div.row:nth-child(2n+1) {
	flex-direction: row-reverse;
	padding-left: 60px;
}
main section#home-products div.list div.row:nth-child(2n) {
	padding-right: 60px;
}
main section#home-products div.list div.row:not(.row-04) {
	align-items: flex-start;
	margin-bottom: 120px;
}
main section#home-products div.list div.row-03 {
	padding-right: 220px;
}
main section#home-products div.list div.row-04 {
	align-items: flex-end;
}
main section#home-products div.list div.row p.image {
	transition: 1.25s clip-path ease;
	clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
main section#home-products div.list div.row p.image.active {
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
main section#home-products div.list div.row:not(.row-03) p.image {
	width: 500px;
}
main section#home-products div.list div:where(.row-02, .row-04) p.image {
	margin-top: -180px;
}
main section#home-products div.list div.row-03 p.image {
	width: 280px;
	margin-top: 60px;
}
main section#home-products div.list div.row-03 div.text {
	width: calc(100% - 340px);
}
main section#home-products div.list div.row:not(.row-03) div.text {
	width: calc(100% - 560px);
}
main section#home-products div.list div.row-01 div.text h3 {
	font-size: 2rem;
	line-height: 3.25rem;
}
main section:where(#home-works, #home-misc) {
	background-color: #a5a78b;
}
main section#home-works::before {
	position: absolute;
	width: calc(100vw - 80px);
	left: calc(50% - 50vw + 40px);
	top: 0px;
	border-top: 1px solid #ffffff;
	content: "";
}
main section#home-works div.slide {
	margin: 0px calc(50% - 50vw);
}
main section#home-works div.slide div.list {
	overflow: hidden;
	margin-bottom: 40px;
}
main section#home-works div.slide div.inner-list {
	display: flex;
	flex-wrap: wrap;
	width: 9999px;
}
main section#home-works div.slide div.list div.row {
	width: 500px;
	margin-right: 20px;
}
main section#home-works div.slide div.list div.row a {
	display: block;
	position: relative;
}
main section#home-works div.slide div.list div.row p.image {
	aspect-ratio: 1;
}
main section#home-works div.slide div.list div.row div.text {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: 1;
	color: #ffffff;
	padding: 20px;
	background-color: rgba(60, 59, 40, 0.75);
	opacity: 0;
	transition: 0.25s opacity ease;
}
main section#home-works div.slide div.list div.row a:hover div.text {
	opacity: 1;
}
main section#home-works div.slide div.list div.row div.text h3 {
	font-size: 1.125rem;
	line-height: 1.625rem;
}
main section#home-works div.slide div.pager-more {
	position: relative;
	width: 435px;
	height: 115px;
	margin: 0px 40px 0px auto;
	padding: 17.5px;
}
main section#home-works div.slide div.pager-more div.pager {
	display: flex;
	justify-content: space-between;
}
main section#home-works div.slide div.pager-more div.pager p.button {
	aspect-ratio: 1;
	width: 80px;
	cursor: pointer;
}
main section#home-works div.slide div.pager-more div.pager p.button-prev span.arrow {
	transform: rotate(-135deg);
}
main section#home-works div.slide div.pager-more div.pager p.button-next span.arrow {
	transform: rotate(45deg);
}
main section#home-works div.slide div.pager-more div.pager p.button:hover span.arrow::before,
main section#home-works div.slide div.pager-more div.pager p.button:hover span.arrow::after {
	border-color: #d2d3c5;
}
main section#home-works div.slide div.pager-more p.more {
	position: absolute;
	width: 100px;
	left: calc(50% - 50px);
	top: calc(50% - 1rem);
	text-align: center;
	font-size: 0.875rem;
}
main section#home-misc div.inner-section {
	padding: 0px;
}
main section#home-misc div.block,
main section#home-misc div.block div.inner-block {
	position: relative;
}
main section#home-misc div.block div.inner-block {
	padding: 720px 0px 240px 0px;
}
main section#home-misc div.block div.background {
	position: absolute;
	width: 100vw;
	height: 100svh;
	left: 0px;
	top: 0px;
	margin: 0px calc(50% - 50vw);
}
main section#home-misc div.block div.background img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
main section#home-misc div.block.top div.background {
	position: fixed;
}
main section#home-misc div.block.bottom div.background {
	position: absolute;
	top: auto;
	bottom: 0px;
}
main section#home-misc div.block div.background::before {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background-color: #a5a78b;
	content: "";
	opacity: 0.5;
	mix-blend-mode: multiply;
}
main section#home-misc div.block div.background img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
main section#home-misc div.block :where(div.image-text, p.more) {
	position: relative;
}
main section#home-misc div.block div.image-text {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	z-index: 1;
	margin-bottom: 80px;
}
main section#home-misc div.block div.image-text div.text {
	width: calc(100% - 500px);
}
main section#home-misc div.block div.image-text div.text header.common {
	text-align: left;
	color: #ffffff;
}
main section#home-misc div.block div.image-text div.text h3 {
	font-size: 2rem;
	line-height: 3.25rem;
	margin-bottom: 60px;
}
main section#home-misc div.block div.image-text p.image {
	position: relative;
	width: 440px;
}

/* news, event, column
-------------------------------------------------------------------------------- */

main div.list-common {
	display: flex;
	flex-wrap: wrap;
	margin: 0px -40px -60px 0px;
}
main div.list-common div.row {
	width: calc(33.33% - 40px);
	margin: 0px 40px 60px 0px;
}
main div.list-common div.row p.image {
	aspect-ratio: 360 / 280;
	margin-bottom: 20px;
}
main div.list-common div.row p.image img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
main div.list-common div.row div.misc,
main article.common header div.misc {
	font-size: 0.875rem;
	line-height: 1.5rem;
	color: #a5a78b;
}
main div.list-common div.row div.misc {
	position: relative;
	margin-bottom: 10px;
	padding-top: 3px;
}
main div.list-common div.row div.misc:has(p.status) {
	padding-right: 90px;
}
main div.list-common div.row div.misc div.created-category,
main div.list-common div.row div.misc div.created-category div.category ul,
main article.common header div.misc div.created-category,
main article.common header div.misc div.created-category div.category ul {
	display: flex;
	flex-wrap: wrap;
}
main div.list-common div.row div.misc div.created-category p.created:not(:last-child),
main article.common header div.misc div.created-category p.created:not(:last-child) {
	position: relative;
	margin-right: 30px;
}
main div.list-common div.row div.misc div.created-category p.created:not(:last-child)::before,
main article.common header div.misc div.created-category p.created:not(:last-child)::before {
	position: absolute;
	width: 0px;
	height: 15px;
	right: -15px;
	top: 5px;
	border-right: 1px solid #a5a78b;
	content: "";
}
main div.list-common div.row div.misc div.created-category div.category li:not(:last-child)::after,
main article.common header div.misc div.created-category div.category li:not(:last-child)::after {
	content: "・";
}
main div.list-common div.row div.misc p.status,
main article.common header div.misc p.status {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 80px;
	height: 30px;
	line-height: 1rem;
	border-radius: 15px;
}
main div.list-common div.row div.misc p.status {
	position: absolute;
	right: 0px;
	top: 0px;
}
main div.list-common div.row div.misc p:where(.status-0, .status-1),
main article.common header div.misc p:where(.status-0, .status-1) {
	color: #ffffff;
	background-color: #a5a78b;
}
main div.list-common div.row div.misc p:where(.status-2, .status-3),
main article.common header div.misc p:where(.status-2, .status-3) {
	color: #a5a78b;
	border: 1px solid #a5a78b;
}
main div.list-common div.row h3 {
	font-size: 1.125rem;
	line-height: 1.625rem;
}
main article.common header,
main article.common header h1:not(:last-child) {
	margin-bottom: 80px;
}
main article.common header div.misc {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
}
main article.common header div.misc div.created-category:not(:last-child) {
	margin-right: 30px;
}
main article.common header h1 {
	text-align: center;
	font-size: 1.5rem;
}
main article.common header p.image {
	aspect-ratio: 1160 / 520;
	margin: 0px -110px;
}
main article.common header p.image img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

/* event
-------------------------------------------------------------------------------- */

main section#visit-alternate header.common {
	position: relative;
	margin-bottom: 160px;
}
main section#visit-alternate header.common::before {
	position: absolute;
	width: calc(100vw - 80px);
	left: calc(50% - 50vw + 40px);
	bottom: -80px;
	border-bottom: 1px solid #a5a78b;
	content: "";
}
main section#visit-alternate header.common p.sub {
	margin-bottom: 60px;
}
main section#visit-alternate header.common h4 {
	font-size: 1.5rem;
	color: #000000;
}

/* concept
-------------------------------------------------------------------------------- */

main section#concept div.list div.row:not(:last-child) {
	margin-bottom: 120px;
}
main section#concept div.list div.row :where(h2, h3) {
	text-align: center;
}
main section#concept div.list div.row h2 {
	font-family: "semplicitapro";
	font-size: 2.25rem;
	line-height: 3rem;
	color: #a5a78b;
	border-bottom: 1px solid #a5a78b;
	margin-bottom: 30px;
	padding-bottom: 20px;
}
main section#concept div.list div.row h3 {
	font-size: 1.5rem;
	margin-bottom: 40px;
}
main section#concept-house {
	color: #ffffff;
	background-color: #a5a78b;
}
main section#concept-house header.common {
	color: #ffffff;
}
main section#concept-house div.list div.row:not(:last-child) {
	margin-bottom: 120px;
}
main section#concept-house div.list div.row div.image-text {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
main section#concept-house div.list div.row:nth-child(2n) div.image-text {
	flex-direction: row-reverse;
}
main section#concept-house div.list div.row div.image-text p.image {
	width: 50%;
}
main section#concept-house div.list div.row div.image-text div.text {
	width: calc(50% - 60px);
}
main section#concept-house div.list div.row div.image-text div.text h3 {
	font-size: 1.25rem;
	border-bottom: 1px solid #ffffff;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

/* products
-------------------------------------------------------------------------------- */

main section.products div.block:not(:last-child) {
	margin-bottom: 120px;
}
main section.products div.block :where(h2, h3) {
	text-align: center;
}
main section.products div.block h2 {
	font-family: "semplicitapro";
	font-size: 2.25rem;
	line-height: 3rem;
	color: #a5a78b;
	border-bottom: 1px solid #a5a78b;
	margin-bottom: 30px;
	padding-bottom: 20px;
}
main section.products div.block h3 {
	font-size: 1.5rem;
	margin-bottom: 40px;
}
main section.products div.block div.image-text {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 80px;
}
main section.products div.block div.image-text p.image {
	width: 300px;
}
main section.products div.block div.image-text div.text {
	width: calc(100% - 360px);
}
main section.products div.block div.button-wrapper {
	display: flex;
	flex-wrap: wrap;
	margin: 0px -20px -20px 0px;
}
main section.products div.block div.button-wrapper p.button-default {
	width: calc(50% - 20px);
	font-size: 1.5rem;
	margin: 0px 20px 20px 0px;
}
main section.products div.block div.button-wrapper p.button-default a {
	width: 100%;
}

/* works
-------------------------------------------------------------------------------- */

main div.list-works div.row:not(:last-child) {
	margin-bottom: 40px;
}
main div.list-works div.row a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background-color: #ffffff;
}
main div.list-works div.row :where(p.image, div.text) {
	width: 50%;
}
main div.list-works div.row p.image {
	aspect-ratio: 580 / 360;
}
main div.list-works div.row p.image img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
main div.list-works div.row div.text {
	padding: 40px;
}
main div.list-works div.row div.text div.category {
	margin-bottom: 20px;
}
main div.list-works div.row div.text div.category ul,
main div.list-works div.row div.text div.category ul li,
main article.works header div.category ul,
main article.works header div.category ul li {
	display: flex;
	flex-wrap: wrap;
}
main div.list-works div.row div.text div.category ul,
main article.works header div.category ul {
	margin-bottom: -10px;
}
main div.list-works div.row div.text div.category ul li,
main article.works header div.category ul li {
	justify-content: center;
	align-items: center;
	min-width: 80px;
	height: 30px;
	line-height: 1rem;
	color: #a5a78b;
	border: 1px solid #a5a78b;
	margin-bottom: 10px;
	padding: 0px 15px;
	border-radius: 15px;
}
main div.list-works div.row div.text div.category ul li:not(:last-child),
main article.works header div.category ul li:not(:last-child) {
	margin-right: 10px;
}
main div.list-works div.row div.text h3 {
	font-size: 1.125rem;
	line-height: 1.625rem;
}
main article.works header {
	margin-bottom: 120px;
}
main article.works header p.image {
	aspect-ratio: 1160 / 720;
	margin: 0px -110px 80px -110px;
}
main article.works header p.image img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
main article.works header h1 {
	text-align: center;
	font-size: 1.5rem;
}
main article.works header h1:not(:last-child) {
	margin-bottom: 40px;
}
main article.works header div.category ul {
	justify-content: center;
}
main article.works div.text-image {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
main article.works div.text-image div:where(.text, .image) {
	width: calc(50% - 30px);
}
main article.works div.text-image div.text p.body:not(:last-child) {
	margin-bottom: 60px;
}
main article.works div.text-image div.image p.row:not(:last-child) {
	margin-bottom: 20px;
}

/* process
-------------------------------------------------------------------------------- */

main section#process div.block:not(:last-child) {
	margin-bottom: 120px;
}
main section#process div.block h2 {
	text-align: center;
	font-family: "semplicitapro";
	font-size: 2.75rem;
	line-height: 3.5rem;
	color: #a5a78b;
	margin-bottom: 60px;
}
main section#process div.block div.list div.row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
main section#process div.block div.list div.row:not(:last-child) {
	margin-bottom: 60px;
}
main section#process div.block div.list div.row::before,
main section#process div.block div.list div.row::after {
	position: absolute;
	width: calc(100% - 360px);
	right: 0px;
	content: "";
}
main section#process div.block div.list div.row::before {
	top: 0px;
	border-top: 1px solid #a5a78b;
}
main section#process div.block div.list div.row::after {
	bottom: 0px;
	border-bottom: 1px solid #a5a78b;
}
main section#process div.block div.list div.row p.image {
	width: 300px;
}
main section#process div.block div.list div.row div.text {
	width: calc(100% - 360px);
}
main section#process div.block div.list div.row div.text h3 {
	font-size: 1.5rem;
	color: #a5a78b;
	margin-bottom: 20px;
}

/* form
-------------------------------------------------------------------------------- */

main section.form {
	background-color: #ffffff;
}
main section.form div.header {
	margin-bottom: 80px;
}
main section.form:has(div.mw_wp_form_preview) div.header,
main section.form div.mw_wp_form_preview div.form h3 {
	display: none;
}
main section.form div.header p:where(.description, .button-default):not(:last-child) {
	margin-bottom: 80px;
}
main section.form div:where(.header, .form) h3 {
	text-align: center;
	font-size: 1.25rem;
	border-bottom: 1px solid #a5a78b;
	padding-bottom: 20px;
}
main section.form div.header h3 {
	margin-bottom: 20px;
}
main section.form div.form h3 {
	margin-bottom: 80px;
}
main section.form div.form div.component-wrapper {
	margin-bottom: 80px;
}
main section.form div.form div.component {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	position: relative;
}
main section.form div.form div.component:not(:last-child) {
	margin-bottom: 40px;
}
main section.form div.mw_wp_form_preview div.form div.component {
	border-bottom: 1px solid #a5a78b;
	margin-bottom: 0px;
	padding: 40px 0px;
}
main section.form div.mw_wp_form_preview div.form div.component:first-child {
	border-top: 1px solid #a5a78b;
}
main section.form div.form div.component-event {
	display: none;
}
main section.form div.form div.component p.label {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
	width: 240px;
	height: 50px;
}
main section.form div.form div.component-radio-checkbox p.label {
	height: auto;
}
main section.form div.mw_wp_form_preview div.form div.component p.label {
	display: block;
	height: auto;
}
main section.form div.form div.component p.label span.require {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	position: absolute;
	width: 40px;
	height: 20px;
	right: 20px;
	top: calc(50% - 10px);
	font-size: 0.75rem;
	line-height: 1rem;
	color: #ffffff;
	background-color: #a5a78b;
	border-radius: 2.5px;
}
main section.form div.mw_wp_form_preview div.form div.component p.label span.require {
	display: none;
}
main section.form div.form div.component div.body {
	width: calc(100% - 240px);
}
main section.form div.form div.component-radio-checkbox div.body {
	margin-bottom: -10px;
}
main section.form div.mw_wp_form_preview div.form div.component-radio-checkbox div.body {
	margin-bottom: 0px;
}
main section.form div.form div.component-horizontal div.body {
	display: flex;
	flex-wrap: wrap;
}
main section.form div.form div.component div.body :where(input:where([type=text], [type=email]), select, textarea) {
	width: 100%;
}
main section.form div.form div.component div.body span:where(.mwform-radio-field, .mwform-checkbox-field),
main section.form div.form div.component div.body span:where(.mwform-radio-field, .mwform-checkbox-field) > label {
	display: block;
}
main section.form div.form div.component div.body:has(input[name="interest[data][]"]) :is(span.mwform-radio-field, span.mwform-checkbox-field) {
	min-width: 50%;
	margin-right: 0px;
}
main section.form div.form div.component-radio-checkbox div.body span:where(.mwform-radio-field, .mwform-checkbox-field) {
	margin: 0px 0px 10px 0px;
}
main section.form div.form div.component-radio-checkbox div.body span:where(.mwform-radio-field, .mwform-checkbox-field):not(:last-of-type) {
	margin-right: 30px;
}
main section.form div.form div:is(.component-name-furigana, .component-number) div.body {
	justify-content: space-between;
}
main section.form div.form div:is(.component-name-furigana, .component-number) div.body div.row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: calc(50% - 10px);
}
main section.form div.form div:is(.component-name-furigana, .component-number) div.body div.row p.prefix {
	width: 50px;
}
main section.form div.form div.component-name-furigana div.body div.row input[type=text],
main section.form div.form div.component-number div.body div.row select {
	width: calc(100% - 50px);
}
main section.form div.mw_wp_form_preview div.form div.component div.body input.flatpickr-input {
	display: none;
}
main section.form div.form div.component div.body span.error,
main section.form div.form div.agreement span.error {
	font-size: 0.875rem;
	line-height: 25px;
	color: #a5a78b;
}
main section.form div.form div.component div.body span.error {
	width: 100%;
	padding-top: 5px;
}
main section.form div.form div.agreement {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	position: relative;
	margin-bottom: 80px;
}
main section.form div.mw_wp_form_preview div.form div.agreement {
	display: none;
}
main section.form div.form div.agreement span.mwform-checkbox-field,
main section.form div.form div.agreement span.mwform-checkbox-field > label {
	display: block;
}
main section.form div.form div.agreement span.mwform-checkbox-field {
	margin-right: 5px;
}
main section.form div.form div.agreement span.mwform-checkbox-field-text {
	display: none;
}
main section.form div.form div.agreement span.error {
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: -25px;
	text-align: center;
}
main section.form div.form div.action {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
main section.form div.form div.action :where(input:where([type=button], [type=submit]), button):not(:last-child) {
	margin-right: 20px;
}
main section.form div.form div.action :where(input:where([type=button], [type=submit]), button)[name=submitBack] {
	color: #a5a78b;
	border: 1px solid #a5a78b;
	background-color: #ffffff;
}
main section.form div.form div.action :where(input:where([type=button], [type=submit]), button)[name=submitBack]:hover {
	color: #ffffff;
	background-color: #a5a78b;
}
main section#thanks {
	text-align: center;
	color: #a5a78b;
}
main section#thanks h2 {
	font-family: "semplicitapro";
	font-size: 2.75rem;
	line-height: 3.5rem;
	margin-bottom: 20px;
}

/* privacy-policy
-------------------------------------------------------------------------------- */

main section#privacy-policy {
	background-color: #ffffff;
}
main section#privacy-policy div.list div.row:not(:last-child) {
	margin-bottom: 40px;
}
main section#privacy-policy div.list div.row h2 {
	position: relative;
	font-size: 1.125rem;
	margin-bottom: 10px;
	padding-left: 35px;
}
main section#privacy-policy div.list div.row h2 span {
	position: absolute;
	left: 0px;
	top: 0px;
}



/* --------------------------------------------------------------------------------
footer
-------------------------------------------------------------------------------- */

footer#footer {
	position: relative;
	z-index: 1;
	color: #ffffff;
	padding: 80px 0px;
	background-color: #3c3b28;
}
footer#footer a.color:hover {
	color: #a5a78b;
}
footer#footer div.inner-footer {
	position: relative;
	width: 1060px;
	margin: 0px auto;
}
footer#footer nav#navi-footer {
	margin-bottom: 80px;
}
footer#footer nav#navi-footer div.list {
	display: flex;
	flex-wrap: wrap;
}
footer#footer nav#navi-footer div.list div.row:not(:last-child) {
	margin-right: 80px;
}
footer#footer nav#navi-footer div.list div.row ul li {
	font-family: "semplicitapro";
	font-size: 1.125rem;
}
footer#footer nav#navi-footer div.list div.row ul li:not(:last-child) {
	margin-bottom: 20px;
}
footer#footer :where(p.logo, div.sns) {
	position: absolute;
	right: 0px;
}
footer#footer p.logo {
	bottom: 0px;
}
footer#footer p.logo svg {
	width: calc(165px * 2.5);
	height: auto;
}
footer#footer p.logo svg path {
	fill: #ffffff !important;
}
footer#footer div.sns {
	top: 0px;
}
footer#footer div.information {
	margin-bottom: 40px;
}
footer#footer p.copyright {
	font-family: "semplicitapro";
	font-size: 0.75rem;
	line-height: 0.75rem;
}
