/*
Theme Name: Kaze Child
Template: kaze
Version: 1.0.0
*/

body{
    font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
#my-mask path {
  opacity: 0; /* 準備ができるまで非表示 */
}
.hero-header {
    position: relative;
    width: 100%;
    height: 100vh; /* 全画面 */
    overflow: hidden;
}
.top-logo{
position: absolute;
    z-index: 100;
    top: 0;
        width: calc(100% - 80px);
    margin: 0 40px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.top-logo img{
    width: 280px;
}
.top-text{
        position: absolute;
    z-index: 111;
    max-width: 1000px;
    width: 100%;
    bottom: 10%;
    color: #fff;
    padding: 0 20px;
    line-height: 2;
    left: 50%;
    transform: translateX(-50%);
}
.top-text h2{
font-size: 20px;
}
.top-text p{
    font-size: 14px;
}
.hero-content {
    /* 動画の上に浮かせるための必須設定 */
    position: absolute; 
    top: 50%;
    transform: translateY(-50%);
    z-index: 998 !important;
        width: calc(100% - 80px);
    margin: 0 40px;
    opacity: 1 !important;
    
    /* 配置の調整 */
    display: block !important;
    pointer-events: auto !important; /* 動画にクリックが吸われないようにする */
}

.hero-content svg {
    /* 親要素の幅に合わせてSVGが自動追従します */
    width: 100%;
    height: auto;
    display: block;
}
.hero-content svg path {
    stroke-linecap: butt !important;    /* 線の端を切り落とす（丸みを出さない） */
    stroke-linejoin: miter !important;  /* 角を鋭角に保つ */
    stroke-miterlimit: 10 !important;   /* 尖った角をどこまで許容するか（数値が高いほど尖る） */
}

.loader{
    position: fixed;
    z-index: 9999;
    background-color: #fff;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100vh;
    justify-content: center;
    transition:opacity 0.5s ease; 
    opacity:1;
}

/* Swiper全体のサイズ指定 */
.swiper {
  width: 100%;
  height: 100%;
}

.hero-swiper {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .hero-swiper .swiper-slide,.cafe-swiper .swiper-slide {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .swiper-button-next,
  .swiper-button-prev {
    background-color: #000;
    left: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 4;
  }
  .swiper-button-next img,
  .swiper-button-prev img{
    width: 20px;
  }
  .swiper-button-next img{
    transform: rotate(180deg);
  }
  .swiper-button-prev{
    left: 0 !important;
  }
  .swiper-button-next{
    right: 0 !important;
  }
.swiper-navigation-icon{
    display: none;
}
/* 各スライドの共通設定 */
.swiper-slide {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.swiper-pagination-bullet{
    background:#fff !important;
    opacity: 0.7 !important;
}
.swiper-pagination-bullet-active{
    background:#000 !important;
    opacity: 1 !important;
}
.sign{
    position: absolute;
    background-color: #000;
    color: #fff;
    font-size: 16px;
    width: 100px;
    height: 100px;
    top:0;
    left:50px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 0 0 10px 0;
}
.sign h2{
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 400;
    text-align: center;
}
#go{
    width: 100%;
    height: 100%;
    padding: 20px;
    position: relative;
}
#go img{
    width: 100%;
  height: 100%;
  object-fit: cover; /* 画像が伸びず、隙間なく敷き詰められる */
  display: block;
}
#go .sign{
    top:20px;
}
.go-contents{
    width: 900px;
    margin: 50px auto;
    line-height: 2;
    font-size: 14px;
}
.go-contents h3{
    font-size: 22px;
    margin: 0 0 40px;
}
.go-contents h4{
    background-color: #1A96D1;
    color: #fff;
    font-weight: normal;
    font-size: 14px;
    display: inline-block;
    padding: 20px 40px;
    margin: 0px 0 40px;
}
.go-contents p{
    margin: 0 0 50px;
}
.go-contents h3.go-2{
    margin: 0 0 20px;
}
.cafe-swiper{
    width: 100%;
    height: 100vh;
}
#cafe{
width: 100%;
position: relative;
}
#cafe h2{
    font-size: 24px;
    text-align: center;
    margin: 0 0 30px;
}
.cafe-text h3,.cafe-text h4,.cafe-text p{
    font-size: 14px;
    line-height: 2;
    font-weight: normal;
    color: #fff;
        margin: 50px 0;
}
.cafe-text{
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 640px;
    left: 50%;
    transform: translate(-50%, -50%);
}
img.map{
        width: 16px;
    vertical-align: text-bottom;
    margin: 0 0 0 10px;
}
.cafe-menu {
  display: flex;
  justify-content: center;  /* 全体を中央に寄せる */
  align-items: center;      /* 上下の中央揃え */
  gap: 30px;
  font-family: "Arial", Gadget, sans-serif;
  letter-spacing: 1px;
  position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translate(-50%, -50%);
  z-index: 3;
  /* 補足：MENUを「完全に」画面全体の中心にしたい場合は、
     Instagramの幅の分だけ、少し左に margin を調整するか、
     以下のように position を組み合わせる方法もありますが、
     まずはシンプルな並びからお試しください。 */
}
.cafe-menu a:nth-child(1){
  display: inline-block;
  border: 1px solid #fff;   /* 黒いボーダー（色は自由に変更してください） */
  padding: 20px 60px;       /* 四角の内側の余白（上下 左右） */
  text-decoration: none;    /* 下線を消す */
  color: #000;
  background-color: #fff;              /* 文字色 */
 background-image: url(/image/top/pdf_icon.svg);
    background-repeat: no-repeat;
    background-size: 26px;
    background-position: right 10px center;
    width: 200px;
    text-align: center;
    letter-spacing: 2px;
    transition: 0.3s ease;
}
.cafe-menu a:nth-child(1):hover{
    opacity: 0.7;

}
#instagram{
    width: 100%;
    padding: 0 20px;
    max-width: 1000px;
    margin: 0 auto;
    padding: 100px 0;
}
#instagram .text-logo{
    width: 40px;
    display: block;
    margin: 0 auto;
}
#instagram .logo{
    width: 120px;
    display: block;
    margin: 0 auto;
}
.insta-photo{
    display: flex;
    margin: 80px 0 40px;
}
.insta-photo img{
    border-right: solid #fff 1px;
}
.insta-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  border: solid #000 1px;
  background: #fff;
  color: #000;
  text-decoration: none;
  border-radius: 0; /* 完全な四角 */
  padding: 20px 0px;
      transition: 0.3s ease;
margin: 0 auto;
}
.insta-link:hover {
  background-color: #000;
  color: #fff;
}
#fruit{
    width: 100%;
    height: 100vh;
    background-image: url(/image/top/shop_pic.webp);
    background-size: cover;
    background-position: center;
    position: relative;
}
.fruit-contents{
    width: 100%;
    padding: 0 20px;
    max-width: 760px;
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 14px;
    line-height: 2;
}
.fruit-contents h3{
    text-align: center;
    margin: 0 0 20px;
    font-size: 20px;
}
.arrow-link{
        text-align: center;
       margin: 100px 0 0 0;
}
.fruits-shop{
    font-family: "Arial", Gadget, sans-serif;

}
.arrow-link a{
        background-image: url(/image/top/arrow.svg);
        padding: 60px 0 0px 0px;
    color: #231815;
    background-size: 50px;
    background-position: top center;
    font-size: 12px;
}
.arrow-link a:hover{
    opacity: 0.7;
}
#news{
    width: 100%;
    height: 50vh;
    position: relative;
    margin: 100px 0;
    padding: 150px 0 0;
}
.news-contents{
    width: 600px;
    margin: 0 auto;
}
#news dl{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    border-top: solid 1px #D8D8D8;
    align-items: flex-start;
}
#news dt{
width: 10%;
min-width: 100px;
flex-shrink: 0;
container-type: inline-size;
 font-size: clamp(1.2rem, 1cqw, 1.6rem);

}
#news dd{
width: calc(100% - 100px);
flex-shrink: 0;
container-type: inline-size;
 font-size: clamp(1.2rem, 1cqw, 1.6rem);
}
#news dd a{
    color: var(--basic);
}
#news dd a:hover{
    text-decoration: underline;
}
#news dt,#news dd{
    padding: 20px 0;
    border-bottom: solid 1px #D8D8D8;
}
#news .news-all{
        margin: 20px auto;
    color: var(--basic);
    font-family: "Arial", Gadget, sans-serif;
    font-weight: bold;
    border-bottom: solid 3px #000;
    display: block;
    width: fit-content;
}
#company{
    width: 100%;
    height: 100vh;
   background-image: url('/image/top/bg_company.webp'); 
   background-size: cover;
   background-position: center;
   position: relative;
}
.company-contents{
    background-color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    display: flex;
    padding: 50px 80px 30px;
    line-height: 2;
    position: absolute;
    bottom: 0;
    margin: 20px;
}
.company-text{
    width: 50%;
}
.company-text p{
    margin: 0 0 20px;
}
#side{
    width: 100%;
    position: relative;
}
#side h3{
    text-align: center;
    font-size: 24px;
    margin: 0 0 20px;
}
.side-contents{
    width: 750px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 2;
    padding: 150px 0 0 0;
}
.side-logos{
    position: relative;
    margin: 100px 0;
}
.sidebyside{
    width: 300px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.logo-etc{
    width: 100%;
 
    top: 0;
    left: 0;
}
#shop{
    width: 100%;
    position: relative;
}
.shop-contents{
    width: 750px;
    margin:0px auto;
}
.shop-inner{
    padding: 120px 0 0;
    font-size: 15px;
    line-height: 2;
}
.shop-link{
    margin: 100px auto;
    display: flex;
    width: 900px;
    justify-content: space-between;
}
.shop-info{
    width: 400px;
    
}
.shop-info-pic{
display: flex;
}
.shop-name{
    width: 100%;
    background-color: #462832;
    display: flex;
    justify-content: center;
    align-items: end;
    padding: 0 0 30px 0;
}
.breath{
    background-color: #F6AE45;
}
.shop-name img{
    width: 80%;
}
.breath img{
    width: 42%;
}
.shop-text{
    font-size: 15px;
    padding: 30px 20px 16px;
    line-height: 1.8;
}
.shop-text h3{
    font-size: 17px;
    font-weight: 500;
    margin: 50px 0 0;
}
.shop-text p.place{
    font-weight: 500;
    font-size: 17px;
    margin-bottom: 14px;
}
.shop-text p.price{
font-weight: 500;
    font-size: 17px;
}
.cart-button {
  display: flex;
  justify-content: center; /* 左右の真ん中寄せ */
  align-items: center;     /* 上下の真ん中寄せ */
  
  width: 100%;
  height: 70px;            /* ボタンの高さ */
  font-size: 14px;
  background-color: #727171;  /* ボタンの色 */
  color: #fff;             /* 文字の色 */
  text-decoration: none;   /* 下線を消す */

  box-sizing: border-box;  /* 枠線や余白を含めて幅100%にする */
  transition: background-color 0.3s ease; /* ホバー時の変化を滑らかに */
}

/* マウスを乗せたときの演出 */
.cart-button:hover {
  background-color: #333;  /* 少し明るい黒（グレー）に変化 */
}
#about{
    position: relative;
    width: 100%;
    height: 100vh;
    background-image: url(/image/top/go.webp);
    background-size: cover;
    background-position: center;

}
[data-aos="fade-in"] {
  transition-property: opacity, filter, transform; /* ここで明示的に上書き */
  opacity: 0;
  filter: blur(16px);

  transition-duration: 1.4s;
  transition-timing-function: cubic-bezier(.25,.1,.25,1);
  transition-delay: var(--delay, 0s);
}

[data-aos="fade-in"].aos-animate {
  opacity: 1;
  filter: blur(0);

}