@charset "UTF-8";



/* ---------------------------------- FV ---------------------------------- */

#fv {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: auto;
  max-height: 1080px;
  aspect-ratio: 16 / 9;
  background-color: #F6F2EC;
}
#fv::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50% ,100%);
  z-index: -2;
  width: 100%;
  height: 100vh;
  min-height: 70vw;
  max-height: 1500px;
  background: linear-gradient(
    to bottom, 
    #f6f2ec 0%, 
    #f6f2ec 60%, 
    #ffffff 100%
  );
}
.circle.circle-1 {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0, -50%);
  z-index: 5;
  width: 50%;
  max-width: 850px;
  height: auto;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background-color: #C66427;
  opacity: .5;
  mix-blend-mode: color-dodge;
}

.circle.circle-2 {
  pointer-events: none;
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(-10%, 0);
  z-index: 5;
  width: 25%;
  max-width: 330px;
  height: auto;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background-color: #C66427;
  opacity: .5;
  mix-blend-mode: color-dodge;
}

/* スライダー */

.fv-wrap {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50% , 70px);
  width: 100%;
  height: calc(100% - 70px);
  max-width: 1920px;
}

.fv-wrap .inner {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #F6F2EC;
}
.fv-wrap .inner::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-100%);
  width: 100%;
  height: 20em;
  background-color: #F6F2EC;

}

#fv .slider-page li {
  width: calc(100% / 4 - .5em);
}


/* キービジュ（スライダー） */
.slide-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50% , -52%);
  z-index: 2;
  width: auto;
  height: 87%;
  aspect-ratio: 5 / 3;
  container-type: inline-size;
}
.slide-box-in {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  box-shadow: 5px 10px 20px rgba(51, 51, 51, 0.2);
}


.slide-box-in .slider-fv {
  width: 100%;
  height: 100%;
}

/* ぼやけ → ピント */
@keyframes focusIn {
    0% {
        filter: blur(15px); 
        transform: scale(1.05); 
    }
    100% {
        filter: blur(0px);  
        transform: scale(1); 
    }
}

.slider-fv .slick-slide img {
  filter: blur(15px);
  transform: scale(1.05);
}
.slider-fv .slick-active img {
    animation: focusIn 1.25s ease-out .25s forwards;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-list {
  width: 100%;
  height: 100%;
}

.slick-track {
  height: 100%;
}

.slick-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider-fv li {
  position: relative;
}
.slider-fv li p {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(5%, 10%);
  font-size: min(7.15vw , 90px);
  color: #fff;
  line-height: 1.2;
  font-weight: 800;
  filter: drop-shadow(0 5px 20px rgba(51, 51, 51, 0.5));
}
.slider-fv li p.fv_t2 {
  transform: translate(5%, 30%);
}

.title-1 {
  position: absolute;
  bottom: 0;
  transform: translateY(15%);
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 1;
  width: 100%;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  font-size: 8.8cqw;
  mix-blend-mode: soft-light;
}




.scroll {
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(150% , -30%);
  z-index: 2;
  width: 3%;
  height: auto;
  aspect-ratio: 3.05 / 10;
  animation: scroll 3s ease infinite;
}
.scroll img {
  width: 100%;
  height: 100%;
}

@keyframes scroll {
  0% {
  transform: translate(150% , -30%);
  }
  50% {
  transform: translate(150% , 0);
  }

  100% {
  transform: translate(150% , -30%);

  }
  
}


.blur {
  position: absolute;
  pointer-events: none;
  z-index: -1;
} 
.blur.blur_1 {
  right: 0;
  top: 0;
  transform: translate(30% , -30%);
}
.blur.blur_2 {
  left: 0;
  bottom: 0;
  transform: translate(-30% , 30%);
}

.blur.blur_3 {
  top: 0;
  left: 0;
  transform: translate(-50% , -50%);
}
 
#fv .blur {
  z-index: 1;
}

#fv .slider-page {
  width: 100%;
}

#fv .slider-page1 .slick-dots {
  justify-content: space-between;
  margin-left: auto;
  width: 50%;
} 


/* ---------------------------------- 取扱商品 ---------------------------------- */


#sec01.sec {
  width: 100vw;
  position: relative;
  z-index: 3;
}

.flex-box ul {
  display: flex;
  flex-wrap: wrap;
}

.flex-box ul li {
  position: relative;
  width: 50%;
  aspect-ratio: 5 / 2;
  text-align: center;
  align-content: center;
  background-color: #ccc;
  border: 0 solid #fff;
  overflow: hidden;

  opacity: 0;
  transition: .5s ease all;
}
.flex-box ul li.active {
  opacity: 1;
}

.flex-box ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: .2s ease all;
}
.flex-box ul li:hover img {
  transform: scale(1.1);
}


.flex-box ul li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  background-color: #693D22;
  opacity: .3;
  transition: .2s ease all;
}

.flex-box ul li:hover::after {
  opacity: 0;

}




/* 1.3は右2.4は左 */
.flex-box ul li:nth-child(odd)  { border-right-width: 0.5px; }
.flex-box ul li:nth-child(even) { border-left-width: 0.5px; }

/* 1.2は下3.4は上 */
.flex-box ul li:nth-child(-n+2) { border-bottom-width: 0.5px; }
.flex-box ul li:nth-child(n+3)  { border-top-width: 0.5px; }

.flex-box ul li a {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
}

.flex-box ul li p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50% , -50%);
  z-index: 2;
  width: 100%;
  text-align: center;
  font-size: 1.3em;
  color: #fff;
}


/* ---------------------------------- ABOUT ---------------------------------- */

#sec02 .sec-in {
  position: relative;
  max-width: 1440px;
  width: 100%;
}

#sec02 .flex {
  width: 90%;
  gap: 2em;
  max-width: 1000px;
  margin: 0 auto;
}

#sec02 .flex-item {
  width: 50%;
  height: 20em;
}

#sec02 .text-box {
  margin-bottom: 5em;

  opacity: 0;
  filter: blur(10px);
  transform: translateY(1em);
  transition: 1s ease all;
} 
#sec02 .text-box.active {
  transform: translateY(0);
  opacity: 1;
  filter: blur(0);
}


#sec02 .flex-img-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 44%;
  aspect-ratio: 10 / 7;
}


#sec02 .flex-img-wrap .flex-img {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2;

  opacity: 0;
  transition: 1s ease all;

}
#sec02 .flex-img-wrap.active .flex-img {
  opacity: 1;
  animation: focusIn 1s ease-out forwards;

}

#sec02 .flex-img-wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(-25% , 20%);
  background-color: #D9E785;
  width: 30%;
  height: auto;
  aspect-ratio: 1 / 1;

  opacity: 0;
  transition: 1s .5s ease all;
}
#sec02 .flex-img-wrap.active::after {
  opacity: 1;
}

#sec02 .sec-title {
  position: initial;
  margin: 0 auto 2em auto;
}

#sec02 .sec-title h3 {
  position: absolute;
  top: 0;
  width: 100vw;
  max-width: 1440px;
  left: 50%;
  transform: translate(-50% , -50%) scale(1.1);
}
#sec02 .sec-title.active h3 {
  transform: translate(-50% , -50%) scale(1);
}
 
#sec02 .sec-title-in {
  position: initial;
  left: 0;
  top: 0;
  transform: translate(0 , 0);
}

#sec02 .blur.blur_3 {
  max-width: 150%;
}


/* ---------------------------------- お悩み ---------------------------------- */

#sec03 .sec-in {
  max-width: 1000px;
}

.sec03-title {
  position: relative;
  width: 100%;
  text-align: center;
  margin-bottom: 2em;

  opacity: 0;
  filter: blur(10px);
  transform: translateY(1em);
  transition: 1s ease all;
}
.sec03-title.active {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

.sec03-title::before,
.sec03-title::after {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
  content: "";
  width: calc(50%  - 10em);
  height: 1px;
  background-color: #333;
}

.sec03-title::after {
  left: auto;
  right: 0;
}

#sec03 .flex {
  position: relative;
  flex-wrap: wrap;
  gap: 1em;
  margin-bottom: 2.5em;
}

#sec03 .flex-item {
  position: relative;
  width: calc(100% / 2 - .5em);

  opacity: 0;
  filter: blur(15px);
  transform: translateY(1em);
  transition: 1s ease all;
}
#sec03 .flex-item.active {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}

#sec03 .flex-item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

#sec03 .btn-2 {
  position: relative;
  display: grid;
  justify-content: center;
  width: 88%;
  background-color: #F3F4F2;
  transition: .2s ease all;
  transform: scale(1);
}
#sec03 .flex-item:hover .btn-2 {
  background-color: #ccc;
}

#sec03 .btn-2::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(70% , -50%);
  width: 20%;
  height: auto;
  aspect-ratio: 5 / 3.26;
  background: url(../images/arrow.webp) no-repeat center / contain;
  transition: .4s ease-in-out all;
}
#sec03 .flex-item:hover .btn-2::after {
  transform: translate(80% , -50%);
}

#sec03 .btn-2-in {
  display: inline-block;
  width: auto;
  height: 6em;
  align-content: center;
}

#sec03 .t-1 {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: .5em;
}

#sec03 .t-1 p {
  transform: translateY(.2em);

  opacity: 0;
  transition: .5s ease all;
}
#sec03 .t-1.active p {
  opacity: 1;
}


#sec03 .t-1 img {
  width: 15em;
  height: auto;
  object-fit: contain;

  opacity: 0;
  filter: blur(10px);
  transition: 1s .2s ease all;
}
#sec03 .t-1.active img {
  opacity: 1;
  filter: blur(0);
} 



#sec03 .blur.blur_2 {
  right: 0;
  top: 0;
  transform: translate(40%, -40%);
}


/* ---------------------------------- 選ばれる理由 ---------------------------------- */


#sec04.sec {
  width: 100vw;
  position: relative;
  z-index: 3;
  padding: 6em 0 0 0;
}

#sec04 .sec-in {
  width: 100%;
  max-width: 1920px;
}


#sec04 .sec-title.active h3 {
  opacity: .3;
}
 
#sec04 .flex:nth-child(even) {
  flex-direction: row-reverse;
}

#sec04 .flex-item {
  width: 50%;
  height: auto;
  aspect-ratio: 2 / 1;

  opacity: 0;
  filter: blur(10px);
  transition: 1s ease all;
}

#sec04 .flex-item.active {
  opacity: 1;
  filter: blur(0);
}


#sec04 .flex-item-1 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1900px) {
  #sec04 .flex-item-1 img {
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 20%);
    mask-image: linear-gradient(to right, transparent 0%, black 20%);
  }
  #sec04 .flex:nth-child(even) .flex-item-1 img {
    -webkit-mask-image: linear-gradient(to left, transparent 0%, black 20%);
    mask-image: linear-gradient(to left, transparent 0%, black 20%);
  }
}


#sec04 .flex-item-2 {
  padding: 2.5em 2em;
    background: linear-gradient(
      to right, 
      rgba(255, 255, 255, 0.5) 0%, 
      rgba(255, 255, 255, 0.5) 50%, 
      rgba(233, 230, 212, 0.5) 100%
    );
}

#sec04 .flex:nth-child(even) .flex-item-2 {
    background: linear-gradient(
      to left, 
      rgba(255, 255, 255, 0.5) 0%, 
      rgba(255, 255, 255, 0.5) 50%, 
      rgba(233, 230, 212, 0.5) 100%
    );
}


#sec04 .flex-item-in {
  width: 100%;
  max-width: 30em;
  margin: 0 auto;
}

.sec04-title {
  display: flex;
  align-items: center;
  gap: 1.2em;
  margin-bottom: 1em;
}
.sec04-title.sp {
  display: none;
}

.sec04-title .number {
  font-size: 6.6em;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #fff;
  line-height: 1;

}

.sec04-title h4 {
  font-size: 1.3em;
  width: calc(100% - 7.8em);
}
.sec04-title h4.h4-1 {
  max-width: 10em;
}

.sec04-title h4 span.t-b {
  padding: 0 .1em;
  font-size: 1.25em;
  font-weight: 700;
}
.sec04-title h4 span {
  display: inline-block;
}

#sec04 .more-btn {
  margin-top: 1.5em;
}





/* ---------------------------------- 充実したサービス ---------------------------------- */


#sec05.sec {
  padding: 6em 0 0 0;
}



#sec05 .sec-in {
  max-width: 1000px;
}

#sec05 .sec-title {
  position: relative;
}
#sec05 .sec-title-in {
  transform: translate(-50% , -50%);
}
#sec05 .sec-title-in .flex {
  justify-content: space-between;
  align-items: end;
  padding: 0;
}

.sec-title-in .text-box p {
  font-size: 1em;
  line-height: 1.7;
  color: #333;
}

#sec05 .blur.blur_3 {
  top: 0;
  left: 0;
  transform: translate(-50% , -40%);
}

#sec05 .blur.blur_4 {
  top: 0;
  left: 0;
  transform: translate(-35% , -55%);
}

#sec05 .flex {
  position: relative;
  gap: 2em;
  padding: 4em 0;
}
.blur-wrap {
  overflow: hidden;
  width: 100vw;
  position: relative;
  top: 0;
  left: 50%;
  transform: translate(-50% , 0);
}

.blur-wrap-in {
  position: relative;
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}

#sec05 .blur-wrap-in .blur.blur_3 {
  bottom: 0;
  top: auto;
  transform: translate(-55% , 40%);
}


#sec05 .flex.flex-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50% , 0);
  z-index: -1;
  width: 100vw;
  height: 100%;
  background-color: #E9E6D4;
}

#sec05 .flex-item {
  opacity: 0;
  filter: blur(10px);
  transition: 1s ease all;
}

#sec05 .flex-item.active {
  opacity: 1;
  filter: blur(0);
}

#sec05 .flex-item.flex-item-1 {
  width: 43%;
}
#sec05 .flex-item.flex-item-2 {
  width: 57%;
  height: auto;
  aspect-ratio: 10 / 6;
}
#sec05 .flex-item.flex-item-2 img {
  width: 100%;
  height: 100%;
}

#sec05 .flex h4 {
  border-bottom: 1px solid #333;
  margin-bottom: 1em;
}

#sec05 .contact-btn ,
#sec05 .more-btn {
  margin-top: 1.5em;
}



#sec05.sec .flex-img {
  aspect-ratio: 10 / 7;
}

#sec05.sec .flex-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ---------------------------------- お知らせ ---------------------------------- */


#sec06 .sec-in {
  max-width: 1000px;
}

#sec06 .sec-title h3 {
  color: #E0D7C1;
}


#sec06 .sec-title.active h3 {
  opacity: .2;
}


#sec06 .more-btn {
  margin-left: auto;
}


#sec06 ul {
  position: relative;
  margin-bottom: 1em;
  background-color: rgba(255, 255, 255, 0.7);
}

#sec06 .blur.blur_4 {
  top: 0;
  right: 0;
  transform: translate(45% , -55%);
}

#sec06 ul .news-1 {
  display: flex;
  gap: 1em;
}

#sec06 ul .date {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #B9B9B9;
}

#sec06 ul .category span {
  border: 1px solid #34771E;
  background-color: #fff;
  color: #34771E;
  line-height: 1;
  padding: .25em .5em;
  font-size: min(1.56vw , 14px);
}

#sec06 ul li {
  position: relative;
  padding-bottom: 1em;
  padding-top: 1em;
  padding-right: 3em;
  border-bottom: 1px solid #E0D7C1;
  background-color: initial;
  transition: .2s ease all;
  background: url(../images/arrow_3.webp) no-repeat 95% / .5em;

  opacity: 0;
  transform: translateY(1em);
  transition: .5s ease all;
}
#sec06 ul li.active {
  opacity: 1;
  transform: translateY(0);
}


#sec06 ul li.title-only {
  background: #fff;
}
#sec06 ul li.title-only:hover {
  background-color: #fff;
}

#sec06 ul li:hover {
  background-color: #E9E6D4;
}


#sec06 ul li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#sec06 ul li.last-item {
  border-bottom: 0;
}


/* ---------------------------------- SNS ---------------------------------- */

#sec07.sec {
  padding: 0;
}

.sns-link {
  gap: .8em;
  margin-bottom: 2em;

  opacity: 0;
  transition: .5s ease all;
}
.sns-link.active {
  opacity: 1;
}

.sns-link_2 {
  opacity: 1;
}

.sns-link .flex-item {
  position: relative;
  padding: .25em .5em .25em 2.5em;
  border: 1px solid #34771E;
  background: url(../images/instagram.webp) no-repeat .5em 55% / 1.5em;
  transition: .2s ease all;
}
.sns-link .flex-item:hover {
  background: #34771E url(../images/instagram_w.webp) no-repeat .5em 55% / 1.5em;

}

.sns-link .flex-item p {
  color: #34771E;
  font-size: 1.1em;
  transition: .2s ease all;
}
.sns-link .flex-item:hover p {
  color: #ffff;
}

.sns-link .flex-item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sns-slider {
  opacity: 0;
  transition: 1s ease all;
}
.sns-slider.active {
  opacity: 1;
}


.sns-slider li {
  position: relative;
  aspect-ratio: 1 / 1;
  margin-right: 2em;
}
.sns-slider li:last-child {
  margin-right: 0;
}
.sns_shop {
  position: absolute;
  bottom: 0;
  left: 0;
  font-family: "Zen Old Mincho", serif;
  font-size: .8em;
  padding: .25em 1em;
  background-color: #fff;
  color: #34771E;
}

.sns-slider li.presentation::after {
  display: none;

}


.sns-slider  li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider-sns {
  width: 100vw;
}

.sns-slider .slick-dotted.slick-slider {
  margin-bottom: 1em;
}

.slider-cnt {
  display: flex;
  width: 100%;
  height: 2.2em;
  gap: 1.5em;
}

.arrow-btn {
  height: 100%;
  display: flex;
  gap: .5em;
}


.slick-arrow {
  position: initial;
  transform: translate(0) scale(1);
  cursor: pointer;
  background: none;
  border: none;
  width: auto; 
  height: 100%;
  aspect-ratio: 10 / 6;
  transition: .2s ease all;
}
.slick-arrow:hover {
  transform: translate(0) scale(1.1);

}

.slick-prev img {
    transform: scaleX(-1);
}

.slick-arrow img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.slick-prev:before, .slick-next:before {
  display: none;
}

.slider-page {
  width: 90%;
  display: grid;
}

.slider-page .slick-dots {
  position: initial;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  width: 100%;
}

.slider-page li {
  margin-right: 0;
  max-width: initial;
  aspect-ratio: initial;
  width: 10%;
  height: 5px;
  height: .27em;
  margin: 0;


}

.slider-page .slick-dots button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: #BDC8D2;
    transition: .2s ease all;
}
.slider-page .slick-dots button:hover {
    background: #34771E; 
}

/* アクティブ時 */
.slider-page .slick-dots .slick-active button {
    background: #34771E; 
}

.slick-dots li button:before {
  display: none;
}



/* ---------------------------------- 店舗一覧 ---------------------------------- */

#sec08 {
  z-index: 1;
}

#sec08 .blur.blur_3 {
  transform: translate(-60% , -50%);
}

#sec08 .sec-title h3 {
  color: #E0D7C1;
  /* opacity: .2; */
}
#sec08 .sec-title.active h3 {
  opacity: .2;
}

#sec08 .flex-1 {
  gap: 2em;
  margin-bottom: 2em;
}

#sec08 .flex-1 .flex-item {
  position: relative;
  width: calc(100% / 3 - 1em);
  aspect-ratio: 1 / 1;
  overflow: hidden;

  opacity: 0;
  filter: blur(10px);
  transition: 1s ease all;
}
#sec08 .flex-1 .flex-item.active {
  opacity: 1;
  filter: blur(0);
}

#sec08 .flex-1 .flex-item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  background-color: #693D22;
  opacity: .5;
}

#sec08 .flex-1 .flex-item p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50% , -50%);
  z-index: 2;
  width: 100%;
  text-align: center;
  font-size: 1.3em;
  color: #fff;
}

#sec08 .flex-1 .flex-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: .2s ease all;
}
#sec08 .flex-1 .flex-item:hover img {
  transform: scale(1.1);
}


#sec08 .flex-1 .flex-item a {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#sec08 .flex-2 {
  gap: 2em;
}

#sec08 .flex-2 .flex-item {
  position: relative;
  display: inline-block;
  padding: .4em 3.5em .4em 3em;
  width: 12.5em;
  background-color: #34771E;
  background: #34771E url(../images/arrow_2.webp) no-repeat 90% 60% / 2em;
  text-align: center;
  transition: .2s ease all;
  border: 1px solid #34771E;

  opacity: 0;
  filter: blur(10px);
  transition: 1s ease all;
}
#sec08 .flex-2 .flex-item.active {
  filter: blur(0);
  opacity: 1;
}

#sec08 .flex-2 .flex-item  p {
  color: #fff;
  transition: .2s ease all;
}

#sec08 .flex-2 .flex-item a {
  position: absolute; 
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; 
}

#sec08 .flex-2 .flex-item:hover {
  background: #fff url(../images/arrow_2-b.webp) no-repeat 95% 60% / 2em;
}

#sec08 .flex-2 .flex-item:hover p {
  color: #34771E;
}







/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/

  
}

/*834px以下*/
@media screen and (max-width: 834px){
  main.main, div.sidebar {
    padding: 0;
  }

  .slick-dots {
    display: flex !important;
  }

}


/*768px以下*/
@media screen and (max-width: 768px){


  /* ---------------------------------- FV ---------------------------------- */  

  #fv {
    height: 100vh;
     max-height: 920px;
    background-color: #eee;
    padding: 0;
  }

  #fv::after {
    height: 120vh;
  }

  .circle.circle-1 {
    transform: translate(-30%, -50%);
    width: 80%;
  }

  .circle.circle-2 {
    width: 50%;
    transform: translate(40%, 0);
  }

  .slide-box {
    aspect-ratio: initial;
    width: 85%;
    height: 80%;
    transform: translate(-50% , -55%);
  }

  #fv .slider-page1 .slick-dots {
    width: 80%;
  }


  .scroll {
    width: min(7.8vw , 36px);
    transform: translate(40% , -30%);
    animation: scroll-2 3s ease infinite;

  }
  @keyframes scroll-2 {
    0% {
      transform: translate(40% , -30%);
    }
    50% {
      transform: translate(40% , 0);
    }

    100% {
      transform: translate(40% , -30%);

    }
    
  }

  /* ---------------------------------- 取扱商品 ---------------------------------- */  

.flex-box ul li {
  max-height: 200px;
  aspect-ratio: 1 / 1;
  height: 50%;
}


  /* ---------------------------------- ABOUT ---------------------------------- */  

  #sec02 .sec-title {
    position: relative;
    margin: 0 auto 1.1em auto;
    z-index: 2;
  }

  #sec02 .sec-title-in {
    position: absolute;
    transform: translate(-50%, -80%);
    bottom: 0;
    top: auto;
    left: 50%;
  }

  #sec02 .sec-title h3 {
    position: initial;
    transform: translate(0);
  }

  #sec02 .flex {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    flex-direction: column-reverse;
  }

  #sec02 .flex-item {
    width: 100%;
    height: auto;
  }

  #sec02 .flex-item.flex-itme-1 {
    width: 90%;
    margin: 0 auto;
  }

  #sec02 .flex-item.flex-item-2 {
    aspect-ratio: 1 / .65;
    position: relative;
  }

  #sec02 .flex-img-wrap {
    position: initial;
    width: 80%;
    margin-left: auto;
  }
  
  #sec02 .flex-img-wrap::after {
    transform: translate(30% , 0);
  }


  #sec02 .text-box {
    margin-bottom: 2em;
  }



/* ---------------------------------- 悩み ---------------------------------- */  

#sec03 .flex-item {
  width: 80%;
  margin: 0 auto;
}

#sec03 .t-1 {
  flex-direction: column;
}


/* ---------------------------------- 選ばれる理由 ---------------------------------- */  

#sec04.sec {
  padding: 3em 0 0 0 ;
}

#sec04 .flex,
#sec04 .flex:nth-child(even) {
  flex-direction: column;
}

#sec04 .flex-item {
  width: 100%;
  aspect-ratio: initial;
}

#sec04 .flex-item-2 {
  padding: 2em 0 4em 0;
  aspect-ratio: initial;
}

#sec04 .flex-item-in {
  width: 90%;
  max-width: 700px;
}

.sec04-title.sp {
  display: flex;
  width: 95%;
  margin: 0 auto;

  opacity: 0;
  filter: blur(10px);
  transition: 1s ease all;
}
.sec04-title.sp.active {
  opacity: 1;
  filter: blur(0);
}


.sec04-title .number {
  font-size: 5.5em;
}

.sec04-title h4 {
  width: calc(100% - 6.5em);
}

#sec04 .flex-item-2,
#sec04 .flex:nth-child(even) .flex-item-2 {
    background: linear-gradient(
      to bottom, 
      rgba(255, 255, 255, 0.5) 0%, 
      rgba(255, 255, 255, 0.5) 50%, 
      rgba(233, 230, 212, 0.5) 100%
    );
}

/* ---------------------------------- サービス ---------------------------------- */  

#sec05 .flex {
  flex-direction: column-reverse;
}

#sec05 .flex-item.flex-item-1,
#sec05 .flex-item.flex-item-2 {
  width: 100%;
}

#sec05 .sec-title-in .flex {
  display: block;
}

#sec05 .flex.flex-3 {
  text-align: center;
}
#sec05 .flex.flex-3 h4,
#sec05 .flex.flex-3 .text-box {
  text-align: left;
}

.contact-btn {
  width: 90%;
  padding: 1.5em 0;
}

.contact-btn {
  max-width: 300px;
  background: #224969 url(../images/arrow_2.webp) no-repeat 90% 60% / 3em;
}

/* ---------------------------------- お知らせ ---------------------------------- */  

.sns-link {
  flex-wrap: wrap;
}

.sns-link .flex-item {
  padding: .25em .5em .25em 2em;
  background: url(../images/instagram.webp) no-repeat .5em 54% / 1.2em;
}

.sns-link .flex-item p {
  font-size: 1em;
}


.slider-sns .slick-list {
  padding-left: 0 !important; 
  padding-right: 20% !important;
}

.sns-slider li {
  margin-right: 1em;
}

.slider-page li {
  margin-right: 0;
}

#sec06 ul .category span {
  font-size: min(3.1vw , 14px);
}


/* ---------------------------------- 店舗一覧 ---------------------------------- */  


#sec08 .flex-1 {
  gap: 1em;
  margin-bottom: 1em;
}

#sec08 .flex-2 {
  gap: 1em;
}
  
}




/*480px以下*/
@media screen and (max-width: 480px){

/* ---------------------------------- 店舗一覧 ---------------------------------- */  


#sec08 .flex-1 {
  flex-wrap: wrap;
  gap: 1em;
}


#sec08 .flex-1 .flex-item {
  width: calc(100% / 2 - 1em);
}

#sec08 .flex-1 .flex-item.sp {
  display: flex;
  flex-direction: column;
}

#sec08 .flex-2 {
  flex-wrap: wrap;
  /* gap: 1em; */
}

#sec08 .flex-2 .flex-item {
  width: 100%;
  aspect-ratio: initial;
  padding: .4em 1em .4em 0;
}

#sec08 .flex-2 .flex-item p {
  position: initial;
  transform: translate(0);
} 
#sec08 .flex-2 .flex-item::after {
  display: none;
}

#sec08 .flex-1 .flex-item.sp-2::after {
  display: none;
}

#sec08 .flex-1 .flex-item p {
  font-size: 1em;
}




}
