/*  scssへ記述  */

/* Figmaの時はこちら =============== */

/*  scssへ記述  */

/*@mixin font($size: null, $height: null, $spacing: null, $weight: null) {
	@if $size {
		font-size: calc($size / 16 * 1rem);　// ①
	}
	@if $height {
		line-height: calc($height / $size);　// ②
	}
	@if $spacing {
		letter-spacing: calc($spacing / 1000 * 1em);　// ③
	}
	@if $weight {
		font-weight: $weight; // ④
	}
}*/

body {
	background-color: #fff;
	color: #313131;
	font-family: "Noto Serif JP", serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
}

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

a {
	color: inherit;
}

*,
*::before,
*::after {
	border-style: solid;
	border-width: 0;
	box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
	border: 0;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

li,
dd {
	list-style-type: none;
}

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

img {
	border: none;
	max-width: 100%;
	vertical-align: middle;
}

a {
	color: inherit;
	cursor: pointer;
	text-decoration: none;
}

button {
	background: transparent;
	border: none;
	box-shadow: none;
	cursor: pointer;
	font: inherit;
	margin: 0;
	padding: 0;
}

input,
select,
textarea {
	color: inherit;
	font: inherit;
	vertical-align: top;
}

.l_footer {
	background-color: #313131;
	padding-top: 85px;
}

.l-inner {
	margin: auto;
	width: 100%;
}

/* 無限スクロールアニメーション */

/* 全体 */

.c_slider {
	overflow: hidden;
	width: 100%;
}

.c_slider__content {
	width: 100%;
}

/* 横スクロールのラッパー */

.c_slider__wrap {
	display: flex;
	overflow: hidden;
	width: 200%; /* 2セット分を横に並べる */
}

/* 画像リスト（2セット） */

.c_slider__items {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
}

/* 左方向に無限アニメーション */

.c_slider__left {
	animation: c_slider__left 70s linear infinite;
}

.c_slider__item {
	flex-shrink: 0;
	width: 25vw; /* 画面幅4枚でいっぱいになる。自由に変更OK */
}

.c_slider__item img {
	height: 350px;
	width: 100%;
	-o-object-fit: cover;
	display: block;
	object-fit: cover;
}

.c_instagram {
	background-color: #f7f7f4;
	min-height: 500px;
}

.c_instagram__content {
	margin: 0 auto;
	max-width: 1030px;
	position: relative;
}

.c_instagram__content-head {
	padding-bottom: 45px;
	padding-top: 100px;
}

.c_instagram__gallery {
	margin: auto;
	text-align: center;
}

.c_instagram__gallery iframe{
	width: 88.5%!important;
/*	height: 280px!important;*/
    display: block;
}

.c_instagram__content-body {
	padding-bottom: 50px;
	text-align: center;
}

.c_link__btn {
	align-items: center;
	border: 1px solid #bababa;
	border-radius: 9999px;
	display: inline-block;
	font-family: "BIZ UDPMincho", serif;
	font-size: 18px;
	gap: 8px;
	justify-content: center;
	line-height: 40px;
	padding: 12px 45px 12px 75px;
	position: relative;
	text-align: center;
    margin-right: 10%;
}

.c_link__btn::before {
	background-image: url("../img/insta@2x.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 27px;
	left: 16%;
	position: absolute;
	top: 30%;
	width: 27px;
}

.title {
	align-items: flex-start;
	display: flex;
	gap: 2%;
}

.c_title__en {
	color: #bababa;
	display: inline-block;
	font-size: 12px;
	letter-spacing: 0.15em;
	margin-top: 6px;
	transform: rotate(90deg);
	transform-origin: left top;
}

.c_title__ja {
	font-size: 30px;
	letter-spacing: 0.4em;
	line-height: 48px;
	text-orientation: upright;
	writing-mode: vertical-rl;
}

.c_about__title {
	font-size: 26px;
	font-weight: 700;
	line-height: 48px;
	text-align: center;
	letter-spacing: .2em;
}

.c_brand__title {
	position: relative;
	width: 170px;
}

.c_brand__en {
	position: absolute;
	right: -28px;
	top: 0;
	transform: rotate(90deg);
	transform-origin: left top;
}

.c_news__title {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	position: relative;
	width: 90px;
}

.c_news__en {
	position: absolute;
	right: -22px;
	top: 0;
	transform: rotate(90deg);
	transform-origin: left top;
}

.c_instagram__en {
	display: inline-block;
	letter-spacing: 0.1em;
	position: absolute;
	right: -50px;
	text-orientation: mixed !important;
	top: 180px;
	transform: rotate(90deg);
	writing-mode: horizontal-tb !important;
}

.c_info__title {
	color: #fff;
	letter-spacing: 0.4rem;
	position: relative;
	width: 100px;
}

.c_info__en {
	position: absolute;
	right: -120px;
	top: 0;
	transform: rotate(90deg);
	transform-origin: left top;
}

.p_about {
	margin: auto;
	margin-top: 80px;
	max-width: 700px;
}

.p_about__text {
	font-family: "BIZ UDPMincho", serif;
	line-height: 36px;
	margin-top: 45px;
	text-align: center;
	letter-spacing: .15em;
}

.p_brands {
	margin-top: 50px;
}

.p_brand__content-head {
	background-color: #f7f7f4;
}

.p_brand__head-items {
	display: flex;
	gap: 2%;
	margin: 0 auto;
	max-width: 1030px;
	padding-bottom: 65px;
	padding-top: 95px;
}

.p_brand__head-item {
	text-align: center;
}

.p_brand__head-image {
	height: 245px;
	width: 245px;
}

.p_brand__head-ja {
	font-size: 24px;
	font-weight: 700;
	line-height: 48px;
}

.p_brand__head-en {
	color: #bababa;
	font-size: 12px;
}

.p_brand__content-body {
	margin: auto;
	max-width: 1030px;
/*	padding-top: 100px;*/
	padding: 100px 0 80px;
}

.p_brand__explain {
	align-items: start;
	display: grid;
	gap: 60px;
	grid-template-columns: 80px 1fr;
}

.p_explain__box {
	text-align: center;
}

.p_explain__title {
	font-size: 24px;
	font-weight: 700;
	line-height: 40px;
	position: relative;
}

.p_explain__title ::before {
	background-color: #bababa;
	content: "";
	height: 2px;
	left: 320px;
	position: absolute;
	top: 20px;
	width: 85px;
}

.p_explain__title ::after {
	background-color: #bababa;
	content: "";
	height: 2px;
	position: absolute;
	right: 320px;
	top: 20px;
	width: 85px;
}

.p_explain__items {
	padding-bottom: 30px;
	padding-top: 20px;
}

.p_item {
	line-height: 40px;
    letter-spacing: .1em;
}

.bold {
	font-weight: 700;
}

.p_fv {
	position: relative;
	aspect-ratio: 1600 / 900;
  overflow: hidden;
}

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

.p-fv__title {
	left: 50%;
	max-width: 30%;
	position: absolute;
	top: 45%;
	transform: translate(-50%, -50%);
	width: auto;
}

.p_news {
	padding-bottom: 70px;
	padding-top: 100px;
}

.p_news__container {
	display: grid;
	grid-template-columns: 1fr 70px;
	-moz-column-gap: 50px;
	column-gap: 50px;
	margin: 0 auto;
	max-width: 1030px;
	position: relative;
}

.p_news__contents {
	line-height: 40px;
}

.news__content {
	font-family: "BIZ UDPMincho", serif;
	margin-left: 20px;
	padding-bottom: 20px;
	position: relative;
}

.p_news__contents .news__content:not(:last-of-type)::after {
	background-color: #bababa;
	bottom: 0;
	content: "";
	display: block;
	height: 2px;
	left: 0;
	position: absolute;
	width: 100%;
}

.p_news__contents .news__content:not(:first-of-type) {
	padding-top: 30px;
}

.p_news__date {
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
}

.p_info__container {
	border-bottom: 2px solid #bababa;
	display: flex;
	gap: 3%;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1030px;
}

.p_info__map {
	padding-bottom: 45px;
}

.p_info__image {
	max-width: 300px;
}

.p_info__shop {
	color: #fff;
	font-family: "BIZ UDPMincho", serif;
	line-height: 30px;
}

.bold {
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
}

.c_parking {
	border: 1px solid #bababa;
	border-radius: 9999px;
	display: inline-block;
	padding: 0 15px;
}

.c_footer-copy {
	color: #fff;
	font-size: 12px;
	padding: 35px 0;
	text-align: center;
}

.sp-only {
	display: none;
}


/** スクロールアニメーション用CSS**/
/* .split {
  --ease-out-quart: cubic-bezier(0.25, 1, 0.5, 1);
  --ease-in-quad: cubic-bezier(0.11, 0, 0.5, 0);
}


.split .splitText .char {
  opacity: 0;
  translate: 0 100%;
  display: inline-block;
}


.split.isActive .headline .char {
  --delay: 0.05s;
  opacity: 1;
  translate: 0;
  transition:
    opacity 0.7s var(--ease-in-quad) calc(var(--delay) * var(--index)),
    translate 1.4s var(--ease-out-quart) calc(var(--delay) * var(--index));
}


.split.isActive .description .char {
  --delay: 0.003s;
  opacity: 1;
  translate: 0;
  transition:
    opacity 0.5s var(--ease-in-quad) calc(var(--delay) * var(--index) + 0.23s),
    translate 1.3s var(--ease-out-quart) calc(var(--delay) * var(--index) + 0.23s);
} */

/* About */
.p_about.split .about-block {
  opacity: 0;
  transform: translateY(24px);
}
/* 表示時 */
.p_about.split.isActive .about-block {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease, transform 1.2s cubic-bezier(0.25, 1, 0.5, 1);
}

.p_about.split.isActive .about-block:nth-of-type(1) { transition-delay: 0.2s; }
.p_about.split.isActive .about-block:nth-of-type(2) { transition-delay: 0.3s; }
.p_about.split.isActive .about-block:nth-of-type(3) { transition-delay: 0.4s; }
.p_about.split.isActive .about-block:nth-of-type(4) { transition-delay: 0.5s; }
.p_about.split.isActive .about-block:nth-of-type(5) { transition-delay: 0.6s; }
.p_about.split.isActive .about-block:nth-of-type(6) { transition-delay: 0.7s; }
.p_about.split.isActive .about-block:nth-of-type(7) { transition-delay: 0.8s; }

/* explain */
.p_explain__contents.split .p_explain__box {
  opacity: 0;
  transform: translateY(20px);
}
/* 表示時 */
.p_explain__contents.split.isActive .p_explain__box {
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 1s ease,
    transform 1.2s cubic-bezier(0.25, 1, 0.5, 1);
}

.p_explain__contents.split.isActive .p_explain__box:nth-of-type(1) { transition-delay: 0.1s; }
.p_explain__contents.split.isActive .p_explain__box:nth-of-type(2) { transition-delay: 0.2s; }
.p_explain__contents.split.isActive .p_explain__box:nth-of-type(3) { transition-delay: 0.3s; }
.p_explain__contents.split.isActive .p_explain__box:nth-of-type(4) { transition-delay: 0.4s; }




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

.hidden-sm {
	display: none;
}

.l_footer {
	padding-top: 40px;
}

.p_fv{
	aspect-ratio: 0;
}

.l-inner {
	letter-spacing: 0.05em;
	max-width: 100%;
}

.c_slider__item img {
	height: 140px;
	width: 140px;
	-o-object-fit: cover;
	display: block;
	object-fit: cover;
}

.c_slider__item {
	flex-shrink: 0;
	width: 35vw;
}

.c_instagram {
	min-height: 0; /* ← SPでmin-heightを無効化 */
}

.c_instagram__content-head {
/*	padding-bottom: 15px;*/
	padding-top: 45px;
	padding-bottom: 0;
}

.c_instagram__gallery {
/*	height: 130px;*/
	overflow: hidden;
	position: relative;
	text-align: center;
	width: 100%;
    height: 120px;
}

.c_instagram__gallery iframe {
/*	height: 255px;*/
	left: 50%;
	position: absolute;
	top: 0;
/*	transform: translateX(-23%) scale(0.42);*/
	transform-origin: top left;
/*	width: 765px;*/
	width: 82.5%!important;
	left: 5%;
}

.c_instagram__content-body {
	padding-bottom: 25px;
	text-align: center;
}

.c_link__btn {
	font-size: 12px;
	gap: 8px;
	line-height: 40px;
	padding: 0 35px 0 50px;
    margin-right: 6%;
}

.c_link__btn::before {
	height: 14px;
	left: 18%;
	top: 34%;
	width: 14px;
}

.title {
	align-items: flex-start;
	display: flex;
	gap: 2%;
}

.c_title__en {
	color: #bababa;
	display: inline-block;
	font-size: 10px;
	letter-spacing: 0.15em;
	margin-top: 2px;
	transform: rotate(90deg);
	transform-origin: left top;
}

.c_title__ja {
	font-size: 17px;
	letter-spacing: 0.2em;
	line-height: 20px;
	text-orientation: upright;
	writing-mode: vertical-rl;
}

.c_about__title {
	font-size: 20px;
	font-weight: 700;
	line-height: 35px;
	text-align: center;
    letter-spacing: .15em;
}

.c_about__title span {
	display: block;
}

.c_brand__title {
	left: 0;
	position: absolute;
	top: 0;
	width: 120px;
}

.c_brand__en {
	position: absolute;
	right: -28px;
	top: 0;
	transform: rotate(90deg);
	transform-origin: left top;
}

.c_news__title {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	position: relative;
	width: 50px;
}

.c_news__en {
	position: absolute;
	right: -22px;
	top: 0;
	transform: rotate(90deg);
	transform-origin: left top;
}

.c_instagram__en {
/*	right: -40px;*/
/*	top: 100px;*/
	right: -20px;
    top: 82px;
    letter-spacing: 0;
}

.c_info__title {
	color: #fff;
	letter-spacing: 0.4rem;
	position: relative;
	width: 35px;
}

.c_info__en {
	position: absolute;
	right: -120px;
	top: 0;
	transform: rotate(90deg);
	transform-origin: left top;
}

.p_about {
	margin-top: 40px;
}

.p_about__container {
	padding-left: 25px;
	padding-right: 25px;
}

.br {
	display: block;
}

.p_about__text {
	font-size: 14px;
	line-height: 28px;
	white-space: nowrap;
    width: 100vw;
    margin-left: calc(50% - 50vw);
}

.p_brands__head {
	padding-left: 20px;
	padding-right: 20px;
}

.p_brand__head-items {
	display: grid;
	gap: 20px 25px;
	grid-template-columns: repeat(2, 1fr);
/*	padding: 40px;*/
	padding: 40px 12%;
}

.p_brand__head-image {
	height: auto;
	width: 100%;
}

.p_brand__head-ja {
	font-size: 18px;
}

.p_brand__head-en {
	font-size: 12px;
}

.p_brand__content-body {
	padding-left: 25px;
	padding-right: 25px;
/*	padding-top: 40px;*/
    padding: 40px 0 20px 25px;
}

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

.p_explain__contents {
	margin: 0 auto;
	text-align: center;
	width: 100%;
}

.p_explain__title {
	font-size: 16px;
}

.p_explain__title ::before {
	height: 1px;
	left: 90px;
	top: 20px;
	width: 45px;
}

.p_explain__title ::after {
	height: 1px;
	right: 90px;
	top: 20px;
	width: 45px;
}

.p_item {
	font-size: 12px;
	line-height: 24px;
}

.sp-br {
	display: block;
}

.p-fv__title {
	max-width: 60%;
	top: 46%;
}

.p_news {
	padding-bottom: 10px;
	padding-top: 40px;
}

.p_news__container {
	gap: 20px;
	grid-template-columns: 1fr 55px;
}

.p_news__contents {
	line-height: 27px;
}

.news__content {
	font-size: 12px;
	width: 83%;
    margin-left: 10vw;
}

.p_news__contents .news__content:not(:last-of-type)::after {
	height: 1px;
/*	width: 280px;*/
	width: 100%;
}

.p_news__contents .news__content:not(:first-of-type) {
	padding-top: 15px;
}

.pc-only {
	display: none;
}

.sp-only {
	display: block;
}

.sp-only {
	margin: 0 auto;
/*	padding-left: 20px;*/
/*	padding-right: 20px;*/
	text-align: center;
    padding-left: 25px;
    padding-right: 25px;
}

.p_info__sp-head {
	display: flex;
	padding-bottom: 30px;
}

.p_info__image {
	padding-left: 20px;
	width: 285px;
}

.p_info__shop {
	display: flex;
/*	font-size: 12px;*/
	line-height: 17px;
	padding-bottom: 30px;
	padding-left: 30px;
    font-size: 10px;
    text-align: left;
    justify-content: space-between;
    padding-left: 50px;
}

.p_info__btn {
	padding-top: 10px;
}

.c_parking {
	padding: 5px 14px;
}

.p_info__map {
/*	padding-left: 40px;*/
    padding-left: 55px;
}
.p_info__map iframe{
	margin: 0;
	display: block;
}

.c_footer-copy {
	font-size: 10px;
}

}

@keyframes c_slider__left {

from {
	transform: translateX(0);
}

to {
	transform: translateX(-100%);
}

}
