@charset "UTF-8";
*{
  margin: 0;
  padding: 0;
  list-style-type: none;
}
body{
  font-size: 15px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-all;
  font-family: Quicksand, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
header{
  height: 700px;
  background-image: url(images/header.jpg);
  background-repeat: no-repeat;
  background-position: right;
}
header p{
  font-family: 'Satisfy', cursive;
  color: #922c49;
  font-size: 80px;
  text-shadow: 4px 4px 3px #f7e0a5;
  letter-spacing: 3px;
  position: absolute;
  top: 550px;
  left: 200px;
}
#title{
  font-family: 'Satisfy', cursive;
  font-size: 80px;
  color: #922c49;
  text-shadow: 5px 5px 6px #f7e0a5;
  text-align: center;
  padding:7px;
  line-height: 1.7;
  letter-spacing: 6px;
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  top: 15px;
  left: 80px;
}
#title2{
  color: #ffffff;
  font-weight: bold;
  writing-mode: vertical-rl;
  block-size:230px;
  font-size: 70px;
  margin-top: 220px;
}
h1 span{
  color: #f7e0a5;
  text-shadow: 4px 4px 7px #ffffff;
}
span{
  font-size: 45px;
  text-shadow: none;
  letter-spacing: 4px;
  font-family: 'Satisfy', cursive;
}
#intro{
  font-family: 'Satisfy', cursive;
  color: #922c49;
  margin-top: 100px;
  position: absolute;
  right: 30px;
  left: 560px;
  font-size: 55px;
  text-shadow: 4px 4px 3px #f7e0a5;
  letter-spacing: 3px;
  display: flex;
  align-items: center;
}
#intro:before{
  font-size: 50px;
  border-top: 3px solid #922c49;
  content: "";
  flex-grow: 0.7;
  margin-right: 0.4em;
}
.images2  img{
  width: 400px;
  height: auto;
}
.wrap{
  background: rgba(124,22,34,0.1);
  display: flex;
  height: 600px;
}
.content{
  box-sizing: border-box;
  padding: 250px 80px;
  width: 800px;
}
.article{
  font-size: 40px;
  color: #922c49;
  text-align: center;
  line-height: 1.7;
  letter-spacing: 10px;
  padding: 100px auto auto 100px;
}
#product{
    color: #ffffff;
    writing-mode: vertical-rl;
    font-size: 70px;
    margin-top: 20px;
  }
.wrap2{
  background-color: #922c49;
  display: flex;
  flex-direction: row-reverse;
  height: 400px;
}
.text{
  position: absolute;
  left: 50px;
}
.content2{
  box-sizing: border-box;
  width: 600px;
}
.article2{
  color: #ffffff;
  font-size: 35px;
  line-height: 2.3;
  letter-spacing: 10px;
  padding-top: 10px;

}
.buy a{
  text-align: center;
  background-color: #ffffff;
  color: #922c49;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  padding: 8px;
  margin-left: 400px;
  box-shadow: 0 0 5px rgba(0,0,0,.5);
  border-radius: 6px;
}
#redlip img{
  width: 200px;
  height: auto;
}
#redlip{
  position: fixed;
  left: 50px;
  bottom: 50px;
}
#insta a{
  width: 150px;
  text-align: center;
  font-size: 26px;
  background-color: #922c49;
  color: #ffffff;
  text-decoration: none;
  border: 2px #922c49 solid;
  padding: 4px;
  position: absolute;
  left: 620px;
  border-radius: 6px;
  font-family: 'Satisfy', cursive;
}
.insta{
  font-family: 'Satisfy', cursive;
  font-size: 45px;
  color: #922c49;
  letter-spacing: 5px;
  text-align: center;
  margin: 20px;
}
.insta img{
  width: 55px;
}
.instawrap{
  margin-left: 250px;
  margin-top: 100px;
  width: 900px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.footer{
  background: rgba(124,22,34,0.1);
  text-align: center;
  color: #922c49;
  font-size: 20px;
  padding: 39px;
}
