@font-face {
	font-display: swap;
	font-family: "NewYork";
	font-style: normal;
	font-weight: normal;
	src: url("../fonts/NewYork.otf") format("opentype");
}

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

/* 414px以下で改行（414未満を表示する想定に合わせ、414px以上は非表示） */

.br-414-less {
	display: none;
}

/* 500px以下で改行 */

.br-500-less {
	display: none;
}

/* 768px以下で改行 */

.br-768-less {
	display: none;
}

/* 768px以上で改行 */

.br-768-more {
	display: block;
}

/* 1000px以下で改行 */

.br-1000-less {
	display: none;
}

/* 1000px以上で改行 */

.br-1000-more {
	display: block;
}

/* 1480px以上で改行 */

.br-1480-more {
	display: block;
}

/* 1920px以上で改行 */

.br-1920-more {
	display: block;
}

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

html {
	font-size: 16px;
}

/* PC版Chromeで拡縮画像ぼやけ対策 */

/* iPhoneSafariで画像ジャギ対策 */

img {
	image-rendering: auto;
}

/* コンテンツ量が少なく短いページでもフッターを最下部に表示する ---- */

.content-wrap {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

main {
	flex: 1;
}

/* コンテンツ量が少なく短いページでもフッターを最下部に表示する ここまで ---- */

/* YouTubeのframeborder属性の変わり(HTML5の標準仕様で廃止されているため) */

iframe {
	border: none;
}

*,
*::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: optimizeLegibility;
}

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

ul {
	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;
	height: auto;
	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;
}

/* ホバー */

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

html.is-fixed {
	overflow: hidden;
}

.js-text-slideIn,
.text {
	display: inline-block;
	overflow: hidden;
}

.js-text-slideIn span,
.text span {
	display: inline-block;
	transform: translateY(100%);
}

.js-text-slideIn.is-active span,
.text.is-active span {
	animation: slideIn 1.2s cubic-bezier(0.15, 1, 0.3, 1) forwards calc(0.05s * 0);
	animation: slideIn 1.2s cubic-bezier(0.15, 1, 0.3, 1) forwards calc(0.05s * var(--index, 0));
}

.js-fadeIn2 {
	opacity: 0;
	transform: translateY(30px);
}

.js-fadeIn3 {
	opacity: 0;
}

.breadcrumb {
	background-color: #dce3ed;
	padding: 0.3125rem 0;
}

.breadcrumb__inner.inner {
	align-items: center;
	color: #29292C;
	color: var(--font, #29292C);
	display: flex;
	font-size: 0.875rem;
	font-weight: 400;
	gap: 0.375rem;
	letter-spacing: 0.7px;
	line-height: 200%; /* 28px */
	max-width: 80.625rem;
}

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

.breadcrumb__inner.inner span {
	color: #29292C;
}

.column-news {
	min-height: 100vh;
	padding-bottom: 12.3125rem;
	padding-top: 9.25rem;
	position: relative;
}

.column-news__bg-text {
	color: #dce3ed;
	font-family: "NewYork", serif;
	font-size: 8.125rem;
	font-weight: normal;
	line-height: 0.9;
	padding-left: 7.125rem;
	position: relative;
}

.column-news__bg-text::first-letter {
	color: #6a87bc;
}

.column-news__bg-text::before {
	background-color: #6a87bc;
	content: "";
	height: 6.875rem;
	left: 0;
	position: absolute;
	top: 0;
	width: 2.5rem;
	z-index: 1;
}

.column-news__inner.inner {
	margin-top: 3.4375rem;
	max-width: 66.25rem;
	position: relative;
}

.column-news__filters {
	display: flex;
	flex-wrap: wrap;
	gap: 0.625rem;
	margin-top: 1.75rem;
}

.column-news__filter {
	-webkit-text-decoration: none;
	background-color: #fff;
	border: 1px solid #c5c6c7;
	border-radius: 6.25rem;
	color: #29292C;
	cursor: pointer;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.05rem;
	line-height: normal;
	padding: 0.5rem 1.4375rem;
	text-decoration: none;
	transition: all 0.3s;
}

.column-news__filter--active {
	border-color: #6a87bc;
	color: #6a87bc;
}

.column-news__list {
	display: flex;
	flex-direction: column;
	gap: 5rem;
	margin-top: 5.1875rem;
}

.column-news__item {
	align-items: center;
	display: flex;
	gap: 2rem;
}

.column-news__item-link {
	-webkit-text-decoration: none;
	align-items: center;
	color: inherit;
	display: flex;
	gap: 2rem;
	text-decoration: none;
	width: 100%;
}

.column-news__image {
	aspect-ratio: 370/260;
	flex-shrink: 0;
	position: relative;
	width: 23.125rem;
}

.column-news__image img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.column-news__content {
	flex: 1;
	margin-top: 0;
	width: 100%;
}

.column-news__date {
	color: #29292C;
	font-family: "Poppins", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.1rem;
	line-height: normal;
	margin: 0;
}

.column-news__title {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: #29292C;
	display: -webkit-box;
	font-family: "Noto Serif JP", serif;
	font-size: 1.625rem;
	font-weight: 500;
	letter-spacing: 0.1625rem;
	line-height: normal;
	margin-bottom: 0;
	margin-top: 0.8125rem;
	overflow: hidden;
}

.column-news__excerpt {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	color: #29292C;
	display: -webkit-box;
	font-family: "Noto Serif JP", serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.05rem;
	line-height: 1.8;
	margin-bottom: 0;
	margin-top: 1.25rem;
	overflow: hidden;
	text-overflow: ellipsis;
}

.column-news__footer {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-top: 2.125rem;
}

.column-news__category {
	background-color: #fff;
	border: 1px solid #c5c6c7;
	border-radius: 6.25rem;
	color: #29292C;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.04375rem;
	line-height: normal;
	padding: 0.5rem 1.4375rem;
}

.column-news .view-more {
	-webkit-text-decoration: none;
	align-items: center;
	color: inherit;
	display: flex;
	gap: 0.625rem;
	text-decoration: none;
}

.column-news__pagination {
	align-items: center;
	display: flex;
	gap: 2.5rem;
	justify-content: center;
	margin-top: 8rem;
}

.column-news__pagination .page-numbers {
	align-items: center;
	display: flex;
	gap: 2.5rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.column-news__pagination .page-numbers li {
	margin: 0;
}

.column-news__pagination .page-numbers a,
.column-news__pagination .page-numbers span {
	-webkit-text-decoration: none;
	align-items: center;
	color: #c5c6c7;
	display: flex;
	font-family: "Poppins", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	height: 1.5rem;
	justify-content: center;
	letter-spacing: 0.05rem;
	line-height: 2;
	text-decoration: none;
	transition: all 0.3s;
	width: 1.5rem;
}

.column-news__pagination .page-numbers a img,
.column-news__pagination .page-numbers span img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	transition: filter 0.3s ease;
	width: 100%;
}

.column-news__pagination .page-numbers .current {
	color: #29292C;
}

.column-news__pagination .page-numbers .dots {
	color: #c5c6c7;
}

.column-news__no-posts {
	color: #29292C;
	font-family: "Noto Serif JP", serif;
	font-size: 1.125rem;
	padding: 3.75rem 0;
	text-align: center;
}

.section-header__icon--blue {
	background-color: #6a87bc;
}

.error-404 {
	align-items: center;
	display: flex;
	justify-content: center;
	padding-bottom: 4.3125rem;
	padding-top: 10.6875rem;
}

.error-404__inner {
	max-width: 37.375rem;
	position: relative;
	text-align: center;
	width: 100%;
}

.error-404__number {
	color: #d76192;
	font-family: "NewYork", serif;
	font-size: 8.125rem;
	font-weight: normal;
	line-height: 0.9;
}

.error-404__message {
	color: #29292C;
	font-family: "Noto Serif JP", serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.05rem;
	line-height: 2;
	margin-bottom: 0;
	margin-top: 1rem;
}

.error-404__button-wrapper {
	margin-top: 2rem;
}

.error-404__button {
	-webkit-text-decoration: none;
	align-items: center;
	background-color: #fff;
	border: 1px solid #d76192;
	border-radius: 6.25rem;
	color: #d76192;
	display: inline-flex;
	font-size: 1rem;
	font-weight: 400;
	justify-content: center;
	letter-spacing: 0.05rem;
	line-height: normal;
	padding: 1.0625rem 3.375rem;
	text-decoration: none;
	transition: all 0.3s;
}

.fixed-buttons {
	bottom: 6.1875rem;
	display: flex;
	flex-direction: column;
	gap: 1.375rem;
	opacity: 0;
	position: fixed;
	right: 1.25rem;
	z-index: 999;
}

.fixed-buttons__item {
	align-items: center;
	position: relative;
}

.fixed-buttons__label {
	font-family: "Poppins", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.04375rem;
	transform: rotate(180deg);
	white-space: nowrap;
	writing-mode: vertical-rl;
}

.fixed-buttons__item--instagram .fixed-buttons__label {
	color: #d76192;
}

.fixed-buttons__item--contact .fixed-buttons__label {
	color: #6A87BC;
}

.fixed-buttons__label.is-white {
	color: #fff !important;
}

.fixed-buttons__icon.is-white::before {
	background-color: #fff !important;
}

.fixed-buttons__icon {
	display: block;
	height: 1.875rem;
	position: relative;
	transition: opacity 0.3s;
	width: 1.875rem;
}

.fixed-buttons__icon::before {
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	-webkit-mask-position: center;
	content: "";
	height: 100%;
	left: 0;
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	position: absolute;
	top: 0;
	width: 100%;
}

.fixed-buttons__item--contact .fixed-buttons__icon::before {
	-webkit-mask-image: url("../images/common/mail.svg");
	background-color: #6A87BC;
	mask-image: url("../images/common/mail.svg");
}

.fixed-buttons__item--instagram .fixed-buttons__icon::before {
	-webkit-mask-image: url("../images/common/logo-instagram.svg");
	background-color: #d76192;
	mask-image: url("../images/common/logo-instagram.svg");
}

.fixed-buttons__link {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 0.4375rem;
	transition: opacity 0.3s;
}

.footer {
	background-color: #D76192;
	padding-bottom: 3.75rem;
	padding-top: 4.9375rem;
}

.footer__inner.inner {
	display: flex;
	flex-direction: column;
	max-width: 80.625rem;
}

.footer__brand {
	display: flex;
	flex-direction: column;
	gap: 0;
}

.footer__company {
	color: #fff;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 1.2px;
	transition: opacity 0.3s;
}

.footer__address {
	color: #fff;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	margin-top: 1.1875rem;
}

.footer__tel {
	color: #FFF;
	color: var(--White, #FFF);
	font-size: 1rem;
	font-weight: 400;
	margin-top: 0.25rem;
	transition: opacity 0.3s;
}

.footer__nav {
	align-items: center;
	display: flex;
	gap: 2.5rem;
	justify-content: end;
	margin-right: 1.8125rem;
	margin-top: 0.1875rem;
}

.footer__nav-link {
	-webkit-text-decoration: none;
	color: #fff;
	display: block;
	font-family: "Poppins", sans-serif;
	font-size: 1.125rem;
	font-weight: 400;
	letter-spacing: 0.05625rem;
	line-height: normal;
	padding-bottom: 0.9375rem;
	padding-top: 0.9375rem;
	position: relative;
	text-decoration: none;
}

.footer__instagram {
	align-items: center;
	display: flex;
	height: 1.875rem;
	justify-content: center;
	transition: opacity 0.3s;
	width: 1.875rem;
}

.footer__instagram img {
	display: block;
	height: 100%;
	width: 100%;
}

.footer__privacy {
	color: #FFF;
	color: var(--White, #FFF);
	font-family: Poppins;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.7px;
	margin-right: 2rem;
	text-align: right;
	transition: opacity 0.3s;
}

.footer__bottom {
	margin-top: 2.0625rem;
}

.footer__copy {
	color: #fff;
	display: block;
	font-size: 0.75rem;
	font-weight: 350;
	letter-spacing: 0.6px;
	margin: 0;
	text-align: center;
}

.fv__inner.inner {
	display: flex;
	gap: 2.5rem;
	max-width: none;
	padding-left: 4.375rem;
	padding-right: 4.375rem;
}

.fv__left {
	width: 50%;
}

.fv__main-img {
	aspect-ratio: 650/793;
	position: relative;
}

.fv__main-img::before,
.fv__main-img::after {
	bottom: 0;
	content: "";
	height: 0.5rem;
	position: absolute;
	width: 4.4375rem;
	z-index: 1;
}

.fv__main-img::before {
	background-color: #6a87bc;
	left: 5.5rem;
}

.fv__main-img::after {
	background-color: #d76192;
	left: 0;
}

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

.fv__caption {
	color: #29292C;
	color: var(--font, #29292C);
	font-family: Poppins;
	font-size: 0.875rem;
	font-weight: 300;
	letter-spacing: 0.7px;
	line-height: 150%; /* 21px */
	margin-top: 0.9375rem;
}

.fv__right {
	margin-top: 10.8125rem;
	position: relative;
	width: 46.9230769231%;
}

.fv__decoration {
	height: 7.0625rem;
	position: absolute;
	right: 0;
	width: 0.5rem;
}

.fv__decoration--blue {
	background-color: #6a87bc;
	top: 0rem;
}

.fv__decoration--pink {
	background-color: #d76192;
	top: 7.625rem;
}

.fv__name-wrapper {
	aspect-ratio: 640/234;
	opacity: 0;
	position: relative;
	transform: translateX(-5rem);
	width: 104.9180327869%;
}

.fv__name-wrapper img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.fv__name-ja {
	color: #29292C;
	color: var(--font, #29292C);
	font-family: "Noto Serif JP", serif;
	font-size: 1.625rem;
	font-weight: 400;
	letter-spacing: 7.8px;
	line-height: 200%; /* 52px */
	position: absolute;
	right: 0;
	top: 4.3125rem;
}

.fv__title {
	color: #29292C;
	color: var(--font, #29292C);
	font-family: "Noto Serif JP", serif;
	font-size: 1.125rem;
	font-weight: 400;
	letter-spacing: 0.1125rem;
	line-height: 175%; /* 31.5px */
	margin-top: 1.25rem;
	opacity: 0;
	text-align: right;
	width: 91.8032786885%;
}

.fv__product {
	aspect-ratio: 560/333;
	margin-top: 3.5625rem;
	width: 91.8032786885%;
}

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

.fv__product-wrapper {
	display: contents;
}

.hamburger.is-active span:nth-child(1) {
	transform: translateY(0.25rem) rotate(135deg);
}

.hamburger.is-active span:nth-child(2) {
	transform: translateY(-0.5rem) rotate(-135deg);
}

body.is-active {
	height: 100%;
	overflow: hidden;
}

.header {
	left: 0;
	opacity: 0;
	padding: 1.3125rem 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 1000;
}

.header__inner {
	align-items: center;
	display: flex;
	justify-content: space-between;
	max-width: 100%;
	padding-left: 1.875rem;
	padding-right: 1.875rem;
}

.header__logo {
	display: flex;
	flex-direction: column;
	gap: 0;
	transition: opacity 0.3s;
}

.header__name {
	color: #29292C;
	font-family: "Poppins", sans-serif;
	font-size: 1.3125rem;
	font-weight: 400;
	line-height: 1;
	margin: 0;
}

.header__company {
	color: #29292C;
	font-family: "Poppins", sans-serif;
	font-size: 1.6875rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: normal;
	margin: 0;
	text-transform: uppercase;
}

.header__nav {
	align-items: center;
	display: flex;
	gap: 2.5rem;
	height: inherit;
}

.header__nav-link {
	-webkit-text-decoration: none;
	color: #29292C;
	display: block;
	font-family: "Poppins", sans-serif;
	font-size: 1.125rem;
	font-weight: 400;
	height: inherit;
	letter-spacing: 0.05625rem;
	line-height: normal;
	padding-bottom: 0.9375rem;
	padding-top: 0.9375rem;
	position: relative;
	text-decoration: none;
}

.header__sp-icons {
	display: none;
}

.header__mail {
	align-items: center;
	display: flex;
	height: 1.875rem;
	justify-content: center;
	transition: opacity 0.3s;
	width: 1.875rem;
}

.header__mail img {
	display: block;
	height: 100%;
	width: 100%;
}

.header__instagram {
	align-items: center;
	display: flex;
	height: 1.875rem;
	justify-content: center;
	transition: opacity 0.3s;
	width: 1.875rem;
}

.header__instagram img {
	display: block;
	height: 100%;
	width: 100%;
}

.header__nav-instagram {
	align-items: center;
	display: flex;
	height: 1.875rem;
	justify-content: center;
	transition: opacity 0.3s;
	width: 1.875rem;
}

.header__nav-instagram img {
	display: block;
	height: 100%;
	width: 100%;
}

.header__drawer {
	display: none;
}

.header__sp-nav {
	display: none;
}

.inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1120px;
	padding-left: 30px;
	padding-right: 30px;
	width: 100%;
}

.loading {
	align-items: center;
	background-color: #fff;
	display: flex;
	height: 100%;
	justify-content: center;
	left: 0;
	opacity: 1;
	position: fixed;
	top: 0;
	transition: opacity 1s ease-out, visibility 1s ease-out;
	visibility: visible;
	width: 100%;
	z-index: 9999;
}

.loading.is-hidden {
	opacity: 0;
	pointer-events: none;
	visibility: hidden;
}

.loading__inner {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: center;
	width: 100%;
}

.loading__logo {
	height: auto;
	max-width: 80vw;
	overflow: hidden;
	position: relative;
	width: 37.5rem;
}

.loading__logo img {
	-webkit-clip-path: inset(0 100% 0 0);
	animation: maskReveal 4s ease-in-out forwards;
	clip-path: inset(0 100% 0 0);
	display: block;
	height: auto;
	width: 100%;
}

.pc-nav__items {
	align-items: center;
	display: flex;
	gap: 1.625rem;
	height: inherit;
	justify-content: center;
	margin-left: 1.875rem;
}

.pc-nav__item {
	align-items: center;
	color: #333;
	display: flex;
	flex-direction: column;
	font-family: "Noto Sans JP";
	font-size: 1.25rem;
	font-weight: 400;
	height: inherit;
	justify-content: center;
	letter-spacing: 0.075rem;
	position: relative;
	text-align: center;
}

.pc-nav__item a,
.pc-nav__item p {
	align-items: center;
	cursor: pointer;
	display: flex;
	height: inherit;
	justify-content: center;
	position: relative;
	transition: all 0.3s;
}

.pc-nav__link:hover {
	color: red;
	font-weight: 700;
}

.pc-nav__item--contact {
	background: #D9C7B2;
	height: inherit;
	margin-left: 2.5rem;
}

.pc-nav__item--contact a {
	display: flex;
	flex-direction: column;
	height: inherit;
	padding: 2.125rem 1.875rem;
}

.pc-nav__item--contact__text1 {
	color: #FFF;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.16rem;
	text-align: center;
}

.pc-nav__item--contact__text2 {
	color: #FFF;
	font-family: "Noto Serif JP";
	font-size: 1.625rem;
	font-weight: 400;
	margin-top: -0.25rem;
	position: relative;
}

.pc-nav__item--reserve {
	background: #5E3B1D;
	position: relative;
}

.pc-nav__item--reserve a {
	height: inherit;
	padding: 2rem 2.875rem;
}

.pc-nav__item--reserve::before {
	background-image: url(../images/common/reserve-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	display: block;
	height: inherit;
	left: 0rem;
	position: absolute;
	top: 0;
	width: 100%;
}

.pc-nav__item--reserve__text1 {
	color: #FFF;
	font-size: 1.625rem;
	font-weight: 400;
	letter-spacing: 0.16rem;
	text-transform: uppercase;
}

.pc-nav__item--reserve__text2 {
	color: #FFF;
	font-size: 1rem;
	font-weight: 400;
}

.pc-nav__feature-items {
	background-color: #61948F;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	left: 50%;
	opacity: 0; /*不透明度0*/
	padding-left: 2.25rem;
	padding-right: 2.25rem;
	position: absolute;
	top: 7.5rem;
	transform: translateX(-50%);
	transition: all 0.3s; /*表示の変化を0.3秒に指定*/
	visibility: hidden; /*デフォルトでは非表示の状態にしておく*/
}

.pc-nav__feature-items.pc-nav__feature-items--col2 {
	grid-column-gap: 2em;
	-moz-column-gap: 2em;
	column-gap: 2em;
	display: grid;
	grid-auto-flow: column;
	grid-template-rows: repeat(5, auto);
	width: -moz-fit-content;
	width: fit-content;
}

.pc-nav__feature-item {
	border-bottom: 1px solid #fff;
}

.pc-nav__feature-item.pc-nav__feature-item--bob {
	border: none;
}

.pc-nav__feature-item a {
	color: #fff;
	display: block;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	padding-bottom: 1.25rem;
	padding-top: 1.25rem;
	transition: all 0.3s;
	width: 13.75rem;
}

.pc-nav__feature-item a:first-child {
	padding-top: 1.875rem;
}

.pc-nav__feature-item a:last-child {
	padding-bottom: 1.875rem;
}

.pc-nav__feature-item a:hover {
	color: #fff !important;
	opacity: 0.7 !important;
}

.pc-nav__item:hover .pc-nav__feature-items {
	opacity: 1; /*不透明度1*/
	visibility: visible; /*Gナビメニューにホバーしたら表示*/
}

.pc-nav__item.pc-nav__item--contact a:hover::before,
.pc-nav__feature-items a:hover::before {
	opacity: 0 !important;
}

.post-detail {
	padding-bottom: 15.3125rem;
	padding-top: 9.875rem;
	position: relative;
}

.post-detail__decoration {
	background-color: #6a87bc;
	height: 6.875rem;
	left: 0;
	position: absolute;
	top: 9.875rem;
	width: 2.5rem;
	z-index: 0;
}

.post-detail__inner.inner {
	max-width: 66.25rem;
	position: relative;
	z-index: 1;
}

.post-detail__article {
	display: flex;
	flex-direction: column;
	gap: 0rem;
}

.post-detail__header {
	align-items: flex-end;
	display: flex;
	gap: 1.25rem;
	justify-content: space-between;
	min-height: 5.8125rem;
}

.post-detail__header-left {
	flex: 1;
}

.post-detail__header-right {
	align-items: center;
	display: flex;
	flex-shrink: 0;
	gap: 1rem;
}

.post-detail__category-tag {
	background-color: #fff;
	border: 1px solid #c5c6c7;
	border-radius: 6.25rem;
	color: #29292C;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.04375rem;
	padding: 0.5rem 1.4375rem;
}

.post-detail__date {
	color: #29292C;
	font-family: "Poppins", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	margin: 0;
}

.post-detail__title {
	color: #29292C;
	font-family: "Noto Serif JP", serif;
	font-size: 2.25rem;
	font-weight: 600;
	letter-spacing: 0.225rem;
	line-height: 1.3;
}

.post-detail__image {
	aspect-ratio: 1000/596;
	margin-top: 1.875rem;
	position: relative;
	width: 100%;
}

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

.post-detail__content {
	color: #29292C;
	font-family: "Noto Serif JP", serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.05rem;
	line-height: 2;
	margin-top: 6.125rem;
}

.post-detail__content > *:first-child {
	margin-top: 0;
}

.post-detail__content h2,
.post-detail__content h3,
.post-detail__content h4,
.post-detail__content h5,
.post-detail__content h6 {
	color: #29292C;
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	line-height: 1.6;
	margin-top: 2.5rem;
}

.post-detail__content h2 {
	border-bottom: 1px solid #DCE3ED;
	font-size: 1.625rem;
	font-weight: 500;
	letter-spacing: 0.1625rem;
	line-height: 1;
	margin-top: 2.5rem;
	padding-bottom: 2rem;
	padding-left: 2.125rem;
	position: relative;
}

.post-detail__content h2::before {
	background-color: #dce3ed;
	bottom: 2rem;
	content: "";
	height: auto;
	left: 0;
	position: absolute;
	top: 0;
	width: 0.875rem;
}

.post-detail__content h3 {
	font-size: 1.375rem;
	font-weight: 500;
	letter-spacing: 0.1375rem;
	line-height: 1;
	margin-top: 5.125rem;
}

.post-detail__content p {
	color: #29292C;
	color: var(--font, #29292C);
	font-family: "Noto Serif JP", serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.05rem;
	line-height: 2;
	margin-top: 1.875rem;
}

.post-detail__content ul,
.post-detail__content ol {
	list-style: none;
	margin-left: 1.9375rem;
	margin-top: 1.375rem;
	padding-left: 0;
}

.post-detail__content ul li,
.post-detail__content ol li {
	line-height: 2;
	padding-left: 1.40625rem;
	position: relative;
}

.post-detail__content ul li::before,
.post-detail__content ol li::before {
	content: "・";
	left: 0;
	position: absolute;
}

.post-detail__content a {
	-webkit-text-decoration: underline;
	color: #6a87bc;
	text-decoration: underline;
	transition: opacity 0.3s;
}

.post-detail__content img {
	height: auto;
	margin-top: 1.875rem;
	max-width: 100%;
}

.post-detail__navigation {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	margin-top: 12rem;
	position: relative;
	width: 35.5rem;
}

.post-detail__nav-link {
	align-items: center;
	border-radius: 6.25rem;
	color: #29292C;
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.9375rem;
	font-weight: 400;
	gap: 0.9375rem;
	letter-spacing: 0.046875rem;
	line-height: normal;
	padding: 0.5rem 1.25rem;
	transition: all 0.3s;
}

.post-detail__nav-link--back {
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
}

.post-detail__nav-link--next {
	flex-direction: row-reverse;
	margin-left: auto;
}

.post-detail__nav-link img {
	border: none;
	height: 1.5rem;
	margin: 0;
	transition: filter 0.3s ease;
	width: 1.5rem;
}

.privacy {
	padding-bottom: 17.5625rem;
	padding-top: 9.375rem;
	position: relative;
}

.privacy__bg-text {
	color: #dce3ed;
	font-family: "NewYork", serif;
	font-size: 8.125rem;
	font-weight: normal;
	line-height: 0.9;
	padding-left: 7.125rem;
	position: relative;
}

.privacy__bg-text::before {
	background-color: #b1c0d4;
	content: "";
	height: 6.875rem;
	left: 0;
	position: absolute;
	top: 0;
	width: 2.5rem;
	z-index: 1;
}

.privacy__inner.inner {
	margin-top: 3.25rem;
	max-width: 66.25rem;
}

.privacy__header {
	align-items: center;
	display: flex;
	gap: 0.9375rem;
}

.privacy__icon {
	background-color: #dce3ed;
	border-radius: 50%;
	flex-shrink: 0;
	height: 1rem;
	width: 1rem;
}

.privacy__title {
	color: #29292C;
	font-family: "Noto Serif JP", serif;
	font-size: 1.5rem;
	font-weight: 400;
	letter-spacing: 0.21rem;
	line-height: 1.2;
	margin: 0;
}

.privacy__intro {
	color: #29292C;
	font-family: "Noto Serif JP", serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.05rem;
	line-height: 2;
	margin-top: 6.5625rem;
}

.privacy__sections {
	display: flex;
	flex-direction: column;
	gap: 5rem;
	margin-top: 4.5rem;
}

.privacy__section {
	display: flex;
	flex-direction: column;
	gap: 1.3125rem;
}

.privacy__section-title {
	color: #29292C;
	font-family: "Noto Serif JP", serif;
	font-size: 1.375rem;
	font-weight: 500;
	letter-spacing: 0.1375rem;
	line-height: normal;
	margin: 0;
	order: -1;
}

.privacy__section-text {
	color: #29292C;
	font-family: "Noto Serif JP", serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.05rem;
	line-height: 2;
	margin: 0;
}

.section-bg-text {
	color: #dce3ed;
	font-family: "NewYork", serif;
	font-size: 6.25rem;
	font-weight: 400;
	line-height: 0.9;
	padding-left: 7.5rem;
	position: relative;
	z-index: 0;
}

.section-bg-text--white {
	color: #fff;
}

.section-bg-text--pink-line::before {
	background-color: #d76192;
	content: "";
	height: 4.8125rem;
	left: 0;
	position: absolute;
	top: 0;
	width: 4.375rem;
	z-index: 1;
}

.section-bg-text--white-line::after {
	background-color: #fff;
	content: "";
	height: 4.8125rem;
	left: 0;
	position: absolute;
	top: 0;
	width: 4.375rem;
	z-index: 1;
}

.top-contact .section-bg-text {
	left: 0rem;
	position: absolute;
	top: 4.875rem;
}

.section-header {
	align-items: center;
	display: flex;
	gap: 0.9375rem;
}

.section-header__icon {
	background-color: #d76192;
	border-radius: 50%;
	flex-shrink: 0;
	height: 1rem;
	width: 1rem;
}

.section-header__icon--gray {
	background-color: #dce3ed;
}

.section-header__icon--blue {
	background-color: #6A87BC;
}

.section-header__icon.section-header__icon--white {
	background-color: #fff;
}

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

.section-header__title {
	color: #29292C;
	font-family: "Noto Serif JP", serif;
	font-size: 1.5rem;
	font-weight: 400;
	letter-spacing: 0.21rem;
	line-height: 1.2;
	margin: 0;
}

.sp-nav {
	display: none;
}

.sp-nav__bg {
	display: none;
}

.sp-nav__header {
	align-items: flex-start;
	display: flex;
	height: 2.375rem;
	justify-content: space-between;
	margin-bottom: 2.625rem;
}

.sp-nav__logo {
	-webkit-text-decoration: none;
	display: flex;
	flex-direction: column-reverse;
	gap: 0;
	text-decoration: none;
	transition: opacity 0.3s;
}

.sp-nav__name {
	color: #29292C;
	font-family: "Poppins", sans-serif;
	font-size: 0.83125rem;
	font-weight: 400;
	line-height: 1;
	margin: 0;
	margin-top: 1.54375rem;
}

.sp-nav__company {
	color: #29292C;
	font-family: "Poppins", sans-serif;
	font-size: 1.06875rem;
	font-weight: 700;
	line-height: normal;
	margin: 0;
}

.sp-nav__header-icons {
	align-items: center;
	display: flex;
	gap: 0.625rem;
	margin-top: 0.25rem;
}

.sp-nav__header-mail,
.sp-nav__header-instagram {
	align-items: center;
	display: flex;
	height: 1.875rem;
	justify-content: center;
	transition: opacity 0.3s;
	width: 1.875rem;
}

.sp-nav__header-mail img,
.sp-nav__header-instagram img {
	display: block;
	height: 100%;
	width: 100%;
}

.sp-nav__close {
	align-items: center;
	background: none;
	border: none;
	cursor: pointer;
	display: flex;
	height: 1.875rem;
	justify-content: center;
	padding: 0;
	transition: opacity 0.3s;
	width: 1.875rem;
}

.top-column {
	background-color: #6A87BC;
	overflow-x: clip;
	padding-bottom: 6.5625rem;
	padding-top: 5.125rem;
	position: relative;
}

.top-column .section-bg-text {
	color: #b1c0d4;
}

.top-column .section-bg-text--white-line::after {
	background-color: #f0f3f8;
}

.top-column__inner.inner {
	max-width: 66.25rem;
	padding-top: 2.3125rem;
	position: relative;
	z-index: 1;
}

.top-column__header {
	position: absolute;
	right: 1.875rem;
	top: -2.875rem;
}

.top-column__list {
	align-items: flex-start;
	display: flex;
	gap: 1.5rem;
}

.top-column__item {
	flex: 1;
}

.top-column__link {
	-webkit-text-decoration: none;
	color: inherit;
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	text-decoration: none;
	transition: opacity 0.3s ease;
}

.top-column__image-wrapper {
	aspect-ratio: 317/223;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.top-column__image {
	-o-object-fit: cover;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.top-column__content {
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
}

.top-column__date {
	color: #fff;
	font-family: "Poppins", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.1rem;
	line-height: normal;
}

.top-column__title {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	color: #fff;
	display: -webkit-box;
	font-family: "Noto Serif JP", serif;
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0.125rem;
	line-height: normal;
	margin: 0;
	overflow: hidden;
}

.top-column__category {
	border: 1px solid #fff;
	border-radius: 6.25rem;
	color: #fff;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.04375rem;
	line-height: normal;
	margin-top: 0.625rem;
	padding: 0.5rem 1.4375rem;
	text-align: center;
	width: -moz-fit-content;
	width: fit-content;
}

.top-column__view-more {
	display: flex;
	justify-content: flex-end;
	margin-top: 1.4375rem;
}

.top-column__sp-wrapper {
	display: none;
}

.top-column__sp-header {
	align-items: start;
	display: flex;
	flex-direction: row-reverse;
	gap: 1.5rem;
	margin-bottom: 1rem;
}

.top-column__sp-nav {
	display: none;
}

.top-column__sp-nav-prev,
.top-column__sp-nav-next {
	align-items: center;
	cursor: pointer;
	display: flex;
	height: 1.5rem;
	justify-content: center;
	transition: opacity 0.3s;
	width: 1.5rem;
}

.top-column__sp-nav-prev:hover,
.top-column__sp-nav-next:hover {
	opacity: 0.7;
}

.top-column__sp-nav-prev img,
.top-column__sp-nav-next img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.top-column__sp-nav-next {
	transform: rotate(180deg);
}

.top-column__sp-swiper {
	width: 100%;
}

.top-column__sp-swiper .swiper-wrapper {
	display: flex;
}

.top-column__sp-swiper .swiper-slide {
	flex-shrink: 0;
}

.top-column__sp-item {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.top-column__sp-link {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	height: 100%;
	transition: opacity 0.3s ease;
}

.top-column__sp-image-wrapper {
	aspect-ratio: 343/241;
	flex-shrink: 0;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.top-column__sp-image {
	-o-object-fit: cover;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.top-column__sp-content {
	display: flex;
	flex: 1;
	flex-direction: column;
}

.top-column__sp-date {
	color: #fff;
	font-family: "Poppins", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.1rem;
	line-height: normal;
}

.top-column__sp-title {
	-webkit-box-orient: vertical;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-line-clamp: 3;
	color: #fff;
	display: -webkit-box;
	font-family: "Noto Serif JP", serif;
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0.125rem;
	line-height: normal;
	margin: 0;
	margin-top: 0.5rem;
	overflow: hidden;
}

.top-column__sp-category {
	border: 1px solid #fff;
	border-radius: 6.25rem;
	color: #fff;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.04375rem;
	line-height: normal;
	margin-top: 1.125rem;
	padding: 0.5rem 1.4375rem;
	text-align: center;
	width: -moz-fit-content;
	width: fit-content;
}

.char.is-break {
	margin-left: 1.3125rem;
	margin-right: 1.3125rem;
}

.top-column__empty-text {
	color: #fff;
	font-family: "Noto Serif JP", serif;
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0.125rem;
	line-height: normal;
}

.top-contact {
	padding-bottom: 9.5rem;
	padding-top: 4.875rem;
	position: relative;
}

.top-contact__inner {
	max-width: 66.25rem;
	padding-top: 2rem;
	position: relative;
	z-index: 1;
}

.top-contact__content {
	margin-left: auto;
	max-width: 42.5rem;
	position: relative;
	z-index: 1;
}

.top-contact__description {
	color: #29292C;
	font-family: "Noto Serif JP", serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.05rem;
	line-height: 2;
	margin-top: 1.875rem;
}

.top-contact__form {
	display: flex;
	flex-direction: column;
	margin-top: 5.75rem;
}

.top-contact__field {
	display: flex;
	flex-direction: column;
	gap: 0rem;
	padding-bottom: 1.625rem;
	position: relative;
}

.top-contact__label {
	align-items: center;
	color: #29292C;
	display: flex;
	font-family: "Noto Serif JP", serif;
	font-size: 1rem;
	font-weight: 400;
	gap: 0.5rem;
	letter-spacing: 0.05rem;
	line-height: 2;
}

.top-contact__required {
	color: #d76192;
	font-family: "Inter", sans-serif;
	font-size: 1.25rem;
}

.top-contact__input,
.top-contact__textarea {
	background-color: transparent !important;
}

.top-contact__input,
.top-contact__textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-tap-highlight-color: transparent;
	appearance: none;
	border-bottom: 1px solid #c5c6c7;
	color: #29292C;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: normal;
	outline: none;
	width: 100%;
}

.top-contact__input:focus,
.top-contact__textarea:focus {
	background-color: transparent !important;
}

.top-contact__input:focus,
.top-contact__textarea:focus {
	border-bottom-color: #d76192;
	outline: none;
}

.top-contact__input::-moz-placeholder,
.top-contact__textarea::-moz-placeholder {
	color: #999;
}

.top-contact__input::placeholder,
.top-contact__textarea::placeholder {
	color: #999;
}

.top-contact__input:-webkit-autofill,
.top-contact__input:-webkit-autofill:hover,
.top-contact__input:-webkit-autofill:focus,
.top-contact__input:-webkit-autofill:active,
.top-contact__textarea:-webkit-autofill,
.top-contact__textarea:-webkit-autofill:hover,
.top-contact__textarea:-webkit-autofill:focus,
.top-contact__textarea:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0 30px transparent inset !important;
	-webkit-text-fill-color: #29292C !important;
	background-color: transparent !important;
}

.top-contact__input:-webkit-autofill,
.top-contact__input:-webkit-autofill:hover,
.top-contact__input:-webkit-autofill:focus,
.top-contact__input:-webkit-autofill:active,
.top-contact__textarea:-webkit-autofill,
.top-contact__textarea:-webkit-autofill:hover,
.top-contact__textarea:-webkit-autofill:focus,
.top-contact__textarea:-webkit-autofill:active {
	-webkit-transition: background-color 5000s ease-in-out 0s;
	transition: background-color 5000s ease-in-out 0s;
}

.wpcf7-form-control.top-contact__input,
.wpcf7-form-control.top-contact__textarea {
	background-color: transparent !important;
}

.wpcf7-form-control.top-contact__input:focus,
.wpcf7-form-control.top-contact__textarea:focus {
	background-color: transparent !important;
}

.wpcf7-form-control.top-contact__input:-webkit-autofill,
.wpcf7-form-control.top-contact__input:-webkit-autofill:hover,
.wpcf7-form-control.top-contact__input:-webkit-autofill:focus,
.wpcf7-form-control.top-contact__input:-webkit-autofill:active,
.wpcf7-form-control.top-contact__textarea:-webkit-autofill,
.wpcf7-form-control.top-contact__textarea:-webkit-autofill:hover,
.wpcf7-form-control.top-contact__textarea:-webkit-autofill:focus,
.wpcf7-form-control.top-contact__textarea:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0 30px transparent inset !important;
	-webkit-text-fill-color: #29292C !important;
	background-color: transparent !important;
}

.wpcf7-form-control.top-contact__input:-webkit-autofill,
.wpcf7-form-control.top-contact__input:-webkit-autofill:hover,
.wpcf7-form-control.top-contact__input:-webkit-autofill:focus,
.wpcf7-form-control.top-contact__input:-webkit-autofill:active,
.wpcf7-form-control.top-contact__textarea:-webkit-autofill,
.wpcf7-form-control.top-contact__textarea:-webkit-autofill:hover,
.wpcf7-form-control.top-contact__textarea:-webkit-autofill:focus,
.wpcf7-form-control.top-contact__textarea:-webkit-autofill:active {
	-webkit-transition: background-color 5000s ease-in-out 0s;
	transition: background-color 5000s ease-in-out 0s;
}

.top-contact__textarea {
	background-color: transparent !important;
}

.top-contact__textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-tap-highlight-color: transparent;
	appearance: none;
	border: 1px solid #c5c6c7;
	height: 14.375rem;
	margin-top: 1.625rem;
	outline: none;
	padding: 0.9375rem;
	resize: none;
}

.top-contact__textarea:focus {
	background-color: transparent !important;
}

.top-contact__textarea:focus {
	border-color: #d76192;
	outline: none;
}

.top-contact__submit-wrapper {
	display: flex;
	justify-content: flex-end;
	margin-top: 1.6875rem;
}

.top-contact__submit {
	align-items: center;
	background-color: #fff;
	border: 1px solid #d76192;
	border-radius: 6.25rem;
	color: #d76192;
	display: inline-flex;
	font-size: 1rem;
	font-weight: 400;
	justify-content: center;
	letter-spacing: 0.05rem;
	padding: 1rem 3.875rem;
	text-align: center;
	transition: all 0.3s;
}

.screen-reader-response {
	display: none !important;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #6A87BC;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #d76192;
}

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

.wpcf7-not-valid-tip {
	bottom: -1.75rem;
	color: #d76192;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.05rem;
	line-height: 2;
	position: absolute;
}

.top-philosophy {
	overflow-x: clip;
	padding-bottom: 7.5rem;
	padding-top: 1.375rem;
	position: relative;
	z-index: 1;
}

.top-philosophy::after {
	background-image: url(../images/common/top-philosophy-bg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.top-philosophy__bg-text {
	color: #b1c0d4;
	font-family: "NewYork", serif;
	font-size: 10rem;
	position: absolute;
	right: 1.75rem;
	text-align: right;
	top: 0rem;
	z-index: 0;
}

.top-philosophy__inner.inner {
	max-width: 78.75rem;
	position: relative;
	z-index: 1;
}

.top-philosophy__content-wrapper {
	margin-left: 6.25rem;
	padding-top: 9.5rem;
}

.top-philosophy__main-title {
	color: #29292C;
	font-family: "Noto Serif JP", serif;
	font-size: clamp(1.5rem, 0.643rem + 1.79vw, 2.25rem);
	font-weight: 600;
	letter-spacing: 0.3375rem;
	line-height: 1.7;
	margin-top: 3.4375rem;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
	z-index: 1;
}

.top-philosophy__main-title span {
	position: relative;
}

.top-philosophy__main-title span::after {
	background-color: #fff;
	bottom: 0.375rem;
	content: "";
	display: block;
	height: 0.8545rem;
	left: 0rem;
	position: absolute;
	width: 100%;
	z-index: -1;
}

.top-philosophy__content {
	align-items: flex-start;
	display: flex;
	gap: 2.5rem;
	margin-top: 3rem;
	z-index: 1;
}

.top-philosophy__text {
	-ms-overflow-style: none;
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 2.75rem;
	height: 25.875rem;
	overflow: hidden;
	scrollbar-width: none;
}

.top-philosophy__text::-webkit-scrollbar {
	display: none;
}

.top-philosophy__paragraph {
	word-wrap: break-word;
	color: #29292C;
	font-family: "Noto Serif JP", serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.05rem;
	line-height: 2;
	margin: 0;
	word-break: break-word;
}

.top-philosophy__highlight {
	color: #6a87bc;
	font-weight: 700;
}

.top-philosophy__list {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.top-philosophy__list-item {
	align-items: center;
	color: #29292C;
	display: flex;
	font-family: "Noto Serif JP", serif;
	font-size: 1.125rem;
	font-weight: 500;
	gap: 0.674375rem;
	letter-spacing: 0.1125rem;
	line-height: 2.2;
}

.top-philosophy__check {
	flex-shrink: 0;
	height: 1.5rem;
	margin-top: 0rem;
	width: 1.5rem;
}

.top-philosophy__image {
	flex-shrink: 0;
	margin-top: 1.375rem;
	position: static;
	width: 17.8125rem;
}

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

.grecaptcha-badge {
	pointer-events: none !important;
	visibility: hidden !important;
}

.top-profile-sub {
	margin-top: 7.75rem;
	padding-bottom: 6.875rem;
	position: relative;
}

.top-profile-sub__inner.inner {
	display: flex;
	gap: 7.5rem;
	max-width: 66.75rem;
	position: relative;
	z-index: 1;
}

.top-profile-sub__left,
.top-profile-sub__right {
	grid-gap: 2.8125rem;
	display: grid;
	gap: 2.8125rem;
	grid-template-columns: 2.25rem 1fr;
}

.top-profile-sub__header {
	position: relative;
}

.top-profile-sub__header::after {
	background: #6A87BC;
	content: "";
	display: block;
	height: 0.5rem;
	left: 50%;
	position: absolute;
	top: -2.25rem;
	transform: translateX(-50%);
	width: 1.625rem;
	z-index: 0;
}

.top-profile-sub__header.top-profile-sub__header--pink::after {
	background: #d76192;
}

.top-profile-sub__title {
	color: #29292C;
	font-family: "Noto Serif JP", serif;
	font-size: 1.5rem;
	font-weight: 400;
	letter-spacing: 0.4em;
	line-height: normal;
	margin: 0;
	text-orientation: upright;
	writing-mode: vertical-rl;
}

.top-profile-sub__content {
	margin-top: 0rem;
}

.top-profile-sub__list {
	color: #29292C;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.0625rem;
	font-weight: 400;
	letter-spacing: 0.053125rem;
	line-height: 2;
}

.top-profile-sub__item {
	padding-left: 1.375rem;
	position: relative;
	word-break: auto-phrase;
}

.top-profile-sub__item::after {
	content: "";
	display: block;
	height: 0.5625rem;
	left: 0;
	position: absolute;
	top: 0.75rem;
	width: 0.5625rem;
}

.top-profile-sub__list--pink .top-profile-sub__item::after {
	background-color: #d76192;
}

.top-profile-sub__list--blue .top-profile-sub__item::after {
	background-color: #6A87BC;
}

.top-profile {
	margin-top: 6.875rem;
	position: relative;
}

.top-profile::after {
	background-image: url(../images/common/top-profile-bg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}

.top-profile__bg {
	padding-top: 4.9375rem;
	position: relative;
	z-index: 1;
}

.top-profile__bg::after {
	background: #d76192;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 10.0625rem;
	z-index: 0;
}

.top-profile__bg::before {
	background: #6A87BC;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	right: 10.0625rem;
	top: 0;
	width: 3.6875rem;
	z-index: 0;
}

.top-profile__bg-text {
	color: #fff;
	font-family: "NewYork", serif;
	font-size: 6.25rem;
	line-height: 0.8;
	padding-left: 7.5rem;
	position: relative;
	z-index: 0;
}

.top-profile__bg-text::after {
	background: #fff;
	content: "";
	display: block;
	height: 4.8125rem;
	left: 0;
	position: absolute;
	top: 0;
	width: 4.375rem;
	z-index: 0;
}

.top-profile__inner.inner {
	display: flex;
	gap: 2.5rem;
	max-width: 81.25rem;
	padding-bottom: 10.8125rem;
	position: relative;
	z-index: 1;
}

.top-profile__content {
	margin-left: 7.5rem;
	position: relative;
	width: 39.0625rem;
	z-index: 1;
}

.top-profile__header {
	align-items: center;
	display: flex;
	gap: 1.0625rem;
	margin-bottom: 1.875rem;
	margin-top: 2.5625rem;
	position: relative;
}

.top-profile__name {
	color: #29292C;
	font-family: "Noto Serif JP", serif;
	font-size: 2rem;
	font-weight: 400;
	letter-spacing: 0.24rem;
	line-height: 2;
	padding-bottom: 0.5rem;
}

.top-profile__title {
	color: #29292C;
	font-family: "Noto Serif JP", serif;
	font-size: 1.25rem;
	font-weight: 400;
	letter-spacing: 0.0625rem;
	line-height: normal;
}

.top-profile__lines {
	bottom: 0;
	display: flex;
	gap: 0.75rem;
	left: 0;
	margin-bottom: 0rem;
	position: absolute;
}

.top-profile__line {
	flex-shrink: 0;
	height: 0.5rem;
	width: 4.4375rem;
}

.top-profile__line--pink {
	background-color: #d76192;
}

.top-profile__line--blue {
	background-color: #6a87bc;
}

.top-profile__text {
	display: flex;
	flex-direction: column;
	gap: 1.875rem;
}

.top-profile__description {
	color: #29292C;
	font-family: "Noto Serif JP", serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2;
	text-align: justify;
}

.top-profile__details {
	align-items: flex-start;
	display: flex;
	gap: 0.75rem;
}

.top-profile__detail-text {
	color: #29292C;
	flex: 1;
	font-family: "Noto Serif JP", serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.05rem;
	line-height: 2;
}

.top-profile__detail-text p {
	padding-left: 1.375rem;
	position: relative;
}

.top-profile__detail-text p::after {
	background-color: #fff;
	content: "";
	display: block;
	height: 0.5625rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.5625rem;
}

.top-profile__image {
	bottom: 0;
	position: absolute;
	right: 0;
	width: 31.375rem;
}

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

.top-service {
	padding-bottom: 0rem;
	padding-top: 5.625rem;
	position: relative;
}

.top-service::after {
	background: #d76192;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 4.375rem;
	z-index: -1;
}

.top-service__inner.inner {
	margin-top: 1.625rem;
	max-width: 66.25rem;
	position: relative;
	z-index: 1;
}

.top-service__items {
	display: flex;
	flex-direction: column;
	gap: 3.75rem;
	margin-top: 1.5rem;
}

.top-service__item {
	align-items: center;
	display: flex;
	gap: 2.5rem;
	justify-content: space-between;
}

.top-service__content {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 1.875rem;
	width: 33rem;
}

.top-service__header {
	display: flex;
	flex-direction: column;
	gap: 0rem;
	position: relative;
}

.top-service__title {
	color: #29292C;
	font-family: "Noto Serif JP", serif;
	font-size: 1.625rem;
	font-weight: 500;
	letter-spacing: 0.08125rem;
	line-height: normal;
	padding-bottom: 1.375rem;
}

.top-service__lines {
	bottom: 0;
	display: flex;
	gap: 0.75rem;
	left: 0;
	position: absolute;
}

.top-service__line {
	flex-shrink: 0;
	height: 0.5rem;
	width: 4.4375rem;
}

.top-service__line--blue {
	background-color: #6a87bc;
}

.top-service__line--pink {
	background-color: #d76192;
}

.top-service__body {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}

.top-service__description {
	color: #29292C;
	font-family: "Noto Serif JP", serif;
	font-size: 1.125rem;
	font-weight: 400;
	letter-spacing: 0.05625rem;
	line-height: 2;
	margin: 0;
}

.top-service__list {
	display: flex;
	flex-direction: column;
	gap: 0.1875rem;
}

.top-service__list-item {
	align-items: start;
	color: #29292C;
	display: flex;
	font-family: "Noto Serif JP", serif;
	font-size: 0.9375rem;
	font-weight: 400;
	gap: 0.625rem;
	letter-spacing: 0.046875rem;
	line-height: 1.8;
}

.top-service__list-item::before {
	background-color: #d4cdc9;
	content: "";
	display: block;
	flex-shrink: 0;
	height: 0.5625rem;
	margin-top: 0.5625rem;
	width: 0.5625rem;
}

.top-service__notice {
	border: 1px solid #d76192;
	color: #d76192;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.05rem;
	line-height: 2;
	margin-top: 0.3125rem;
	text-align: center;
}

.top-service__image {
	flex-shrink: 0;
	height: 26.25rem;
	overflow: hidden;
	width: 28.75rem;
}

.top-service__image img {
	-o-object-fit: cover;
	display: block;
	height: calc(100% + 3.75rem);
	object-fit: cover;
	width: 100%;
}

.top-works {
	overflow-x: clip;
	padding-bottom: 9.0625rem;
	padding-top: 6.875rem;
	position: relative;
}

.top-works::after {
	background: #d76192;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 4.375rem;
	z-index: -1;
}

.top-works__inner.inner {
	max-width: 66.25rem;
	position: relative;
	z-index: 1;
}

.top-works__header {
	align-items: center;
	display: flex;
	margin-top: 1.5625rem;
}

.top-works__nav-wrapper {
	display: contents;
}

.top-works__nav {
	align-items: center;
	display: flex;
	gap: 1.4375rem;
	margin-left: 2.5625rem;
}

.top-works__nav-prev,
.top-works__nav-next {
	align-items: center;
	cursor: pointer;
	display: flex;
	height: 1.5rem;
	justify-content: center;
	transition: opacity 0.3s;
	width: 1.5rem;
}

.top-works__nav-prev:hover,
.top-works__nav-next:hover {
	opacity: 0.7;
}

.top-works__nav-prev img,
.top-works__nav-next img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.top-works__nav-next {
	transform: rotate(180deg);
}

.top-works__categories {
	align-items: center;
	display: flex;
	gap: 0.625rem;
	margin-left: auto;
}

.top-works__category-item {
	margin: 0;
}

.top-works__category-btn {
	background-color: #fff;
	border: 1px solid #c5c6c7;
	border-radius: 6.25rem;
	color: #29292C;
	cursor: pointer;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.05rem;
	line-height: normal;
	padding: 0.5rem 1.4375rem;
	text-align: center;
	transition: all 0.3s;
	white-space: nowrap;
}

.top-works__category-btn.is-active {
	border-color: #d76192;
	color: #d76192;
}

.top-works__swiper {
	margin-right: calc(50% - 50vw);
	margin-top: 2.375rem;
	overflow: visible;
	padding-left: 0.0625rem;
}

.top-works__swiper .swiper-wrapper {
	display: flex;
}

.top-works__swiper .swiper-slide {
	flex-shrink: 0;
}

.top-works__item {
	align-items: stretch;
	display: flex;
	gap: 2rem;
	transition: opacity 0.3s ease;
}

.top-works__image-wrapper {
	aspect-ratio: 370/260;
	flex-shrink: 0;
	overflow: hidden;
	position: relative;
	width: 23.125rem;
}

.top-works__image-wrapper img {
	-o-object-fit: cover;
	display: block;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
	width: 100%;
}

.top-works__line {
	height: 0.5rem;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.top-works__line--pink {
	background-color: #d76192;
}

.top-works__line--blue {
	background-color: #6a87bc;
}

.top-works__content {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 0.75rem;
}

.top-works__title {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: #29292C;
	display: -webkit-box;
	font-family: "Noto Serif JP", serif;
	font-size: 1.625rem;
	font-weight: 500;
	letter-spacing: 0.1625rem;
	line-height: 1.2;
	overflow: hidden;
}

.top-works__excerpt {
	-webkit-box-orient: vertical;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-line-clamp: 4;
	color: #29292C;
	display: -webkit-box;
	font-family: "Noto Serif JP", serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.05rem;
	line-height: 1.8;
	margin-top: 0.9375rem;
	overflow: hidden;
}

.top-works__category {
	background-color: #fff;
	border: 1px solid #c5c6c7;
	border-radius: 6.25rem;
	color: #29292C;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.04375rem;
	line-height: normal;
	margin-top: auto;
	padding: 0.5rem 1.4375rem;
	text-align: center;
	width: -moz-fit-content;
	width: fit-content;
}

.top-works__view-more .view-more-big {
	margin-left: auto;
	margin-top: 3rem;
}

.view-more-big {
	-webkit-text-decoration: none;
	align-items: center;
	display: flex;
	gap: 1rem;
	min-height: 4.0625rem;
	min-height: 4.0625rem;
	position: relative;
	text-decoration: none;
	transition: all 0.3s ease;
	width: -moz-fit-content;
	width: fit-content;
}

.view-more-big__icon {
	align-items: center;
	border-radius: 50%;
	display: flex;
	flex-shrink: 0;
	height: 3rem;
	justify-content: center;
	transition: all 0.3s ease;
	width: 3rem;
}

.view-more-big__icon img {
	-o-object-fit: contain;
	height: 1.5rem;
	object-fit: contain;
	transition: all 0.3s ease;
	width: 1.5rem;
}

.view-more-big__text {
	font-family: "Poppins", sans-serif;
	font-size: 1.125rem;
	font-weight: 400;
	letter-spacing: 0.05625rem;
	line-height: normal;
	transition: transform 0.3s ease;
}

.view-more-big--pink {
	color: #29292C;
}

.view-more-big--pink .view-more-big__icon {
	background-color: #d76192;
}

.view-more-big--white {
	color: #fff;
}

.view-more-big--white .view-more-big__icon {
	background-color: #fff;
}

.view-more {
	-webkit-text-decoration: none;
	align-items: center;
	color: #29292C;
	display: flex;
	font-family: "Poppins", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	gap: 0.625rem;
	letter-spacing: 0.05rem;
	line-height: normal;
	margin-right: 1.125rem;
	position: relative;
	text-decoration: none;
}

.view-more__icon {
	background-color: #6a87bc;
	border-radius: 50%;
	flex-shrink: 0;
	height: 0.5625rem;
	transition: all 0.3s ease;
	width: 0.5625rem;
}

.view-more__icon--left {
	opacity: 1;
	transform: scale(1);
}

.view-more__icon--right {
	background-color: #6a87bc;
	height: 1.1875rem;
	opacity: 0;
	position: absolute;
	right: 0;
	transform: scale(0);
	transition: all 0.3s ease;
	width: 1.1875rem;
}

.view-more__text {
	color: inherit;
	font-family: "Poppins", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.05rem;
	line-height: normal;
	transition: transform 0.3s ease;
}

.works-detail {
	padding-bottom: 15.3125rem;
	padding-top: 9.875rem;
	position: relative;
}

.works-detail__decoration {
	background-color: #d76192;
	height: 6.875rem;
	left: 0;
	position: absolute;
	top: 9.875rem;
	width: 2.5rem;
	z-index: 0;
}

.works-detail__inner.inner {
	max-width: 66.25rem;
	position: relative;
	z-index: 1;
}

.works-detail__article {
	display: flex;
	flex-direction: column;
	gap: 0rem;
}

.works-detail__header {
	align-items: flex-end;
	display: flex;
	gap: 1.25rem;
	justify-content: space-between;
	min-height: 5.8125rem;
}

.works-detail__header-left {
	flex: 1;
}

.works-detail__header-right {
	align-items: center;
	display: flex;
	flex-shrink: 0;
	gap: 1rem;
}

.works-detail__category-tag {
	background-color: #fff;
	border: 1px solid #c5c6c7;
	border-radius: 6.25rem;
	color: #29292C;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.04375rem;
	padding: 0.5rem 1.4375rem;
}

.works-detail__date {
	color: #29292C;
	font-family: "Poppins", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	margin: 0;
}

.works-detail__title {
	color: #29292C;
	font-family: "Noto Serif JP", serif;
	font-size: 2.25rem;
	font-weight: 600;
	letter-spacing: 0.225rem;
	line-height: 1;
}

.works-detail__image {
	aspect-ratio: 1000/596;
	margin-top: 1.875rem;
	position: relative;
	width: 100%;
}

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

.works-detail__content {
	color: #29292C;
	font-family: "Noto Serif JP", serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.05rem;
	line-height: 2;
	margin-top: 6.4375rem;
}

.works-detail__content > *:first-child {
	margin-top: 0;
}

.works-detail__content h2,
.works-detail__content h3,
.works-detail__content h4,
.works-detail__content h5,
.works-detail__content h6 {
	color: #29292C;
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	line-height: 1.6;
	margin-top: 2.5rem;
}

.works-detail__content h2 {
	border-bottom: 1px solid #DCE3ED;
	font-size: 1.625rem;
	font-weight: 500;
	letter-spacing: 0.1625rem;
	line-height: 1;
	margin-top: 2.5rem;
	padding-bottom: 2rem;
	padding-left: 2.125rem;
	position: relative;
}

.works-detail__content h2::before {
	background-color: #dce3ed;
	bottom: 2rem;
	content: "";
	height: auto;
	left: 0;
	position: absolute;
	top: 0;
	width: 0.875rem;
}

.works-detail__content h3 {
	font-size: 1.375rem;
	font-weight: 500;
	letter-spacing: 0.1375rem;
	line-height: 1;
	margin-top: 5.125rem;
}

.works-detail__content p {
	color: #29292C;
	color: var(--font, #29292C);
	font-family: "Noto Serif JP", serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.05rem;
	line-height: 2;
	margin-top: 1.875rem;
}

.works-detail__content ul,
.works-detail__content ol {
	list-style: none;
	margin-left: 1.9375rem;
	margin-top: 1.375rem;
	padding-left: 0;
}

.works-detail__content ul li,
.works-detail__content ol li {
	line-height: 2;
	padding-left: 1.40625rem;
	position: relative;
}

.works-detail__content ul li::before,
.works-detail__content ol li::before {
	content: "・";
	left: 0;
	position: absolute;
}

.works-detail__content a {
	-webkit-text-decoration: underline;
	color: #d76192;
	text-decoration: underline;
	transition: opacity 0.3s;
}

.works-detail__content img {
	height: auto;
	margin-top: 1.875rem;
	max-width: 100%;
}

.works-detail__navigation {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	margin-top: 12rem;
	position: relative;
	width: 35.5rem;
}

.works-detail__nav-link {
	align-items: center;
	border-radius: 6.25rem;
	color: #29292C;
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.9375rem;
	font-weight: 400;
	gap: 0.9375rem;
	letter-spacing: 0.046875rem;
	line-height: normal;
	padding: 0.5rem 1.25rem;
	transition: all 0.3s;
}

.works-detail__nav-link--back {
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
}

.works-detail__nav-link--next {
	flex-direction: row-reverse;
	margin-left: auto;
}

.works-detail__nav-link img {
	border: none;
	height: 1.5rem;
	margin: 0;
	transition: filter 0.3s ease;
	width: 1.5rem;
}

.works {
	min-height: 100vh;
	padding-bottom: 12.3125rem;
	padding-top: 9.25rem;
	position: relative;
}

.works__bg-text {
	color: #dce3ed;
	font-family: "NewYork", serif;
	font-size: 8.125rem;
	font-weight: normal;
	line-height: 0.9;
	padding-left: 7.125rem;
	position: relative;
}

.works__bg-text::first-letter {
	color: #d76192;
}

.works__bg-text::before {
	background-color: #d76192;
	content: "";
	height: 6.875rem;
	left: 0;
	position: absolute;
	top: 0;
	width: 2.5rem;
	z-index: 1;
}

.works__inner.inner {
	margin-top: 3.4375rem;
	max-width: 66.25rem;
	position: relative;
}

.works__filters {
	display: flex;
	flex-wrap: wrap;
	gap: 0.625rem;
	margin-top: 1.75rem;
}

.works__filter {
	-webkit-text-decoration: none;
	background-color: #fff;
	border: 1px solid #c5c6c7;
	border-radius: 6.25rem;
	color: #29292C;
	cursor: pointer;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.05rem;
	line-height: normal;
	padding: 0.5rem 1.4375rem;
	text-decoration: none;
	transition: all 0.3s;
}

.works__filter--active {
	border-color: #d76192;
	color: #d76192;
}

.works__list {
	display: flex;
	flex-direction: column;
	gap: 5rem;
	margin-top: 5.1875rem;
}

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

.works__item-link {
	-webkit-text-decoration: none;
	align-items: center;
	color: inherit;
	display: flex;
	gap: 2rem;
	text-decoration: none;
	width: 100%;
}

.works__item:nth-child(odd) .works__item-link .works__image::after {
	background-color: #d76192;
	content: "";
	height: 0.5rem;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.works__item:nth-child(even) .works__item-link .works__image::after {
	background-color: #6A87BC;
	content: "";
	height: 0.5rem;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.works__image {
	aspect-ratio: 370/260;
	flex-shrink: 0;
	position: relative;
	width: 23.125rem;
}

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

.works__content {
	flex: 1;
	margin-top: 0;
	width: 100%;
}

.works__date {
	color: #29292C;
	font-family: "Poppins", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.1rem;
	line-height: normal;
	margin: 0;
}

.works__title {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: #29292C;
	display: -webkit-box;
	font-family: "Noto Serif JP", serif;
	font-size: 1.625rem;
	font-weight: 500;
	letter-spacing: 0.1625rem;
	line-height: normal;
	margin-bottom: 0;
	overflow: hidden;
}

.works__excerpt {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	color: #29292C;
	display: -webkit-box;
	font-family: "Noto Serif JP", serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.05rem;
	line-height: 1.8;
	margin-bottom: 0;
	margin-top: 1.25rem;
	overflow: hidden;
	text-overflow: ellipsis;
}

.works__footer {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-top: 2.125rem;
}

.works__category {
	background-color: #fff;
	border: 1px solid #c5c6c7;
	border-radius: 6.25rem;
	color: #29292C;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.04375rem;
	line-height: normal;
	padding: 0.5rem 1.4375rem;
}

.works .view-more {
	-webkit-text-decoration: none;
	align-items: center;
	color: inherit;
	display: flex;
	gap: 0.625rem;
	text-decoration: none;
}

.works .view-more .view-more__icon {
	background-color: #d76192;
}

.works .view-more .view-more__icon--right {
	background-color: #d76192;
}

.works__pagination {
	align-items: center;
	display: flex;
	gap: 2.5rem;
	justify-content: center;
	margin-top: 8rem;
}

.works__pagination .page-numbers {
	align-items: center;
	display: flex;
	gap: 2.5rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.works__pagination .page-numbers li {
	margin: 0;
}

.works__pagination .page-numbers a,
.works__pagination .page-numbers span {
	-webkit-text-decoration: none;
	align-items: center;
	color: #C5C6C7;
	display: flex;
	font-family: "Poppins", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	height: 1.5rem;
	justify-content: center;
	letter-spacing: 0.05rem;
	line-height: 2;
	text-decoration: none;
	transition: all 0.3s;
	width: 1.5rem;
}

.works__pagination .page-numbers a img,
.works__pagination .page-numbers span img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	transition: filter 0.3s ease;
	width: 100%;
}

.works__pagination .page-numbers .current {
	color: #29292C;
}

.works__pagination .page-numbers .dots {
	color: #c5c6c7;
}

.works__no-posts {
	color: #29292C;
	font-family: "Noto Serif JP", serif;
	font-size: 1.125rem;
	padding: 3.75rem 0;
	text-align: center;
}

.u-font14 {
	font-size: 0.875rem;
}

.u-font16 {
	font-size: 1rem;
}

.u-font18 {
	font-size: 1.125rem;
}

.u-font20 {
	font-size: 1.25rem;
}

.u-font22 {
	font-size: 1.375rem;
}

.u-font24 {
	font-size: 1.5rem;
}

.u-font28 {
	font-size: 1.75rem;
}

.u-font32 {
	font-size: 2rem;
}

.u-font40 {
	font-size: 2.5rem;
}

.u-hover {
	transition: opacity 0.5s;
}

.u-hover:hover {
	opacity: 0.7;
	transition: opacity 0.5s;
}

.u-lh10 {
	line-height: 1;
}

.u-lh13 {
	line-height: 1.3;
}

.u-lh15 {
	line-height: 1.5;
}

.u-lh16 {
	line-height: 1.6;
}

.u-lh20 {
	line-height: 2;
}

.u-ls05 {
	letter-spacing: 0.05em;
}

.u-ls10 {
	letter-spacing: 0.1em;
}

.u-ls15 {
	letter-spacing: 0.15em;
}

.u-ls20 {
	letter-spacing: 0.2em;
}

.u-mt10 {
	margin-top: 10px !important;
	margin-top: 0.625rem !important;
}

.u-mt20 {
	margin-top: 20px !important;
	margin-top: 1.25rem !important;
}

.u-mt30 {
	margin-top: 30px !important;
	margin-top: 1.875rem !important;
}

.u-mt40 {
	margin-top: 40px !important;
	margin-top: 2.5rem !important;
}

.u-mt50 {
	margin-top: 50px !important;
	margin-top: 3.125rem !important;
}

.u-mt60 {
	margin-top: 60px !important;
	margin-top: 3.75rem !important;
}

.u-mt70 {
	margin-top: 70px !important;
	margin-top: 4.375rem !important;
}

.u-mt80 {
	margin-top: 80px !important;
	margin-top: 5rem !important;
}

.u-mt90 {
	margin-top: 90px !important;
	margin-top: 5.625rem !important;
}

.u-mt100 {
	margin-top: 100px !important;
	margin-top: 6.25rem !important;
}

.u-mt110 {
	margin-top: 110px !important;
	margin-top: 6.875rem !important;
}

.u-mt120 {
	margin-top: 120px !important;
	margin-top: 7.5rem !important;
}

.u-mt130 {
	margin-top: 130px !important;
	margin-top: 8.125rem !important;
}

.u-mt140 {
	margin-top: 140px !important;
	margin-top: 8.75rem !important;
}

.u-mt150 {
	margin-top: 150px !important;
	margin-top: 9.375rem !important;
}

.u-mt160 {
	margin-top: 160px !important;
	margin-top: 10rem !important;
}

.u-mt170 {
	margin-top: 170px !important;
	margin-top: 10.625rem !important;
}

.u-mt180 {
	margin-top: 180px !important;
	margin-top: 11.25rem !important;
}

.u-mt190 {
	margin-top: 190px !important;
	margin-top: 11.875rem !important;
}

.u-mt200 {
	margin-top: 200px !important;
	margin-top: 12.5rem !important;
}

.u-w300 {
	font-weight: 300;
}

.u-w400 {
	font-weight: 400;
}

.u-w500 {
	font-weight: 500;
}

.u-w600 {
	font-weight: 600;
}

.u-w700 {
	font-weight: 700;
}

.u-w900 {
	font-weight: 900;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (-webkit-min-device-pixel-ratio: 0), screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {

img {
	image-rendering: -webkit-optimize-contrast;
}

}

@media (hover: hover) {

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

.column-news__filter:hover {
	border-color: #6a87bc;
	color: #6a87bc;
}

.column-news__item-link:hover .view-more {
	color: #6a87bc;
}

.column-news__item-link:hover .view-more .view-more__text {
	transform: translateX(-1.5625rem);
}

.column-news__item-link:hover .view-more .view-more__icon--left {
	opacity: 0;
	transform: scale(0);
}

.column-news__item-link:hover .view-more .view-more__icon--right {
	background-color: #6a87bc;
	opacity: 1;
	transform: scale(1);
}

.column-news__pagination .page-numbers a:hover,
.column-news__pagination .page-numbers span:hover {
	color: #29292C;
}

.column-news__pagination .page-numbers a:hover img,
.column-news__pagination .page-numbers span:hover img {
	filter: brightness(0) saturate(100%) brightness(0.16);
}

.error-404__button:hover {
	background-color: #d76192;
	color: #fff;
}

.fixed-buttons__icon:hover {
	opacity: 0.7;
}

.fixed-buttons__link:hover {
	opacity: 0.7;
}

.footer__company:hover {
	opacity: 0.7;
}

.footer__tel:hover {
	opacity: 0.7;
}

.footer__nav-link::after {
	background-color: #fff;
	bottom: 0.75rem;
	content: "";
	height: 0.1875rem;
	left: 50%;
	position: absolute;
	transform: scaleX(0) translateX(-50%);
	transform-origin: left;
	transition: transform 0.3s ease;
	width: 100%;
}

.footer__nav-link:hover::after {
	transform: scaleX(1) translateX(-50%);
}

.footer__instagram:hover {
	opacity: 0.7;
}

.footer__privacy:hover {
	opacity: 0.7;
}

.header__logo:hover {
	opacity: 0.7;
}

.header__nav-link::after {
	background-color: #d76192;
	bottom: 0.75rem;
	content: "";
	height: 0.1875rem;
	left: 50%;
	position: absolute;
	transform: scaleX(0) translateX(-50%);
	transform-origin: left;
	transition: transform 0.3s ease;
	width: 100%;
}

.header__nav-link:hover::after {
	transform: scaleX(1) translateX(-50%);
}

.header__nav-link:nth-child(odd)::after {
	background-color: #6A87BC;
}

.header__mail:hover {
	opacity: 0.7;
}

.header__instagram:hover {
	opacity: 0.7;
}

.header__nav-instagram:hover {
	opacity: 0.7;
}

.post-detail__content a:hover {
	opacity: 0.7;
}

.post-detail__nav-link:hover {
	color: #6A87BC;
}

.post-detail__nav-link:hover img {
	filter: brightness(0) saturate(100%) invert(56%) sepia(48%) saturate(1234%) hue-rotate(186deg) brightness(96%) contrast(88%);
}

.sp-nav__logo:hover {
	opacity: 0.7;
}

.sp-nav__header-mail:hover,
.sp-nav__header-instagram:hover {
	opacity: 0.7;
}

.sp-nav__close:hover {
	opacity: 0.7;
}

.sp-nav__link:hover {
	opacity: 0.7;
}

.top-column__link:hover {
	opacity: 0.7;
}

.top-column__sp-link:hover {
	opacity: 0.7;
}

.top-contact__submit:hover {
	background-color: #d76192;
	color: #fff;
}

.top-works__category-btn:hover {
	border-color: #d76192;
	color: #d76192;
}

.top-works__item:hover {
	opacity: 0.7 !important;
}

.view-more-big:hover .view-more-big__icon {
	height: 4.0625rem;
	transform: translateX(187%);
	width: 4.0625rem;
}

.view-more-big:hover .view-more-big__text {
	transform: translateX(-73%);
}

.view-more:hover {
	color: #6a87bc;
}

.view-more:hover .view-more__text {
	transform: translateX(-1.5625rem);
}

.view-more:hover .view-more__icon--left {
	opacity: 0;
	transform: scale(0);
}

.view-more:hover .view-more__icon--right {
	opacity: 1;
	transform: scale(1);
}

.works-detail__content a:hover {
	opacity: 0.7;
}

.works-detail__nav-link:hover {
	color: #d76192;
}

.works-detail__nav-link:hover img {
	filter: brightness(0) saturate(100%) invert(48%) sepia(79%) saturate(1352%) hue-rotate(300deg) brightness(95%) contrast(85%);
}

.works__filter:hover {
	border-color: #d76192;
	color: #d76192;
}

.works__item-link:hover .view-more {
	color: #d76192;
}

.works__item-link:hover .view-more .view-more__text {
	transform: translateX(-1.5625rem);
}

.works__item-link:hover .view-more .view-more__icon--left {
	opacity: 0;
	transform: scale(0);
}

.works__item-link:hover .view-more .view-more__icon--right {
	background-color: #d76192;
	opacity: 1;
	transform: scale(1);
}

.works .view-more:hover {
	color: #d76192;
}

.works .view-more:hover .view-more__icon--right {
	background-color: #d76192;
}

.works__pagination .page-numbers a:hover,
.works__pagination .page-numbers span:hover {
	color: #d76192;
}

.works__pagination .page-numbers a:hover img,
.works__pagination .page-numbers span:hover img {
	filter: brightness(0) saturate(100%) brightness(0.16);
}

}

@media screen and (max-width: 1200px) and (min-width: 1024px) {

.header {
	zoom: 0.9;
}

}

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

.br-1920-more {
	display: none;
}

}

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

.br-1480-more {
	display: none;
}

}

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

.top-contact__inner {
	padding-top: 7rem;
}

}

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

.top-column__header {
	top: -0.625rem;
}

.top-profile__content {
	margin-left: 0;
}

}

@media (max-width: 1060px) {

html {
	font-size: 1.5094339623vw;
}

}

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

.fixed-buttons {
	display: none;
}

.hamburger {
	height: 1.3125rem;
	width: 1.875rem;
}

.hamburger span {
	background-color: #29292C;
	border-radius: 0.09375rem;
	height: 0.1875rem;
	position: absolute;
	transition: transform 0.3s ease, width 0.3s ease, top 0.3s ease, bottom 0.3s ease, opacity 0.3s ease;
}

.hamburger span:nth-child(1) {
	right: 0;
	top: 0rem;
	width: 1.5rem;
}

.hamburger span:nth-child(2) {
	right: 0;
	top: 0.625rem;
	transform: none;
	width: 1rem;
}

.hamburger span:nth-child(3) {
	bottom: 0;
	right: 0;
	width: 0.5625rem;
}

.hamburger.is-active span:nth-child(1) {
	bottom: auto;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	width: 100%;
}

.hamburger.is-active span:nth-child(2) {
	bottom: auto;
	top: 50%;
	transform: translateY(-50%) rotate(-45deg);
	width: 100%;
}

.hamburger.is-active span:nth-child(3) {
	display: none;
}

.header {
	background-color: #fff;
	padding: 0.5625rem 0;
}

.header__inner {
	padding-left: 1rem;
	padding-right: 1rem;
}

.header__logo {
	gap: 0;
}

.header__name {
	font-size: 0.83125rem;
	line-height: 1;
}

.header__company {
	font-size: 1.06875rem;
	font-weight: 700;
	line-height: normal;
	margin-top: 0;
}

.header__nav {
	display: none;
}

.header__sp-icons {
	align-items: center;
	display: flex;
	gap: 0.625rem;
}

.header__drawer {
	display: block;
	position: relative;
}

.header__sp-nav {
	display: block;
}

.sp-nav {
	bottom: 0;
	display: block;
	height: 100dvh;
	overflow: hidden;
	pointer-events: none;
	position: fixed;
	right: 0;
	top: 3.5625rem;
	width: 72%;
	z-index: 999;
}

.sp-nav.is-active {
	pointer-events: auto;
}

body.is-active::before {
	background-color: #D9D9D9;
	bottom: 0;
	content: "";
	height: 100vh;
	left: 0;
	opacity: 0.5;
	pointer-events: auto;
	position: fixed;
	right: 0;
	top: 0;
	width: 100vw;
	z-index: 998;
}

.sp-nav__bg {
	background-color: #fff;
	bottom: 0;
	display: block;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateX(100%);
	transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
	width: 100%;
}

.sp-nav.is-active .sp-nav__bg {
	opacity: 1;
	transform: translateX(0);
}

.sp-nav__links {
	display: flex;
	flex-direction: column;
	opacity: 0;
	padding: 2.4375rem 0rem;
	pointer-events: none;
	position: relative;
	transform: translateX(100%);
	transition: transform 0.3s ease-in-out 0.15s, opacity 0.3s ease-in-out 0.15s;
	z-index: 1;
}

.sp-nav.is-active .sp-nav__links {
	opacity: 1;
	pointer-events: auto;
	transform: translateX(0);
}

.sp-nav__link {
	-webkit-text-decoration: none;
	-webkit-transform: translate(0, 80%) scale(1, 1.5);
	-webkit-transform-origin: top center;
	align-items: center;
	color: #29292C;
	display: flex;
	font-family: "Poppins", sans-serif;
	font-size: 1.125rem;
	font-weight: 400;
	letter-spacing: 0.05625rem;
	line-height: normal;
	opacity: 0;
	padding: 0.75rem 3.25rem;
	text-decoration: none;
	transform: translate(0, 80%) scale(1, 1.5);
	transform-origin: top center;
	transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.sp-nav.is-active .sp-nav__link {
	animation: sv-title 0.4s 0.4s ease forwards;
}

.sp-nav:not(.is-active) .sp-nav__link {
	animation: none;
	opacity: 0;
	transform: translate(0, 80%) scale(1, 1.5);
}

}

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

.br-1000-less {
	display: block;
}

.br-1000-more {
	display: none;
}

}

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

.u-desktop {
	display: none;
}

.u-mobile {
	display: block;
}

.br-768-less {
	display: block;
}

.br-768-more {
	display: none;
}

html {
	font-size: 16px;
	scroll-padding-top: 3.5625rem;
}

.breadcrumb {
	padding: 0.25rem 0;
}

.breadcrumb__inner.inner {
	font-size: 0.75rem;
	letter-spacing: 0.05em;
	padding-left: 0.4375rem;
	padding-right: 0.4375rem;
}

.column-news {
	padding-bottom: 12.5rem;
	padding-top: 5.125rem;
}

.column-news__bg-text {
	font-size: 3.125rem;
	line-height: 0.9;
	padding-left: 1.5625rem;
}

.column-news__bg-text::before {
	height: 2.4375rem;
	left: 0;
	top: 0.1875rem;
	width: 1rem;
}

.column-news__inner.inner {
	margin-top: 1.5625rem;
	padding-left: 1rem;
	padding-right: 1rem;
}

.column-news__filters {
	gap: 0.5rem;
	justify-content: center;
}

.column-news__filter {
	border-radius: 0.9375rem;
	border-width: 0.046875rem;
	font-size: 0.8125rem;
	padding: 0.375rem 1.078125rem;
}

.column-news__list {
	gap: 3.75rem;
	margin-top: 1.875rem;
}

.column-news__item {
	align-items: center;
	flex-direction: column;
	gap: 1.25rem;
	width: 100%;
}

.column-news__item-link {
	align-items: center;
	flex-direction: column;
	gap: 1.25rem;
}

.column-news__image {
	aspect-ratio: 343/241;
	max-width: 21.4375rem;
	width: 100%;
}

.column-news__content {
	margin-left: auto;
	margin-right: auto;
	width: 95.3352769679%;
}

.column-news__date {
	font-size: 1rem;
	letter-spacing: 0.1rem;
	margin-bottom: 0.625rem;
}

.column-news__title {
	-webkit-line-clamp: 3;
	font-size: 1.375rem;
	font-weight: 500;
	letter-spacing: 0.1375rem;
	line-height: 1.5;
	text-align: justify;
}

.column-news__excerpt {
	-webkit-line-clamp: 4;
	font-size: 0.9375rem;
	letter-spacing: 0.046875rem;
	line-height: 1.8;
	margin-top: 0.1875rem;
	text-align: justify;
}

.column-news__footer {
	margin-top: 1.5rem;
}

.column-news__category {
	font-size: 0.875rem;
	padding: 0.5rem 1.4375rem;
}

.column-news__pagination {
	gap: 1.875rem;
	margin-top: 4.25rem;
}

.column-news__pagination .page-numbers {
	gap: 0.9375rem;
}

.column-news__pagination .page-numbers a,
.column-news__pagination .page-numbers span {
	font-size: 0.875rem;
}

.error-404 {
	padding-bottom: 4.125rem;
	padding-top: 8.25rem;
}

.error-404__inner {
	max-width: 23.4375rem;
	width: 100%;
}

.error-404__number {
	font-size: 6.25rem;
	line-height: 0.9;
}

.error-404__message-wrapper {
	margin-top: 1.5rem;
}

.error-404__message {
	font-size: 0.9375rem;
	letter-spacing: 0.046875rem;
	line-height: 1.8;
	margin-top: 0;
	text-align: center;
}

.error-404__message:not(:last-child) {
	margin-bottom: 0;
}

.error-404__button-wrapper {
	margin-top: 2.5rem;
}

.error-404__button {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	height: 3.5625rem;
	letter-spacing: 0.05rem;
	padding: 0.5rem 1.4375rem;
	width: 12.125rem;
}

.footer {
	padding-bottom: 1.875rem;
	padding-top: 3.1875rem;
}

.footer__inner.inner {
	align-items: center;
	max-width: 37.5rem;
	padding-left: 1.6875rem;
	padding-right: 1.6875rem;
}

.footer__brand {
	gap: 0.75rem;
	width: 20.0625rem;
}

.footer__company {
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0.0625rem;
	margin: 0;
	text-align: center;
}

.footer__address {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 0;
	text-align: center;
}

.footer__tel {
	font-size: 0.9375rem;
	font-weight: 400;
	margin-top: 0;
	text-align: center;
}

.footer__nav {
	align-items: flex-start;
	flex-direction: column;
	gap: 0rem;
	margin-right: 0;
	margin-top: 2.125rem;
	width: 100%;
}

.footer__nav-link {
	border-bottom: 0.0625rem solid #fff;
	font-size: 0.9375rem;
	letter-spacing: 0.046875rem;
	padding-bottom: 0.9375rem;
	padding-top: 0.9375rem;
	width: 100%;
}

.footer__nav-link::before {
	content: "> ";
}

.footer__instagram {
	display: none;
}

.footer__privacy {
	font-size: 0.875rem;
	letter-spacing: 0.046875rem;
	margin-right: 0;
	padding-bottom: 0.9375rem;
	padding-top: 0.9375rem;
	text-align: left;
	width: 100%;
}

.footer__privacy::before {
	content: "> ";
}

.footer__bottom {
	width: 100%;
}

.footer__copy {
	font-size: 0.75rem;
	letter-spacing: 0.0375rem;
	line-height: normal;
	text-align: center;
}

.fv {
	padding-top: 3.5625rem;
}

.fv__inner.inner {
	flex-direction: column;
	gap: 1.1875rem;
	padding-left: 0rem;
	padding-right: 0rem;
}

.fv__left {
	width: 86.4%;
}

.fv__main-img::before,
.fv__main-img::after {
	height: 0.375rem;
	width: 3.5rem;
}

.fv__main-img::before {
	left: 3.8125rem;
}

.fv__main-img {
	max-height: 37.5rem;
}

.fv__caption {
	flex: 1;
	font-size: 0.625rem;
	letter-spacing: 0.5px;
	margin-bottom: 0.3125rem;
	margin-top: 0rem;
}

.fv__right {
	margin-top: 0rem;
	padding-left: 1.375rem;
	width: 100%;
}

.fv__decoration {
	height: 3.5rem;
	right: 0.9375rem;
	width: 0.375rem;
}

.fv__decoration--pink {
	top: 3.8125rem;
}

.fv__name-wrapper {
	transform: translateX(0rem);
	width: 90.6515580737%;
}

.fv__name-ja {
	font-size: 1rem;
	letter-spacing: 1.6px;
	top: 1.8125rem;
}

.fv__title {
	font-size: 1rem;
	letter-spacing: 0.1rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.1875rem;
	width: -moz-fit-content;
	width: fit-content;
}

.fv__product {
	aspect-ratio: 204/122;
	margin-top: 0.625rem;
	width: 57.790368272%;
}

.fv__product-wrapper {
	align-items: center;
	align-items: end;
	display: flex;
	flex-direction: row-reverse;
	gap: 0.625rem;
}

.inner {
	max-width: 44.875rem;
	padding-left: 24px;
	padding-right: 24px;
}

.loading__logo {
	max-width: 25rem;
	width: 90vw;
}

.post-detail {
	padding-bottom: 13rem;
	padding-top: 7.8125rem;
}

.post-detail__decoration {
	height: 2.4375rem;
	top: 5.1875rem;
	width: 1rem;
}

.post-detail__inner.inner {
	max-width: 37.5rem;
	padding-left: 1rem;
	padding-right: 1rem;
}

.post-detail__header {
	align-items: flex-start;
	flex-direction: column;
	gap: 0.375rem;
	margin-left: auto;
	margin-right: auto;
	min-height: 0rem;
	width: 95.3352769679%;
}

.post-detail__header-right {
	align-items: center;
	flex-direction: row;
	gap: 0.625rem;
	justify-content: space-between;
	width: 100%;
}

.post-detail__category-tag {
	font-size: 0.75rem;
	padding: 0.375rem 1.25rem;
}

.post-detail__date {
	font-size: 0.875rem;
}

.post-detail__title {
	font-size: 1.375rem;
	font-weight: 500;
	letter-spacing: 0.15rem;
	line-height: 1.4;
}

.post-detail__image {
	aspect-ratio: 343/241;
	margin-top: 1rem;
}

.post-detail__content {
	font-size: 0.9375rem;
	line-height: 1.8;
	margin-top: 1.875rem;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}

.post-detail__content h2,
.post-detail__content h3,
.post-detail__content h4,
.post-detail__content h5,
.post-detail__content h6 {
	margin-top: 1.875rem;
}

.post-detail__content h2 {
	font-size: 1.375rem;
	letter-spacing: 0.125rem;
	margin-top: 1.875rem;
	padding-bottom: 0.8125rem;
	padding-left: 1.375rem;
}

.post-detail__content h2::before {
	height: 1.5rem;
	width: 0.625rem;
}

.post-detail__content h3 {
	font-size: 1.25rem;
	letter-spacing: 0.125rem;
	margin-top: 3.125rem;
}

.post-detail__content p {
	font-size: 0.9375rem;
	letter-spacing: 0.046875rem;
	line-height: 1.8;
	margin-top: 0.875rem;
}

.post-detail__content ul,
.post-detail__content ol {
	font-size: 0.9375rem;
	letter-spacing: 0.046875rem;
	margin-top: 1.25rem;
}

.post-detail__content ul li,
.post-detail__content ol li {
	padding-left: 1.25rem;
}

.post-detail__content img {
	margin-top: 1.25rem;
}

.post-detail__navigation {
	margin-top: 8.125rem;
	width: 100%;
}

.post-detail__nav-link {
	font-size: 0.8125rem;
	padding: 0rem 0rem;
}

.privacy {
	padding-bottom: 12.5rem;
	padding-top: 5rem;
}

.privacy__bg-text {
	font-size: 3.125rem;
	padding-left: 1.5625rem;
}

.privacy__bg-text::before {
	height: 2.4375rem;
	width: 1rem;
}

.privacy__inner.inner {
	margin-top: 2.0625rem;
	max-width: 37.5rem;
}

.privacy__header {
	justify-content: center;
}

.privacy__title {
	font-size: 1.375rem;
	letter-spacing: 0.125rem;
}

.privacy__intro {
	font-size: 0.9375rem;
	line-height: 1.8;
	margin-top: 2.875rem;
}

.privacy__sections {
	gap: 2.5rem;
	margin-top: 3.125rem;
}

.privacy__section {
	gap: 0.875rem;
}

.privacy__section-title {
	font-size: 1.25rem;
	letter-spacing: 0.125rem;
}

.privacy__section-text {
	font-size: 0.9375rem;
	line-height: 1.8;
}

.section-bg-text {
	font-size: 3.125rem;
	line-height: 0.9;
	padding-left: 1.5625rem;
}

.section-bg-text--pink-line::before {
	height: 2.4375rem;
	top: 0.1875rem;
	width: 1rem;
}

.section-bg-text--white-line::after {
	height: 2.4375rem;
	top: 0.1875rem;
	width: 1rem;
}

.top-contact .section-bg-text {
	top: 4.625rem;
}

.section-header {
	justify-content: center;
}

.section-header.section-header--left {
	justify-content: flex-start;
}

.section-header__title {
	font-size: 1.375rem;
	letter-spacing: 0.1925rem;
}

.section-header__icon {
	height: 0.9375rem;
	width: 0.9375rem;
}

.top-column {
	padding-bottom: 6.125rem;
	padding-top: 3.75rem;
}

.top-column__inner.inner {
	max-width: 37.5rem;
	padding-top: 1.875rem;
}

.top-column__header {
	position: static;
}

.top-column__image-wrapper {
	aspect-ratio: 317/223;
}

.top-column__date {
	font-size: 0.875rem;
	letter-spacing: 0.0875rem;
}

.top-column__title {
	font-size: 1.125rem;
	letter-spacing: 0.1125rem;
}

.top-column__category {
	font-size: 0.8125rem;
	padding: 0.375rem 1.25rem;
}

.top-column__view-more {
	gap: 1.5rem;
	justify-content: space-between;
	margin-top: 3.4375rem;
}

.top-column__sp-wrapper {
	display: block;
	margin-right: calc(50% - 50vw);
	margin-top: 2.6875rem;
	overflow: hidden;
}

.top-column__sp-nav {
	align-items: center;
	display: flex;
	gap: 1.5rem;
}

.char.is-break {
	margin-left: 0.625rem;
	margin-right: 0.625rem;
}

.top-contact {
	padding-bottom: 12.375rem;
	padding-top: 4.625rem;
}

.top-contact__inner {
	max-width: 37.5rem;
	padding-top: 4.8125rem;
}

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

.top-contact__form {
	margin-top: 3.375rem;
}

.top-contact__field {
	padding-bottom: 1.875rem;
}

.top-contact__label {
	font-size: 0.9375rem;
	letter-spacing: 0.05em;
	line-height: 1.3;
}

.top-contact__input,
.top-contact__textarea {
	line-height: 1.2;
}

.top-contact__textarea {
	margin-top: 1.4375rem;
}

.top-contact__submit-wrapper {
	justify-content: center;
}

.top-contact__submit {
	font-size: 0.875rem;
	padding: 1.0625rem 4.125rem;
}

.top-philosophy {
	max-height: none;
	padding-bottom: 0rem;
	padding-top: 0.5625rem;
}

.top-philosophy__bg-text {
	font-size: 4.234375rem;
	position: static;
	text-align: center;
	transform: none;
}

.top-philosophy__inner.inner {
	max-width: 37.5rem;
}

.top-philosophy__content-wrapper {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 2rem;
	margin-left: 0rem;
	padding-bottom: 0rem;
	padding-top: 1.375rem;
}

.top-philosophy__main-title {
	font-size: 1.375rem;
	font-weight: 500;
	letter-spacing: 0.06875rem;
	line-height: 2;
	margin-top: 0rem;
	position: relative;
	text-align: center;
}

.top-philosophy__main-title span::after {
	bottom: 0;
	height: 0.75rem;
	left: 50%;
	transform: translateX(-52.5%);
}

.top-philosophy__content {
	flex-direction: column;
	gap: 1.875rem;
	margin-top: 0rem;
	min-width: 0;
	position: static;
	width: 100%;
}

.top-philosophy__text {
	-ms-overflow-style: auto;
	gap: 1.875rem;
	height: auto;
	min-width: 0;
	overflow: visible;
	scrollbar-width: auto;
	width: 100%;
}

.top-philosophy__text::-webkit-scrollbar {
	display: block;
}

.top-philosophy__paragraph {
	box-sizing: border-box;
	font-size: 0.9375rem;
	letter-spacing: 0.046875rem;
	line-height: 1.8;
	max-width: 100%;
}

.top-philosophy__highlight {
	font-weight: 400;
	letter-spacing: 0.04em;
}

.top-philosophy__list {
	gap: 0rem;
}

.top-philosophy__list-item {
	font-size: 1.0625rem;
	font-weight: 500;
	gap: 0.5rem;
	letter-spacing: 0.10625rem;
	line-height: 2.2;
}

.top-philosophy__check {
	height: 1.25rem;
	width: 1.25rem;
}

.top-philosophy__image {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	margin-top: 2.125rem;
	width: 100vw;
}

.top-profile-sub {
	margin-top: 0rem;
	padding-bottom: 4.5rem;
	padding-top: 4.5rem;
}

.top-profile-sub__inner.inner {
	flex-direction: column;
	gap: 3.25rem;
	max-width: 37.5rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.top-profile-sub__left,
.top-profile-sub__right {
	gap: 1.625rem;
	grid-template-columns: 1.75rem 1fr;
	position: relative;
}

.top-profile-sub__header::after {
	height: 0.375rem;
	top: 0rem;
	width: 1.375rem;
}

.top-profile-sub__title {
	font-size: 1.25rem;
	margin-top: 1.625rem;
}

.top-profile-sub__content {
	flex: 1;
	margin-top: 1.125rem;
}

.top-profile-sub__list {
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
	font-size: 0.9375rem;
	gap: 0rem;
	letter-spacing: 0.0375rem;
	line-height: 2;
	position: relative;
}

.top-profile-sub__list.top-profile-sub__list--blue {
	letter-spacing: 0.046875rem;
}

.top-profile-sub__list::before {
	content: "";
	display: flex;
	flex-direction: column;
	gap: 1.375rem;
	height: 100%;
	left: 0rem;
	position: absolute;
	top: 0rem;
	width: 0.5rem;
}

.top-profile-sub__item::after {
	height: 0.5rem;
	top: 0.75rem;
	width: 0.5rem;
}

.top-profile {
	margin-top: 3.3125rem;
}

.top-profile__bg {
	padding-top: 4.0625rem;
}

.top-profile__bg::after {
	bottom: 0;
	height: 3.625rem;
	left: 0;
	right: auto;
	top: auto;
	width: 100%;
}

.top-profile__bg::before {
	bottom: 3.625rem;
	height: 1.5rem;
	left: 0;
	right: auto;
	top: auto;
	width: 100%;
}

.top-profile__bg-text {
	font-size: 3.125rem;
	line-height: 0.9;
	padding-left: 1.5625rem;
}

.top-profile__bg-text::after {
	height: 2.4375rem;
	left: 0rem;
	top: 0.1875rem;
	width: 1rem;
}

.top-profile__inner.inner {
	flex-direction: column;
	max-width: 37.5rem;
	padding-bottom: 8.625rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-top: 1.5625rem;
}

.top-profile__content {
	width: 100%;
}

.top-profile__header {
	gap: 1.375rem;
	margin-bottom: 0rem;
	margin-top: 0rem;
}

.top-profile__name {
	font-size: 1.5rem;
	letter-spacing: 0.18rem;
	line-height: 2;
	margin-bottom: 0rem;
	padding-bottom: 0rem;
}

.top-profile__title {
	font-size: 0.9375rem;
	letter-spacing: 0.046875rem;
	line-height: normal;
}

.top-profile__line {
	height: 0.375rem;
	position: absolute;
	width: 3.328125rem;
}

.top-profile__line--pink {
	left: 0rem;
}

.top-profile__line--blue {
	left: 3.96875rem;
}

.top-profile__description {
	font-size: 0.9375rem;
	letter-spacing: 0.046875rem;
	line-height: 1.8;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.375rem;
}

.top-profile__details {
	width: 64%;
}

.top-profile__detail-text p::after {
	top: 0.75rem;
	transform: translateY(0%);
}

.top-profile__detail-text {
	display: flex;
	flex-direction: column;
	font-size: 0.9375rem;
	gap: 0.125rem;
	letter-spacing: 0.046875rem;
	line-height: 1.8;
}

.top-profile__image {
	height: 17.6875rem;
	width: 11.4375rem;
}

.top-profile__image img {
	-o-object-fit: cover;
	height: 17.6875rem;
	object-fit: cover;
	width: 11.4375rem;
}

.top-service {
	padding-bottom: 4.5rem;
	padding-top: 4.0625rem;
}

.top-service::after {
	width: 0.5rem;
}

.top-service__inner.inner {
	margin-top: 2.125rem;
	max-width: 37.5rem;
}

.top-service__items {
	gap: 3.25rem;
	margin-top: 2rem;
}

.top-service__item {
	align-items: flex-start;
	flex-direction: column;
	gap: 1.5rem;
}

.top-service__content {
	gap: 1.5rem;
	width: 100%;
}

.top-service__title {
	font-size: 1.5rem;
	letter-spacing: 0.075rem;
	padding-bottom: 1.5625rem;
}

.top-service__lines {
	gap: 0.75rem;
}

.top-service__line {
	height: 0.5rem;
	width: 4.4375rem;
}

.top-service__body {
	gap: 1.25rem;
}

.top-service__description {
	font-size: 1rem;
	letter-spacing: 0.05rem;
	line-height: 2;
}

.top-service__list {
	gap: 0rem;
}

.top-service__list-item {
	font-size: 0.9375rem;
	gap: 0.625rem;
	letter-spacing: 0.046875rem;
	line-height: 1.8;
}

.top-service__list-item::before {
	height: 0.5rem;
	margin-top: 0.625rem;
	width: 0.5rem;
}

.top-service__notice {
	font-size: 0.875rem;
	letter-spacing: 0.04375rem;
	margin-top: 0rem;
}

.top-service__image {
	aspect-ratio: 327/298;
	height: auto;
	order: -1;
	width: 100%;
	width: 100%;
}

.top-works {
	padding-bottom: 5.1875rem;
	padding-top: 0rem;
}

.top-works::after {
	width: 0.5rem;
}

.top-works__inner.inner {
	max-width: 37.5rem;
}

.top-works__header {
	align-items: flex-start;
	flex-direction: column;
	gap: 0rem;
	margin-top: 1.875rem;
	position: relative;
}

.top-works__nav-wrapper {
	align-items: start;
	display: flex;
	flex-direction: row-reverse;
	gap: 1.5rem;
	margin-top: 1rem;
}

.top-works__nav {
	display: flex;
	gap: 1.5rem;
	margin-left: 0rem;
}

.top-works__categories {
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-left: 0rem;
}

.top-works__category-btn {
	border-radius: 0.9375rem;
	border-width: 0.046875rem;
	font-size: 0.8125rem;
	letter-spacing: 0.040625rem;
	padding: 0.3125rem 1.078125rem;
}

.top-works__swiper {
	margin-top: 1.25rem;
}

.top-works__item {
	align-items: center;
	background-color: #fff;
	flex-direction: column;
	gap: 1.3125rem;
	height: 100%;
}

.top-works__image-wrapper {
	aspect-ratio: 343/241;
	width: 100%;
}

.top-works__line {
	height: 0.3125rem;
}

.top-works__content {
	align-items: flex-start;
	gap: 0.75rem;
	justify-content: flex-start;
	width: 100%;
}

.top-works__title {
	font-size: 1.375rem;
	letter-spacing: 0.1375rem;
}

.top-works__excerpt {
	-webkit-line-clamp: 5;
	font-size: 0.9375rem;
	letter-spacing: 0.046875rem;
	line-height: 1.8;
	margin-top: 0;
}

.top-works__category {
	font-size: 0.875rem;
	margin-top: 0rem;
	padding: 0.5rem 1.4375rem;
}

.top-works__view-more .view-more-big {
	margin-left: 0rem;
	margin-top: 2.75rem;
}

.view-more-big {
	min-height: auto;
}

.view-more-big__icon {
	height: 3rem;
	width: 3rem;
}

.view-more-big__text {
	font-size: 1.125rem;
	letter-spacing: 0.05625rem;
}

.view-more {
	margin-right: 1.0625rem;
}

.works-detail {
	padding-bottom: 13rem;
	padding-top: 7.8125rem;
}

.works-detail__decoration {
	height: 2.4375rem;
	top: 5.1875rem;
	width: 1rem;
}

.works-detail__inner.inner {
	max-width: 37.5rem;
	padding-left: 1rem;
	padding-right: 1rem;
}

.works-detail__header {
	align-items: flex-start;
	flex-direction: column;
	gap: 0.375rem;
	margin-left: auto;
	margin-right: auto;
	min-height: 0rem;
	width: 95.3352769679%;
}

.works-detail__header-right {
	align-items: center;
	flex-direction: row;
	gap: 0.625rem;
	justify-content: space-between;
	width: 100%;
}

.works-detail__category-tag {
	font-size: 0.75rem;
	padding: 0.375rem 1.25rem;
}

.works-detail__date {
	font-size: 0.875rem;
}

.works-detail__title {
	font-size: 1.375rem;
	font-weight: 500;
	letter-spacing: 0.15rem;
	line-height: 1.4;
}

.works-detail__image {
	aspect-ratio: 343/241;
	margin-top: 1rem;
}

.works-detail__content {
	font-size: 0.9375rem;
	line-height: 1.8;
	margin-top: 1.875rem;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}

.works-detail__content h2,
.works-detail__content h3,
.works-detail__content h4,
.works-detail__content h5,
.works-detail__content h6 {
	margin-top: 1.875rem;
}

.works-detail__content h2 {
	font-size: 1.375rem;
	letter-spacing: 0.125rem;
	margin-top: 1.875rem;
	padding-bottom: 0.8125rem;
	padding-left: 1.375rem;
}

.works-detail__content h2::before {
	height: 1.5rem;
	width: 0.625rem;
}

.works-detail__content h3 {
	font-size: 1.25rem;
	letter-spacing: 0.125rem;
	margin-top: 3.125rem;
}

.works-detail__content p {
	font-size: 0.9375rem;
	letter-spacing: 0.046875rem;
	line-height: 1.8;
	margin-top: 0.875rem;
}

.works-detail__content ul,
.works-detail__content ol {
	font-size: 0.9375rem;
	letter-spacing: 0.046875rem;
	margin-top: 1.25rem;
}

.works-detail__content ul li,
.works-detail__content ol li {
	padding-left: 1.25rem;
}

.works-detail__content img {
	margin-top: 1.25rem;
}

.works-detail__navigation {
	margin-top: 8.125rem;
	width: 100%;
}

.works-detail__nav-link {
	font-size: 0.8125rem;
	padding: 0rem 0rem;
}

.works {
	padding-bottom: 12.5rem;
	padding-top: 5.125rem;
}

.works__bg-text {
	font-size: 3.125rem;
	line-height: 0.9;
	padding-left: 1.5625rem;
}

.works__bg-text::before {
	height: 2.4375rem;
	left: 0;
	top: 0.1875rem;
	width: 1rem;
}

.works__inner.inner {
	margin-top: 1.9375rem;
	max-width: 37.5rem;
	padding-left: 1rem;
	padding-right: 1rem;
}

.works__filters {
	gap: 0.5rem;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	width: 17.5rem;
}

.works__filter {
	border-radius: 0.9375rem;
	border-width: 0.046875rem;
	font-size: 0.8125rem;
	padding: 0.375rem 1.078125rem;
}

.works__list {
	gap: 3.75rem;
	margin-top: 1.875rem;
}

.works__item {
	align-items: center;
	flex-direction: column;
	gap: 1.25rem;
	width: 100%;
}

.works__item-link {
	align-items: center;
	flex-direction: column;
	gap: 1.25rem;
}

.works__image {
	aspect-ratio: 343/241;
	width: 100%;
}

.works__content {
	margin-left: auto;
	margin-right: auto;
	width: 95.3352769679%;
}

.works__date {
	font-size: 1rem;
	letter-spacing: 0.1rem;
	margin-bottom: 0.625rem;
}

.works__title {
	-webkit-line-clamp: 3;
	font-size: 1.375rem;
	font-weight: 500;
	letter-spacing: 0.1375rem;
	line-height: 1.5;
	text-align: justify;
}

.works__excerpt {
	-webkit-line-clamp: 4;
	font-size: 0.9375rem;
	letter-spacing: 0.046875rem;
	line-height: 1.8;
	margin-top: 1.1875rem;
	text-align: justify;
}

.works__footer {
	margin-top: 1.5625rem;
}

.works__category {
	font-size: 0.875rem;
	padding: 0.5rem 1.4375rem;
}

.works__pagination {
	gap: 1.875rem;
	margin-top: 4.25rem;
}

.works__pagination .page-numbers {
	gap: 0.9375rem;
}

.works__pagination .page-numbers a,
.works__pagination .page-numbers span {
	font-size: 0.875rem;
}

.u-mtSp10 {
	margin-top: 10px !important;
	margin-top: 0.625rem !important;
}

.u-mtSp20 {
	margin-top: 20px !important;
	margin-top: 1.25rem !important;
}

.u-mtSp30 {
	margin-top: 30px !important;
	margin-top: 1.875rem !important;
}

.u-mtSp40 {
	margin-top: 40px !important;
	margin-top: 2.5rem !important;
}

.u-mtSp50 {
	margin-top: 50px !important;
	margin-top: 3.125rem !important;
}

.u-mtSp60 {
	margin-top: 60px !important;
	margin-top: 3.75rem !important;
}

.u-mtSp70 {
	margin-top: 70px !important;
	margin-top: 4.375rem !important;
}

.u-mtSp80 {
	margin-top: 80px !important;
	margin-top: 5rem !important;
}

.u-mtSp90 {
	margin-top: 90px !important;
	margin-top: 5.625rem !important;
}

.u-mtSp100 {
	margin-top: 100px !important;
	margin-top: 6.25rem !important;
}

.u-mtSp110 {
	margin-top: 110px !important;
	margin-top: 6.875rem !important;
}

.u-mtSp120 {
	margin-top: 120px !important;
	margin-top: 7.5rem !important;
}

.u-mtSp130 {
	margin-top: 130px !important;
	margin-top: 8.125rem !important;
}

.u-mtSp140 {
	margin-top: 140px !important;
	margin-top: 8.75rem !important;
}

.u-mtSp150 {
	margin-top: 150px !important;
	margin-top: 9.375rem !important;
}

.u-mtSp160 {
	margin-top: 160px !important;
	margin-top: 10rem !important;
}

.u-mtSp170 {
	margin-top: 170px !important;
	margin-top: 10.625rem !important;
}

.u-mtSp180 {
	margin-top: 180px !important;
	margin-top: 11.25rem !important;
}

.u-mtSp190 {
	margin-top: 190px !important;
	margin-top: 11.875rem !important;
}

.u-mtSp200 {
	margin-top: 200px !important;
	margin-top: 12.5rem !important;
}

}

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

.br-500-less {
	display: block;
}

}

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

.top-profile-sub__item.top-profile-sub__item--first {
	letter-spacing: 0.12em;
	word-break: normal;
}

}

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

.br-414-less {
	display: block;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@keyframes slideIn {

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

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

}

@keyframes maskReveal {

0% {
	-webkit-clip-path: inset(0 100% 0 0);
	clip-path: inset(0 100% 0 0);
}

35% {
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0);
}

100% {
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0);
}

}

@keyframes sv-title {

0% {
	-webkit-transform: translate(0, 80%) scale(1, 1.5);
	-webkit-transform-origin: top center;
	opacity: 0;
	transform: translate(0, 80%) scale(1, 1.5);
	transform-origin: top center;
}

100% {
	-webkit-transform: translate(0, 0%) scale(1, 1);
	opacity: 1;
	transform: translate(0, 0%) scale(1, 1);
}

}


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