body {
  margin: 0;
  padding: 0;
  text-align: center;
}
* {
  margin: 0px;
  padding: 0px;
}
.down {
  margin-bottom: 5px;
  margin-top: 50px;
}

.scrollify{
  width: 100%;
  height: 100vh;
}

.main{
  background-image: url("../img/second.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.info-one{
  background-color: #000000;
}
 
.endinfo{
  background-color: #ff0000;
  position: relative;

}

.page_wrap{
  position: fixed;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.page_wrap li{
  margin-bottom: 20px;
}

.page_wrap a{
  border: 1px solid #000;
  border-radius: 50%;
  display: block;
  width: 10px;
  height: 10px;
}
.page_wrap a.active{
  background: #000;
}
/* scrollify.jsに関係する記述はここまで */


/* セクションごとのタイトルはここから */
.title{
  font-size: 2.5vw;
  font-family: 'Oswald', sans-serif;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  color: white;
}

.bar {
  margin-top: 0;
}
.snsbox {
  text-align: right;
}
.snsbox a {
  text-decoration: none;
}
.snsbox a img {
 margin: 5px;
}
.snsbox-2 a {
  text-decoration: none;
}
.snsbox-2 a img {
 margin: 5px;
}

.content{
  font-size: 16px;
  font-family: 'Oswald', sans-serif;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  text-align: justify;
  width: fit-content;
}
.first-img {
  text-align: center;
  width: 100%;
}

.chicken img {
  margin-top: 10%;
  margin-bottom: 10%;
  max-width: 100%;
  height: auto;
  width /***/:auto;
}
.beef img {
  margin-top: 10%;
  margin-bottom: 20%;
  max-width: 100%;
  height: auto;
  width /***/:auto;
}


.souse{
  align-items: flex-end;
  display:flex;
  justify-content: center;
}

.mild {
  width: 20vw;
}
.mix {
  width: 20vw;
}
.hot {
  width: 20vw;
}
.dead {
  width: 20vw;
}
.mild img {
  max-width: 30%;
  height: auto;
}
.mix img {
  max-width: 40%;
  height: auto;
}
.hot img {
  max-width: 50%;
  height: auto;
}
.dead img {
  max-width: 40%;
  height: auto;
}
.souse ul li {
  font-size: 3vw;
}
.box {
  margin-bottom: 100px;
  margin-top: 50px;
}


.infotext img {
  margin-top: 10%;
  margin-bottom: 10%;
  max-width: 100%;
  height: auto;
  width /***/:auto;
}
.video-box h2 {
  color: white;
  font-size: 2vw;
}
video {
  margin: 5%;
}


.infotitle {
  font-size: 5vw;
}

.main3box h1 {
  font-size: 5vw;
}
.main3box p {
  font-size: 4vw;
}
ul {
  padding-left: 0;
}
ul li {
  list-style: none;
  text-align: center;
  font-size: 1vw;
  color: white

}



footer{
  text-align: center;
  margin-bottom: 0;
  margin-top: 20%;
}
footer ul li {
  font-size: 2vw;
}
