@charset "utf-8";
.main{
  margin: 0 auto;
}


.first-view {
  max-width: 1060px;
  height: calc(100vh - 225px);
  background-image: url(../images/main.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  display: flex;
  align-items: center;
  margin: -105px 5% 0;
  position: relative;
}

.header-tsuyaya {
  /* width: 100%; */
  /* max-width: 1200px; */
  /* margin-left: auto; */
  /* padding-left: 50%; */
  /* margin-right: 100px; */
  /* padding-left: 40px; */
  /* padding-bottom: 80px; */
  max-width: 1200px;
  min-width: 300px;
  position: absolute;
  right: -55px;
  bottom: 0;
}

.concept,.menu,.shop{
  max-width: 900px;
  margin-top: 130px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 130px;
  height: 565px;
  display: flex;
  justify-content: space-between;
}

.conceptdownine,.toptennai,.conceptdownine{
  margin-top: 0px;
}

.toptennai{
  margin-bottom: 100px;
}

.fleximgtext{
  padding-top: 60px;
}

.fleximgtext{
  display: flex;
}

.title{
  padding: 10px;
  font-weight: lighter;
  /* font-weight: 500; */
}

.midashi01{
  font-weight: 600;
  font-size: 26px;
  letter-spacing: 0.15em;
  padding: 16px 0 8px;
}

.midashi02{
  font-weight: 600;
  font-size: 26px;
  letter-spacing: 0.37em;
  padding: 8px 0 24px;
}

.midashi03{
  font-weight: 600;
  font-size: 26px;
  letter-spacing: 0.15em;
  padding: 8px 0 36px;
  line-height: 0.8em;
}

.mojikan01{
  font-weight: 600;
  font-size: 26px;
  letter-spacing: 0em;
}

.backimage01{
  position: relative;
  top: -200px;
  left: 195px;
  z-index: -10;
}

.backimage02{
  position: relative;
  top: -165px;
  left: 5%;
  z-index: -10;
}

.comment01{
  font-size: 18px;
  letter-spacing: 0.11em;
  line-height: 1.35em;
  /* font-weight: 400; */
}


.conceptdownine,.conceptdownine,
.toptennai{
  max-width: 1200px;
  margin: 0 auto;
}

.kichincar{
  max-width: 960px;
  margin: 80px auto 80px;
  text-align: center;
}

.toptennai{
  margin-bottom: 130px;
}



.link-button-area {
  text-align: center;
  /* margin-top: 40px; */
  position: relative;
  bottom: 250px;
  right: 47px;
}

.link-button-area2 {
  text-align: center;
  /* margin-top: 40px; */
  position: relative;
  bottom: 232px;
  right: 66px;
}

.link-button-area.link-button-area{
  text-align: center;
  /* margin-top: 40px; */
  position: relative;
  /* bottom: 275px; */
  right: 47px;
}

.link-button-area1{
  text-align: center;
  /* margin-top: 40px; */
  position: relative;
  bottom: 422px;
  /* width: 100%; */
}

.link-button1 {
  background-color: #2e2e2e62;
  display: inline-block;
  max-width: 960px;
  width: 100%;
  padding-top: 230px;
  padding-bottom: 50px;
  margin-top: 12px;
  /* border-radius: 24px; */
  font-family: 'Montserrat', sans-serif;
  
}

.link-button1:hover {
  background-color: #ffffff00;
}

.instalink{
  height: 430px;
  margin: 0 auto;
  /* width: 80%; */
}


.link-button {
  background-color: #ffffff00;
  display: inline-block;
  min-width: 180px;
  line-height: 10px;
  border-radius: 24px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
}

.link-button:hover {
  background-image: url(../images/textura04.png);
}

.recommended {
  background-color: #f8f8f8;
  padding-top: 45px;
  padding-bottom: 55px;
}

.recommended h2 {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

.recommended h2::after {
  content: '';
  display: block;
  width: 36px;
  height: 3px;
  background-color: #000000;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.item-list {
  display: flex;
  padding-top: 40px;
  padding-bottom: 10px;
  padding-left: 60px;
  padding-right: 60px;
  overflow: scroll;
}

.item-list li {
  flex-shrink: 0;
  width: 260px;
  margin-left: 75px;
}

.item-list li:first-child {
  margin-left: 0;
}

.item-list dl {
  margin-top: 20px;
}

.item-list dt {
  font-weight: bold;
}

.item-list dd {
  font-size: 13px;
  line-height: 20px;
  margin-top: 10px;
}

.item-list .price {
  font-weight: bold;
  margin-top: 15px;
}



/*ここからすくろー*/
.scroll-down{
  position: absolute;
  left: 50%;
  bottom: 0px;
  height: 20px;
  text-shadow: 0 0 4px #5c5c5c,0 0 4px #3c3c3c;
}

.scroll-down span{
position: absolute;
left: -20px;
top: 0px;
color: white;
font-size: 18px;
transform-origin: top left;
transform: rotate(-90deg);
animation: ukisizumi 1.8s ease-in-out infinite;
}

.scroll-down ::after{
content: "";
position: absolute;
transform-origin: top left;
transform: rotate(90deg);
top: 0;
width: 1px;
height: 80px;
background-color: white;
box-shadow: 0px 0 3px #424141;
animation: pathmove 1.8s ease-in-out infinite;
opacity: 0;
top: 28px;
}

@keyframes pathmove{
0%{
  height: 0px;
  right: -40px;
  opacity: 0;
}
30%{
  height: 110px;
  opacity: 1;
}
60%{
  height: 110px;
  opacity: 2;
}
100%{
  height: 110px;
  right:70px;
  opacity: 0;
}
}
  
  @keyframes ukisizumi{
  0%{
    opacity: 0;
  }
  30%{
    opacity: 1;
  }
  70%{
    opacity: 2;
  }
  100%{
    opacity: 0;
  }
  }


.fadeUp {
    animation-name: fadeUpAnime;
    animation-duration:2.5s;
    animation-fill-mode:forwards;
    opacity: 0;
}
@keyframes fadeUpAnime{
from {
    opacity: 0;
    transform: translateY(30px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}




@media (max-width: 799px) {
  /* .first-view {
    height: calc(100vh - 330px);
    background-image: url(../images/main.jpg);
    align-items: flex-start;
    background-repeat: no-repeat;
    background-size: cover;
  } */

  .main{
  margin: 0 auto;
 }

  .header-tsuyaya {
    /* width: 100%; */
    /* max-width: 1200px; */
    /* margin-left: auto; */
    /* padding-left: 50%; */
    /* margin-right: 100px; */
    /* padding-left: 40px; */
    /* padding-bottom: 80px; */
    /* max-width: 1200px;
    min-width: 300px;
    position: absolute; */
    right: -10px;
    /* bottom: 0; */
    margin-top: -70px;
    width: calc(80% - 30%);
  }



  .link-button-area1{
    text-align: center;
    background-color: #2e2e2e62;
    /* margin-top: 40px; */
    /* position: absolute;
    bottom: 0;
    right: 0;
    margin: 0 auto; */
    
  }
  
  .link-button1 {
    /* background-color: #2e2e2e62; */
    /* display: none; */
    /* padding-top: 240px;
    padding-bottom: 52px; */
    /* border-radius: 24px; */
    font-family: 'Montserrat', sans-serif;
  }
  
  .link-button1:hover {
    background-color: #ffffff00;
    background-image: url(../images/kichincarkwsk.png);
    background-repeat: no-repeat;
    background-size: 10%;
    background-position: center center;
  }
  
  .instalink{
    width: 100%;
    margin-top: 0;
  }


  .fleximgtext{
    padding-top: 0;
  }


  .conceptdownine,.toptennai{
    width: 100%;
    text-align: center;
    padding-bottom: 10%;
    padding-top: 5%;
    /* transform: scale(2); */
  }
  .onigiricase{
    width: 100%;
    text-align: center;
    padding-bottom: 10%;
    padding-top: 0;
  }


  .concept,.menu{
  display: block;
  max-width: 80%;
  height: calc(100vh - 30vh);
  margin-bottom: 13%;
 } 

  .shop{
  display: block;
  max-width: 80%;
  height: calc(100vh - 30vh);
  margin-bottom: 2%;
 } 

 .concept .textleft{
  margin-left: auto;
  margin-right: auto;
  background-image: url(../images/conceptimage2.png);
  background-repeat: no-repeat;
  background-size: 80%;
  background-position-x: 120px;
  background-position-y: 120px;
  padding-bottom: 30%;
  height: 115%;
  text-shadow: 0 0 2px #ffffff, 0 0 2px #ffffff, 0 0 2px #ffffff, 0 0 2px #ffffff;
  font-weight: 600;
  font-size: 1.5rem;
 }

 .midashi01{
  padding: 3% 0 3%;
  font-size: 1.1em;
  letter-spacing: 0.24em;
 }

 .midashi02{
  padding: 0 0 3%;
  font-size: 1.1em;
  letter-spacing: 0.24em;
 }

 .midashi03{
  padding: 0 0 3%;
  font-size: 1.1em;
  letter-spacing: 0.15em;
 }

 .mojikan01{
  /* font-weight: 600; */
  font-size: 1em;
  letter-spacing: 0em;
 }

 .comment01{
  font-size: 0.8em;
  margin-top: 4%;
  letter-spacing: 0.15em;
  line-height: 1.6rem;
 }


 .menu .textright{
  margin-left: auto;
  margin-right: auto;
  background-image: url(../images/menuimage.png);
  background-repeat: no-repeat;
  background-size: 70%;
  background-position-x: 120px;
  background-position-y: 120px;
  height: 100%;
  text-shadow: 0 0 2px #ffffff, 0 0 2px #ffffff, 0 0 2px #ffffff, 0 0 2px #ffffff;
  font-weight: 600;
  font-size: 1.5rem;
 }

 .menu{
  margin-top: 10%;
 }

 .kichincar{
  margin: 10% auto;
  width: 80%;
 }

 .instalink{
  margin: 15% auto 20%;
  height: 100%;
 }

 .imageright,.imageleft,.backimage01,.backimage02{
    display: none;
  }

 .link-button-area{
  width: 40%;
  position: relative;
  bottom: -15%;
  left: -1%;
  filter: drop-shadow(0 0 3px #fff);
 }

 .link-button-area2{
  width: 40%;
  position: relative;
  bottom: -10%;
  left: -1%;
  filter: drop-shadow(0 0 3px #fff);
 }






 .shop .textleft{
  margin-left: auto;
  margin-right: auto;
  background-image: url(../images/gaikan01.png);
  background-repeat: no-repeat;
  background-size: 70%;
  background-position-x: 120px;
  background-position-y: 90px;
  height: 100%;
  text-shadow: 0 0 2px #ffffff, 0 0 2px #ffffff, 0 0 2px #ffffff, 0 0 2px #ffffff;
  font-weight: 600;
  font-size: 1.5rem;
  margin-top: -20px;
 }

 .toptennai{
  margin-bottom: 5%;
 }





  .first-view-text {
    padding-top: 60px;
    padding-left: 20px;
  }

  .first-view-text h1 {
    font-size: 36px;
    line-height: 48px;
  }

  .first-view-text p {
    font-size: 14px;
    margin-top: 15px;
  }

  .lead {
    padding-left: 20px;
    padding-right: 20px;
  }

  .lead p {
    text-align: left;
  }

  .item-list {
    padding-left: 20px;
    padding-right: 20px;
  }

  .item-list li {
    width: 220px;
    margin-left: 30px;
  }

  .footer-site-menu ul{
    display: block;

  }

  .footer-logo{
    width: 60%;
    margin-top: 5%;
    margin-left: 6%;
    text-align: center;
    padding-bottom: 0;
  }


}

@media (max-width: 1199px) {
  .link-button1{
    display: none;
  }
}


@media (max-width: 425px) {
  .concept,.menu{
  display: block;
  max-width: 80%;
  height: calc(100vh - 30vh);
  margin-bottom: 0;
 }

 .shop{
  display: block;
  max-width: 80%;
  height: calc(100vh - 30vh);
  margin-top: 15%;
 }

 .concept .textleft{
  margin-left: auto;
  margin-right: auto;
  background-image: url(../images/conceptimage2.png);
  background-repeat: no-repeat;
  background-size: 80%;
  background-position-x: 120px;
  background-position-y: 120px;
  padding-bottom: 30%;
  height: 85%;
  text-shadow: 0 0 2px #ffffff, 0 0 2px #ffffff, 0 0 2px #ffffff, 0 0 2px #ffffff;
  font-weight: 600;
  font-size: 1rem;
 }


 .menu .textright{
  margin-left: auto;
  margin-right: auto;
  background-image: url(../images/menuimage.png);
  background-repeat: no-repeat;
  background-size: 70%;
  background-position-x: 120px;
  background-position-y: 120px;
  height: 100%;
  text-shadow: 0 0 2px #ffffff, 0 0 2px #ffffff, 0 0 2px #ffffff, 0 0 2px #ffffff;
  font-weight: 600;
  font-size: 1rem;
 }


 .shop .textleft{
  margin-left: auto;
  margin-right: auto;
  background-image: url(../images/gaikan01.png);
  background-repeat: no-repeat;
  background-size: 70%;
  background-position-x: 120px;
  background-position-y: 90px;
  height: 80%;
  text-shadow: 0 0 2px #ffffff, 0 0 2px #ffffff, 0 0 2px #ffffff, 0 0 2px #ffffff;
  font-weight: 600;
  font-size: 1rem;
  margin-top: -20px;
 }
}