@charset "UTF-8";
/* CSS Document */
body {
  margin: 0px;
  padding: 0;
  font-family: "Al Nile";
  font-size: 16px;
  color: #4F4D4D;
}
/*------------------------------------------
        リセット
------------------------------------------*/
* {
  padding: 0;
  margin: 0;
}
/*------------------------------------------
        スタイル設定
------------------------------------------*/
/*****headerのスタイル設定*****/
.header {
  background: #CCC;
  width: 100%;
  z-index: 99;
  height: 50px;
  position: fixed;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, .5));
}
/*****checkboxを見えなくする*****/
.ham-checkbox {
  display: none;
}
/*****クリックできる範囲を拡張＆配置*****/
.ham-wrapper {
  display: block;
  width: 40px;
  height: 30px;
  position: absolute;
  top: 7px;
  right: 7px;
}
/*****三本線のスタイル設定*****/
.ham-icon, .ham-icon::before, .ham-icon::after {
  background-color: #333;
  width: 40px;
  height: 4px;
  right: 0;
}
.ham-icon {
  position: relative;
  top: 15px;
}
.ham-icon::before, .ham-icon::after {
  content: "";
  display: block;
  position: absolute;
}
.ham-icon::before {
  top: -15px;
}
.ham-icon::after {
  top: 15px;
}
/*****ナビゲーションのスタイル設定*****/
.ham-nav {
  transform: scale(1, 0);
  position: fixed;
  width: 100%;
  height: calc(100vh - 50px);
  top: 50px;
  left: 0;
  overflow-y: auto;
  background: rgba(300, 300, 300, 0.5);
}
.ham-nav ul {
  padding: 0 10%;
  border-top: 1px solid #333;
}
.ham-nav li {
  list-style: none;
  border-bottom: 1px solid #333;
}
.ham-nav a {
  display: block;
  padding: 20px 0;
  text-align: center;
  text-decoration: none;
}
/*------------------------------------------
    checkboxがonの時の設定
------------------------------------------*/
/*****Ｘの設定*****/
.ham-checkbox:checked ~ .ham-wrapper .ham-icon {
  background-color: rgba(0, 0, 0, 0);
}
.ham-checkbox:checked ~ .ham-wrapper .ham-icon::before, .ham-checkbox:checked ~ .ham-wrapper .ham-icon::after {
  top: 0;
}
.ham-checkbox:checked ~ .ham-wrapper .ham-icon::before {
  transform: rotate(45deg);
}
.ham-checkbox:checked ~ .ham-wrapper .ham-icon::after {
  transform: rotate(-45deg);
}
/*****ナビゲーションの設定*****/
.ham-checkbox:checked ~ .ham-nav {
  transform: scale(1, 1);
}
.story {
  font-size: 19px;
  color: #6C6A6A;
}
.story2 {
  font-size: 16px;
  color: #7F7D7D;
}
.more1 {
  position: absolute;
  top: 790px;
  right: -50px;
  margin: 80px;
  text-align: right;
}
.more2 {
  position: absolute;
  top: 1500px;
  right: 10px;
  margin: 80px;
  text-align: right;
}
.h2 {
  font-size: 22;
  color: #363535;
}
.class1 {
  margin-top: 1px;
  margin-left: 5px;
}
.container img {
  width: 100%;
  top: 0px;
}
p1 {
  position: absolute;
  top: 250px;
  left: 43px;
  font-size: 26px;
  color: #ffffff;
  padding: 0;
  margin: 0;
}
.class2 {
  margin-left: -30px;
  margin-right: auto;
}
#main {
  width: 375px;
  display: flex;
  justify-content: space-around;
  align-items: right;
}
.twitter {
  position: absolute;
  right: 230px;
}
.instagram {
  position: absolute;
  right: 120px;
}
.tantan {
  position: absolute;
  top: 1280px;
  right: 150px;
}
.zairyou {
  position: absolute;
  left: 50px;
  text-align: left;
}
.soymilk {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #000000;
  padding: 0px 1px 0px 1px;
	
}
.background1 {
  position: relative;
  width: 300px;
  height: 300px;
  background: #C3B9AB;
}
.sitano {
  position: absolute;
  right: 130px
}
.rogo {
  position: absolute;
  top: 2870px;
  right: 130px;
}
.amazon {
  position: absolute;
  top: 2430px;
  left: 60px;
}
.lohaco {
  position: absolute;
  top: 2431px;
  right: 50px;
}