@charset "utf-8";
.cate5{
    display: none;
}
.contact_row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
}
.contact_row .tel {
  color: #8a6b45;
  letter-spacing: .08em;
}
.contact_row .tel span {
  margin-right: 10px;
  font-size: 0.6em;
}
.section06 .leftbox .imgbox {
  width: 250px;
  margin-right: auto;
  margin-left: auto;
}
.section06 .box h3 {
  margin-bottom: 10px;
}
.section05 .label {
  flex-wrap: nowrap;
}
.section05 .catelabel {
  display: inline-block;
  padding: 6px 16px;
  background: #e9e4df;
  border-radius: 999px;
  color: #9b7a53;
  letter-spacing: 0.08em;
}
.product {
  gap: 30px;
}
.product .boxwrap {
  width: 47%;
  min-width: 540px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
.product .boxwrap .leftbox {
  width: 26%;
}
.product .boxwrap .rightbox {
  width: 68%;
}
.product .boxwrap .imgbox {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  background: #ddd8d3;
}
.product .boxwrap .imgbox img {
  width: 100%;
  display: block;
}
.product .boxwrap .txtbox {
  min-width: 190px;
}
.product .boxwrap .entitle2 {
  color: #9b7a53;
  letter-spacing: .08em;
  margin-bottom: 12px;
}
.product .boxwrap h3 {
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 24px;
}
.product .boxwrap .txtbox > p:last-child {
  line-height: 1.8;
}
@media screen and (max-width:768px) {
  .product {
    flex-direction: column;
    gap: 40px;
  }
  .product .boxwrap {
    min-width: 300px;
    width: 100%;
  }
}
@media screen and (max-width:576px) {
  .product .boxwrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .product .boxwrap .leftbox, .product .boxwrap .rightbox {
    width: 100%;
  }
}

.fv {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.fvbox {
  position: relative;
  width: 82%;
  height: 100vh;
  overflow: hidden;
  border-radius: 0 20px 20px 0;
}
body.gjs-dashed .fv,body.gjs-dashed .fvbox{
	height: 100%!important;
}
/*
body:not(.gjs-dashed) .fvbox img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  animation: fvFade 6s infinite;
}
.fvbox img:nth-child(1) {
  animation-delay: 0s;
}
.fvbox img:nth-child(2) {
  animation-delay: 5s;
}
.fvbox img:nth-child(3) {
  animation-delay: 10s;
}
@keyframes fvFade {
  0% {
    opacity: 0;
    transform: scale(1);
    filter: blur(6px);
  }
  30% {
    opacity: 1;
    filter: blur(0);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1.1);
  }
}
*/
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
body.on .fv .fvbox .swiper-slide{
	width: 100%!important;
	height:100vh;
}
body.on .fv .fvbox .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.on .fv .swiper-slide img {
	display: block!important;
	opacity: 0;
	height: auto;
	width: 100%;
}


.fv {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.fv .fvbox {
  position: absolute;
  top: 0;
  left: 0;
}
.fv .fvbox {
  width: 82%;
  height: 80vh;
  margin-top: 140px;
  border-radius: 0 20px 20px 0;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.fv .fvbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 0 20px 20px 0;
}
body.gjs-dashed .fv .fvbox img {
  width: 30%;
	height: auto;
}
.fv .txtbox {
  position: absolute;
  right: 10%;
  top: 40%;
  z-index: 3;
  flex-direction: column;
  text-align: left;
  gap: 24px;
}
.fv .txtbox .imgbox img {
  width: clamp(280px, 22vw, 300px);
  height: auto;
  display: block;

filter:
  drop-shadow(1px 0 6px rgba(255, 255, 255, 0.65))
  drop-shadow(-1px 0 6px rgba(255, 255, 255, 0.65))
  drop-shadow(0 1px 6px rgba(255, 255, 255, 0.65))
  drop-shadow(0 -1px 6px rgba(255, 255, 255, 0.65))
  drop-shadow(0 0 4px rgba(255, 255, 255, 0.55));
}
.fv .txtbox,
.fv .txtbox p,
.fv .txtbox h1,
.fv .txtbox span,
.fv .txtbox a {
  text-shadow:
    1px 0 4px rgba(255, 255, 255, 0.35),
   -1px 0 4px rgba(255, 255, 255, 0.35),
    0 1px 4px rgba(255, 255, 255, 0.35),
    0 -1px 4px rgba(255, 255, 255, 0.35),
    0 0 4px rgba(255, 255, 255, 0.45);
}
body.gjs-dashed .fv .txtbox {
  position: static;
  transform: none;
}
@keyframes fvlogo {
  0% {
    opacity: 0;
    transform: scale(0.4);
    filter: blur(18px) brightness(2.2);
  }
  55% {
    opacity: 1;
    transform: scale(1.12);
    filter: blur(2px) brightness(1.4);
  }
  75% {
    transform: scale(0.96);
    filter: blur(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    filter: none;
  }
}
.fv .txtbox h1, .fv .txtbox p, .fv .txtbox .more {
  opacity: 0;
}
body.gjs-dashed .fv .txtbox h1, body.gjs-dashed .fv .txtbox p {
  opacity: 1;
}
.fv .txtbox .imgbox {
  overflow: hidden;
}
.fv .txtbox .imgbox img {
  clip-path: inset(0 100% 0 0);
  animation: logoReveal 1.2s ease forwards;
}
@keyframes logoReveal {
  to {
    clip-path: inset(0 0 0 0);
  }
}
.fv .txtbox h1 {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.14em;
  font-weight: 500;
  animation-name: fvtxt1;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-delay: 0.8s;
  text-align: center;
}
@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;
  }
}
@media screen and (max-width: 576px) {
  .fv .fvbox {
    margin-top: 120px;
  }
  .fv .txtbox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 350px;
  }
}
body.gjs-dashed .card_box {
  position: relative;
}
body.gjs-dashed .card_box img {
  position: relative;
  z-index: 10;
}
body.gjs-dashed .card_box .txtbox {
  position: relative;
  z-index: 11;
}
/* ---------- 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) {}