@charset "UTF-8";
/* -------------------------------------
カラー
------------------------------------- */
/* -------------------------------------
js-blur要素のスタイル
------------------------------------- */
.js-blur {
  position: relative;
  will-change: filter;
}

.js-panel {
  position: sticky;
  top: 0;
}
@media screen and (max-width: 1024px) {
  .js-panel {
    position: static;
    top: auto;
  }
}

.front-inner {
  display: inline-block;
  overflow: clip;
  width: 100%;
}

.mv {
  width: 100%;
  height: 100dvh;
  background-image: url("../img/front/top_mv.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  aspect-ratio: 1920/1080;
  position: relative;
}
@media screen and (max-width: 768px) {
  .mv {
    aspect-ratio: 375/800;
  }
}

.mv-inner {
  width: 100%;
  height: 100%;
}

.catch-text {
  position: absolute;
  top: 14.5rem;
  right: 9.2rem;
  display: flex;
  flex-direction: row-reverse;
  gap: 1.1rem;
}
@media screen and (max-width: 768px) {
  .catch-text {
    top: 21.4rem;
    right: 50.8%;
    translate: 50% 0;
    gap: 0.8rem;
  }
}

html:lang(en) .catch-text {
  letter-spacing: 0.05em;
}

.catch-text_main {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: clamp(22px, 1.4583333333vw, 28px);
  line-height: 1.46;
  letter-spacing: 0.46em;
  color: #FDFCF5;
}
@media screen and (max-width: 768px) {
  .catch-text_main {
    font-size: 2rem;
  }
}

html:lang(en) .catch-text_main {
  letter-spacing: 0.05em;
}

.catch-text_sub {
  font-family: "Libre Baskerville", serif;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: clamp(11px, 0.7291666667vw, 14px);
  line-height: 2.15;
  color: #FDFCF5;
  margin-top: 0.3rem;
}
@media screen and (max-width: 768px) {
  .catch-text_sub {
    font-size: 1.2rem;
  }
}

.indicator {
  position: absolute;
  bottom: 3rem;
  right: 6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .indicator {
    bottom: 0;
    right: 50%;
    translate: 50% 0;
  }
}

.indicator-line {
  width: 1px;
  height: 8.75rem;
  background-color: rgba(255, 255, 255, 0.4);
  overflow: hidden;
  position: relative;
}
.indicator-line::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 3.4rem;
  background-color: #708C13;
  -webkit-animation: indicator-line 3s linear infinite;
          animation: indicator-line 3s linear infinite;
}

@-webkit-keyframes indicator-line {
  0% {
    top: -100%;
  }
  100% {
    top: 100%;
  }
}

@keyframes indicator-line {
  0% {
    top: -100%;
  }
  100% {
    top: 100%;
  }
}
.indicator-text {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: clamp(10px, 0.625vw, 12px);
  color: #fff;
}

/* -------------------------------------
intro
------------------------------------- */
.intro {
  height: 200dvh;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .intro {
    height: auto;
  }
}
.intro::before {
  content: "";
  display: block;
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  z-index: -1;
  background-image: url("../img/front/intro_bg.webp?260318");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  aspect-ratio: 1920/1080;
}

.intro-inner {
  width: min(135.5rem, 100%);
  height: 100dvh;
  padding-block: 12dvh;
  margin: -100dvh auto 0;
  position: sticky;
  top: 0;
}
@media screen and (max-width: 1024px) {
  .intro-inner {
    width: calc(100% - 6rem);
    padding-block: 50dvh 0rem;
    position: static;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .intro-inner {
    padding-block: 38rem 10rem;
  }
}

.intro-content {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .intro-content {
    flex-direction: column-reverse;
    height: 250dvh;
  }
}
@media screen and (max-width: 768px) {
  .intro-content {
    height: 300dvh;
  }
}

.intro-textArea {
  width: 56%;
  max-width: 60rem;
  padding-top: 4.4rem;
}
@media screen and (max-width: 1024px) {
  .intro-textArea {
    width: 70%;
    max-width: unset;
    padding-top: 0;
    padding-bottom: 20dvh;
  }
}
@media screen and (max-width: 768px) {
  .intro-textArea {
    width: 100%;
    padding-bottom: 8rem;
  }
}

.intro-ttl {
  font-size: clamp(36px, 2.5vw, 48px);
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #fff;
  font-weight: 400;
}
@media screen and (max-width: 1440px) {
  .intro-ttl {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 1024px) {
  .intro-ttl {
    font-size: 4.6rem;
  }
}
@media screen and (max-width: 768px) {
  .intro-ttl {
    font-size: 2.6rem;
  }
}

.intro-ttl2 {
  font-size: clamp(22px, 1.4583333333vw, 28px);
  margin-top: 3.9rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .intro-ttl2 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .intro-ttl2 {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 768px) {
  .intro-ttl2 {
    font-size: 1.8rem;
  }
}

.intro-text {
  margin-top: 3.9rem;
  line-height: 2.2;
  color: #fff;
  font-size: clamp(16px, 0.8333333333vw, 16px);
}
@media screen and (max-width: 1440px) {
  .intro-text {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1024px) {
  .intro-text {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  .intro-text {
    font-size: 1.3rem;
  }
}

html:lang(en) .intro-text {
  line-height: 1.5;
}

@media screen and (max-width: 1024px) {
  .intro-imgArea {
    position: sticky;
    top: 50%;
    translate: 0 -50%;
    z-index: -1;
  }
}

.intro-img {
  width: 50%;
  height: auto;
  margin-top: 4rem;
  margin-inline: auto;
  overflow: hidden;
  clip-path: inset(30% 20%);
  aspect-ratio: 499/650;
}
@media (min-width: 1920px) {
  .intro-img {
    width: 49.9rem;
    height: 65rem;
    margin-top: 0;
  }
}
@media screen and (max-width: 1440px) {
  .intro-img {
    margin-inline: auto;
  }
}
@media screen and (max-width: 1024px) {
  .intro-img {
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .intro-img {
    width: 26.92rem;
    height: 35.1rem;
    margin: 0 auto;
  }
}
.intro-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  scale: 1.1;
}

/* -------------------------------------
pickup
------------------------------------- */
.pickup-inner {
  padding-block: 23.4rem;
}
@media screen and (max-width: 768px) {
  .pickup-inner {
    padding-block: 11rem;
  }
}

.pickup-content {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .pickup-content {
    flex-direction: column;
    gap: 2rem;
  }
}
.pickup-content .c-ttl {
  width: 34rem;
}
@media screen and (max-width: 1024px) {
  .pickup-content .c-ttl {
    width: auto;
  }
}

.pickup-list {
  display: flex;
  flex-direction: column;
  width: clamp(1053px, 6.2760416667vw, 1205px);
}
@media screen and (max-width: 1440px) {
  .pickup-list {
    width: min(102rem, 70%);
  }
}
@media screen and (max-width: 1024px) {
  .pickup-list {
    width: 100%;
  }
}

.pickup-item {
  width: 100%;
  height: 10rem;
  display: grid;
  grid-template-columns: 15.3rem minmax(0, 1fr) auto;
  align-items: center;
  border-bottom: 1px solid #C0BBB3;
  transition: 0.3s;
}
@media (hover: hover) {
  .pickup-item:hover {
    border-bottom: 1px solid #708C13;
  }
}
@media screen and (max-width: 768px) {
  .pickup-item {
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    padding-block: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .pickup-item .c-btn_arrowBlock {
    align-self: flex-end;
  }
}

.pickup-item_num {
  font-size: clamp(14px, 0.9375vw, 18px);
  font-weight: 500;
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 768px) {
  .pickup-item_num {
    font-size: 1.2rem;
  }
}
.pickup-item_num::before {
  content: "";
  display: block;
  width: 1px;
  height: 5rem;
  background-color: #C0BBB3;
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
}
@media screen and (max-width: 768px) {
  .pickup-item_num::before {
    height: 2.7rem;
    right: -2rem;
  }
}

.pickup-item_text {
  padding-left: 3.1rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 768px) {
  .pickup-item_text {
    padding-left: 0;
    -webkit-line-clamp: 2;
    margin-top: 1.6rem;
    margin-bottom: 1.2rem;
  }
}

/* -------------------------------------
about
------------------------------------- */
.about-content {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .about-content {
    flex-direction: column;
  }
}

.about-img {
  width: clamp(804px, 4.6041666667vw, 884px);
  height: 100rem;
  max-height: 100dvh;
}
@media screen and (max-width: 1440px) {
  .about-img {
    width: 45%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .about-img {
    width: 100%;
    height: 41.7rem;
  }
}
.about-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-textArea {
  width: calc(100% - clamp(804px, 4.6041666667vw, 884px));
  display: grid;
  place-content: center;
  padding-inline: 6rem;
}
@media screen and (max-width: 1440px) {
  .about-textArea {
    width: 55%;
  }
}
@media screen and (max-width: 1024px) {
  .about-textArea {
    padding-top: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .about-textArea {
    width: 100%;
    padding-top: 0;
    padding-inline: 0;
  }
}

.about-textArea-inner {
  max-width: 64.5rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .about-textArea-inner {
    width: calc(100% - 6rem);
    margin: 0 auto;
    padding-block: 8.5rem;
  }
}

@media screen and (max-width: 768px) {
  .about-ttl_top .c-ttl_main {
    line-height: 1.32;
  }
}

.about-ttl {
  font-size: clamp(26px, 1.6666666667vw, 32px);
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-top: 7.6rem;
}

.about-text {
  margin-top: 3.5rem;
  line-height: 2;
}

.about-btn {
  width: 25rem;
  height: 6rem;
  border-radius: 3rem;
  margin-top: 8.7rem;
}
@media screen and (max-width: 768px) {
  .about-btn {
    margin-inline: auto;
  }
}

/* -------------------------------------
product
------------------------------------- */
.product-inner {
  padding-block: 27.1rem 24.5rem;
}
@media screen and (max-width: 768px) {
  .product-inner {
    padding-block: 6.8rem;
  }
}

.product-content {
  display: grid;
  justify-content: space-between;
  grid-template-areas: "ttl list" "btn list";
  gap: 10.4rem;
}
@media screen and (max-width: 768px) {
  .product-content {
    grid-template-areas: "ttl" "list" "btn";
    gap: 4.2rem;
  }
}

.product-ttl {
  grid-area: ttl;
}

.product-list {
  grid-area: list;
  width: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.8rem;
}
@media screen and (max-width: 1440px) {
  .product-list {
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .product-list {
    grid-template-columns: 1fr;
    gap: 4.4rem;
  }
}

.product-item {
  display: block;
}
@media (hover: hover) {
  .product-item:hover .product-item_img img {
    scale: 1.05;
  }
}

.product-item_img {
  width: 100%;
  height: auto;
  aspect-ratio: 454/633;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .product-item_img {
    height: 43.86rem;
  }
}
.product-item_img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}

.product-item_name {
  font-size: clamp(21px, 1.3541666667vw, 26px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.11em;
  margin-top: 4.2rem;
}
@media screen and (max-width: 768px) {
  .product-item_name {
    margin-top: 2.5rem;
  }
}

.product-item_btn {
  margin: 1rem 0 0 auto;
}

.product-btn {
  grid-area: btn;
  width: 25rem;
  height: 6rem;
  border-radius: 3rem;
  align-self: flex-end;
}
@media screen and (max-width: 768px) {
  .product-btn {
    height: 5rem;
    margin: 0 auto;
  }
}

/* -------------------------------------
shop
------------------------------------- */
.shop {
  width: 100%;
  height: 100dvh;
  max-height: 60rem;
  background-image: url("../img/front/shop_bg.webp");
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .shop {
    background-position: 70%;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .shop-inner {
    width: calc(100% - 6rem);
    margin: 0 auto;
    padding-block: 11.6rem 17.1rem;
  }
}

.shop-content {
  width: 42.9rem;
  position: absolute;
  top: 50%;
  right: 21rem;
  translate: 0 -50%;
}
@media screen and (max-width: 768px) {
  .shop-content {
    width: 100%;
    position: static;
    translate: 0;
  }
}

.shop-text {
  margin-top: 6.9rem;
  line-height: 2;
  margin-top: 3.4rem;
}

.shop-btn {
  margin-top: 7.4rem;
  width: 25rem;
  height: 6rem;
  border-radius: 3rem;
}
@media screen and (max-width: 768px) {
  .shop-btn {
    height: 5rem;
    margin-inline: auto;
    margin-top: 6.3rem;
  }
}

/* -------------------------------------
posts
------------------------------------- */
.posts-inner {
  padding-block: 17.4rem 25.5rem;
}
@media screen and (max-width: 768px) {
  .posts-inner {
    padding-block: 9.3rem;
  }
}

.post-grid {
  display: grid;
  grid-template-areas: "ttl list" "btn list";
  -webkit-column-gap: 10.4rem;
     -moz-column-gap: 10.4rem;
          column-gap: 10.4rem;
  grid-template-rows: 17.4rem;
}
.post-grid + .post-grid {
  margin-top: 10.7rem;
}
@media screen and (max-width: 1024px) {
  .post-grid + .post-grid {
    margin-top: 20.7rem;
  }
}
@media screen and (max-width: 1024px) {
  .post-grid {
    grid-template-areas: "ttl btn" "list list";
  }
}
@media screen and (max-width: 768px) {
  .post-grid {
    grid-template-areas: "ttl" "list" "btn";
    grid-template-rows: unset;
    grid-template-columns: unset;
  }
}

.post-grid-ttl {
  grid-area: ttl;
}

.post-list {
  grid-area: list;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4.5rem;
}
@media screen and (max-width: 768px) {
  .post-list {
    grid-template-columns: 1fr;
    margin-top: 5.1rem;
    gap: 5.7rem;
  }
}

.post-item {
  display: block;
}
@media (hover: hover) {
  .post-item:hover .post-item_img img {
    scale: 1.05;
  }
}

.post-item_img {
  width: 100%;
  height: 30.2rem;
  overflow: hidden;
}
.post-item_img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}

.post-meta {
  display: flex;
  gap: 3.4rem;
  align-items: center;
  margin-top: 4.3rem;
}
@media screen and (max-width: 768px) {
  .post-meta {
    margin-top: 3rem;
  }
}

.post-date {
  font-size: clamp(13px, 0.8333333333vw, 16px);
  line-height: 1.5;
  letter-spacing: 0.11em;
}
@media screen and (max-width: 768px) {
  .post-date {
    font-size: 1.2rem;
  }
}

.post-cate {
  display: flex;
  gap: 1rem;
}
.post-cate li {
  border-radius: 5rem;
  background-color: #EAE8DF;
  border: 1px solid #CCC6C0;
  width: 9rem;
  height: 2.4rem;
  font-size: clamp(10px, 0.625vw, 12px);
  line-height: 1.5;
  letter-spacing: 0.11em;
  display: grid;
  place-content: center;
}
@media screen and (max-width: 768px) {
  .post-cate li {
    width: 7.565rem;
    height: 2rem;
  }
}

.post-ttl {
  font-size: clamp(21px, 1.3541666667vw, 26px);
  line-height: 1.5;
  letter-spacing: 0.11em;
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .post-ttl {
    font-size: 2rem;
  }
}

.post-item_arrow {
  margin: 5.4rem 0 0 auto;
}
@media screen and (max-width: 768px) {
  .post-item_arrow {
    margin: 0.8rem 0 0 auto;
  }
}

.post-grid-btn {
  grid-area: btn;
  width: 25rem;
  height: 6rem;
  border-radius: 3rem;
}
@media screen and (max-width: 1024px) {
  .post-grid-btn {
    justify-self: flex-end;
    margin-top: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .post-grid-btn {
    height: 5rem;
    margin-inline: auto;
    margin-top: 5.4rem;
  }
}

/* -------------------------------------
view
------------------------------------- */
.view1 {
  width: 100%;
  height: 100dvh;
  max-height: 60rem;
  background-image: url("../img/front/view_01.webp?260318");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .view1 {
    height: 60rem;
  }
}

/* -------------------------------------
instagram
------------------------------------- */
.instagram-inner {
  padding-block: 17.4rem 18.5rem;
}
@media screen and (max-width: 768px) {
  .instagram-inner {
    padding-block: 10.5rem 8.3rem;
  }
}

.instagram-content {
  display: grid;
  grid-template-areas: "ttl list" "btn list";
  -webkit-column-gap: 10.4rem;
     -moz-column-gap: 10.4rem;
          column-gap: 10.4rem;
  grid-template-rows: 17.4rem;
}
@media screen and (max-width: 1200px) {
  .instagram-content {
    grid-template-areas: unset;
    grid-template-columns: 1fr;
    grid-template-rows: unset;
    grid-template-areas: "ttl" "list" "btn";
    gap: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .instagram-content {
    gap: 0;
  }
}

.instagram-ttl {
  grid-area: ttl;
}

.instagram-list {
  grid-area: list;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2.4rem;
}
@media screen and (max-width: 768px) {
  .instagram-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-top: 6.4rem;
  }
}
@media screen and (max-width: 768px) {
  .instagram-list li:nth-child(4) {
    display: none;
  }
  .instagram-list li:nth-child(5) {
    display: none;
  }
}

.instagram-item {
  display: block;
  width: auto;
  height: auto;
  aspect-ratio: 24.9/33.8;
}
@media screen and (max-width: 1440px) {
  .instagram-item {
    width: 15.9rem;
    height: auto;
  }
}
@media screen and (max-width: 1200px) {
  .instagram-item {
    width: 100%;
  }
}

.instagram-item_img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.instagram-item_img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
@media (hover: hover) {
  .instagram-item_img:hover img {
    scale: 1.05;
  }
}

.instagram-btn {
  grid-area: btn;
  width: 25rem;
  height: 6rem;
  border-radius: 3rem;
  align-self: flex-end;
}
@media screen and (max-width: 768px) {
  .instagram-btn {
    height: 5rem;
    margin-inline: auto;
    margin-top: 5.8rem;
  }
}