@charset "utf-8";
/* CSS Document */
.catename1{
    display: inline-block;
    padding: 6px 12px 2px;
    border-radius: 999px;
    background: #F4EFEC;
    color: #BE9864;
    letter-spacing: .08em;
    margin-bottom: 10px;
}


.fv {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
body.gjs-dashed .fv {
  height: auto;
}
.fv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 3;
  background-color: #FDEEEE;
  opacity: 0.2;
  mix-blend-mode: screen;
}
body.gjs-dashed .fv::before, body.gjs-dashed .fv::after {
  display: none;
}
.fv .swiper {
  z-index: 1;
  position: relative;
}
@keyframes zoomUp {
  0% {
    -ms-filter: blur(6px);
    filter: blur(6px);
    transform: scale(1);
  }
  30% {
    -ms-filter: blur(0px);
    filter: blur(0px);
  }
  100% {
    transform: scale(1.15);
  }
}
body:not(.gjs-dashed) .fv .swiper-slide {
  width: 100% !important;
  height: 100vh;
}
body:not(.gjs-dashed) .fv .swiper-slide .swiper-img {
  width: 100% !important;
  height: 100vh;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.fv .swiper-slide-active .swiper-img, .fv .swiper-slide-duplicate-active .swiper-img, .fv .swiper-slide-prev .swiper-img {
  animation: zoomUp 10s linear 0s normal both;
}
body:not(.gjs-dashed) .fv .swiper-slide img {
  display: block !important;
  opacity: 0;
  height: auto;
  width: 100%;
}
.fv .txtbox {
  position: absolute;
  top: 60%;
  right: 5%;
  z-index: 3;
  display: flex;
  gap: 15px;
  flex-direction: column;
  align-items: flex-start;
}
body.gjs-dashed .fv .txtbox {
  position: static;
  transform: translateY(0);
}
body.gjs-dashed .fv .txtbox h1, body.gjs-dashed .fv .txtbox p {
  opacity: 1;
  color: #000;
}
.fv .txtbox h1 {
  animation-name: fvtxt2;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-delay: 1.4s;
}
.fv .txtbox p {
  animation-name: fvtxt2;
  animation-duration: 1.8s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  font-weight: 500;
  animation-delay: 0.4s;
  letter-spacing: 0.1em;
}

.fv .txtbox h1,
.fv .txtbox p {
  opacity: 0;
  text-shadow:
    0 0 4px rgba(255, 255, 255, 1),
    0 0 8px rgba(255, 255, 255, 1),
    0 0 14px rgba(255, 255, 255, 0.8);
}
@keyframes fvtxt1 {
  0% {
    opacity: 0;
    -ms-filter: blur(6px);
    filter: blur(6px);
    letter-spacing: -0.2rem;
  }
  100% {
    opacity: 1;
    -ms-filter: blur(0px);
    filter: blur(0px);
    letter-spacing: 0.1rem;
  }
}
@keyframes fvtxt2 {
  0% {
    opacity: 0;
    -ms-filter: blur(6px);
    filter: blur(6px);
    letter-spacing: -0.1rem;
  }
  100% {
    opacity: 1;
    -ms-filter: blur(0px);
    filter: blur(0px);
    letter-spacing: 0.1rem;
  }
}
@media screen and (max-width: 768px) {
  .fv .txtbox {
    position: absolute;
    top: 30%;
    width: 90%;
  }
}



.shop_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px 24px;
}
.shop_grid .shop_item {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.4s ease;
}
.shop_grid .shop_item .imgbox {
  overflow: hidden;
  border-radius: 6px;
  line-height: 0;
  margin-bottom: 14px;
}
.shop_grid .shop_item .imgbox img {
  width: 100%;
  display: block;
  aspect-ratio: 1 / 0.7;
  object-fit: cover;
  transition: transform 0.4s ease, opacity 0.4s ease;
}
.shop_grid .shop_item .txtbox {
  color: #5c5148;
}
.shop_grid .shop_item .head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 10px;
}
.shop_grid .shop_item .title_area {
  flex: 1;
}
.shop_grid .shop_item .title_area h3 {
  margin: 0;
  color: #BE9864;
  line-height: 1.1;
}
.shop_grid .shop_item .title_area .sub {
  margin: 6px 0 0;
  line-height: 1.6;
  color: #6e6259;
  font-family: "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}
.shop_grid .shop_item .desc {
  margin: 0;
  line-height: 2;
  color: #6e6259;
}
.shop_grid .shop_item .arrow {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border: 1px solid #BE9864;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4px;
  transition: transform 0.4s ease, opacity 0.4s ease;
}
.shop_grid .shop_item .arrow img {
  width: 12px;
  height: 12px;
  display: block;
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.shop_grid .shop_item:hover .imgbox img {
  opacity: 0.5;
}
.shop_grid .shop_item:hover .imgbox img {
  transform: scale(1.05);
}
.shop_grid .shop_item:hover .arrow {
  transform: translateX(6px);
}
.shop_grid .shop_item:hover .arrow img {
  transform: translateX(1px);
}
@media (max-width: 1080px) {
  .shop_grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .shop_grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .shop_grid .shop_item .arrow {
    width: 28px;
    height: 28px;
  }
  .shop_grid .shop_item .arrow img {
    width: 10px;
    height: 10px;
  }
}
.newstop_b .catelabel {
  background: #fff;
  padding: 4px 10px;
  border-radius: 40px;
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px) {}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px) {}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px) {}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px) {}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px) {}