*{
  margin: 0;
  padding: 0;
}

.pc{
  display:none;
}

body{
  background-color: #100b04;
  color:#353535;
  font-family: heebo,ヒラギノ角ゴ ProN W3,Meiryo,メイリオ,sans-serif;
}

.h2-p{
  font-family:HiraMinProN-W6,sans-serif;
}


.header{
  background: linear-gradient(to bottom, #100b04, #342e28);
  height:90vh;
  position:relative;
}


.header-logo{
  position:absolute;
  top:25%;
  right:7%;
  width:38%;
}

.header-logo img{
  width:100%;
}

.header-left{
  position:absolute;
  top:32vh;
  width:40%;
}

.header-left img{
  width:100%;
}

.header-manjyu{
  position:absolute;
  bottom:-90px;
  width:100%;
}

.header-manjyu img{
  width:100%;
}


.header-uneune{
  position:absolute;
  bottom:-30vh;
  width:100%;
  display:block;
}

.header-uneune img{
  width:100%;
}


.header-yajirushi{
  position:absolute;
  top:-160px;
  left:15px;
  width:20px;
}

.header-yajirushi img{
  width:100%;
}


/*アニメーション用CSS*/
.updown{
/* アニメーションの名前 */
animation-name:UpDown;
/* アニメーションの１回分の長さ */
animation-duration: 3s;
/* アニメーションの回数 */
animation-iteration-count: infinite;
/* アニメーションの進行具合 */
animation-timing-function: ease-in-out;
/* アニメーション再生の向き */
animation-direction: alternate;
}
/* アニメーションの設定 */
@keyframes UpDown{
/* 開始地点 */
0%{
/* Y軸0px */
transform: translateY(0);
}
/* 終了地点 */
100%{
/* Y軸50px */
transform: translateY(5%);
}
}

/*アニメーション用CSS*/
.updownn{
/* アニメーションの名前 */
animation-name:UpDownn;
/* アニメーションの１回分の長さ */
animation-duration: 2s;
/* アニメーションの回数 */
animation-iteration-count: infinite;
/* アニメーションの進行具合 */
animation-timing-function: ease-in-out;
/* アニメーション再生の向き */
animation-direction: alternate;
}
/* アニメーションの設定 */
@keyframes UpDownn{
/* 開始地点 */
0%{
/* Y軸0px */
transform: translateY(0);
}
/* 終了地点 */
100%{
/* Y軸50px */
transform: translateY(8%);
}
}


/*ヘッダー終了*/


h2{
  font-size:30px;
  font-family: itc-benguiat-condensed,serif;
  letter-spacing: -.02em;
}

.f5e4da{
  margin-top:30px;
  padding-top:50px;
  background-color:#fff6e3;
  position:relative;
}

.f5e4da h2, .f5e4da-h2-p, .white h2, .white-h2-p{
  text-align: center;
  color:#084063;
}

.f5e4da-content{
  margin:30px 23px 3px 23px;
}

.f5e4da-img01{
  margin:30px 0;
  text-align:center;
}

.f5e4da-img01 img{
  width:80%;
  border-radius: 14px;
}

.f5e4da-img02{
  width:100%;
}

.f5e4da-img02 img{
  width:100%;
}


.white{
  position:relative;
  margin-top:-50px;
  border-top: solid 1.3px #084063;
  border-bottom: solid 1.3px #084063;
  background-color:#fffdf8;
  padding-top:50px;
  padding-bottom:30px;
}

.white-right{
  position:absolute;
  top:35vh;
  right:0px;
  text-align: right;
  width:100%;
}

.white-right img{
  width:40%;
}

.white-left{
  position:absolute;
  top:15vh;
  left:0px;
  width:100%;
}

.white-left img{
  width:26.7%;
}

.product-content{
  text-align: center;
  margin:20px 0 40px 0;
}

.product-content p{
  font-size: 20px;
}


.product-content-img img{
  width:60%;
}

.zeikomi {
    font-size: 12px;
}

.kosu {
    font-size: 16px;
    padding-right:8px;
}

/*アニメーション用CSS*/
.updownw01{
/* アニメーションの名前 */
animation-name:UpDownw01;
/* アニメーションの１回分の長さ */
animation-duration: 4s;
/* アニメーションの回数 */
animation-iteration-count: infinite;
/* アニメーションの進行具合 */
animation-timing-function: ease-in-out;
/* アニメーション再生の向き */
animation-direction: alternate;
}
/* アニメーションの設定 */
@keyframes UpDownw01{
/* 開始地点 */
0%{
/* Y軸0px */
transform: translateY(0);
}
/* 終了地点 */
100%{
/* Y軸50px */
transform: translateY(17%);
}
}


/*アニメーション用CSS*/
.updownw02{
/* アニメーションの名前 */
animation-name:UpDownw02;
/* アニメーションの１回分の長さ */
animation-duration: 5s;
/* アニメーションの回数 */
animation-iteration-count: infinite;
/* アニメーションの進行具合 */
animation-timing-function: ease-in-out;
/* アニメーション再生の向き */
animation-direction: alternate;
}
/* アニメーションの設定 */
@keyframes UpDownw02{
/* 開始地点 */
0%{
/* Y軸0px */
transform: translateY(0);
}
/* 終了地点 */
100%{
/* Y軸50px */
transform: translateY(20%);
}
}




/*stores*/

.stores{
  position:relative;
  background: linear-gradient(to bottom, #100b04, #342e28);
  color:#fffdf8;
  padding-top:50px;
}

.stores h2, .stores-h2-p{
  text-align: center;
}

.stores-content{
  margin:30px 23px 0 23px;
}

.stores-p01{
  font-size:30px;
  text-align: center;
  margin-bottom:25px;
}

/*footer*/

footer{
  margin-top:70px;
  text-align: center;
}

.footer-logo{
  margin-bottom:30px;
}

.footer-logo img{
  width:250px;
  max-width:80%;
}

footer li{
  display: inline;
  list-style: none;
  margin-right:10px;
  margin-left:10px;
  font-size:15px;
}

footer p{
  margin-top:40px;
  font-size:10px;
}

li a{
  color:#fffdf8;
  text-decoration:none;
}

li a:hover{
  cursor: pointer;
}


/*フェードイン*/

.fadein {
	opacity : 0.1;
	transform : translate(0, 50px);
	transition : all 500ms;
	}

  .fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
	}


  .popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
  }

  .popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fffdf8;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    width: 80vw;
    max-width:500px;
    text-align: center;
    color:#100b04;
    padding:50px 30px;
    box-sizing: border-box;
    max-height: 90vh; /* または 90%でも可 */
    overflow-y: auto; /* コンテンツが長い場合はスクロール */
  }

  .popup-content h3 {
    margin: 0 0 40px;
  }

  .popup-close {
    position: absolute;
    top: 10px;
    right: 15px;
    background: transparent;
    border: none;
    font-size: 20px;
    cursor: pointer;
    color:#100b04;
  }

  .popup-store{
    margin:20px 0px;
    text-align: left;
  }

  .popup-store p{
    font-size:11px;
  }

  .popup-store p a{
    color:#100b04;
  }

  .popup-store h4{
    font-size:15px;
  }

  .store-button-div{
    text-align: center;
    padding:30px 0;
    margin-bottom:50px;
  }

  .store-button {
    display: inline-block;
    width:80%;
    background-color: transparent;
    color:#fff;
    border: 1px solid #fff;
    padding: 15px 50px;
    font-size: 16px;
    cursor: pointer;
  }

  .store-button:hover {
    background-color: #fff;
    color:#000;
  }

@media screen and (min-width: 600px){
  header {
  width: 100%; /* ヘッダー全体に適用 */
  height: 600px; /* ヘッダーの高さを600pxに固定 */
  background-image: url('pc-img/yuzu.png'); /* 使用する画像 */
  background-repeat: no-repeat; /* 繰り返しを防止 */
  background-size: cover; /* 背景画像が常に全体を覆うように調整 */
  background-position: center; /* 画像を中央に配置 */
  overflow: hidden; /* コンテナから画像がはみ出さないようにする */
}
  .header, .pc-none{
    display:none;
  }

  .pc-header-logo{
    display:block;
    width:100%;
    height:350px;
    margin-top:125px;
  }

  .pc-header-logo img{
    height:100%;
    margin-left:20%;
  }

  .f5e4da, .white{
    margin:0px;
    padding:70px;
  }

  .f5e4da-img01-1 img{
    width:300px;
  }

  .f5e4da-img01-2 img{
    width:450px;
  }

  .product-content-waku {
    display: flex; /* 横並びに配置 */
    justify-content: center; /* 左右中央に配置 */
    align-items: center; /* 上下中央に配置 */
    gap: 20px; /* 2つの間に隙間を追加（必要に応じて調整） */
}

.product-content {
    width: 500px; /* 指定された幅 */
    display: flex;
    flex-direction: column; /* 縦並びに配置（画像とテキスト） */
    align-items: center; /* コンテンツを中央揃え */
    text-align: center; /* テキストを中央揃え */
}

.product-content-img img {
    max-width: 100%; /* 画像を親要素にフィットさせる */
    height: auto; /* アスペクト比を維持 */
}

.h2-p {
    margin-top: 10px; /* テキストと画像の間に余白を追加 */
    font-size: 16px; /* 必要に応じて調整 */
}
  .pc-about, .pc-stores{
    margin:0 auto;
        max-width:600px;
  }

  .white{
    margin-top:0px;
  }

  .white-right{
    position:absolute;
    top:20vh;
    right:0px;
    text-align: right;
    width:100%;
  }

  .white-right img{
    width:20%;
  }

  .white-left{
    position:absolute;
    top:5vh;
    left:0px;
    width:100%;
  }

  .white-left img{
    width:13.35%;
  }

  .store-button{
    width:300px;
  }

}