@charset "UTF-8";
/*
Theme Name: kalori
Version: 1.0.0
*/

::after,
::before,
* {
	--font-size: calc((var(--fs) / 16) * 1rem);
	font-size: var(--font-size);
}

html {
	scroll-behavior: smooth;
}

body {
	--container: 1130px;
	color: var(--color-body);
	font-family: var(--font-family);
	line-height: calc(28 / 16);
	--fs: var(--p);
	padding-top: 145px;
}

img {
	max-width: 100%;
	height: auto;
}

a {
	color: var(--color-body);
	text-decoration: none;
}

:where(a, button):hover {
	opacity: .7;
}

[id] {
	scroll-margin-top: 90px;
}

#mw_wp_form_mw-wp-form-144{
	scroll-margin-top: 100px;
}

@media(max-width: 991px) {
	body {
		padding-top: 65px;
	}
	body.noscroll {
		overflow: hidden;
		touch-action: pinch-zoom;
	}
	[id] {
		scroll-margin-top: 60px;
	}
	#mw_wp_form_mw-wp-form-144{
		scroll-margin-top: 80px;
	}
}

@media (min-width: 768px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
}

@media(max-width: 767px) {
	body {
		--fs: 15;
		font-size: var(--font-size);
	}
}

.container {
	padding-right: var(--padding);
	padding-left: var(--padding);
	max-width: calc(var(--container) + var(--padding) + var(--padding));
}

.content-bottom-large{
	padding-bottom: 240px;
}

.content-block{
	padding-top: 120px;
	padding-bottom: 120px;
}

.content-top{
	padding-top: 120px;
}

.content-bottom,
.page-id-6 .page-body{
	padding-bottom: 120px;
}

.offset-block {
	scroll-margin-top: 90px;
}

@media(max-width: 991px) {
	.content-bottom-large{
		padding-bottom: 140px;
	}
	.content-block{
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.content-top{
		padding-top: 80px;
	}
	.content-bottom,
	.page-id-6 .page-body{
		padding-bottom: 80px;
	}
	.offset-block {
		scroll-margin-top: 60px;
	}
}


/*		アニメーション		*/
.wow[class*="animate__"]:not(.animate__animated) {
	animation-name: none;
	visibility: hidden;
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(20px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		transform: translateX(20px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		transform: translateX(-20px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.animate__animated.animate__delay-02s{
	animation-delay: 0.2s;
}

.animate__animated.animate__delay-03s{
	animation-delay: 0.3s;
}

.animate__animated.animate__delay-04s{
	animation-delay: 0.4s;
}

.animate__animated.animate__delay-05s{
	animation-delay: 0.5s;
}


/*		ヘッダー		*/
.header {
	position: absolute;
	top: 0;
	left: 50%;
	width: 100%;
	transform: translateX(-50%);
	z-index: 500;
	transition: 0.3s;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.header.show {
	position: fixed;
	top: 0;
	padding-top: 15px;
	padding-bottom: 15px;
	animation: headershow .8s ease forwards;
}

@keyframes headershow {
	from {
		top: 0;
		background: #FFF;
		transform: translate(-50%,-100%);
	}
	to {
		top: 0;
		background: #FFF;
		transform: translateX(-50%);
	}
}

.header-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 30px;
	padding: 35px 50px;
	background-color: #fff;
	height: 145px;
}

.header.show .header-inner{
	height: 60px;
	padding: 0px 50px;
}

.header-logo{
	margin-bottom: 0px;
	display: flex;
}

.header.show .header-logo img{
	width: 130px;
}

.header-nav {
	height: 100%;
}

.header-menu {
	display: flex;
	gap: 20px;
	height: 100%;
}

.header-menu-list {
	display: flex;
	align-items: center;
	list-style: none;
	gap: 10px;
	min-height: 54px;
	padding: 0;
	margin-bottom: 0;
}

.header-menu-item {
	height: 100%;
	display: grid;
	align-items: center;
}

.header-menu-link {
	position: relative;
	--fs: 16;
	font-size: var(--font-size);
	font-weight: 500;
	letter-spacing: 0.05em;
	cursor: pointer;
	padding: 15px 20px;
}

.header-menu-link.link-line{
	text-decoration: underline;
}

.header-menu-link:hover {
	opacity: 0.6;
}

.header-menu-contact a {
	border: 1px solid;
	padding: 10px 25px;
	margin-left: 30px;
}

.global-nav-button {
	position: relative;
	width: 65px;
	aspect-ratio: 1 / 1;
	background: transparent;
	border: none;
	border-radius: 50%;
}

.global-nav-button span {
	width: 32px;
	height: 2px;
	background: var(--color-body);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	transition: 0.4s;
}

body.noscroll .global-nav-button span {
	background: var(--color-body);
}

.global-nav-button span:nth-child(1) {
	transform: translate(-50%,calc(-50% - 8px));
}

.global-nav-button span:nth-child(2) {
	transform: translate(-50%,-50%);
}

.global-nav-button span:nth-child(3) {
	transform: translate(-50%,calc(-50% + 8px));
}

body.noscroll .global-nav-button span:nth-child(1) {
	transform: translate(-50%,-50%) rotate(45deg);
}

body.noscroll .global-nav-button span:nth-child(2) {
	display: none;
}

body.noscroll .global-nav-button span:nth-child(3) {
	transform: translate(-50%,-50%) rotate(-45deg);
}

@media(max-width: 1220px) {
	.header-menu-link {
		padding: 15px 9px;
	}
}

@media(max-width: 1199px) {
	.header-inner,
	.header.show .header-inner{
		padding-left: 30px;
		padding-right: 30px;
	}
	.header-logo img{
		width: 130px;
	}
	.header.show .header-logo img{
		width: 100px;
	}
	.header-menu {
		gap: 15px;
	}
	.header-menu-contact a {
		margin-left: auto;
		text-align: center;
		margin-right: 15px;
	}
}

@media(max-width: 991px) {
	body:not(.home) .header {
		background: transparent;
	}
	body.noscroll .header {
		position: fixed;
	}
	.header-inner {
		height: 65px;
		border-bottom: none;
		padding:  0px 10px 0px 30px;
	}
	.header-logo {
		position: relative;
		z-index: 999;
	}
	.header.show {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.header.show .header-inner{
		padding:  0px 10px 0px 30px;
	}
	.header-logo img,
	.header.show .header-logo img{
		width: 80px;
	}
	.global-nav-button {
		z-index: 999;
	}
	.header-nav {
		width: 100%;
		height: 100vh;
		background: #FFF;
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		padding-top: 65px;
		padding-bottom: 100px;
		opacity: 0;
		visibility: hidden;
		z-index: 888;
		overflow: scroll;
		pointer-events: none;
	}
	.header-nav::before {
		content: "";
		width: 100%;
		height: 65px;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 10;
		background-color: #fff;
	}
	body.noscroll .header-nav {
		opacity: 1;
		visibility: visible;

		pointer-events: auto;
	}
	.header-menu {
		display: block;
	}
	.header-menu-list {
		display: block;
		background: transparent;
		padding: 40px 20px 150px 20px;
	}
	.header-menu-link {
		--fs: 16;	
		font-size: var(--font-size);
		padding: 25px;
	}
	.header-menu-list a {
		color: var(--color-body);
	}
	.fixed-content {
		top: auto;
		right: 0;
		bottom: 0;
		left: 0;
		transform: none;
	}
	.fixed-content a {
		height: 60px;
		min-height: 0;
		writing-mode: horizontal-tb;
		border: none;
		border-top: 2px solid #FFF;
		border-radius: 0;
	}
	.fixed-content a:nth-child(1) {
		display: none; 
	}
}

@media(max-width: 767px) {
	.header.show {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.global-nav-button:hover {
		opacity: 1;
	}
	.header-nav {
		padding-top: 65px;
	}
}

/*		ヘッダーサブメニュー		*/
.header-menu-item.has-sub {
	position: relative;
}

.header-menu-item.has-sub .sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 253px;
	background: #fff;
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.35);
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
	z-index: 9;
	padding: 0px 20px;
	left: 50%;
	transform: translateX(-50%);
}

.header-menu-item.has-sub:hover .sub-menu li:last-child{
	border-bottom: 0;
}

.header-menu-item.has-sub .sub-menu li {
	list-style: none;
}

.header-menu-item.has-sub .sub-menu a {
	display: block;
	padding: 17px 0px;
	color: var(--color-body);
	text-decoration: none;
	--fs: 14;
	font-size: var(--font-size);
	transition: background 0.2s;
}

.header-menu-item.has-sub:hover .sub-menu {
	opacity: 1;
	visibility: visible;
}

@media(min-width: 992px) {
	.header-menu-item.has-sub .sub-menu li {
		border-bottom: 1px solid #ADADAF;
	}
}

@media(max-width: 991px) {
	.header-menu-item.has-sub .sub-menu {
		position: static;
		opacity: 1;
		visibility: visible;
		transform: none;
		background: transparent;
		border: none;
		box-shadow: none;
		margin-bottom: 15px;
	}
	.header-menu-item.has-sub .sub-menu a {
		color: var(--color-body);
		padding: 10px 5px;
		display: flex;
		align-items: center;
		gap: 8px;
	}
	.header-menu-item.has-sub > a{
		padding-bottom: 10px;
	}
	.header-menu-item.has-sub .sub-menu a::before{
		content: '';
		display: inline-block;
		width: 6px;
		height: 1px;
		background: var(--color-body);
	}
	.header-menu-item.has-sub.open .sub-menu {
		display: block;
	}
}

/*		フッター		*/
.footer-contact{
	background-image: url(img/bg-contact.jpg);
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	color: #fff;
	padding-top: 80px;
	padding-bottom: 100px;
	font-weight: 500;
}

.footer-contact-wrapper{
	display: grid;
	grid-template-columns: auto 38%;
	gap: 15;
	align-items: center;
}

.footer-contact-content h2{
	margin-bottom: 10px;
}

.footer-contact-content h3{
	--fs: 25;
	font-size: var(--font-size);
	line-height: calc(48/25);
	letter-spacing: 0.4em;
	margin-bottom: 60px;
}

.footer-contact-content p{
	--fs: 14;
	font-size: var(--font-size);
	line-height: calc(25/14);
}

.tel-number{
	--fs: 36!important;
	font-size: var(--font-size);
	line-height: 1em;
}

.tel-number span{
	--fs: 20!important;
}

.footer-contact-content .tel-number a,
.footer-contact-content .tel-number a:hover{
	color: #fff;
}

.footer-contact-btn a{
	background-color: rgba(255, 255, 255, 0.84);
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
	border-radius: 49px;
	height: 98px;
	max-width: 444px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	--fs: 20;
	font-size: var(--font-size);
}

.footer-contact-btn a:first-child {
	margin-bottom: 35px;
}

.footer{
	padding-top: 80px;
	padding-bottom: 50px;
}

.footer-logo{
	margin-bottom: 45px;
}

.copyright{
	margin-top: 80px;
	margin-bottom: 0px;
	--fs: 13;
	font-size: var(--font-size);
}

.footer-link{
	text-decoration: underline;
	color: var(--color-body);
	margin-top: 30px;
}

.footer-list {
	--fs: 15;
	font-size: var(--font-size);
	list-style: none;
	padding-left: 0px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	justify-content: flex-end;
}

.footer-list li {
	margin: 0;
	padding: 0;
}

.footer-list li + li::before {
  content: "｜";
  display: inline-block;
  margin: 0 12px;
  color: var(--color-body);
  font-weight: 400;
  vertical-align: middle;
}

.footer-list a {
  display: inline-block;
  padding: 6px 0;
  text-decoration: none;
}

@media(max-width: 991px) {
	.footer-contact{
		background-image: url(img/bg-contact-sp.jpg);
		padding-top: 55px;
		padding-bottom: 60px;
	}
	.footer-contact-wrapper{
		grid-template-columns: 1fr;
		width: fit-content;
		margin-inline: auto;
	}
	.footer-contact-content{
		margin-bottom: 10px;
		max-width: 444px;
	}
	.footer-contact-content h2 img{
		width: 198px;
	}
	.footer-contact-content h3{
		--fs: 23;
		letter-spacing: 0.2em;
		margin-bottom: 45px;
	}
	.footer-contact-btn a{
		height: 70px;
		--fs: 16;
	}
	.footer-contact-btn a:first-child {
		margin-bottom: 10px;
	}
	.footer{
		text-align: center;
		padding-top: 50px;
		padding-bottom: 30px;
	}
	.footer address{
		margin-bottom: 70px;
	}
}

/*		スライダー		*/
.top-hero-slider,
.top-showroom-slider {
	position: relative;
	width: 100%;
	overflow: visible;
}

.top-hero-slider .overlay,
.top-showroom-slider .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(31,25,18,0.46);
	z-index: 5;
}

.top-hero-slider .splide__track,
.top-hero-slider .splide__list,
.top-showroom-slider .splide__track,
.top-showroom-slider .splide__list {
	position: relative;
	width: 100%;
	height: 100%;
}

.top-hero-slider .splide__slide {
	width: 100%;
	height: calc(100vh - 145px);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.top-showroom-slider .splide__slide {
	width: 100%;
	min-height: 850px;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.top-hero-slider .text-area {
	position: absolute;
	top: 52%;
	left: 8%;
	color: #fff;
	z-index: 10;
}

.top-hero-slider .text-area h2 {
	--fs: 43;
	font-size: var(--font-size);
	line-height: calc(60/43);
	margin-bottom: 35px;
	font-weight: 400;
}

.top-hero-slider .text-area p {
	--fs: 12;
	font-size: var(--font-size);
	line-height: calc(20/12);
	margin-bottom: 0;
	max-width: 402px;
}

.top-showroom-slider .text-area {
	position: absolute;
	top: 50%;
	left: 8%;
	transform: translateY(-50%);
	color: #fff;
	z-index: 10;
}

.top-showroom-slider .text-area h3 {
	--fs: 30;
	font-size: var(--font-size);
	line-height: calc(45/30);
	font-weight: 400;
}

.top-showroom-slider .text-area p {
	margin-bottom: 50px;
}

/* ページネーション */
.top-hero-slider .splide__pagination,
.top-showroom-slider .splide__pagination {
	left: auto !important;
	right: 35px !important;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	flex-direction: column;
	gap: 0px;
	z-index: 20;
	width: auto;
	padding: 0;
}

.top-hero-slider .splide__pagination li button,
.top-showroom-slider .splide__pagination li button {
	background: transparent !important;
	border: none;
	color: rgba(255, 255, 255, 0.5);
	--fs: 13;
	font-size: var(--font-size);
	cursor: pointer;
	padding: 0;
	width: auto;
	text-align: right;
	position: relative;
	transition: color 0.3s;
}

.top-hero-slider .splide__pagination li:not(:last-child) button::after,
.top-showroom-slider .splide__pagination li:not(:last-child) button::after {
	content: "・";
	display: block;
	margin-bottom: 5px;
	color: rgba(255, 255, 255, 0.5);
	--fs: 13;
	font-size: var(--font-size);
	text-align: center;
	position: static;
}

.top-hero-slider .splide__pagination li button.is-active,
.top-showroom-slider .splide__pagination li button.is-active {
	color: #fff;
	font-weight: bold;
	--fs: 13;
	font-size: var(--font-size);
	transform: scale(1);
}

.top-hero-slider .splide__pagination li button.is-active::after,
.top-showroom-slider .splide__pagination li button.is-active::after {
	color: rgba(255, 255, 255, 0.5);
	--fs: 13;
	font-size: var(--font-size);
	transform: scale(1);
}

@media(min-width: 992px) {
	.line-decoration{
		position: relative;
	}
	.line-decoration::after{
		content: "";
		position: absolute;
		top: -75px;
		left: 6%;
		height: 164px;
		border-left: 2px dotted #fff;
		z-index: 5;
	}
}

@media(max-width: 991px) {
	.top-hero-slider .splide__slide {
		height: calc(100vh - 65px);
	}
	.top-hero-slider .text-area {
		top: 18%;
		right: 8%;
		padding-bottom: 50px;
	}
	.top-hero-slider .text-area h2 {
		--fs: 27;
		font-size: var(--font-size);
		line-height: calc(40/28);
		margin-bottom: 18px;
	}
	.top-showroom-slider .text-area {
		top: 70px;
		left: 7%;
		right: 7%;
		transform: none;
	}
	.top-showroom-slider .text-area h3 {
		--fs: 23;
		font-size: var(--font-size);
		line-height: calc(40/28);
	}
}

@media(max-width: 767px) {
	.top-hero-slider .splide__pagination {
		left: 0%!important;
		right: auto!important;
		top: auto;
		bottom: 0;
		display: flex;
		flex-direction: row;
		gap: 0px;
		z-index: 20;
		width: auto;
		padding: 0;
	}
	.top-hero-slider .splide__pagination li:not(:last-child) button::after {
		display: inline-block;
	}
	.top-showroom-slider .splide__pagination{
		display: none;
	}
}

@media(max-width: 575px) {
	.top-showroom-slider .splide__slide {
		min-height: 1050px;
	}
}

/*		共通		*/
.link-arrow-white,
.link-arrow {
	display: flex;
	align-items: center;
	--fs: 16;
	font-size: var(--font-size);
	color: var(--color-body);
}

.link-arrow-white {
	color: #fff;
}

.link-arrow-white::after,
.link-arrow::after {
	content: "";
	display: inline-block;
	background-image: url(img/arrow-right-black.svg);
	background-repeat: no-repeat;
	background-size: 106px;
	width: 106px;
	height: 17px;
	margin-left: 15px;
	transition: transform 0.3s ease;
}

.link-arrow-white::after {
	background-image: url(img/arrow-right-white.svg);
}

.link-arrow-white:hover::after,
.link-arrow:hover::after {
	transform: translateX(10px);
}

.top-section-title,
.page-header-title {
	display: grid;
	gap: 10px;
	max-inline-size: max-content;
}

.top-section-title-ja,
.page-header-title-ja {
	--fs: 25;
	font-size: var(--font-size);
	font-weight: 400;
	letter-spacing: 0.3em;
	margin-bottom: 0;
}

.top-section-title-en,
.page-header-title-en {
	display: block;
	order: -1;
}

.top-section-title-en img,
.page-header-title-en img {
	height: 93px;
}

.page-header {
    position: relative;
}

.page-header.bg {
    height: 400px;
    margin-bottom: 100px;
}

.page-header.no-bg {
    height: 300px;
}

.page-header-bg {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
}

.page-header-overlay {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(31, 25, 18, 0.46);
}

.page-header-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    z-index: 10;
}

.page-header-title-ja.white-title {
    color: #fff;
}

.page-header-title-ja.black-title {
    color: var(--color-body);
}

@media(max-width: 991px) {
	.top-section-title-ja,
	.page-header-title-ja {
		--fs: 20;
		font-size: var(--font-size);
	}
	.top-section-title-en img,
	.page-header-title-en img {
		height: 63px;
	}
	.page-header.bg {
	    height: 200px;
	}
	.page-header.no-bg {
	    height: 200px;
	}
	.page-header.bg {
	    margin-bottom: 50px;
	}
}

/*		トップ　ご購入ガイド		*/
.top-guide {
	position: relative;
	padding-top: 130px;
	padding-bottom: 130px;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	color: #fff;
}

.top-guide::before {
	content: "";
	width: 100%;
	height: 100vh;
	background: url(img/bg-top-guide_v2.jpg) center / cover;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: -2;
}

.top-guide::after {
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(31,25,18,0.46);
	z-index: -1;
}

.top-guide .inner{
	max-width: 480px;
	margin-left: auto;
	margin-right: 6%;
}

.top-guide h2{
	--fs: 40;
	font-size: var(--font-size);
	line-height: calc(58/40);
	margin-bottom: 55px;
	font-weight: 400;
}

.top-guide p{
	line-height: calc(38/18);
}

@media(max-width: 991px) {
	.top-guide h2{
		--fs: 28;
		font-size: var(--font-size);
		line-height: calc(48/28);
		margin-bottom: 35px;
	}
	.top-guide p{
		--fs: 15;
		font-size: var(--font-size);
		line-height: calc(35/15);
	}
}

@media(max-width: 767px) {
	.top-guide {
		padding-top: 75px;
		padding-bottom: 80px;
	}
	.top-guide .inner{
		margin-left: 7%;
		margin-right: 7%;
	}

}

/*		トップ　取扱商品		*/
.top-lineup{
	padding-top: 120px;
	padding-bottom: 190px;
}

.lineup-item {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(4, 1fr);
	max-width: 1440px;
	margin-inline: auto;
	padding-top: 85px;
}

.lineup-item-content {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 463px;
	overflow: hidden;
	transition: transform 0.5s ease;
	position: relative;
}

.lineup-item-content::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	transition: transform 0.5s ease;
	z-index: 0;
}

.lineup-item-content:nth-child(1)::before {
	background-image: url(img/lineup-item01-pc.jpg);
}

.lineup-item-content:nth-child(2)::before {
	background-image: url(img/lineup-item02-pc.jpg);
}

.lineup-item-content:nth-child(3)::before {
	background-image: url(img/lineup-item03-pc.jpg);
}

.lineup-item-content:nth-child(4)::before {
	background-image: url(img/lineup-item04-pc.jpg?v2);
}

.lineup-item-content:has(a:hover)::before {
	transform: scale(1.1);
}

.lineup-item-content > * {
	position: relative;
	z-index: 1;
}

.lineup-item-content a{
	display: flex;
	align-items: center;
	color: #fff;
	background: rgba(31, 25, 18, 0.6);
	width: 100%;
	height: 60px;
	padding-left: 20px;
	--fs: 18;
	font-size: var(--font-size);
	line-height: 1.2;
	position: relative;
	padding-right: 40px;
}

.lineup-item-content a::after {
	content: "";
	position: absolute;
	right: 25px;
	top: 50%;
	width: 8px;
	height: 8px;
	border-right: 2px solid #C2AB7B;
	border-top: 2px solid #C2AB7B;
	transform: translateY(-50%) rotate(45deg);
}

.item-logo{
	margin-top: 25px;
	margin-left: 22px;
	margin-bottom: auto;
}

@media(max-width: 991px) {
	.lineup-item {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media(max-width: 767px) {
	.top-lineup{
		padding-top: 65px;
		padding-bottom: 120px;
	}
	.lineup-item {
		grid-template-columns: 1fr;
		padding-top: 40px;
	}
	.lineup-item-content {
		height: 322px;
	}
	.lineup-item-content:nth-child(1)::before {
		background-image: url(img/lineup-item01-sp.jpg);
	}
	.lineup-item-content:nth-child(2)::before {
		background-image: url(img/lineup-item02-sp.jpg);
	}
	.lineup-item-content:nth-child(3)::before {
		background-image: url(img/lineup-item03-sp.jpg?v2);
	}
	.lineup-item-content:nth-child(4)::before {
		background-image: url(img/lineup-item04-sp.jpg?v3);
	}
}

/*		トップ　ショールーム		*/
.home .showroom-wrapper{
	position: relative;
	overflow: visible;
}

.home .showroom-wrapper::before,
.home .showroom-wrapper::after{
	content: "";
	display: block;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 10;
	opacity: 0;
    transform: translateY(8px);
}

.home .showroom-wrapper::before{
	background-image: url(img/top-showroom-img01.jpg);
	background-size: 317px;
	width: 317px;
	height: 258px;
	top: -64px;
	right: 13%;
}

.home .showroom-wrapper::after{
	background-image: url(img/top-showroom-img02-pc.png);
	background-size: 633px;
	width: 633px;
	height: 343px;
	bottom: -55px;
	right: 8%;
}

.home .showroom-wrapper.animate__animated::before{
    animation: fadeInUp 0.8s ease forwards;
    animation-delay: 0.1s;
}

.home .showroom-wrapper.animate__animated::after{
    animation: fadeInUp 1s ease forwards;
    animation-delay: 0.8s;
}

.link-calendar{
	color: #fff;
	display: flex;
	align-items: center;
	text-decoration: underline;
	--fs: 14;
	font-size: var(--font-size);
}

.link-calendar::before{
	content: "";
	display: inline-block;
	background-image: url(img/icon-calendar.svg);
	background-size: 35px;
	background-repeat: no-repeat;
	width: 35px;
	height: 21px;
	margin-right: 12px;
}

@media (max-width: 1199px) {
	.home .showroom-wrapper::before,
	.home .showroom-wrapper::after {
		width: 50%;
		background-size: contain;
		background-position: right;
	}
	.home .showroom-wrapper::before {
		width: 27%;
	}
}

@media(max-width: 991px) {
	.home .showroom-wrapper::before{
		display: none;
	}
	.home .showroom-wrapper::after{
		background-image: url(img/top-showroom-img02-sp.png);
		background-size: 338px;
		width: 338px;
		height: 207px;
		bottom: -35px;
		right: 4%;
	}
}

/*		トップ　コラム		*/
.top-column{
	padding-top: 200px;
	padding-bottom: 160px;
}

.top-column .top-section-title {
	margin-bottom: 75px;
}

@media(max-width: 767px) {
	.top-column {
		--padding: 35px;
		padding-top: 80px;
		padding-bottom: 90px;
	}
	.top-column .top-section-title {
		margin-bottom: 50px;
	}
}

/*		トップ　TOPICS		*/
.top-important{
	position: absolute;
	right: 30px;
	bottom: 30px;
	z-index: 9;
}

.top-important a{
	max-width: 406px;
	padding: 20px;
	background-color: rgba(255, 255, 255, 0.8);
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
	display: flex;
}

.top-important a:hover{
	cursor: pointer;
}

.top-important-image{
	max-width: 142px;
	margin-left: 15px;
}

.top-important-image img {
	width: 100%;
	aspect-ratio: 142 / 146;
	object-fit: cover;
}

.title-topics{
	margin-bottom: 6px;
}

.title-topics span{
	--fs: 18;
	font-size: var(--font-size);
	font-family: var(--cinzel);
	background-color: var(--color-body);
	color: #fff;
	padding: 2px 20px;
}

.top-important-date{
	--fs: 13;
	font-size: var(--font-size);
}

.top-important-title{
	--fs: 15;
	font-size: var(--font-size);
	line-height: calc(24 / 15);
	margin-bottom: 0px;
}

.top-important-title{
	text-decoration: underline;
}

@media(max-width: 767px) {
	.top-important{
		position: absolute;
		right: 20px;
		bottom: -20px;
		max-width: 406px;
		margin-left: 20px;
	}
	.top-important-image{
		max-width: 110px;
		margin-left: 8px;
	}
	.title-topics span{
		--fs: 13;
		font-size: var(--font-size);
	}
	.top-important-date{
		--fs: 10;
		font-size: var(--font-size);
	}
	.top-important-title{
		--fs: 12;
		font-size: var(--font-size);
	}
}

/*		トップ　古民家かろり		*/
.top-kalori{
	background-color: var(--color-theme-1);
	padding-top: 75px;
	padding-bottom: 85px;
}

.top-kalori-title-wrapper {
    display: grid;
    gap: 55px;
    max-width: 1165px;
    margin-inline: auto;
    grid-template-columns: 1fr;
    margin-bottom: 50px;
}

.top-kalori-title-en{
	--fs: 12;
	font-size: var(--font-size);
	line-height: 1em;
	margin: 0 0 15px 0;
}

.top-kalori-title h2{
	margin: 0px;
	line-height: 1em;
	font-weight: 400;
}

.top-kalori-title h2 .title-1{
	--fs: 22;
	font-size: var(--font-size);
}

.top-kalori-title h2 .title-2{
	--fs: 54;
	font-size: var(--font-size);
	margin: 0;
	line-height: 1.3em;
	font-weight: 400;
}

.top-kalori-content-wrapper {
	max-width: 1440px;
	margin-inline: auto;
    display: grid;
    grid-template-columns: 25fr 50fr 25fr;
	column-gap: 80px;
    align-items: start;
    position: relative;
}

.top-kalori-content-wrapper::before{
	content: "";
	display: block;
	background-image: url(img/top-kalori-bgimg02.svg);
	background-size: 952px;
	width: 952px;
	height: 276px;
	position: absolute;
	top: -37px;
	right: 8%;
}

.top-kalori-content-wrapper .img-left,
.top-kalori-content-wrapper .img-right {
	text-align: right;
}

.top-kalori-content-wrapper .img-left{
	position: relative;
	z-index: 1;
}

.top-kalori-content-wrapper .img-left::after{
	content: "";
    display: block;
    background-image: url(img/top-kalori-bgimg01.svg);
    background-size: 144px;
    width: 144px;display;
    height: 145px;
    position: absolute;
    z-index: -1;
    top: 46px;
    right: -102px;
	position: absolute;
	z-index: -1;
}

.top-kalori-content-wrapper .text-area-title{
	text-align: center;
	margin-bottom: 40px;
}

.top-kalori-content-wrapper .text-area-title h3{
	--fs: 40;
	font-size: var(--font-size);
	font-weight: 400;
	line-height: 1.3em;
	margin-bottom: 15px;
}

.top-kalori-content-wrapper .text-area-title h3 span{
	--fs: 28;
	font-size: var(--font-size);
}

.top-kalori-content-wrapper .text-area-title p{
	--fs: 17;
	font-size: var(--font-size);
	margin-bottom: 0px;
}

.top-kalori-content-wrapper .text-area-content{
	max-width: 485px;
	margin-inline: auto;
	margin-bottom: 60px;
}

.top-kalori-content-wrapper .text-area-content small{
	--fs: 15;
	font-size: var(--font-size);
}

.top-kalori-link {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	margin-inline: auto;
}

.home .top-kalori-link {
	margin-top: 85px;
}

.top-kalori-link a {
	background: var(--color-body);
	color: #fff;
	text-decoration: none;
	height: 62px;
	min-width: 168px;
	padding: 0 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
	box-sizing: border-box;
	--fs: 15;
	font-size: var(--font-size);
}

.top-kalori-title > div {
    position: relative;
    z-index: 1;
    display: inline-block;
}
.top-kalori-title > div::before {
    content: "";
    display: block;
    background-image: url(img/top-kalori-bgimg01.svg);
    background-size: 144px;
    width: 144px;display;
    height: 145px;
    position: absolute;
    z-index: -1;
    top: 70px;
    right: -70px;
}

@media (min-width: 992px) {
    .top-kalori-title-wrapper {
        grid-template-columns: auto 45%;
        gap: 100px;
    }
    .top-kalori-img {
        order: -1;
        margin-top: -130px;
    }
    .top-kalori-title {
        order: 0;
        display: grid;
    	gap: 45px;
        grid-template-columns: auto 42%;
    }
    .top-kalori-title > div {
        writing-mode: vertical-rl;
        line-height: 1.5;
        margin-right: auto;
    }
    .top-kalori-title h2 {
        writing-mode: vertical-rl;
        text-orientation: upright;
    }
    .top-kalori-title h2 .title-1 {
        margin-inline-start: 45px;
        display: inline-block;
    }
    .top-kalori-title h2 .title-2 {
        margin-inline-start: 90px;
        display: inline-block;
    }
    .top-kalori-title-en{
    	margin-left: 20px;
    }
}

@media (max-width: 1199px) {
	.top-kalori-content-wrapper {
	    grid-template-columns: 20fr 60fr 20fr;
		column-gap: 50px;
	}
}

@media (max-width: 991px) {
	.top-kalori-title-wrapper {
	    margin-bottom: 30px;
	    gap: 30px;
	    padding: 0px 30px;
	}
	.top-kalori-title {
		text-align: center;
	}
	.top-kalori-title > div::before {
        top: -70px;
        right: 0px;
    }
	.top-kalori-title h2 .title-2{
		--fs: 45;
	}
	.top-kalori-content-wrapper {
        grid-template-columns: 1fr;
        row-gap: 60px;
        padding: 0px 30px;
    }
    .top-kalori-content-wrapper .text-area-title h3{
		--fs: 33;
		font-size: var(--font-size);
	}
	.top-kalori-content-wrapper .text-area-title h3 span{
		--fs: 20;
		font-size: var(--font-size);
	}
	.top-kalori-content-wrapper .text-area-title p{
		--fs: 15;
	}
	.top-kalori-content-wrapper .text-area-content{
		margin-bottom: 40px;
	}
	.top-kalori-content-wrapper .text-area-content small{
		--fs: 14;
	}
	.top-kalori-content-wrapper .img-left,
	.top-kalori-content-wrapper .img-right{
		display: none;
	}
	.top-kalori-link {
		gap: 10px;
	}
	.home .top-kalori-link {
		margin-top: 50px;
	}
	.top-kalori-link a {
		height: 40px;
		min-width: 130px;
		padding: 0 10px;
	}	
}

@media (max-width: 767px) {
	.top-kalori{
		padding-top: 40px;
		padding-bottom: 60px;
	}
}

/*		コラム一覧		*/
.column-list {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 60px 35px;
	list-style: none;
	padding: 0;
	margin-bottom: 100px;
}

.column-item-image {
	margin-bottom: 15px;
}

.column-item-image img {
	width: 100%;
	aspect-ratio: 365 / 276;
	object-fit: cover;
}

.column-item-cat,
.single-column-info a {
    margin-bottom: 5px;
}

.column-cat-label,
.single-column-info a {
	--fs: 13;
	font-size: var(--font-size);
    display: inline-block;
    padding: 0px 18px;
    margin-right: 5px;
    border: 1px solid var(--color-body);
    border-radius: 25px;
    color: var(--color-body);
    letter-spacing: 0;
}

.column-item-date {
	--fs: 14;
	font-size: var(--font-size);
	color: #9F9F9F;
	line-height: 1;
	letter-spacing: 0.1em;
	font-weight: 500;
	margin-bottom: 5px;
}

.column-item-title {
	--fs: 15;
	font-size: var(--font-size);
	margin-bottom: 0;
}

.column-item a:hover .column-item-title {
	text-decoration: underline;
}

.archive-column-content{
	padding-bottom: 120px;
}

.column-category-list{
	list-style: none;
    padding: 0;
    margin: 0 0 90px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.column-category-list li a{
	border: 1px solid var(--color-body);
	padding: 3px 20px;
	text-decoration: none;
	color: var(--color-body);
	transition: background 0.2s, color 0.2s;
	--fs: 14;
	border-radius: 25px;
}

.column-category-list li a.active,
.column-category-list li a:hover.active {
    background-color: var(--color-body);
    color: #fff;
}

.column-category-list li a:hover {
    background-color: #f0f0f0;
    color: var(--color-body);
}

.pagination {
	justify-content: center;
}

.pagination .nav-links {
	display: flex;
	justify-content: center;
	gap: 10px;
}

.pagination .page-numbers {
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	width: 40px;
	height: 35px;
	border: 1px solid var(--color-body);
	border-radius: 25px;
}

.pagination .page-numbers.current {
	color: #FFF;
	background: var(--color-body);
}

@media(max-width: 991px) {
	.column-list {
		gap: 50px 20px;
	}
}

@media(max-width: 767px) {
	.column-list {
		grid-template-columns: repeat(2,1fr);
		margin-bottom: 70px;
	}
	.column-cat-label,
	.single-column-info a {
		--fs: 10;
		font-size: var(--font-size);
	}
	.archive-column-content{
		padding-bottom: 60px;
	}
}

@media(max-width: 575px) {
	.column-list {
		grid-template-columns: 1fr;
	}
}

/*		コラム詳細		*/
.column-wrapper{
	display: grid;
	grid-template-columns: 1fr 18%;
	gap: 100px;
}

.single-column-content{
	padding-bottom: 120px;
}

.single-column-body{
	padding-bottom: 80px;
}

.single-column-info{
	margin-bottom: 35px;
}

.single-column-info h1{
	--fs: 25;
	font-size: var(--font-size);
	margin: 20px 0px 10px 0px;
	line-height: 1.5em;
}

.single-column-link{
	--fs: 15;
	font-size: var(--font-size);
	display: inline-block;
	border: 1px solid var(--color-body);
	padding: 10px 30px;
}

.single-column-category{
	margin-bottom: 50px;
}

.single-column-category-list{
	list-style: none;
	padding: 0;
	--fs: 14;
	font-size: var(--font-size);
}

.single-column-category-list li{
	padding: 15px 0px;
	border-bottom: 1px solid var(--color-body);
}

.single-column-category-list li a:hover{
	text-decoration: underline;
}

@media(max-width: 991px) {
	.column-wrapper{
		grid-template-columns: 1fr;
		gap: 0px;
	}
	.single-column-content{
		padding-bottom: 60px;
	}
	.single-column-body{
		padding-bottom: 50px;
	}
	.single-column-info{
		margin-bottom: 25px;
	}
	.single-column-info h1{
		--fs: 22;
		margin: 15px 0px 5px 0px;
	}
}


/*		取扱商品		*/
.lineup-slider{
	margin-bottom: 150px;
}

.lineup .page-nav{
	font-family: var(--zen-kaku-gothic);
	--fs: 14;
	font-size: var(--font-size);
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px 60px;
	padding: 0;
	margin-bottom: 100px;
}

.lineup .page-nav li a{
	position: relative;
	padding-bottom: 14px;
	text-decoration: none;
}

.lineup .page-nav li a::after{
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%) rotate(45deg);
	width: 8px;
	height: 8px;
	border-bottom: 1px solid;
	border-right: 1px solid;
	opacity: 0;
	transition: opacity .25s ease, transform .25s ease;
}

.lineup .page-nav li a:hover::after{
	opacity: 1;
	transform: translateX(-50%) translateY(4px) rotate(45deg);
}

.lineup-title{
	position: relative;
	width: 100%;
	height: 553px;
	margin-bottom: 100px;
	background-size: cover;
	background-position: center;
}

.lineup-title.hunter{
	background-image: url(img/lineup-hunter-bg.jpg);	
}

.lineup-title.charlton{
	background-image: url(img/lineup-charlton-bg.jpg);
}

.lineup-title.lacunza{
	background-image: url(img/lineup-lacunza-bg.jpg?v2);
}

.lineup-title.invicta{
	background-image: url(img/lineup-invicta-bg.jpg?v2);
}

.lineup-title::after{
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(10, 5, 1, 0.50);
}

.lineup-title::before{
	content: "";
	position: absolute;
	bottom: -55px;
	left: 50%;
	transform: translateX(-50%);
	height: 110px;
	border-left: 1px solid #000;
	z-index: 1;
}

.lineup-title .inner{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}

.lineup-title h2{
	font-family: var(--zen-kaku-gothic);
	--fs: 14;
	font-size: var(--font-size);
	color: #fff;
	text-align: center;
	margin: 5px 0px 0px 0px;
}

.maker-text{
	--fs: 19;
	font-size: var(--font-size);
	max-width: 790px;
	padding-left: 20px;
	padding-right: 20px;
	margin-inline: auto;
	margin-bottom: 110px;
}

.series {
	position: relative;
	max-width: 1440px;
	width: 100%;
	height: 500px;
	overflow: hidden;
	margin-inline: auto;
	margin-bottom: 110px;
}

.series::after,
.series::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 55%;
	height: 100%;
	z-index: 1;
	background-size: cover;
	background-position: center;
}

.series::before {
	background: rgba(10, 5, 1, 0.50);
	z-index: 2;
	pointer-events: none;
}

.series.herald::after {
	background-image: url(img/lineup-herald-bg.jpg);	
}

.series.parkray::after {
	background-image: url(img/lineup-parkray-bg.jpg);	
}

.series.purevision::after {
	background-image: url(img/lineup-purevision-bg.jpg);	
}

.series .series-inner {
	position: relative;
	height: 100%;
	display: flex;
	align-items: flex-end;
	z-index: 3;
}

.series .series-content {
	position: relative;
	width: 58%;
	padding: 50px 100px 0px 100px;
	z-index: 2;
	background-color: #fff;
}

.series-title{
	font-family: var(--zen-kaku-gothic);
	--fs: 13;
	font-size: var(--font-size);
	display: flex;
	align-items: center;
}
.series-title::before{
	content: "";
	display: inline-block;
	width: 30px;
	height: 1px;
	background-color: #000;
	margin-right: 10px;
}

.series.reverse::after,
.series.reverse::before {
	right: auto;
	left: 0;
}

.series.reverse .series-inner {
	justify-content: flex-end;
}

.series-text{
	--fs: 18;
	font-size: var(--font-size);
}

.series-goeco {
	max-width: 1165px;
	margin-inline: auto;
	display: grid;
	grid-template-columns: 52% 1fr;
	align-items: flex-start;
}

.series-goeco .img {
	position: relative;
	overflow: hidden;
	width: 100%;
	aspect-ratio: 612/824;
	overflow: hidden;
}

.series-goeco .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.series-goeco .img::after {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(10, 5, 1, 0.50);
	pointer-events: none;
}

.series-goeco .content{
	padding: 0 80px;
}

.series-lacunza {
	max-width: 1440px;
	margin-inline: auto;
	width: 100%;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 60%);
	grid-template-columns: minmax(0, 1fr) minmax(680px, 60%);
	gap: 11%;
	
}

.series-lacunza .img {
  background-image: url(img/lacunza-img.jpg);
  background-size: cover;
  background-position: center;
  width: 100%;
  aspect-ratio: 410/836;
  position: relative;
}

.series-lacunza .img::after{
	content: "";
    position: absolute;
    inset: 0;
    background: rgba(10, 5, 1, 0.50);
    pointer-events: none;

}

.btn-wrapper{
	display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 320px;
    gap: 40px;
    justify-content: center;
    width: 100%;
}

.lineup-showroom {
	position: relative;
	padding-top: 180px;
	padding-bottom: 180px;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	color: #fff;
}

.lineup-showroom::before {
	content: "";
	width: 100%;
	height: 100vh;
	background: url(img/bg-lineup-showroom.jpg) center / cover;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: -2;
}

.lineup-showroom::after {
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(10,5,1,0.70);
	z-index: -1;
}

.lineup-showroom .inner{
	max-width: 1160px;
	margin-inline: auto;
	padding: 0 30px;
	display: grid;
	grid-template-columns: 52% auto;
}

.lineup-showroom h2{
	--fs: 45;
	font-size: var(--font-size);
	font-weight: 400;
	margin-bottom: 65px;
}

.lineup-showroom .text-area{
	--fs: 19;
	font-size: var(--font-size);
	line-height: calc(35/19);
}

.lineup-showroom a{
	--fs: 21;
	font-size: var(--font-size);
	border-bottom: 1px solid #fff;
	padding-bottom: 15px;
	color: #fff;
	letter-spacing: 0.02em;
	margin-top: 70px;
	display: inline-block;
}

.lineup-showroom .text-area p {
	margin-bottom: 50px;
}

.instagram-wrapper{
	padding-top: 85px;
	padding-bottom: 85px;
	font-family: var(--zen-kaku-gothic);
	--fs: 15;
	font-size: var(--font-size);
	text-align: center;
}

@media (min-width: 1200px) {
	.series-lacunza .item-list{
		justify-content: start;
	}
	.lineup-showroom .inner .img{
		margin-left: -30px;
	}
}

@media (max-width: 1199px) {
  .series-lacunza {
    grid-template-columns: 1fr;
  }

  .series-lacunza .img {
    display: none;
  }
}

@media(max-width: 991px) {
	.lineup .page-nav{
		gap: 30px;
		margin-bottom: 50px;
	}
	.lineup-title{
		height: 280px;
	}
	.lineup-title::before{
		bottom: -40px;
		height: 80px;
	}
	.lineup-title.hunter .inner img{
		max-width: 165px;
	}
	.lineup-title.charlton .inner img{
		max-width: 195px;
	}
	.lineup-title.lacunza .inner img,
	.lineup-title.invicta .inner img{
		max-width: 155px;
	}
	.lineup-slider{
		margin-bottom: 80px;
	}
	.maker-text{
		--fs: 17;
		margin-bottom: 80px;
	}
	.series {
		height: 100%;
		padding-top: 230px;
		margin-bottom: 80px;
	}
	.series .series-content {
		width: 70%;
		padding: 50px 50px 0px 50px;
	}
	.series::after,
	.series::before {
		width: 85%;
	}
	.series h3 img{
		max-width: 150px;
	}
	.series.purevision h3 img{
		max-width: 200px;
	}
	.series-text{
		--fs: 16;
	}
	.series-goeco {
		grid-template-columns: 1fr;
	}
	.series-goeco .content{
		padding: 0 50px;
	}
	.series-goeco .img {
		aspect-ratio: 16/10;
		margin-bottom: 30px;
	}
	.series-goeco h3 img {
		max-width: 175px;
	}
	.lineup-showroom {
		padding-top: 120px;
		padding-bottom: 80px;
	}
	.lineup-showroom .inner{
		grid-template-columns: 60% auto;
	}
	.lineup-showroom h2 {
		--fs: 30;
		margin-bottom: 45px;
	}
	.lineup-showroom .text-area{
		--fs: 16;
	}
	.lineup-showroom .inner .img{
		margin-left: 30px;
	}
	.lineup-showroom a{
		--fs: 18;
		margin-top: 40px;
		margin-bottom: 50px;
	}
}

@media(max-width: 767px) {
	.series .series-content {
		width: 93%;
		padding: 30px 30px 0px 30px;
	}
	.series::after,
	.series::before {
		width: 93%;
	}
	.series-goeco {
		grid-template-columns: 1fr;
	}
	.series-goeco .content{
		padding: 0 20px;
	}
	.btn-wrapper{
        grid-auto-flow: row;
        grid-auto-columns: 100%;
        justify-content: center;
        gap: 15px;
    }
    .lineup-showroom {
		padding-top: 100px;
		padding-bottom: 60px;
	}
	.lineup-showroom .inner{
		grid-template-columns: 1fr;
	}
	.lineup-showroom .inner .img{
		max-width: 300px;
		margin-left: auto;
	}
}


/*		ご購入ガイド　ご購入の流れ		*/
.introduction .copy{
	--fs: 28;
	font-size: var(--font-size);
	text-align: center;
	margin-bottom: 55px;
}

.introduction p{
	--fs: 19;
	font-size: var(--font-size);
	max-width: 700px;
	margin-inline: auto;
	margin-bottom: 100px;
}

.introduction .link-wrapper{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	max-width: 508px;
	margin-inline: auto;
}

.introduction .link-wrapper a{
	max-width: 244px;
	padding: 20px 10px;
	--fs: 15;
	font-size: var(--font-size);
	text-align: center;
	border: 1px solid #000;
	box-shadow: 3px 3px 10px rgba(0,0,0,0.1);
	cursor: pointer;
	line-height: 1.4em;
}

.flow-title h2{
	--fs: 35;
	font-size: var(--font-size);
	font-weight: 400;
	margin: 20px 0px 80px 0px;
	letter-spacing: 0.1em;
}

.overlay {
  position: relative;
  display: inline-block;
}

.overlay::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(31, 25, 18, 0.46);
  z-index: 2;
}

.overlay img {
  display: block;
  z-index: 1;
  position: relative;
}

.flow{
	background-color: var(--color-theme-1);
}

.flow-content{
	background-color: #fff;
	padding: 7%;
}

.flow-content h3{
	--fs: 33;
	font-size: var(--font-size);
	letter-spacing: 0.1em;
	font-weight: 400;
	line-height: calc(60/33);
	margin-bottom: 40px;
}

.flow-content h3::before{
	content: "";
	display: inline-block;
	background-repeat: no-repeat;
}

.flow-content.flow01 h3{
	padding-left: 64px;
}

.flow-content.flow01 h3::before{
	background-image: url(img/number01.svg);
	background-size: 34px;
	width: 34px;
	height: 40px;
	margin-right: 30px;
	margin-left: -64px;
}

.flow-content.flow02 h3{
	padding-left: 71px;
}

.flow-content.flow02 h3::before{
	background-image: url(img/number02.svg);
	background-size: 56px;
	width: 56px;
	height: 40px;
	margin-right: 15px;
	margin-left: -71px;
}

.flow-content.flow03 h3{
	padding-left: 66px;
}

.flow-content.flow03 h3::before{
	background-image: url(img/number03.svg);
	background-size: 56px;
	width: 56px;
	height: 39px;
	margin-right: 10px;
	margin-left: -66px;
}

.flow-content.flow04 h3{
	padding-left: 62px;
}

.flow-content.flow04 h3::before{
	background-image: url(img/number04.svg);
	background-size: 52px;
	width: 52px;
	height: 40px;
	margin-right: 10px;
	margin-left: -62px;
}

.flow-content.flow01 .copy{
	--fs: 24;
	font-size: var(--font-size);
	line-height: calc(40/24);
	margin-bottom: 55px;
}

.taiken-wrapper{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 60px;
}

.taiken-wrapper h4{
	--fs: 24;
	font-size: var(--font-size);
	margin: 40px 0px 20px 0px;
}

.list-repletion{
	list-style: none;
	--fs: 13;
	font-size: var(--font-size);
	padding-left: 0px;
}

.list-repletion li{
	padding-left: 1em;
}

.list-repletion li::before{
	content: "※";
	display: inline-block;
	margin-left: -1em;
}

.flow-content.flow01,
.flow-content.flow02,
.flow-content.flow03{
	margin-bottom: 50px;
	position: relative;
}

.flow-content.flow01::after,
.flow-content.flow02::after,
.flow-content.flow03::after{
	content: "";
	display: block;
	position: absolute;
	bottom: -70px;
	left: 50%;
	transform: translateX(-50%);
	height: 90px;
	border-left: 2px dotted #0A0501;
	z-index: 5;
}

.flow-wrapper{
	display: grid;
	grid-template-columns: 1fr 35%;
	gap: 60px;
}

.list-soudan{
	list-style: none;
	padding-left: 0px;
}

.list-soudan li{
	background-color: var(--color-theme-1);
	padding: 10px 20px 10px 50px;
	margin-bottom: 8px;
}

.list-soudan li::before{
	content: "";
	display: inline-block;
	background-image: url(img/icon-check.svg);
	background-size: 15px;
	width: 15px;
	height: 13px;
	background-repeat: no-repeat;
	margin-right: 10px;
	margin-left: -25px;
}

.bg-guide {
	position: relative;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	height: 530px;
}

.bg-guide::before {
	content: "";
	width: 100%;
	height: 100vh;
	background: url(img/bg-guide.jpg) center / cover;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: -2;
}

@media(max-width: 991px) {
	.introduction .copy{
		--fs: 22;
		margin-bottom: 30px;
	}
	.introduction p{
		--fs: 17;
		margin-bottom: 50px;
	}
	.introduction .link-wrapper{
		gap: 15px;
	}
	.introduction .link-wrapper a{
		padding: 15px 10px;
	}
	.flow-content{
		padding: 7% 5%;
	}
	.taiken-wrapper{
		gap: 40px;
	}
	.flow-title h2{
		--fs: 32;
	}
	.flow-content h3{
		--fs: 30;
	}
	.taiken-wrapper h4{
		--fs: 22;
		margin: 20px 0px 15px 0px;
	}
	.flow-wrapper{
		gap: 30px;
	}
}

@media(max-width: 767px) {
	.taiken-wrapper{
		grid-template-columns: 1fr;
		gap: 50px;
	}
	.flow-title h2{
		--fs: 25;
		margin: 20px 0px 60px 0px;
	}
	.flow-content{
		padding: 60px 7%;
	}
	.flow-content h3{
		--fs: 24;
		margin-bottom: 25px;
	}
	.flow-content.flow01 h3{
		padding-left: 37px;
	}
	.flow-content.flow01 h3::before{
		background-image: url(img/number01.svg);
		background-size: 25px;
		width: 25px;
		height: 30px;
		margin-right: 12px;
		margin-left: -37px;
	}
	.flow-content.flow02 h3{
		padding-left: 52px;
	}
	.flow-content.flow02 h3::before{
		background-image: url(img/number02.svg);
		background-size: 42px;
		width: 42px;
		height: 30px;
		margin-right: 10px;
		margin-left: -52px;
	}
	.flow-content.flow03 h3{
		padding-left: 50px;
	}
	.flow-content.flow03 h3::before{
		background-image: url(img/number03.svg);
		background-size: 42px;
		width: 42px;
		height: 29px;
		margin-right: 8px;
		margin-left: -50px;
	}
	.flow-content.flow04 h3{
		padding-left: 48px;
	}
	.flow-content.flow04 h3::before{
		background-image: url(img/number04.svg);
		background-size: 40px;
		width: 40px;
		height: 30px;
		margin-right: 8px;
		margin-left: -48px;
	}
	.flow-content.flow01 .copy{
		--fs: 19;
		margin-bottom: 40px;
	}
	.taiken-wrapper{
		grid-template-columns: 1fr;
		gap: 65px;
	}
	.flow-wrapper{
		grid-template-columns: 1fr;
		gap: 20px;
	}
	.bg-guide{
		height: 330px;
	}
}


/*		ご購入ガイド　ショールーム		*/
.page-id-6 .showroom-wrapper{
	display: grid;
	grid-template-columns: 43% auto;
	gap: 8%;
	margin-bottom: 90px;
}

.page-id-6 .showroom-wrapper h3{
	--fs: 30;
	font-size: var(--font-size);
	margin-bottom: 20px;
	line-height: 1.5em;
	letter-spacing: 0.1em;
}

.page-id-6 .showroom-wrapper h3 span{
	--fs: 17;
}

.page-id-6 .showroom-wrapper .place{
	margin-bottom: 50px;
}

.page-id-6 .showroom-wrapper .place span{
	--fs: 18;
	font-size: var(--font-size);
	background-color: #000;
	color: #fff;
	border-radius: 25px;
	padding: 5px 20px;
	letter-spacing: 0.1em;
	line-height: 1em;
}

.page-id-6 .showroom-wrapper p{
	margin-bottom: 40px;
}

.page-id-6 .showroom-gallery{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
	margin-bottom: 90px;
}

.page-id-6 .showroom-gallery img{
	width: 100%;
	aspect-ratio: 275 / 183;
	object-fit: cover;
}

.page-id-6 .instagram-wrapper{
	padding-top: 70px;
	padding-bottom: 40px;
}

.shop-info{
	max-width: 965px;
	margin-inline: auto;
	background-color: var(--color-theme-1);
	padding: 60px 9%;
	display: grid;
	grid-template-columns: 40% auto;
	gap: 50px;
}

.shop-info h3{
	--fs: 21;
	font-size: var(--font-size);
	font-weight: 400;
	margin-bottom: 20px;
}

.shop-infoh3{
	--fs: 13;
	font-size: var(--font-size);
	margin-bottom: 20px;
}

.kalori-link-area{
	background-color: var(--color-theme-1);;
	padding: 40px 2px;
	margin-bottom: 130px;
}

.kalori-link-area p{
	margin-bottom: 30px;
}

.wrapper-middle{
	max-width: 705px;
	margin-inline: auto;
	padding-left: 20px;
	padding-right: 20px;
}

.campaign h3{
	margin-bottom: 50px;
}

.line-downarrow {
	--fs: 23;
	font-size: var(--font-size);
	line-height: calc(40/23);
	position: relative;
	display: inline-block;
	padding-bottom: 17px;
	text-align: center;
	margin-bottom: 45px;
	background: linear-gradient(#000, #000) right bottom / calc(50% - 20px) 1px no-repeat;
}

.line-downarrow::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: calc(50% - 14px);
	height: 1px;
	background: #000;
}

.line-downarrow::after {
	content: "";
	position: absolute;
	bottom: -14px;
	left: calc(50% - 14px);
	width: 14px;
	height: 20px;
	border-right: 1px solid #000;
	transform: rotate(-45deg);
	transform-origin: bottom right;
}

.campaign p{
	margin-bottom: 70px;
}

.facility {
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
    position: relative;
    margin-top: 30px;
}

.facility h4 {
	--fs: 18;
	font-size: var(--font-size);
    display: flex;
    align-items: center;
    gap: 3px;
    margin: 0 0 13px 0;
}

.facility h4::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #000;
}

.facility p{
	--fs: 15;
	font-size: var(--font-size);
}

@media(max-width: 1199px) {
	.page-id-6 .showroom-wrapper{
		grid-template-columns: 49% auto;
		gap: 5%;
	}
}

@media(max-width: 991px) {
	.page-id-6 .showroom-wrapper{
		display: block;
		margin-bottom: 10px;
	}
	.page-id-6 .showroom-wrapper{
		grid-template-columns: 1fr;
	}
	.page-id-6 .showroom-wrapper .img{
		width: 100%;
		aspect-ratio: 16/7;
		overflow: hidden;
		margin-top: 30px;
	}
	.page-id-6 .showroom-wrapper .img img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.page-id-6 .showroom{
		padding-top: 100px;
	}
	.page-id-6 .showroom-wrapper h3{
		--fs: 27;
	}
	.page-id-6 .showroom-wrapper .place{
		margin-bottom: 30px;
	}

	.page-id-6 .showroom-wrapper .place span{
		--fs: 16;
	}
	.shop-info{
		padding: 40px 7%;
		grid-template-columns: 1fr;
		gap: 30px;
	}
	.shop-info .img{
		width: 100%;
		aspect-ratio: 16/7;
		overflow: hidden;
	}
	.shop-info .img img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.page-id-6 .instagram-wrapper{
		padding-top: 50px;
		padding-bottom: 0px;
	}
	.kalori-link-area{
		margin-bottom: 80px;
	}
	.line-downarrow {
		--fs: 20;
	}
}

@media(max-width: 767px) {
	.page-id-6 .showroom-gallery{
		grid-template-columns: repeat(2, 1fr);
		margin-bottom: 70px;
	}
	.page-id-6 .showroom-wrapper p{
		margin-bottom: 20px;
	}
}


/*		ご購入ガイド　オプション商品		*/
.option{
	background-color: var(--color-theme-1);
}

.option h2{
	margin-top: 10px;
}

.option-parts{
	max-width: 580px;
	padding-left: 20px;
	padding-right: 20px;
	margin-inline: auto;
	margin-top: 60px;
}

.line-text {
	display: flex;
	align-items: center;
	width: 100%;
	text-align: center;
	gap: 1em;
	font-family: var(--zen-kaku-gothic);
	--fs: 14;
	font-size: var(--font-size);
}

.line-text::before,
.line-text::after {
	content: "";
	flex: 1;
	border-top: 1px solid #000;
}

.option-item{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	font-family: var(--zen-kaku-gothic);
	gap: 50px;
	margin-top: 40px;
}

.option-item h3{
	--fs: 15;
	font-size: var(--font-size);
	margin-top: 10px;
}

.option-item p{
	--fs: 14;
	font-size: var(--font-size);
}

@media(max-width: 575px) {
	.option-parts{
		margin-top: 40px;
	}
	.option-item{
		grid-template-columns: 1fr;
	}
	.option-item{
		gap: 30px;
		margin-top: 25px;
	}
}


/*		ご購入ガイド　アフターサポート		*/
.aftersupport-wrapper{
	max-width: 920px;
	padding-left: 20px;
	padding-right: 20px;
	margin-inline: auto;
}

/*.aftersupport-content{
	background-color: var(--color-theme-1);
	padding: 8%;
	margin-bottom: 10px;
}*/

.aftersupport-content h3{
	--fs: 23;
	font-size: var(--font-size);
	font-weight: 400;
	letter-spacing: 0.1em;
	margin-bottom: 25px;
}

.aftersupport-content h3 .number{
	--fs: 36;
}

.aftersupport-content h3 .badge-beige{
	background-color: var(--color-theme-2);
	color: #fff;
	display: inline-block;
	padding: 3px 10px;
	border-radius: 0px;
	--fs: 14;
	letter-spacing: 0.05em;
}

.border{
	border: 1px solid #999!important;
}

@media(max-width: 767px) {
	.aftersupport-content h3{
		--fs: 20;
		margin-bottom: 20px;
	}
	.aftersupport-content h3 .number{
		--fs: 20;
	}
	.aftersupport-content h3 .badge-beige{
		--fs: 13;
	}
}


/*		お問い合わせ		*/
.form-contact{
	margin-top: 30px;
}

.wrapper-contact{
	max-width: 900px;
	padding-left: 20px;
	padding-right: 20px;
	margin-inline: auto;
}

.form-group label{
	margin-bottom: 5px;
}

.form-group .hissu{
	display: inline-block;
    background-color: var(--color-theme-2);
    border-radius: 9px;
    padding: 3px 10px;
    line-height: 1em;
    font-size: 13px;
    margin-left: 10px;
    color: #fff;
}

.form-control{
	border: 1px solid #999;
	border-radius: 5px;
	padding: 8px 15px;
}

.form-policy-content {
	position: relative;
	background: #FFF;
	max-height: 200px;
	border: 1px solid #999;
	border-radius: 5px;
	overflow: auto;
	padding: 10px 15px;
	margin-bottom: 10px;
}

.form-policy-content h2 {
	--fs: 16;
	font-size: var(--font-size);
	font-weight: 600;
	margin-bottom: 5px;
	margin-top: 20px;
}

.form-policy-content p {
	--fs: 15;
	line-height: 1.5;
}

.form-policy-content * + h2 {
	margin-top: 30px;
}

.form-button-wrapper{
	margin-top: 50px;
	text-align: center;
	display: flex;
	gap: 10px;
	justify-content: center;
}

.send-btn{
	border-radius: 40px;
	background-color: #000;
	color: #fff;
	text-align: center;
	padding: 15px;
	max-width: 240px;
	width: 100%;
	display: inline-block;
}

.back-btn{
	border-radius: 40px;
	border: 1px solid #000!important;
	text-align: center;
	padding: 15px;
	max-width: 240px;
	width: 100%;
	display: inline-block;
	background-color: #f8f8f8!important;
	color: #000!important;
}

.send-btn:hover,
.back-btn:hover{
	opacity: .7;
	cursor: pointer;
}

.thanks{
	margin-top: 30px;
}

.thanks h3{
	--fs: 18;
	font-size: var(--font-size);
}

@media(max-width: 767px) {
	.form-policy {
		margin-bottom: 50px;
	}
}


/*		ブロックエディタ		*/
.wp-block-table table th{
	background-color: var(--color-theme-2);
	font-weight: 400;
}

.wp-block-table thead{
	border-bottom: none;
}

.page-id-6 .wp-block-table table td{
	background-color: #fff;
}

.page-id-6 .wp-block-image{
	max-width: 1130px;;
	padding-left: 20px;
	padding-right: 20px;
	margin-inline: auto;
}

figure.wp-block-gallery {
    display: grid;
    grid-template-columns: repeat(3,1fr);
}

.wp-block-gallery figure.wp-block-image {
    width: 100%!important;
}

.wp-block-gallery.has-nested-images figure.wp-block-image img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.wp-lightbox-overlay .lightbox-image-container {
    height: auto;
    width: auto;
}

.wp-lightbox-overlay .wp-block-image img {
    height: auto;
    max-height: 85svh;
    min-height: auto;
    width: auto;
    max-width: 90vw;
    min-width: auto;
}

@media(max-width: 767px) {
    figure.wp-block-gallery {
        grid-template-columns: repeat(2,1fr);
    }
}


/*		商品詳細		*/
.single-title{
	margin-bottom: 90px;
	text-align: center;
	--fs: 36;
	font-size: var(--font-size);
}

@media(max-width: 767px) {
	.single-title{
		margin-bottom: 50px;
		--fs: 28;
	}
}


/*		ライトボックス		*/
.modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(255,255,255,0.85);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.modal img {
  max-width: 90%;
  max-height: 90%;
  animation: zoomIn 0.3s ease;
}

.zoom-img:hover{
	opacity: .7;
	cursor: pointer;
}

/* 拡大アニメーション */
@keyframes zoomIn {
  from {
    transform: scale(0.85);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

/* 次へ・前へボタン */
.modal .prev,
.modal .next {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
  cursor: pointer;
  opacity: 0.7;
}

.modal .prev:hover,
.modal .next:hover {
  opacity: 1;
}

.modal .prev {
  left: 20px;
}

.modal .prev::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  border-left: 3px solid #333;
  border-bottom: 3px solid #333;
  transform: translate(-50%, -50%) rotate(45deg); /* ＜ */
}

.modal .next {
  right: 20px;
}

.modal .next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  border-right: 3px solid #333;
  border-top: 3px solid #333;
  transform: translate(-50%, -50%) rotate(45deg); /* ＞ */
}


