@charset "UTF-8";
/* Font */
@font-face {
	font-family: "Cabinet Grotesk";
	src: url("../fonts/CabinetGrotesk-Variable.woff2") format("woff2");
	font-weight: 100 900;
	font-style: normal;
	font-display: swap;
}
/* Custom Properties */
:root {
	/* color */
	--color-default: #232323;
	/* font */
	--font-default: "Zen Kaku Gothic Antique", sans-serif;
	--font-en: "Cabinet Grotesk", sans-serif;
	--font-en-it: "loretta-display", serif;
}

/*-------------------------
reset
---------------------------*/
*,
*::before,
*::after {
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
	-webkit-text-size-adjust: 100%;
}

body, input, textarea {
	font-size: 16px;
}

body {
	color: var(--color-default);
	font-family: var(--font-default);
	font-size: 16px;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	text-align: justify;
	line-height: 1.8;
	margin: 0;
	position: relative;
}

img, a, ul, li, iframe, fieldset {
	border: none;
	outline: none;
}

a, img {
	display: block;
	width: 100%;
}

a.inline, img.inline {
	display: inline;
	width: auto;
}

img {
	line-height: 0;
}

a {
	color: var(--color-text);
	text-decoration: none;
	transition: 0.2s ease-out;
}

p {
	letter-spacing: -0.08em;
}

h1, h2, h3, h4, ol, ul, li, dl, dt, dd, p, figure, from, iframe, fieldset, legend {
	margin-block-start: 0;
	margin-block-end: 0;
	margin: 0;
	padding: 0;
}

ol, ul {
	list-style: none;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
	line-height: 1.65;
	text-align: left;
}

em {
	font-style: normal;
}

article, aside, footer, header, main, nav, section {
	display: block;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

textarea {
	resize: vertical;
}

input, textarea, select {
	font-size: 16px;
	padding: 3px;
	border: 1px solid #b2b2b2;
	border-radius: 5px;
}

select {
	padding: 2.5px 3px;
}

label {
	display: -webkit-box;
	display: flex;
}

label input {
	display: block;
}

/* iOSでのデフォルトスタイルをリセット */
input:focus {
	outline: none;
}

input[type=submit],
input[type=button] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}

input[type=radio],
input[type=checkbox] {
	display: inline-block;
	height: 2em;
	font-size: 16px;
	margin: 0 5px 0 0;
	cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
	display: none;
}

input[type=submit]:focus,
input[type=button]:focus {
	outline-offset: -2px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	margin-left: 5px;
	opacity: 0.5;
}

@media (width <= 640px) {
	.pc {
		display: none !important;
	}
}
@media (width > 640px) {
	.sp {
		display: none !important;
	}
}
/* サイド */
.box-side {
	padding-inline: 35px;
}

/* 横幅 */
.w1090 {
	width: 100%;
	max-width: 1090px;
}
.w1090.box-side {
	max-width: 1160px;
}

/* 背景色 */
/* セクション */
.c-sec01 {
	padding-block: 120px !important;
}
@media (width <= 640px) {
	.c-sec01 {
		padding-block: 60px !important;
	}
}

/* マージン */
.c-mt-s {
	margin-top: 30px !important;
}
@media (width <= 640px) {
	.c-mt-s {
		margin-top: 20px !important;
	}
}

.c-mt-m {
	margin-top: 60px !important;
}
@media (width <= 640px) {
	.c-mt-m {
		margin-top: 40px !important;
	}
}

.c-mt-l {
	margin-top: 100px !important;
}
@media (width <= 640px) {
	.c-mt-l {
		margin-top: 80px !important;
	}
}

.m-auto {
	margin-inline: auto !important;
}

/* リスト */
.c-list01 > li {
	padding-left: 1em;
	position: relative;
}
.c-list01 > li::before {
	content: "・";
	position: absolute;
	top: 0;
	left: 0;
}
.c-list01--notes > li::before {
	content: "※";
}
.c-list01--circle > li::before {
	content: "●";
	font-size: 0.75em;
	top: 0.25em;
}

/*　説明リスト */
.c-dl01 {
	display: grid;
	grid-template-columns: 70px 1fr;
	align-items: baseline;
	row-gap: 5px;
}
.c-dl01 * {
	letter-spacing: -0.08em;
}
.c-dl01 dt {
	font-size: 15px;
	font-weight: 500;
}

/* 汎用タイトル */
.c-title01 {
	font-size: clamp(1.875rem, 1.559rem + 0.79vw, 2.25rem);
	font-weight: 500;
	letter-spacing: 0.2em;
}

.c-title02 {
	display: flex;
	flex-direction: column;
	gap: 40px;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 0.2em;
}
@media (width <= 640px) {
	.c-title02 {
		gap: 30px;
	}
}
.c-title02__en {
	display: block;
	font-family: var(--font-en);
	font-size: 16px;
	letter-spacing: 0.2em;
}
.c-title02--s {
	font-size: 20px;
	letter-spacing: 0.05em;
	gap: 10px;
}
.c-title02--s .c-title02__en {
	font-size: 12px;
	color: #656565;
	letter-spacing: 0.05em;
}
.c-title02--reverse {
	display: flex;
	flex-direction: column-reverse;
}

/* 汎用テキスト */
.c-text-j {
	text-align: justify !important;
}

.c-text-r {
	text-align: right !important;
}

.c-text-c {
	text-align: center !important;
}

.c-fw-m {
	font-weight: 500 !important;
}

.c-fw-b {
	font-weight: bold !important;
}

.c-color-white {
	color: #fff;
}

/* 汎用ボタン */
.c-cs {
	pointer-events: none;
}

.c-btn01 {
	font-weight: 500;
	text-align: center;
	width: min(100%, 300px);
	border-bottom: 1px solid #bdbdbd;
	padding: 0 45px 10px;
	position: relative;
}
@media (width <= 640px) {
	.c-btn01 {
		width: 100%;
	}
}
.c-btn01::after {
	content: "";
	display: block;
	width: 12px;
	aspect-ratio: 1;
	background: url(../img/common/icon_arrow01.svg) center/contain no-repeat;
	position: absolute;
	inset: calc(50% - 5px) 25px auto auto;
	translate: 0 -50%;
	transition: transform 0.2s ease-out;
}
@media (any-hover: hover) {
	.c-btn01:hover::after {
		transform: translate(10px, -10px);
	}
}
.c-btn01--s {
	width: min(100%, 180px);
}
@media (width <= 640px) {
	.c-btn01--s {
		width: 100%;
	}
}
.c-btn01--cs {
	font-size: 0;
	pointer-events: none;
}
.c-btn01--cs::before {
	content: "coming soon";
	font-size: 16px;
}
.c-btn01--cs::after {
	content: none;
}

.c-btn02 {
	color: #fff;
	font-weight: 500;
	padding-right: 30px;
	position: relative;
}
.c-btn02::after {
	content: "";
	display: block;
	width: 12px;
	aspect-ratio: 1;
	background: url(../img/common/icon_arrow01.svg) center/contain no-repeat;
	position: absolute;
	inset: 50% 0 auto auto;
	translate: 0 -50%;
	filter: brightness(0) invert(1);
	transition: transform 0.2s ease-out;
}
@media (any-hover: hover) {
	.c-btn02:hover::after {
		transform: translate(10px, -10px);
	}
}
.c-btn02--cs {
	font-size: 0;
	pointer-events: none;
}
.c-btn02--cs::before {
	content: "coming soon";
	font-size: 16px;
}
.c-btn02--cs::after {
	content: none;
}

/* フェードイン */
.c-feed {
	translate: 0 100px;
	opacity: 0;
	transition: opacity 1s, translate 1s ease-out;
}
.c-feed.animated {
	translate: 0 0;
	opacity: 1;
}

/* ホバー */
.c-hover01 {
	width: fit-content;
	position: relative;
}
.c-hover01::after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: var(--color-default);
	position: absolute;
	inset: auto auto 0 0;
	transition: all 0.3s;
	transform: scale(0, 1);
	transform-origin: center top;
}
@media (any-hover: hover) {
	.c-hover01:hover::after {
		transform: scale(1, 1);
	}
}

/* 下層ヘッダー */
.l-fv {
	display: grid;
	place-items: center;
	min-height: 1000px;
	position: relative;
}
@media (width <= 640px) {
	.l-fv {
		min-height: 100lvh;
	}
}
.l-fv__title {
	position: relative;
	z-index: 1;
}
.l-fv__img {
	width: 100%;
	height: 100%;
	position: absolute;
	inset: 0 auto auto 0;
}
.l-fv__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.l-fv.s-news-fv {
	min-height: 385px;
}

/* swiperボタン */
.c-swiper-nav {
	width: 90px;
	aspect-ratio: 1;
	background: var(--color-default) url(../img/common/icon_arrow03.svg) calc(0% + 20px) center/8px auto no-repeat;
	border-radius: 50%;
	position: absolute;
	inset: 8.65vw -45px auto auto;
	z-index: 1;
}
.c-swiper-nav.swiper-button-disabled {
	opacity: 0.5;
}

.header {
	width: 150px;
	position: absolute;
	inset: 40px auto auto 40px;
	z-index: 100;
}
@media (width <= 640px) {
	.header {
		inset: 25px auto auto 25px;
	}
}

.footer {
	padding-block: 140px 20px;
	position: relative;
	z-index: 200;
}
@media (width <= 640px) {
	.footer {
		padding-top: 100px;
	}
}
.footer__inner {
	display: flex;
	justify-content: space-between;
	gap: 40px 60px;
	width: min(100%, 895px);
}
@media (width <= 640px) {
	.footer__inner {
		flex-direction: column;
		align-items: center;
	}
}
.footer__info {
	width: min(100%, 280px);
}
.footer__logo {
	width: min(100%, 260px);
	margin-inline: auto;
}
@media (width <= 640px) {
	.footer__logo {
		width: min(100%, 220px);
	}
}
.footer__address {
	display: block;
	letter-spacing: -0.05em;
	text-align: center;
	margin-top: 30px;
}
.footer__mail {
	text-align: center;
}
.footer__sns {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin-top: 30px;
}
.footer__sns-item {
	width: 40px;
}
.footer__sns-link img {
	transition: 0.2s ease-out;
}
@media (any-hover: hover) {
	.footer__sns-link:hover img {
		scale: 0.9;
	}
}
.footer__menu {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 10px 20px;
	width: min(100%, 410px);
}
@media (width <= 640px) {
	.footer__menu {
		flex-wrap: nowrap;
		align-self: flex-start;
		justify-content: center;
		width: calc(100% + 15px);
	}
}
.footer__menu-list > * + * {
	margin-top: 10px;
}
.footer__menu-link {
	letter-spacing: -0.1em;
}
.footer__copy {
	font-size: 12px;
	text-align: right;
	letter-spacing: 0;
	width: min(100%, 1400px);
	padding-inline: 20px;
	margin-top: 20px;
}

/* ハンバーガー */
.hum__icon {
	font-size: 0;
	width: 60px;
	aspect-ratio: 1;
	position: fixed;
	inset: 50% 10px auto auto;
	translate: 0 -50%;
	z-index: 100;
	cursor: pointer;
}
@media (width <= 640px) {
	.hum__icon {
		inset: 0 0 auto auto;
		translate: 0;
	}
}
.hum__icon {
	/*ボタン内側*/
}
.hum__icon::before, .hum__icon::after,
.hum__icon span {
	display: block;
	background-color: #fff;
	height: 1px;
	width: 30px;
	transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
	position: absolute;
	transform: translate(-50%, 0);
}
.hum__icon::before {
	content: "";
	inset: calc(50% - 8px) auto auto 50%;
}
.hum__icon::after {
	content: "";
	inset: calc(50% + 8px) auto auto 50%;
}
.hum__icon span {
	inset: 50% auto auto 50%;
	transform: translate(-50%, -50%);
}
.hum__icon--active::before, .hum__icon--active::after {
	width: 50%;
}
.hum__icon--active::before {
	inset: 50% auto auto 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
}
.hum__icon--active::after {
	inset: 50% auto auto 50%;
	transform: translate(-50%, -50%) rotate(45deg);
}
.hum__icon--active span {
	opacity: 0;
}
.hum__icon--change::before, .hum__icon--change::after,
.hum__icon--change span {
	background-color: var(--color-default);
}
.hum__icon--change.hum__icon--active::before, .hum__icon--change.hum__icon--active::after,
.hum__icon--change.hum__icon--active span {
	background-color: #fff;
}
.hum__menu {
	display: grid;
	place-items: center;
	background-color: #002448;
	width: 100vw;
	height: 100vh;
	position: fixed;
	inset: 0 auto auto 0;
	z-index: 99;
	opacity: 0;
	pointer-events: none;
	transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hum__menu * {
	color: #fff;
}
.hum__menu .c-hover01::after {
	background-color: #fff;
}
.hum__menu--active {
	opacity: 1;
	pointer-events: auto;
}

.body-s-news .hum__icon {
	filter: none;
}
.body-s-news .hum__icon.hum__icon--active::before, .body-s-news .hum__icon.hum__icon--active::after,
.body-s-news .hum__icon.hum__icon--active span {
	background-color: #fff;
}
.body-s-news .hum__icon::before,
.body-s-news .hum__icon::after,
.body-s-news .hum__icon span {
	background-color: var(--color-default);
}

/* FV */
.t-fv {
	display: flex;
	align-items: center;
	min-height: 100lvh;
	position: relative;
	overflow: hidden;
}
.t-fv__inner {
	margin-top: 60px;
	position: relative;
	z-index: 2;
}
.t-fv__catch, .t-fv__name {
	font-weight: bold;
	color: #fff;
	letter-spacing: 0.2em;
}
.t-fv__catch {
	font-size: 30px;
}
.t-fv__name {
	font-family: var(--font-en);
	font-size: 22px;
	margin-top: 40px;
}
.t-fv__slide.swiper {
	width: 100%;
	height: 100%;
	position: absolute;
	inset: 0 auto auto 0;
}
.t-fv__slide-item img {
	height: 100%;
	object-fit: cover;
	scale: 1;
	transition: scale 6s ease-out;
}
.t-fv__slide-item.swiper-slide-active img, .t-fv__slide-item.swiper-slide-duplicate-active img, .t-fv__slide-item.swiper-slide-prev img {
	animation: fv-zoom 6s linear 0s normal both;
}
.t-fv__scroll {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	position: absolute;
	inset: auto auto 48px 50%;
	translate: -50% 0;
	z-index: 2;
}
@media (width <= 640px) {
	.t-fv__scroll {
		inset: auto 35px 40px auto;
	}
}
.t-fv__scroll-text {
	font-family: var(--font-en-it);
	font-style: italic;
	font-size: 20px;
	color: #fff;
	line-height: 1;
	writing-mode: vertical-rl;
	margin-right: 5px;
	rotate: 180deg;
}
.t-fv__scroll-border {
	width: 16px;
	height: 80px;
	position: relative;
	overflow: hidden;
}
@media (width <= 640px) {
	.t-fv__scroll-border {
		height: 40px;
	}
}
.t-fv__scroll-border::before {
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	background-color: #fff;
	position: absolute;
	inset: 0 auto auto 50%;
	translate: -50% 0;
}
.t-fv__scroll-border::after {
	content: "";
	display: block;
	width: 16px;
	aspect-ratio: 1;
	border: 1px solid #fff;
	border-radius: 50%;
	position: absolute;
	inset: auto auto auto 50%;
	translate: -50% 0;
	animation: scrollbar 2s ease-in-out infinite;
	opacity: 0.5;
}

@keyframes fv-zoom {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.05);
	}
}
@keyframes scrollbar {
	0% {
		bottom: 100px;
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		bottom: -10px;
		opacity: 0;
	}
}
/* 人生で、一番触れる建材は床だ */
.t-concept {
	width: min(100%, 1300px);
	padding-top: 120px;
}
@media (width <= 640px) {
	.t-concept {
		padding-top: 10px;
	}
}
.t-concept__inner {
	display: flex;
	justify-content: space-between;
	gap: 0 60px;
	width: min(100%, 1185px);
	margin-left: auto;
}
@media (width <= 767px) {
	.t-concept__inner {
		gap: 0 40px;
	}
}
@media (width <= 640px) {
	.t-concept__inner {
		flex-direction: column;
		align-items: center;
	}
}
.t-concept__img-main {
	width: min(100%, 580px);
	overflow: hidden;
	aspect-ratio: 58/71;
}
.t-concept__img-main video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media (width <= 767px) {
	.t-concept__img-main {
		width: min(100%, 300px);
	}
}
@media (width <= 640px) {
	.t-concept__img-main {
		width: calc(100% + 50px);
		height: fit-content;
		aspect-ratio: 1;
	}
	.t-concept__img-main img {
		height: 100%;
		object-fit: cover;
	}
}
.t-concept__box {
	width: min(100%, 500px);
	padding-top: 60px;
	position: relative;
}
@media (width <= 640px) {
	.t-concept__box {
		width: 100%;
		padding-top: 0;
		margin-top: -75px;
	}
}
.t-concept__text {
	width: min(100%, 430px);
	margin-top: 80px;
}
@media (width <= 640px) {
	.t-concept__text {
		margin-top: 30px;
	}
}
.t-concept__img-sub {
	width: min(100%, 270px);
	margin: 50px 0 0 auto;
}
@media (width <= 640px) {
	.t-concept__img-sub {
		width: min(100%, 225px);
		margin: 30px -35px auto auto;
	}
}

/* リカバリーフロアとは */
.t-about {
	width: min(100%, 1300px);
}
.t-about__inner {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 0 60px;
}
@media (width <= 767px) {
	.t-about__inner {
		gap: 0 40px;
	}
}
@media (width <= 640px) {
	.t-about__inner {
		flex-direction: column;
		align-items: center;
	}
}
.t-about__box {
	width: min(100%, 300px);
}
@media (width <= 640px) {
	.t-about__box {
		display: contents;
	}
}
@media (width <= 640px) {
	.t-about__title {
		align-self: flex-start;
	}
}
.t-about__text {
	margin-top: 40px;
}
.t-about__btn {
	margin-top: 60px;
}
@media (width <= 640px) {
	.t-about__btn {
		order: 1;
	}
}
.t-about__slide {
	width: min(100%, 780px);
}
@media (width <= 960px) {
	.t-about__slide {
		width: min(100%, 550px);
	}
}
@media (width <= 767px) {
	.t-about__slide {
		width: min(100%, 400px);
	}
}
.t-about__slide.swiper {
	margin: 0 0 0 auto;
}
@media (width <= 640px) {
	.t-about__slide.swiper {
		width: 100vw;
		margin: 40px 0 0;
	}
}
.t-about__slide-list.swiper-wrapper {
	height: 530px;
}
@media (width <= 960px) {
	.t-about__slide-list.swiper-wrapper {
		align-items: center;
		height: 600px;
	}
}
@media (width <= 640px) {
	.t-about__slide-list.swiper-wrapper {
		height: 118.92vw;
	}
}
.t-about__slide-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.t-about__slide-item > * {
	width: 100%;
	filter: blur(5px);
	transition: width 0.3s ease-out;
}
.t-about__slide-item.swiper-slide-active > * {
	width: 136.36%;
	filter: blur(0);
}
@media (width <= 960px) {
	.t-about__slide-item.swiper-slide-active > * {
		width: 109.09%;
	}
}
.t-about__slide-item.swiper-slide-prev > * {
	margin-right: auto;
}
.t-about__slide-item.swiper-slide-next > * {
	margin-left: auto;
}
.t-about__slide-title {
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-top: 20px;
}
.t-about__slide-title-en {
	display: block;
	font-family: var(--font-en);
	font-size: 12px;
	color: #656565;
	margin-top: 10px;
}

/* 共通セクション */
.t-sec {
	width: min(100%, 1400px);
	padding: 20px;
	margin-inline: auto;
	position: relative;
}
@media (width <= 640px) {
	.t-sec {
		padding: 60px 35px 40px;
	}
}
.t-sec::before, .t-sec::after {
	content: "";
	display: block;
	width: min(100%, 1360px);
	height: 1px;
	background-color: var(--color-default);
	position: absolute;
	left: 50%;
	translate: -50% 0;
}
.t-sec::before {
	top: -0.5px;
}
.t-sec::after {
	bottom: -0.5px;
}
.t-sec__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px 60px;
	width: min(100%, 1225px);
	margin-left: auto;
}
@media (width <= 767px) {
	.t-sec__inner {
		gap: 40px;
	}
}
@media (width <= 640px) {
	.t-sec__inner {
		flex-direction: column;
	}
}
.t-sec__inner--reverse {
	flex-direction: row-reverse;
	margin-left: 0;
}
@media (width <= 640px) {
	.t-sec__inner--reverse {
		flex-direction: column;
	}
}
.t-sec__box {
	width: min(100%, 300px);
}
@media (width <= 640px) {
	.t-sec__box {
		width: 100%;
	}
}
.t-sec__textbox {
	margin-top: 40px;
}
.t-sec__textbox > * + * {
	margin-top: 1lh;
}
.t-sec__btn {
	letter-spacing: -0.08em;
	margin-top: 50px;
}
.t-sec__img {
	width: min(100%, 830px);
}
@media (width <= 1200px) {
	.t-sec__img {
		width: min(100%, 650px);
	}
}
@media (width <= 767px) {
	.t-sec__img {
		width: min(100%, 350px);
	}
}
@media (width <= 640px) {
	.t-sec__img {
		width: 100%;
	}
}

/* 製品紹介 */
@media (width <= 640px) {
	.t-products {
		padding-bottom: 0;
	}
}
.t-products__list {
	height: 710px;
}
@media (width <= 1200px) {
	.t-products__list {
		height: auto;
	}
}
@media (width <= 640px) {
	.t-products__list {
		width: 100vw;
	}
}
.t-products__list-item {
	height: 40px;
	position: relative;
	transition: 0.4s ease-out;
}
.t-products__list-item--active {
	height: calc(100% - 80px);
}
@media (width <= 1200px) {
	.t-products__list-item--active {
		height: 230px;
	}
}
.t-products__list-item--active .t-products__list-link {
	align-items: flex-end;
	padding: 20px;
}
@media (width <= 640px) {
	.t-products__list-item--active .t-products__list-link {
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-end;
	}
}
.t-products__list-item--active .t-products__list-title {
	font-size: 30px;
}
.t-products__list-item--active .t-products__list-more {
	opacity: 1;
}
.t-products__list-link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 0px 20px;
	height: 100%;
	padding: 0 20px;
	transition: 0.4s ease-out;
}
@media (width <= 640px) {
	.t-products__list-link {
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-end;
	}
}
.t-products__list-title, .t-products__list-more {
	color: #fff;
	position: relative;
	z-index: 1;
}
.t-products__list-more {
	font-weight: 500;
	opacity: 0;
	transition: 0.4s ease-out;
}
@media (width <= 640px) {
	.t-products__list-more {
		margin-left: auto;
	}
}
.t-products__list-title {
	font-family: var(--font-en-it);
	font-style: italic;
	font-size: 20px;
	transition: 0.4s ease-out;
}
.t-products__list-img {
	width: 100%;
	height: 100%;
	position: absolute;
	inset: 0 auto auto 0;
	overflow: hidden;
}
.t-products__list-img .simpleParallax {
	width: 100%;
	height: 100%;
}
.t-products__list-img img {
	height: 100%;
	object-fit: cover;
}

/* ショールーム */
.t-showroom {
	padding: 0 0 120px;
}
.t-showroom__wrapper {
	width: min(100%, 1400px);
}
.t-showroom__inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: min(100%, 1315px);
	min-height: 545px;
	background: url(../img/home/showroom_bg.webp) center right/auto 100% no-repeat;
	padding-block: 100px;
	margin-left: auto;
}
@media (width <= 640px) {
	.t-showroom__inner {
		background-size: 320px auto;
		background-position: calc(100% + 65px) calc(0% - 85px);
		padding-block: 170px 0;
	}
}
.t-showroom__list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 60px 20px;
	padding-inline: 20px;
	margin-top: -45px;
}
@media (width <= 640px) {
	.t-showroom__list {
		grid-template-columns: repeat(1, minmax(0, 1fr));
		padding-inline: 35px;
		margin-top: 60px;
	}
}
.t-showroom__list-wrapper {
	width: min(100%, 630px);
	margin-left: auto;
}
.t-showroom__list-box {
	width: min(100%, 550px);
	border-left: 1px solid var(--color-default);
	padding: 40px 0 10px 75px;
}
@media (width <= 767px) {
	.t-showroom__list-box {
		padding-left: 25px;
	}
}
@media (width <= 640px) {
	.t-showroom__list-box {
		width: 100%;
		border-left: 0;
		padding: 30px 0 0 0;
	}
}
.t-showroom__list-dl {
	width: min(100%, 300px);
	margin-top: 30px;
}
.t-showroom__list-btn {
	margin-left: auto;
}
@media (width <= 640px) {
	.t-showroom__list-btn {
		margin-top: 30px;
	}
}

/* ニュース */
.t-news {
	display: flex;
	align-items: flex-end;
	gap: 0 80px;
}
@media (width <= 960px) {
	.t-news {
		flex-direction: column;
		align-items: flex-start;
	}
}
.t-news__box {
	width: 300px;
}
@media (width <= 960px) {
	.t-news__box {
		display: contents;
	}
}
.t-news__title {
	letter-spacing: 0;
}
.t-news__title .c-title02__en {
	letter-spacing: 0.05em;
}
.t-news__btn {
	margin-top: 80px;
}
@media (width <= 960px) {
	.t-news__btn {
		order: 1;
		margin: 30px auto 0;
	}
}
.t-news__list {
	width: calc(100% - 300px - 80px);
}
@media (width <= 960px) {
	.t-news__list {
		width: 100%;
		margin-top: 30px;
	}
}
.t-news__list > * + * {
	margin-top: 10px;
}
.t-news__list-link {
	display: flex;
	align-items: center;
	gap: 15px 25px;
	min-height: 100px;
	background-color: #f4f4f4;
	padding: 10px 80px 10px 30px;
	position: relative;
}
@media (width <= 640px) {
	.t-news__list-link {
		flex-direction: column;
		align-items: flex-start;
		padding: 30px 40px 30px 30px;
	}
}
.t-news__list-link::after {
	content: "";
	display: block;
	width: 12px;
	aspect-ratio: 1;
	background: url(../img/common/icon_arrow01.svg) center/contain no-repeat;
	position: absolute;
	inset: 50% 30px auto auto;
	translate: 0 -50%;
	transition: transform 0.2s ease-out;
}
@media (width <= 640px) {
	.t-news__list-link::after {
		inset: 22px 22px auto auto;
		translate: 0;
	}
}
@media (any-hover: hover) {
	.t-news__list-link:hover {
		background-color: rgba(244, 244, 244, 0.5);
	}
	.t-news__list-link:hover::after {
		transform: translate(10px, -10px);
	}
}
.t-news__list-info {
	display: flex;
	align-items: center;
}
.t-news__list-date {
	width: 85px;
}
.t-news__list-cat {
	font-size: 14px;
	font-weight: 500;
	color: #656565;
	width: fit-content;
	background-color: #fff;
	padding: 0 12px 1px;
}
.t-news__list-title {
	flex: 1;
	font-weight: 500;
	letter-spacing: -0.08em;
	width: 100%;
	display: -webkit-box; /* 必須 */
	-webkit-box-orient: vertical; /* 必須 */
	-webkit-line-clamp: 1; /* 行数を制限 */
	overflow: hidden; /* はみ出た部分を非表示 */
}
@media (width <= 640px) {
	.t-news__list-title {
		-webkit-line-clamp: 2; /* 行数を制限 */
	}
}

/* instagram */
.t-insta {
	padding: 120px 0 0;
}
@media (width <= 640px) {
	.t-insta {
		padding: 60px 0 0;
	}
}
.t-insta::after {
	content: none;
}
.t-insta__list {
	padding-inline: 20px;
	margin-top: 60px;
	text-align: center;
}
.t-insta__btn {
	margin: 60px auto 0;
}

/* CTA */
.t-cta {
	width: min(100%, 1400px);
	padding: 120px 20px 0;
}
@media (width <= 640px) {
	.t-cta {
		padding: 60px 10px 0;
	}
}
.t-cta .simpleParallax {
	width: 100%;
	height: 100%;
}
.t-cta__list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px 20px;
}
@media (width <= 640px) {
	.t-cta__list {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
}
.t-cta__list-item {
	position: relative;
}
.t-cta__list-item.c-cs::before {
	content: "coming soon";
	display: grid;
	place-items: center;
	font-weight: 500;
	color: #fff;
	width: 100%;
	height: 100%;
	background-color: rgba(35, 35, 35, 0.8);
	position: absolute;
	inset: 0 auto auto 0;
	z-index: 2;
}
.t-cta__list-link {
	position: relative;
}
@media (any-hover: hover) {
	.t-cta__list-link:hover img {
		scale: 1.1;
	}
	.t-cta__list-link:hover .c-btn02::after {
		transform: translate(10px, -10px);
	}
}
.t-cta__list-text {
	position: absolute;
	inset: auto 30px 20px auto;
	z-index: 1;
}
.t-cta__list-img {
	height: 300px;
}
@media (width <= 640px) {
	.t-cta__list-img {
		height: 180px;
	}
}
.t-cta__list-img img {
	height: 100%;
	object-fit: cover;
	transition: scale 1s ease-out;
}

/* 一覧 */
.news {
	padding-top: 120px;
}
@media (width <= 640px) {
	.news {
		padding-top: 40px;
	}
}
.news__cat {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px;
}
@media (width <= 640px) {
	.news__cat {
		justify-content: flex-start;
	}
}
@media (width <= 640px) {
	.news__cat-item {
		width: calc((100% - 10px) / 2);
	}
}
@media (width <= 640px) {
	.news__cat-item--all {
		width: 100%;
	}
}
.news__cat-link {
	font-weight: 500;
	color: #fff;
	text-align: center;
	letter-spacing: -0.1em;
	width: 135px;
	background-color: #bbbbbb;
	padding: 2px 5px;
}
@media (width <= 640px) {
	.news__cat-link {
		width: 100%;
	}
}
@media (any-hover: hover) {
	.news__cat-link:hover {
		background-color: var(--color-default);
	}
}
.news__cat-link--current {
	background-color: var(--color-default);
}
.news__thema {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px 40px;
	margin-top: 60px;
}
@media (width <= 640px) {
	.news__thema {
		flex-direction: column;
		align-items: flex-start;
		margin-top: 30px;
	}
}
.news__thema-cts {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 15px;
}
.news__thema-list {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}
.news__thema-link {
	display: inline-flex;
	align-items: center;
	font-weight: 500;
	letter-spacing: -0.1em;
	border: 1px solid #bdbdbd;
	border-radius: calc(infinity * 1px);
	padding: 1px 17px;
	cursor: pointer;
}
.news__thema-link input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}
.news__thema-link:has(input:checked) {
	background-color: #bdbdbd;
}
@media (any-hover: hover) {
	.news__thema-link:hover {
		background-color: #bdbdbd;
	}
}
.news__wrapper {
	transition: opacity 0.2s ease;
}
.news__wrapper.is-loading {
	opacity: 0.5;
	pointer-events: none;
}
.news__wrapper {
	padding-block: 80px;
	margin-top: 60px;
	position: relative;
}
@media (width <= 640px) {
	.news__wrapper {
		padding-block: 60px;
		margin-top: 40px;
	}
}
.news__wrapper::before, .news__wrapper::after {
	content: "";
	display: block;
	width: min(100%, 1360px);
	height: 1px;
	background-color: var(--color-default);
	position: absolute;
	left: 50%;
	translate: -50% 0;
}
.news__wrapper::before {
	top: -0.5px;
}
.news__wrapper::after {
	bottom: -0.5px;
}
.news__list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 80px;
}
@media (width <= 960px) {
	.news__list {
		gap: 60px 40px;
	}
}
@media (width <= 767px) {
	.news__list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media (width <= 640px) {
	.news__list {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
}
@media (any-hover: hover) {
	.news__list-link:hover img {
		scale: 1.1;
	}
}
.news__list-link > * + * {
	margin-top: 20px;
}
@media (any-hover: hover) {
	.news__list-link .news__cat-link:hover {
		background-color: var(--color-default);
	}
}
@media (any-hover: hover) {
	.news__list-link .news__thema-link:hover {
		background-color: #fff;
	}
}
.news__list-img {
	aspect-ratio: 3/2;
	overflow: hidden;
}
.news__list-img img {
	height: 100%;
	object-fit: cover;
	transition: scale 1s ease-out;
}
.news__list-date {
	display: block;
	font-size: 14px;
}
.news__list-title {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: -0.1em;
}
.news__list-cat {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}
.news__list-cat-item.news__cat-link {
	width: auto;
	background-color: var(--color-default);
	padding-inline: 17px;
}
.news__list-cat-item.news__thema-link {
	border-radius: 0;
}

.nav-links {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px;
	padding-inline: 10px;
	margin-top: 80px;
}
@media (width <= 640px) {
	.nav-links {
		gap: 10px;
		margin-top: 40px;
	}
}
.nav-links > * {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: 300;
	width: 40px;
	height: max-content;
	aspect-ratio: 1;
	border: 1px solid transparent;
	border-radius: 50%;
	position: relative;
}
.nav-links > *.current {
	background-color: #d3d3d3;
}
.nav-links > *.prev, .nav-links > *.next {
	--margin: 40px;
	width: 60px;
	border: 1px solid #bdbdbd;
	background: url(../img/common/icon_arrow02.svg) center/4px auto no-repeat;
}
@media (width <= 640px) {
	.nav-links > *.prev, .nav-links > *.next {
		--margin: 0;
	}
}
.nav-links > *.prev {
	scale: -1 1;
	margin-right: var(--margin);
}
.nav-links > *.next {
	margin-left: var(--margin);
}
@media (any-hover: hover) {
	.nav-links a:hover {
		background-color: #d3d3d3;
	}
}
@media (any-hover: hover) {
	.nav-links a.next:hover {
		translate: 10px 0;
	}
}
@media (any-hover: hover) {
	.nav-links a.prev:hover {
		translate: -10px 0;
	}
}

/* 詳細 */
.s-news {
	margin-top: 0;
}
.s-news__inner {
	width: min(100%, 850px);
}
.s-news__title {
	font-size: 22px;
	letter-spacing: -0.1em;
	font-weight: bold;
	margin-top: 40px;
}
@media (width <= 640px) {
	.s-news__title {
		margin-top: 30px;
	}
}
.s-news__cat {
	justify-content: flex-end;
	margin-top: 50px;
}
@media (width <= 640px) {
	.s-news__cat {
		margin-top: 30px;
	}
}
.s-news__cat .news__cat-link {
	border: 1px solid var(--color-default);
}
@media (any-hover: hover) {
	.s-news__cat .news__cat-link:hover {
		color: var(--color-default);
		background-color: #fff;
	}
}
.s-news__img {
	width: min(100%, 660px);
	margin: 60px auto 0;
}
@media (width <= 640px) {
	.s-news__img {
		margin-top: 40px;
	}
}
.s-news__img img {
	height: auto;
}
.s-news__cts {
	margin-top: 100px;
}
@media (width <= 640px) {
	.s-news__cts {
		margin-top: 30px;
	}
}
.s-news__cts > * + * {
	margin-top: 40px;
}
@media (width <= 640px) {
	.s-news__cts > * + * {
		margin-top: 30px;
	}
}
.s-news__cts h2, .s-news__cts h3, .s-news__cts h4 {
	font-size: 22px;
	font-weight: bold;
	letter-spacing: -0.1em;
}
.s-news__cts h3 {
	font-size: 20px;
}
.s-news__cts h4 {
	font-size: 18px;
}
.s-news__cts a:not(.wp-block-button__link) {
	display: inline;
	color: #00396d;
	font-weight: 500;
	text-decoration: underline;
}
.s-news__cts ul li {
	font-weight: 500;
	padding-left: 1em;
	position: relative;
}
.s-news__cts ul li::before {
	content: "■";
	font-size: 0.75em;
	color: #bdbdbd;
	position: absolute;
	inset: 0.25em auto auto 0;
}
.s-news__cts ol {
	counter-reset: num;
}
.s-news__cts ol li {
	counter-increment: num;
	font-weight: 500;
	padding-left: 2em;
	position: relative;
}
.s-news__cts ol li::before {
	content: counter(num, decimal-leading-zero);
	font-family: var(--font-en-it);
	position: absolute;
	left: 0;
}
.s-news__cts hr {
	border-top: 1px dotted var(--color-default);
}
.s-news__cts .wp-block-button__link {
	all: unset;
	display: block;
	font-weight: 500;
	text-align: center;
	width: min(100%, 300px);
	border-bottom: 1px solid #bdbdbd;
	padding: 0 45px 10px;
	position: relative;
	cursor: pointer;
}
@media (width <= 640px) {
	.s-news__cts .wp-block-button__link {
		width: 100%;
	}
}
.s-news__cts .wp-block-button__link::after {
	content: "";
	display: block;
	width: 12px;
	aspect-ratio: 1;
	background: url(../img/common/icon_arrow01.svg) center/contain no-repeat;
	position: absolute;
	inset: calc(50% - 5px) 25px auto auto;
	translate: 0 -50%;
	transition: transform 0.2s ease-out;
}
@media (any-hover: hover) {
	.s-news__cts .wp-block-button__link:hover::after {
		transform: translate(10px, -10px);
	}
}

/* 関連 */
.s-news-related {
	padding-top: 160px;
}
@media (width <= 640px) {
	.s-news-related {
		padding-top: 60px;
	}
}
.s-news-related__wrapper {
	width: min(100%, 1400px);
	padding-inline: 25px;
}
@media (width <= 767px) {
	.s-news-related__wrapper {
		padding-inline: 35px;
	}
}
.s-news-related__inner {
	display: flex;
	width: min(100%, 1220px);
	margin-left: auto;
}
@media (width <= 767px) {
	.s-news-related__inner {
		flex-direction: column;
		row-gap: 30px;
	}
}
.s-news-related__slide .c-swiper-nav {
	display: none;
}
@media (width <= 767px) {
	.s-news-related__slide .c-swiper-nav {
		display: block;
	}
}
.s-news-related__title {
	width: 220px;
	padding-top: 45px;
}
@media (width <= 767px) {
	.s-news-related__title {
		width: 100%;
		padding-top: 0;
	}
}
.s-news-related__slide {
	width: calc(100% - 220px);
}
@media (width <= 767px) {
	.s-news-related__slide {
		width: calc(100% + 35px);
	}
}

/* ページネーション */
.s-news-pn {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 60px;
	padding-inline: 10px;
	margin-top: 110px;
}
@media (width <= 640px) {
	.s-news-pn {
		gap: 20px;
		margin-top: 60px;
	}
}
.s-news-pn__item:has(.c-btn01) {
	width: 300px;
}
@media (width <= 640px) {
	.s-news-pn__item:has(.c-btn01) {
		width: 160px;
	}
}
@media (width <= 640px) {
	.s-news-pn__item .c-btn01 {
		padding-inline: 35px;
	}
}
@media (width <= 640px) {
	.s-news-pn__item .c-btn01::after {
		right: 15px;
	}
}
.s-news-pn__nav {
	display: grid;
	place-items: center;
	font: 14px;
	font-weight: 500;
	width: 60px;
	aspect-ratio: 1;
	border: 1px solid #bdbdbd;
	border-radius: 50%;
}
@media (any-hover: hover) {
	.s-news-pn__nav:hover {
		color: #fff;
		background-color: var(--color-default);
	}
}/*# sourceMappingURL=style.css.map */