#mv {
  position: relative;
  overflow: hidden;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  z-index: 1;
  background-color: #8A847B;
  z-index: 0;
  background-image:  url(../image/top/mv-bg2.webp);
 
  background-repeat: no-repeat;
  background-size: cover; /* 画面いっぱいに表示 */
  background-position: center center; /* 中央に配置 */
  background-attachment: fixed; /* スクロールしても動かない */
}

#mv::before {
  content: '';
  position: absolute;
  top: 10%;
  left: 0;
  width: 100%;
  height: 100%; 
  background-image: url(../image/top/mv-top2.png);
  background-size: 80%;
  background-position: center center;
  z-index: -1;
  will-change: transform;
  transition: transform 0.1s linear;
  background-repeat: no-repeat;

}
#mv::before {
  transform: translateY(var(--parallax-offset, 0px));
}
#mv img{
    position: absolute;
    left: 50%;
    top:50%;
    transform: translate(-50%, -50%);
    max-width: 300px;
}
.blend-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode:multiply; 
  z-index: 9;
  pointer-events: none;
}
section {
  margin-bottom: 40px;
  padding: 10vw 15vw 0;
}
h2{
    margin-bottom: 50px;
    font-family: 'MyFont', sans-serif;
    font-size: 5rem !important;
    font-weight: normal;
	letter-spacing:3px
}
@media (max-width: 600px) {
  .blend-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-90deg);
    transform-origin: center center;
    min-width: 100vh;
    height: 100vw;
  }
}

@media (max-width: 600px) {
#mv {
  background-image:  url(../image/top/mv-bg-sp.webp);
 
}
 #mv::before {
  background-image: url(../image/top/mv-top-sp.webp);
  background-repeat: no-repeat;
  background-size: 90%;
  top: -2%;
  left: 0;
  width: 100%;
  height: 100%; 
}
section {
  padding: 10vw 5vw 0;
}
}

/**************************************/
#concept{
    background-image: url(../image/top/bg-botanical-right.webp);
    background-position: right -200px top -100px;
    background-repeat: no-repeat;
}
#concept .wrap_left{
    aspect-ratio: 1 / 1;
    background-image: url(../image/top/concept-bg.webp);
    position: relative;
}
#concept .wrap_left .object-circle{
    content:"";
    background-image: url(../image/top/object-circle.webp);
    position: absolute;
    left: 0;
    top:0;
    aspect-ratio: 1 / 1;
    z-index: 1;
    width: 120px;
    height: 120px;
    background-size: contain;
  will-change: transform;
}
#concept .wrap_left .object-circle-k{
    content:"";
    background-image: url(../image/top/object-circle-k.svg);
    position: absolute;
    left: 0;
    top:0;
    aspect-ratio: 1 / 1;
    z-index: 1;
    width: 120px;
    height: 120px;
    background-size: contain;
}
#concept .wrap_left:after{
    content:"";
    background-image: url(../image/top/concept-frame.svg);
    background-size: cover;
    width: 101%;
    height: 101%;
    position: absolute;
    left: 0;
    top:0;
    aspect-ratio: 1 / 1;
}
#concept img {
    margin-bottom: 50px;
  filter: blur(30px);
  transition: filter 1s ease-out;
}

#concept img.unblur {
  filter: blur(0);
}
#concept p{
    margin-bottom: 2rem;
}
#concept .wrap_right img.sign{
  max-width: 200px;
  margin-left: 0;
  display: block;
}
@media (max-width: 65rem) {
    
  #concept .wrap_left .object-circle{
    width: 130px;
    height: 130px;
}
#concept .wrap_left .object-circle-k{
    width: 130px;
    height: 130px;
}
#concept .wrap_left{
    min-width: 100%;
	margin-bottom:30px}
#concept{
    background-position: right -100px bottom 0%;
    background-size: 400px;
}
}
/***********************************/
#showcase{
    background-image: url(../image/top/bg-botanical-left.webp);
    background-position: left -200px bottom;
    background-repeat: no-repeat;
    background-size: contain;

}
/*********************************/

#plan .wrap_planttl{
    display: flex;
    justify-content: space-between;
  align-items: center; 
  margin: 1rem 0;
}
#plan .wrap_planttl h3{
  font-size: 2.2rem;
}
#plan .wrap_planttl span {
  border: solid #000 1px;
  padding: 2px 10px;
  border-radius: 3px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
}
#plan .wrap_planttl .price {
    font-size: 3rem;
    font-family: 'MyFont', sans-serif;
    letter-spacing: 2px;
}
#plan .wrap_planttl .price:after{
    content: "円";
    font-size: 1.3rem;
    margin-left: 5px;

}

#plan .wrap_img{
min-height: 200px;
aspect-ratio: 1 / 1;
display: block;
}
#plan .wrap_left .wrap_img{
background-image: url(../image/top/plan-1.webp);
}
#plan .wrap_right .wrap_img{
background-image: url(../image/top/plan-2.webp);
}

@media (max-width: 65rem) {
    #plan .wrap_planttl{
  flex-direction: column;
}
.wrap_left{
    padding-bottom:30px;
    border-bottom: solid #615e50 1px;
}
}

/**************************/

/***********************************/
#voice {
  margin-bottom: 10%;
}
#voice .wrap_voice-box{
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: center;
  align-items: center;
}
#voice .voice-box{
  display: flex;
  background-color: #D8D6D4;
  padding: 3rem;
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
  justify-content: flex-start;
  gap:30px;
  max-width: 80%;
  align-items: center;
}
/* 2つ目と4つ目だけ右寄せ */
#voice .voice-box:nth-child(2),
#voice .voice-box:nth-child(4){
  align-self: flex-end; /* 親フレックスの中で右寄せ */
}
#voice .voice-box .wrap_icon{
  min-height: 90px;
  min-width: 90px;
  max-width: 90px;
  max-width: 90px;
  background-image: url(../image/top/voice-icon1.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50px;
  aspect-ratio: 1 / 1;
}
#voice .voice-box:nth-child(2) .wrap_icon{
  background-image: url(../image/top/voice-icon2.jpg);
}

#voice .voice-box:nth-child(3) .wrap_icon{
  background-image: url(../image/top/voice-icon3.jpg);
}
#voice .voice-box:nth-child(4) .wrap_icon{
  background-image: url(../image/top/voice-icon4.jpg);
}
#voice .voice-box .wrap_left{
  max-width: 90px;
}
#voice .voice-box .wrap_left p{
  text-align: center;
  margin-top: 15px;
  color: #8A7D6D;
  font-size: 1.3rem;
}
#voice .voice-box .wrap_comment{
  border-left: 1px solid #8A7D6D ;
  padding-left: 30px;
}

#voice .voice-box .wrap_comment p{
  font-size: 1.4rem;
}

#voice .voice-box .wrap_comment p:first-child{
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

@media (max-width: 65rem){
  
#voice {
  margin-bottom: 20%;
}
#voice .voice-box{
  padding: 3rem 2rem;
  max-width: 85%;
  flex-direction: column;
}
#voice .voice-box .wrap_left p{
  margin-top: 10px;
}
#voice .voice-box .wrap_comment{
  border-left:none ;
  padding-left:0;
}

#voice .voice-box .wrap_comment p:first-child{

  margin-bottom: 1rem;
  text-align: center;
}
}
/*************************/
/* 初期状態 */
.voice-box, .case {
  opacity: 0;
  transform: translateY(20px); /* 下から少しずらす */
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

/* 可視範囲に入ったとき */
.is-visible {
  opacity: 1;
  transform: translateY(0);
}