@media screen and (min-width: 415px){

  /*body*/
  body{
    background-image: url(komasa-pic/washi.jpg);
    background-image: repeat;
    margin: 0;
    padding: 0;
  }
  
  /*top-page*/
  .top-page{
    position: relative;
  }

  .top-logo {
    display: none;
  }
  
  /*slide-show*/
  .slide {
    position: relative;
    margin: 0;
    padding: 0;
  }
  .slide .item {
    position: relative;
    height: 100vh;
  }
  .slide .item::before {
    display: block;
    padding-top: 39%;
    content: "";
  }
  .slide .item .image {
    position: relative;
    overflow: hidden;
  }
  .slide .item img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 100%;
  }
  .slide > .slick-list,
  .slide > .slick-list > .slick-track,
  .slide > .slick-list > .slick-track > .slick-slide > div {
    position: relative;
    height: 100%;
  }
  
  
  
  /*logo*/
  .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 450px;
    width: 230px;
  }
  
  /*menu-bar*/
  
  .header {
    background-color: black;
    height: 15vh;
    width: 15vh;
    top:0;
    right: 0;
    position: absolute;
  }
  
  .header i{
    position: absolute;
    top:25%;
    right: 30px;
    color: white;
    float: right;
  }
  
  .sidebar {
    width: 100vw;
    height:100vh;
    position:fixed;
    background-color: dimgray;
    top:0;
    right: -100vw;
    z-index:4;
    display:none;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -o-writing-mode: vertical-rl;
    font-family: "Hannari", serif;
  }
  
  .sidebar__inner {
    display:flex;
    justify-content:space-between;
    align-items:center;
  }
  
  .sidebar__inner i {
    position: absolute;
    top: 5%;
    right: 30px;
    color: white;
    float: right;
  }
  
  .slidebar_position{
    margin-right: 30%;
    margin-top: 20%;
  }
  
  .sidebar__txt {
    font-size:40px;
    margin-right: 100px;
  }
  
  .sidebar__a {
    text-decoration: none;
    color: white;
  }
  
  .sidebar__a:hover {
    text-decoration: none;
    color: firebrick;
  }
  
  .sidebar-bg {
    background-color:#68be8d;
    width:100vw;
    height:100vh;
    opacity:0;
    position:fixed;
    top:0;
    left:0;
    z-index:3;
    display:none;
  }
  
  /*cover*/
  #black{
      position: absolute;
      top:0;
      background-color: black;
      height: 100vh;
      width: 100vw;
  }
  
  #komasa{
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 500px;
    width: 700px;
  }
  
  #click {
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 200px;
    width: 200px;
    display: none;
  }
  
  /*about*/
  .about {
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -o-writing-mode: vertical-rl;
    height: 100vh;
    margin: 50vh auto 0;
    transform: translateY(-60%);
    font-family: "Hannari", serif;
  }
  
  #about {
    position: relative;
    transition: all 2s;
    transform: translateY(50px);
    opacity: 0;
  }
  

  
  .about h1 {
    padding-left: 200px;
    height: 600px;
    letter-spacing: 10px;
  }
  
  .about p {
    font-size: 22px;
    letter-spacing: 2.5px;
  }
  
  .block1{
    padding-left: 200px;
  }
  
  .block2{
    padding-left: 200px;
  }
  
  
  /*pic*/
  
  .pic {
    height: 100vh;
    position: relative;
  }
  
  .img {
    position: absolute;
    left: 35%;
    top: 50%;
    animation-duration: 2s;
    animation-fill-mode: forwards;
  }
  
  .pic img {
    height: 400px;
    width: 400px;
    object-fit: cover;
    border-radius: 50%;
    object-position: -80px 0;
  }
  
  @keyframes big-pic {
    100%{
      transform: scale(1.4);
    }
  }
  
  
  
  /*sushi*/
  
  .ohgi {
    margin-left: -25px;
  }

  #sushi{
    margin: 50vh auto 0;
    font-family: "Hannari", serif;
    position: relative;
    transition: all 2s;
    transform: translateY(50px);
    opacity: 0;
  }
  
  #sushi h1 {
    height: 40vh;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -o-writing-mode: vertical-rl;
    margin: 50vh auto 0;
    letter-spacing: 10px;
  }
  
  #sushi p {
    text-align: center;
    padding-top: 100px;
    font-size: 20px;
    letter-spacing: 4px;
  }
  

  
  /*menu*/
  
  .menu{
    margin: 50vh auto 0;
    font-family: "Hannari", serif;
  }
  
  #menu-top{
    height: 50vh;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -o-writing-mode: vertical-rl;
    margin: 50vh auto 0;
    letter-spacing: 10px;
    position: relative;
    transition: all 2s;
    transform: translateY(50px);
    opacity: 0;
  }
  
  #menu-top a{
    text-decoration: none;
    color: black;
  }
  
  #menu-top a:hover {
    font-size: 1.1em;
  }
  
  #menu-top p {
    padding-top: 50px;
  }

  
  
  /*lunch*/
  
  .lunch {
    padding-top: 150px;
  }
  
  .lunch h1 {
    text-align: center;
  }
  
  .lunch p {
    text-align: center;
  }
  
  .lunch-menu {
    width: 90vw;
    padding-left: 10%;
  }
  
  .lunch-menu li img{
    height: 300px;
    width: 450px;
    margin-left: 10px;
  }
  
  .lunch .slick-prev{
    padding-left: 8%;
  }
  
  .lunch .slick-prev:before,
  .lunch .slick-next:before{
      color: black;
      font-size: 50px;
  }
  
  /*normal-menu*/
  
  .menu-normal h1{
    text-align: center;
  }
  
  .menu-normal {
    padding-top: 300px;
    width: 90vw;
    padding-left: 10%;
  }
  
  .normal-menu li img {
    height: 300px;
    width: 450px;
    margin-left: 10px;
  }
  
  .menu-normal .slick-prev:before,
  .menu-normal .slick-next:before{
      color: black;
      font-size: 50px;
  }
  
  /*takeout-menu*/
  
  .menu-takeout h1{
    text-align: center;
  }
  
  .menu-takeout {
    padding-top: 300px;
    width: 90vw;
    padding-left: 10%;
  }
  
  .takeout-menu li img {
    height: 300px;
    width: 450px;
    margin-left: 10px;
  }
  
  .menu-takeout .slick-prev:before,
  .menu-takeout .slick-next:before{
      color: black;
      font-size: 50px;
  }
  
  /*drink*/
  
  .drink{
    height: 100vh;
    margin: 50vh auto 0;
    font-family: "Hannari", serif;
  }
  
  #drink-top{
    height: 50vh;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -o-writing-mode: vertical-rl;
    margin: 50vh auto 0;
    letter-spacing: 10px;
    position: relative;
    transition: all 2s;
    transform: translateY(50px);
    opacity: 0;
  }
  
  #drink-top a{
    text-decoration: none;
    color: black;
  }
  
  #drink-top a:hover {
    font-size: 1.1em;
  }
  
  #drink-top p {
    padding-top: 50px;
  }
  
  /*drink-menu*/
  
  
  .menu-drink h1{
    text-align: center;
  }
  
  .menu-drink {
    padding-top: 150px;
    width: 90vw;
    padding-left: 10%;
  }
  
  .drink-menu li img {
    height: 300px;
    width: 450px;
    margin-left: 10px;
  }
  
  .menu-drink .slick-prev:before,
  .menu-drink .slick-next:before{
      color: black;
      font-size: 50px;
  }
  
  /*shidashi*/
  
  .shidashi{
    height: 100vh;
    margin: 50vh auto 0;
    font-family: "Hannari", serif;
  }
  
  #shidashi{
    height: 50vh;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -o-writing-mode: vertical-rl;
    margin: 50vh auto 0;
    letter-spacing: 10px;
    position: relative;
    transition: all 2s;
    transform: translateY(50px);
    opacity: 0;
  }
  
  /*shidashi-menu*/
  
  
  .menu-shidashi h1{
    text-align: center;
  }
  
  .menu-shidashi {
    padding-top: 150px;
    width: 90vw;
    padding-left: 10%;
  }
  
  .menu-shidashi p {
    text-align: center;
  }
  
  .shidashi-menu li img {
    height: 300px;
    width: 450px;
    margin-left: 10px;
  }
  
  .menu-shidashi .slick-prev:before,
  .menu-shidashi .slick-next:before{
      color: black;
      font-size: 50px;
  }
  
  /* map */
  
  .map{
    height: 100vh;
    margin: 50vh auto 0;
    font-family: "Hannari", serif;
  }
  
  #map{
    height: 30vh;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -o-writing-mode: vertical-rl;
    margin: 50vh auto 0;
    letter-spacing: 10px;
    position: relative;
    transition: all 2s;
    transform: translateY(50px);
    opacity: 0;
  }
  
  .map p {
    text-align: center;
    padding-top: 100px;
    font-size: 20px;
    letter-spacing: 4px;
  }
  
  .map img {
    margin-top: 100px;
    height: 500px;
    width: 780px;
  }
  
  
  /* store */
  
  .store {
    height: 100vh;
    margin: 50vh auto 0;
    font-family: "Hannari", serif;
    position: relative;
    transition: all 2s;
    transform: translateY(50px);
    opacity: 0;
  }
  
  .store h1 {
    height: 30vh;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -o-writing-mode: vertical-rl;
    margin: 50vh auto 0;
    letter-spacing: 10px;
  }
  
  .store-pic {
    display: inline-block;
    margin-top: 200px;
    width: 100vw;
  }
  
  .block1 img {
    height: 300px;
    width: 400px;
  }
  
  .block2 img {
    height: 120px;
    width: 400px;
  }
  
  .block2-img {
    margin-top:50px;
  }
  
  .block3 img {
    height: 300px;
    width: 400px;
  }
  
  /* footer */
  
  footer{
    background-color: black;
    height: 50vh;
    margin-top: 200px;
    color: white;
    font-family: "Hannari", serif;
    padding-top: 50px;
  }
  
  footer svg {
    height: 35vh;
  }
  
  .left {
    text-align: center;
  }
  
  .left table{
    color: white;
    font-size: 15px;
  }
  
  
  .center {
    text-align: center;
  }
  
  .center button{
    margin-top: 50px;
  }
  
  .center a{
    text-decoration: none;
    color: white;
  }
  
  .center a:hover{
    color: black;
  }
  
  .center p{
    margin-top: 10px;
  }
  
  .right {
    text-align: center;
  }
  
  .right button{
    margin-top: 50px;
  }
  
  .right p{
    margin-top: 10px;
  }
  
  .middle-line {
    border-left: thin solid white;
    animation-name: middle-line;
    animation-duration: 2s;
    animation-iteration-count: infinite;
  }
  
  @keyframes middle-line {
    0%{
      height: 0;
    }
    100%{
      height: 40vh;
    }
  }
  
  }
  
@media screen and (max-width: 414px){
  
  /*body*/
  body{
    background-image: url(komasa-pic/washi.jpg);
    background-image: repeat;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
  }

  /*br*/
  br{
    display: none;
  }

  /*top-page*/
  .top-page{
    position: relative;
  }

  .top-logo{
    top: 150px;
    left: 13%;
    position: relative;
    height: 10vh;
    width: 70vw;
  }

  /*slide-show*/
  .slide {
    position: relative;
    margin: 0;
    padding: 0;
  }
  .slide .item {
    position: relative;
    height: 100vh;
  }
  .slide .item::before {
    display: block;
    content: "";
  }
  .slide .item .image {
    position: relative;
    overflow: hidden;
  }
  .slide .item img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 100%;
  }
  .slide > .slick-list,
  .slide > .slick-list > .slick-track,
  .slide > .slick-list > .slick-track > .slick-slide > div {
    position: relative;
    height: 100%;
  }
  
  
  
  /*logo*/
  .logo {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 200px;
    width: 100px;
    display: none;
  }
  
  /*menu-bar*/
  
  .header {
    background-color: black;
    height: 10vh;
    width: 10vh;
    top:0;
    right: 0;
    position: absolute;
  }
  
  .sidebar {
    width: 100vw;
    height:100vh;
    position:fixed;
    background-color: dimgray;
    top:0;
    right: -100vw;
    z-index:4;
    display:none;
    writing-mode: vertical-rl;
    font-family: "Hannari", serif;
  }
  
  .slidebar i {
    position: absolute;
    top:10%;
    right: 10px;
    color: white;
    float: right;
    font-size: 50px;
  }
  
  .sidebar__inner {
    display:flex;
    justify-content:space-between;
    align-items:center;
  }
  
  .slidebar_position{
    margin-right: 7%;
    margin-top: 20%;
  }
  
  .sidebar__txt {
    font-size:20px;
    margin-right: 5px;
  }
  
  .sidebar__a {
    text-decoration: none;
    color: white;
  }
  
  .sidebar__a:hover {
    text-decoration: none;
    color: firebrick;
  }
  
  .sidebar-bg {
    background-color:#68be8d;
    width:100vw;
    height:100vh;
    opacity:0;
    position:fixed;
    top:0;
    left:0;
    z-index:3;
    display:none;
  }
  
  /*cover*/
  #black{
      position: absolute;
      top:0;
      background-color: black;
      height: 100vh;
      width: 100vw;
  }
  
  #komasa{
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 130px;
    width: 230px;
  }
  
  #click {
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 150px;
    width: 150px;
    display: none;
  }
  
  
  
  /*about*/
  .about {
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -o-writing-mode: vertical-rl;
    height: 70vh;
    margin: 30vh auto 0;
    transform: translateY(-60%);
    font-family: "Hannari", serif;
  }
  
  #about {
    position: relative;
    transition: all 2s;
    transform: translateY(50px);
    opacity: 0;
  }
  
  
  .about h1 {
    letter-spacing: 10px;
    font-size: 20px;
  }
  
  .about p {
    font-size: 15px;
    letter-spacing: 2.5px;
  }
  
  
  /*pic*/
  
  .pic {
    height: 50vh;
    position: relative;
  }
  
  .img {
    position: absolute;
    top: 20%;
    left: 25%;
    animation-duration: 2s;
    animation-fill-mode: forwards;
  }
  
  .pic img {
    height: 200px;
    width: 200px;
    object-fit: cover;
    border-radius: 50%;
    object-position: -80px 0;
  }
  
  @keyframes big-pic {
    100%{
      transform: scale(1.4);
    }
  }
  
  /*sushi*/
  
  .ohgi {
    margin-left: -25px;
  }
  
  #sushi{
    font-family: "Hannari", serif;
    position: relative;
    transition: all 2s;
    transform: translateY(50px);
    opacity: 0;
  }
  
  #sushi h1 {
    height: 50vh;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -o-writing-mode: vertical-rl;
    margin: 20vh auto 0;
    letter-spacing: 10px;
  }
  
  #sushi p {
    background-color: #fffafa;
    width: 100vw;
    padding: 50px 0;
    font-size: 20px;
    letter-spacing: 3px;
  }
  
  /*menu*/
  
  .menu{
    margin: 50vh auto 0;
    font-family: "Hannari", serif;
  }
  
  #menu-top{
    height: 50vh;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -o-writing-mode: vertical-rl;
    margin: 50vh auto 0;
    letter-spacing: 10px;
    position: relative;
    transition: all 2s;
    transform: translateY(50px);
    opacity: 0;
  }
  
  #menu-top a{
    text-decoration: none;
    color: black;
  }
  
  #menu-top p {
    padding-top: 50px;
  }
  
  /*lunch*/
  
  .lunch {
    padding-top: 100px;
  }
  
  .lunch h1 {
    text-align: center;
  }
  
  .lunch p {
    text-align: center;
  }
  
  .lunch-menu {
    width: 90vw;
    padding-left: 10%;
  }
  
  .lunch-menu li img{
    height: 150px;
    width: 250px;
    margin-left: 10px;
  }
  
  .lunch .slick-prev{
    padding-left: 8%;
  }
  
  .lunch .slick-prev:before,
  .lunch .slick-next:before{
      color: black;
      font-size: 50px;
  }
  
  /*normal-menu*/
  
  .menu-normal h1{
    text-align: center;
  }
  
  .menu-normal {
    padding-top: 150px;
    width: 90vw;
  }
  
  .normal-menu li img {
    height: 150px;
    width: 250px;
    margin-left: 10px;
  }
  
  .menu-normal .slick-prev:before,
  .menu-normal .slick-next:before{
      color: black;
      font-size: 50px;
  }
  
  /*takeout-menu*/
  
  .menu-takeout h1{
    text-align: center;
  }
  
  .menu-takeout {
    padding-top: 150px;
    width: 90vw;
  }
  
  .takeout-menu li img {
    height: 150px;
    width: 250px;
    margin-left: 10px;
  }
  
  .menu-takeout .slick-prev:before,
  .menu-takeout .slick-next:before{
      color: black;
      font-size: 50px;
  }
  
  /*drink*/
  
  .drink{
    height: 100vh;
    margin: 50vh auto 0;
    font-family: "Hannari", serif;
  }
  
  #drink-top{
    height: 50vh;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -o-writing-mode: vertical-rl;
    margin: 50vh auto 0;
    letter-spacing: 10px;
    position: relative;
    transition: all 2s;
    transform: translateY(50px);
    opacity: 0;
  }
  
  #drink-top a{
    text-decoration: none;
    color: black;
  }
  
  #drink-top p {
    padding-top: 50px;
  }
  
  /*drink-menu*/
  
  
  .menu-drink h1{
    text-align: center;
  }
  
  .menu-drink {
    padding-top: 100px;
    width: 90vw;
  }
  
  .drink-menu li img {
    height: 150px;
    width: 250px;
    margin-left: 10px;
  }
  
  .menu-drink .slick-prev:before,
  .menu-drink .slick-next:before{
      color: black;
      font-size: 50px;
  }
  
  /*shidashi*/
  
  .shidashi{
    height: 100vh;
    margin: 50vh auto 0;
    font-family: "Hannari", serif;
  }
  
  #shidashi{
    height: 50vh;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -o-writing-mode: vertical-rl;
    margin: 50vh auto 0;
    letter-spacing: 10px;
    position: relative;
    transition: all 2s;
    transform: translateY(50px);
    opacity: 0;
  }
  
  /*shidashi-menu*/
  
  
  .menu-shidashi h1{
    text-align: center;
    padding-left: 10%;
  }
  
  .menu-shidashi p{
    padding-left: 10%;
  }
  
  .menu-shidashi {
    padding-top: 100px;
    width: 90vw;
  }
  
  .menu-shidashi p {
    text-align: center;
  }
  
  .shidashi-menu li img {
    height: 150px;
    width: 250px;
    margin-left: 10px;
  }
  
  .menu-shidashi .slick-prev:before,
  .menu-shidashi .slick-next:before{
      color: black;
      font-size: 50px;
  }
  
  /* map */
  
  .map{
    height: 100vh;
    margin: 50vh auto 0;
    font-family: "Hannari", serif;
  }
  
  #map{
    height: 50vh;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -o-writing-mode: vertical-rl;
    margin: 50vh auto 0;
    letter-spacing: 10px;
    position: relative;
    transition: all 2s;
    transform: translateY(50px);
    opacity: 0;
  }
  
  .map p {
    background-color:  #fffafa;
    padding: 50px 0;
    width: 100vw;
    font-size: 20px;
    letter-spacing: 3px;
  }
  
  .map img {
    margin-top: 100px;
    height: 200px;
    width: 300px;
  }
  
  
  
  /* store */
  
  .store {
    height: 100vh;
    margin: 50vh auto 0;
    font-family: "Hannari", serif;
    position: relative;
    transition: all 2s;
    transform: translateY(50px);
    opacity: 0;
  }
  
  .store h1 {
    height: 50vh;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -o-writing-mode: vertical-rl;
    margin: 50vh auto 0;
    letter-spacing: 10px;
  }
  
  .store-pic {
    display: inline-block;
    margin-top: 100px;
    width: 100vw;
  }
  
  .block1 img {
    height: 100px;
    width: 120px;
  }
  
  .block2 img {
    height: 40px;
    width: 100px;
  }
  
  .block2-img {
    margin-top:10px;
  }
  
  .block3 img {
    height: 100px;
    width: 120px;
  }
  
  /* footer */
  
  footer{
    background-color: black;
    height: 70vh;
    width: 100vw;
    color: white;
    font-family: "Hannari", serif;
    padding-top: 50px;
  }
  
  footer svg {
    height: 20vh;
  }
  
  .left {
    text-align: center;
  }
  
  .left h1 {
    font-size: 15px;
  }
  
  .left table{
    color: white;
    font-size: 8px;
  }
  
  
  .center {
    margin-top: 30px;
    text-align: center;
  }
  
  .center button{
    margin-top: 50px;
    font-size: 10px;
  }
  
  .center h1 {
    font-size: 20px;
  }
  
  .center a{
    text-decoration: none;
    color: white;
  }
  
  .center a:hover{
    color: black;
  }
  
  .center p{
    margin-top: 10px;
    font-size: 10px;
  }
  
  .right {
    margin-top: 30px;
    text-align: center;
  }
  
  .right h1 {
    font-size: 20px;
  }
  
  .right button{
    margin-top: 50px;
    font-size: 10px;
  }
  
  .right p{
    margin-top: 10px;
    font-size: 10px;
  }
  
  }