/** Shopify CDN: Minification failed

Line 291:11 Expected ":"
Line 302:0 Expected "}" to go with "{"

**/
body,
html {
  margin: 0;
  padding: 0;
  font-family: "Noto Serif JP", serif;
}

    .fadeIn {
      animation-name: fadeInAnime;
      animation-duration: 2s;
      animation-fill-mode: forwards;
      opacity: 0;
      animation-play-state: paused; /* 初期状態は一時停止 */
    }

    @keyframes fadeInAnime {
      from {
        opacity: 0;
      }
      to {
        opacity: 1;
      }
    }

.section {
  position: relative;
}

.section-mg{
    margin-bottom: 200px;
}

.w-900 {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}


.first-view {
    height: 100vh;
    text-align: center;
    position: relative;
  }
  .fv-content h1{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
    margin: 0;
    letter-spacing: 0.1em;
    width: 200px;
  }
  .fv-img{
    width: 40%;
    position: absolute;    
    top: 50%;
    right: 0%;
    transform: translateY( -50%);
  }
  .fv-content span {
    display: block;
    font-size: 2em;
    line-height: 1;
  }

.about-sui {
  height: 100vh;
  background-image: url(//suitenro.shop/cdn/shop/t/13/assets/bg-img1.jpg?v=107449058903204642941761726357);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  position: relative;
}

.soba-content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  width: 90%;
}
.flex-container {
  /* position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); */
  letter-spacing: 0.1em;
}

.reverse{
    flex-direction: row-reverse;

}

.about-sui h3 {
  font-size: 20px;
  line-height: 2;
  margin: 0;
  margin-bottom: 32px;
  letter-spacing: 0.1em;
}

.about-sui p {
  font-size: 14px;
  line-height: 2;
  margin: 28px 0;
  letter-spacing: 0.15em;
}

.flex-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.minus-mg{
  /* margin-top: -300px; */
}

.flex-container h3{
    font-weight: 700;
    margin-bottom: 32px;
    margin-left: -20px;
}

.flex-container p{
    font-size: 16px;
    line-height: 2;
    margin: 16px 0;
    letter-spacing: 0.15em;

}

.flex-item1{
    width: 50%;
    padding: 0 20px;
}

.mg-top{
  margin-top: 120px;
}

.mg-left{
    margin-left: 80px;
}

.flex-end{
    align-self: flex-end; /* 自身をコンテナの下端に揃える */
    margin: 40px auto;
}

.flex-start{
    align-self: flex-start; /* 自身をコンテナの上端に揃える */
    margin: 20px auto;
}

.flex-item2{
    width: 40%;
    text-align: center;
    position: relative;
}
.flex-item2 img{
    width: 100%; /* 画像のサイズ調整 */
    height: auto;
}
.flex-item2 .katsuo-img{
    width: 70%; /* 画像のサイズ調整 */
    height: auto;
}


.flex-item2 img.behind1 {
    position: absolute;
    top: 63%; /* 親要素の上端に合わせる */
    left: 30%; /* 親要素の左端に合わせる */
    z-index: -1; /* 他の画像の後ろに配置 */
    width: 80%;
  }
.flex-item2 img.behind2 {
    position: absolute;
    top: 10%; /* 親要素の上端に合わせる */
    left: -10%; /* 親要素の左端に合わせる */
    z-index: -1; /* 他の画像の後ろに配置 */
  }



/* 商品コレクション　ハンドル　スタイル */

.collection-container {
  display: flex;
  justify-content: center;
  gap: 40px;
  width: 100%;
  text-align: center;
  margin-bottom: 200px !important;
}

.product-item {
  padding: 10px;
  width: 50%;
}

.product-item img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.product-item h2 {
  font-size: 18px;
  margin: 10px 0;
}

.product-item p {
  color: #888;
}

.product-item .btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #333;
  color: #fff;
  text-decoration: none;
  margin-top: 10px;
}

.product-item .btn:hover {
  background-color: #555;
}


@media screen and (max-width: 768px){
  .w-900 {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}
  .fv-content h1{
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .section-mg{
    margin-bottom: 100px
  }
  .about-sui{
    height: 150vh;
  }
  .about-sui h3{
    margin-bottom: 48px;
  }
  .about-sui p{
    font-size: 14px;
    line-height: 2.5;
  }
.flex-container p{
  font-size: 14px;
}
  
  .flex-container{
    flex-direction: column-reverse;
    justify-content: start;
    gap: 80px;
    height: auto;
    margin-bottom: 80px;
  }
  .flex-container h3{
    text-align: center;
    margin: 0;
  }

  .flex-item2{
    width: 60%;
  }
  .flex-item2 .katsuo-img {
    width: 100%;
  }
  .flex-item1{
    width: 100%;
    margin: 0;
    padding
  }
  .product-item{
    width: 100%;
  }
  .product-item .btn{
    width: 100%;
  }
  .product-item h2 {
    font-size: 16px;
}
