*{
  margin: 0;
  padding: 0;
}

body{
  font-family: "ten-mincho", serif;
  color:#231815;
}

body::before {
  content: "";
  position: fixed; /* ここを変更 */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('img/about-en.png');
  background-size: cover;
  background-position: center;
  z-index: -1; /* 背景がコンテンツの後ろに来るように */
}



header {
  display: flex;
  position:relative;
  justify-content: center;   /* 横方向中央 */
  align-items: center;
  background-image: url('img/header-img.png');
  background-size: cover;
  background-position: left center; /* 最初は左端 */
  background-repeat: no-repeat;
  height: 80vh;
  width: 100%;
  animation: background-pan 60s infinite alternate;
}

/* キーフレーム：背景位置を左→右にスライド */
@keyframes background-pan {
  0% {
    background-position: left center;
  }
  50% {
    background-position: right center;
  }
  100% {
    background-position: left center;
  }
}

.header-img2{
  position:absolute;
  top:0px;
  right:0px;
  width:100%;
}

.salt-2{
  width:60px;
  position:absolute;
  bottom:8%;
  right:10%;
}
.salt-2 img{
  width:100%;
}

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

.center-box {
  text-align: center;
  padding: 20px 40px;
  font-family : Arial, 'M PLUS 1p', Source Sans Variable;
  font-size : 8px;
  line-height: 30px;
  letter-spacing : 17.2px;
  color : #FFFFFF;
  color : rgb(255, 255, 255);
}

.center-box p{
  font-weight:bold;
  font-size : 10px;
  margin-top:20px;
}

.about{
  background-color:#fffef8;
  padding:50px 30px;
   overflow: hidden;
}

.about-top{
  display: flex;
  padding-left:10px;
  padding-right:10px;
   gap:20px;
   top:-100px;
}

.about-top-left{
  flex: 4;
  padding: 10px
}
.about-top-right{
  flex: 6;
  padding: 10px 10px 10px 0px;
}

.about-top-c{
  display: flex;                /* ← これを追加 */
  align-items: flex-end;
}

.about-top-left img{
  width:100%;

}

.about-top-right h2{
  font-weight:normal;

line-height:30px;
  font-size:15px;
  font-family: '小塚ゴシック Pro','Kozuka Gothic Pro',sans-serif;
  letter-spacing : 3px;
}

.saltc{
  font-size:6px;
}

.about-middle{
  font-size: 12px;
  line-height: 30px;
  margin:20px 0px;
  padding-left:20px;
}

.about-middle-img{
  width:100%;
}

.about-middle-img img{
  width:100%;
}

.about-en{
  padding:70px 50px;
  font-family: '小塚ゴシック Pro','Kozuka Gothic Pro',sans-serif;
  color:#fff;
   overflow: hidden;
}

.about-en h3{
  font-size:17px;
  margin-bottom:15px;
}

.about-en-c{
  font-size:14px;
    line-height:30px;
}

.product{
  background-image: url('img/product-back.png');
  background-size: cover;
  color:#fff;
  padding:50px;
  text-align:center;
}

.product-p{
  padding:30px;
  margin-top:30px;
}

.product-p img{
  width:50%;
}

.product-p-colmun{
  font-family: Arial, 'M PLUS 1p', Source Sans Variable;
      letter-spacing: 5px;
      font-size:12px;
}

.product-p-colmun-y{
  margin-top:30px;
  font-family: "Libre Baskerville", serif;
font-style: italic;
font-size:13px;
}

.product-p-colmun-y span{
  font-size:10px;
}

.store{
  padding:50px;
  text-align:center;
  color : #49B4D8;
  background-color: #fffef8;
}

.store h3, .product h3{
  font-family : Arial, 'M PLUS 1p', Source Sans Variable;
  letter-spacing : 10px;
  font-size:20px;
  margin-top:20px;
}


.store-p img{
  width:100%;
}

.store-p {
  margin-top:50px;
}

.store-p-colmun{
  margin-top:30px;
  text-align: left;
  font-size: 12px;
}

.store-en{
  color:#fff;
  background-color:#1da8d3;
  font-family: '小塚ゴシック Pro','Kozuka Gothic Pro',sans-serif;
  font-size: 14px;
  padding:50px;
}

.store-en p{
line-height:30px;  
}

footer{
  padding:70px 50px 0px 50px;
}

footer ul li{
  font-family: Arial, 'M PLUS 1p', Source Sans Variable;
    letter-spacing: 8px;
    font-size: 14px;
    font-weight:bold;
    list-style:none;
    color:#280d04;
    line-height: 40px;
}

footer ul li a{
  text-decoration: none;
  color:#280d04;
}

.footer-img{
  width:60px;
  height:60px;
  margin-top:30px;
  margin-bottom:70px;
}

.footer-img img{
  width:100%;
}

footer ul{
  margin-bottom:50px;
}

.footer-f{
  font-family: Arial, 'M PLUS 1p', Source Sans Variable;
  font-size:9px;
  color:#280d04;
  text-align: center;
  padding-bottom:10px;
}

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

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

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

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

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

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

      .header-img-pc{
        display:none;
      }


@media screen and (min-width: 768px){
  .center-box{
    font-size:13px;
    line-height: 40px;
  }


  .center-box p{
    font-size:14px;
  }

  header{
    height:90vh;
  }

  .salt-2{
    width:90px;
    bottom:20vh;
  }

  .pc{
    max-width:500px;
    margin:0 auto;
    padding:20px 0px;
  }

  .about-top-right h2{
    font-size:20px;
    line-height:40px;
  }

  .saltc{
    font-size:10px;
  }

  .about-middle{
    font-size:14px;
        line-height: 40px;
    margin: 50px 0px;
  }

  .about-en-c{
    line-height:40px;
  }

  .pc h3{
    font-size:26px;
  }

  .product-p-colmun{
    font-size:15px;
  }

  .product-p-colmun-y{
    font-size:18px;
  }

  .store-p-colmun{
    font-size:14px;
  }

  .store-en{
    line-height:40px;
  }

  .product-p img{
    max-width:200px;
  }

  .header-img2{
    display:none;
  }

  .header-img-pc{
    position:absolute;
    display:block;
    top:0px;
    right:0px;
    width:100%;
    text-align:left;
  }

  .header-img-pc img{
    width:90%;
    max-width:700px;
  }

  .salt-2{
    bottom:10%;
    right:13%;
  }



}

@media screen and (min-width: 1030px){

  header{
    background-image: url('img/pc-h.jpg');
  }

}