body{
  font-family: 'Noto Serif JP', serif;
}
header{
  background-image: url(../img/mainvisual-pc.jpg);
  width: 100%;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  min-height: 100vh;
  color: #fff;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  padding: 20px;
}
header h1{
  padding-right: 12%;
  padding-top: 65px;
  padding-left: 65px;
}
header ul{
  padding-top: 65px;
  font-size: 17px;
}
header li{
  margin-left: 30px;
}
header .logo{
  width: 45px;
}
.onlinestore{
  background:lightgray;
  width: 60px;
  height: 260px;
  display: flex;
  align-items: center;
  bottom: 25px;
  left: 5%;
  position: absolute;
  background: gray;
}
.onlinestore .text{
  background: transparent;
  width: 80%;
  text-align: center;
  height: 100%;
  border: 1px #fff solid;
  display: flex;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 100px;
  padding: 26px 0;
}
@media screen and (max-width: 768px){
  header{
    background-image: url(../img/mainvisual-sp.jpg);
  }
  header h1{
    padding-right: 0px;
    padding-top: 0px;
  }
  header ul{
    padding-top: 0px;
  }
}
/* wrap */
.smallTitle{
  font-size: 12px;
}
.largeTitle{
  font-size: 35px;
}
section{
  margin-top: 200px;
  width: 100%;
  max-width: 1024px;
  margin: 150px auto 0 auto;
}
.news,
.create{
  display: flex;
  flex-direction: row-reverse;
}
.title{
  display: flex;
  flex-direction: row-reverse;
  width: 150px;
}
.news .smallTitle,
.news .largeTitle,
.news ul{
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.newsBox{
  border-right: 1px #000 solid;
  padding: 0 30px;
}
.newsBox:last-of-type{
  border-left: 1px #000 solid;
}
.under{
  margin-top: 70px;
}
@media screen and (max-width: 768px){
  .newsBox {
    padding: 0 15px;
  }
  .title {
    margin-left: 10px;
  }
}
.create .smallTitle,
.create .largeTitle,
.create ul{
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.create .title{
  flex-direction: column;
  align-items: center;
}
.create .title .largeTitle{
  margin-bottom: 30px;
}
.imageBox {
  width: 65%;
  position: relative;
}
.imageBox img{
  width: 100%;
}
.create .text{
  background-color: rgba(255,255,0,0.8);
  color: #fff;
  position: absolute;
  top: 73%;
  font-weight: bold;
  width: 55%;
  height: 30%;
  left: -4%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
@media screen and (max-width: 768px){
  .imageBox {
    width: 250px;
  }
  .create .text{
    top: 51%;
    width: 50%;
    height: 35%;
    left: -4%;
  }
  .create .text p{
    font-size: 5px;
  }
  .create .title{
    width: 100px;
  }
  .under {
    margin-top: 110px;
  }
  .smallTitle{
    display: none;
  }
}