body{
  margin: 0px;
  background: red;
}

header{
  height: 80px;
  width: 100%;
  opacity: 0.9;
  background-color: black;
  position: fixed; top:0px;
  z-index: 10;
}

.header-left img{
  width: 280px;
  margin: 12px 40px;
  float: left;
}

.header-right{
  background-color: #B40000;
  width: 150px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 80px;
  margin: 0px 40px;
  float: right;
  display: block;
}

.header-right a{
  color: white;
  text-decoration: none;
}

.header-right:hover{
  background-color: #FF0000;
  cursor: pointer;
  transition: all 0.5s;
}

#slide-back{
  background-color: red;
  height: 1500px;
}

main{
  background-color: white;
  height: 100%;
  width: 900px;
  margin: 0 auto;
  text-align: center;
}

.main-contents{
  height: 800px;
}

.main-back img{
  width: 900px;
  margin-top: 80px;
  position: static;
}

.main-title img{
  width: 70%;
  position: relative;bottom:600px;
  filter: drop-shadow(10px 10px 10px #3C3C3C);
}

.main-text p{
  width: 70%;
  margin: 0 auto;
  font-family: 'Sawarabi Mincho', sans-serif;
  color: #787878;
  font-size: 25px;
  line-height: 45px;
}

.main-text h1{
  font-family: 'Sawarabi Mincho', sans-serif;
  color: red;
  font-size: 50px;
  line-height: 70px;
}

.blog{
  position: relative;
}

.blog h1{
  font-size: 25px;
  margin-top: 60px;
}

.blog-btn img{
  width: 85%;
  position: absolute;
  top:50px;
  left:68px
}

.blog-btn2 img{
  width: 85%;
  position: absolute;
  top:72px;
  left:68px
}

.blog-btn img:hover{
  cursor: pointer;
}

.blog-btn img:active{
  opacity: 0;
}

.kokuchi{
  line-height: 32px;
  margin-top: 250px;
}

.kokuchi h1{
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 50px;
  color: #B40000;
  margin: 20px;
}

.kokuchi span{
  color: #B40000;
}

.kokuchi a{
  color: black;
  font-weight: bold;
  font-size: 28px;
  text-decoration:none;
  border-bottom: 8px solid #FFDC00;
  padding-bottom: 4px;
}

.kako{
  width: 40%;
  height: 60px;
  font-size: 20px;
  line-height: 18px;
  background-color: #B40000;
  display: inline-block;
  border-radius: 5px;
  box-shadow:0px 5px #640000;
  margin-bottom: 30px;
}

.kako a{
  color: white;
  text-decoration:none;
}

.kako:hover{
  opacity: 0.8;
}

.kako:active{
  box-shadow:none;
  position: relative; top:5px;
}

.copy{
  font-size: 14px;
  color: #787878;
}