@charset "UTF-8";
body {
  background-color: lightgray;
}
body .btn-menu-bar {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 30;
  background-color: skyblue;
  width: 40%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translate(300px, 0);
  transition: 1s;
}
body .btn-menu-bar .upper li {
  font-size: 2rem;
  width: 40%;
  border-top: 1px solid white;
  margin: 100px;
}
body .btn-menu-bar .lower li {
  font-size: 2rem;
  width: 40%;
  border-top: 1px solid white;
  margin: 100px;
}
body .btn-menu-bar.show {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}

.main-visual {
  display: block;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: top center, top left, top right;
  background-size: 100%;
  height: 800px;
}
.main-visual .logo {
  display: none;
  position: fixed;
  top: 25px;
  left: 30px;
  z-index: 40;
}
.main-visual .logo img {
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.main-visual .logo a {
  display: block;
}
.main-visual .main-visual-inner {
  display: flex;
  justify-content: center;
  overflow-x: hidden;
  position: relative;
  height: 800px;
}
.main-visual .main-visual-inner img {
  width: 33.3333333333%;
  height: 100vh;
  flex-shrink: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-visual .main-visual-inner .main-title {
  position: absolute;
  top: 100px;
  right: 50;
}
.main-visual .main-visual-inner .main-title h3 {
  text-align: center;
  color: white;
  font-size: 3rem;
}
.main-visual .main-visual-inner .main-title h3 #main {
  font-size: 10rem;
}

.btn {
  position: fixed;
  z-index: 40;
  top: 10px;
  right: 25px;
  width: 50px;
  margin: 15px;
  padding: 7.5px 0;
  display: block;
  cursor: pointer;
  display: none;
  /* span (1)番目の要素に適用 */
  /* span (2)番目の要素に適用 */
  /* span (3)番目の要素に適用 */
}
.btn span {
  display: block;
  background: blue;
  text-align: center;
  height: 3px;
  width: 50%;
  margin: 5px 12px;
  transition: 0.8s;
}
.btn .span:nth-of-type(1) {
  top: 15px;
}
.btn span:nth-of-type(2) {
  top: 23px;
}
.btn span:nth-of-type(3) {
  top: 31px;
}

.btn.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.btn.active span:nth-child(2) {
  opacity: 0;
}

.btn.active span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}

#page-top .inner {
  margin: 250px auto;
  width: 70%;
  height: 100%;
  color: black;
}
#page-top .inner h3 {
  text-align: center;
  padding-bottom: 80px;
  font-size: 8rem;
  line-height: 30px;
  font-family: "Tangerine", cursive;
  font-weight: 400;
  font-style: normal;
}
#page-top .inner h3 #me {
  font-size: 1.5rem;
}
#page-top .inner .about {
  display: flex;
  gap: 0 20px;
}
#page-top .inner .about .image {
  width: 40%;
}
#page-top .inner .about .image img {
  width: 400px;
  border-radius: 50%;
}
#page-top .inner .about .text {
  width: 70%;
  margin-top: 5px;
}
#page-top .inner .about .text .title {
  font-size: 2rem;
}
#page-top .inner .about .text .desc_1 {
  font-size: 1.5rem;
  margin: 5px 0;
}
#page-top .inner .about .text .desc_2 {
  font-size: 1.5rem;
}

.menu {
  margin-bottom: 350px;
}
.menu .inner {
  color: black;
  width: 50%;
  margin: 0 auto;
}
.menu .inner h3 {
  text-align: center;
  font-size: 2.5rem;
  font-size: 8rem;
  line-height: 30px;
  margin-bottom: 150px;
  font-family: "Tangerine", cursive;
  font-weight: 400;
  font-style: normal;
}
.menu .inner .gallery-image {
  width: 100%;
}
.menu .inner .gallery-image li {
  margin-bottom: 20px;
}
.menu .inner .gallery-image li a img {
  width: 100%;
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

.newrelease {
  margin-bottom: 480px;
  position: relative;
  z-index: 20;
}
.newrelease .inner {
  margin: 0 auto;
  padding: 50px 0;
  width: 90%;
  height: 1000px;
  color: black;
}
.newrelease .inner .newrelease-title {
  text-align: center;
  padding: 30px;
}
.newrelease .inner .newrelease-title .m-title {
  font-size: 8rem;
  font-family: "Tangerine", cursive;
  font-weight: 400;
  font-style: normal;
}
.newrelease .inner .newrelease-title .s-title {
  font-size: 1.5rem;
}
.newrelease .inner .news-wrapper {
  margin: 30px 10px 60px;
}
.newrelease .inner .news-wrapper .news-text {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 0 100px;
}
.newrelease .inner .news-wrapper .news-text .menu-ingre {
  text-align: center;
}
.newrelease .inner .news-wrapper .news-text .menu-list {
  width: 25%;
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0;
  line-height: 30px;
}
.newrelease .inner .news-wrapper .news-text .menu-list dt {
  width: 70%;
  border-bottom: dotted 1px #ccc;
  padding: 6px 0;
}
.newrelease .inner .news-wrapper .news-text .menu-list dd {
  width: 30%;
  border-bottom: dotted 1px #ccc;
  padding: 10px 0;
  text-align: right;
  font-size: 18px;
  font-weight: 700;
}
.newrelease .inner .news-wrapper .news-text .menu-list dd .mini {
  font-size: 10px;
}
.newrelease .inner .news-wrapper .news-text .content-title {
  margin-top: 20px;
}
.newrelease .inner .news-wrapper .news-text .content-list {
  width: 55%;
  padding: 20px 0 50px;
  line-height: 80px;
}
.newrelease .inner .news-wrapper .news-text .content-list .content-item {
  border-bottom: dotted 1px #ccc;
  padding: 10px 0;
  margin-left: 20px;
}
.newrelease .inner .news-wrapper .news-text .content-list #que {
  line-height: 30px;
}

#soup {
  margin-bottom: 500px;
  position: relative;
  z-index: 20;
  height: 100%;
}
#soup .inner {
  color: black;
  width: 60%;
  margin: 0 auto;
}
#soup .inner .title {
  text-align: center;
  padding: 50px 0;
}
#soup .inner .title h3 {
  font-size: 8rem;
  font-family: "Tangerine", cursive;
  font-weight: 400;
  font-style: normal;
}
#soup .inner .soup-slider li {
  width: 300px;
  aspect-ratio: 1/1;
  margin: 20px auto;
}
#soup .inner .soup-slider li a {
  display: block;
  width: 100%;
  height: 100%;
}
#soup .inner .soup-slider li a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  display: block;
}

.bg {
  background: url("/images/tomato_meat.jpg") center no-repeat !important;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 10;
}

.side-btn {
  border: solid 1px white;
  position: fixed;
  right: -144px;
  bottom: 200px;
  transform: rotate(-90deg) translate(60px);
  transition: 0.6s;
  z-index: 30;
}
.side-btn a {
  width: 165px;
  display: inline-block;
  font-size: 0.875rem;
  padding: 15px 0;
  text-align: center;
}
.side-btn a:last-of-type {
  border-left: solid 1px #fff;
}

.footer {
  color: black;
  width: 50%;
  margin: 0 auto;
  height: 500px;
}
.footer .footer-menu .footer-upper {
  display: flex;
  justify-content: space-between;
}
.footer p {
  margin-top: 20px;
  text-align: center;
}

@media (max-width: 599px) {
  body {
    background-color: lightgray;
  }
  body .btn-menu-bar {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 30;
    background-color: skyblue;
    width: 40%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transform: translate(300px, 0);
    transition: 1s;
  }
  body .btn-menu-bar .upper li {
    width: 40%;
    border-top: 1px solid white;
    margin: 30px;
  }
  body .btn-menu-bar .upper li a {
    font-size: 1rem;
  }
  body .btn-menu-bar .lower li {
    width: 40%;
    border-top: 1px solid white;
    margin: 30px;
  }
  body .btn-menu-bar .lower li a {
    font-size: 1rem;
  }
  body .btn-menu-bar.show {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0);
  }
  .main-visual {
    display: block;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: top center, top left, top right;
    background-size: 100%;
    height: 800px;
  }
  .main-visual .logo {
    display: none;
    position: fixed;
    top: 25px;
    left: 15px;
    z-index: 40;
  }
  .main-visual .logo img {
    width: 50px;
    height: 50px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50%;
  }
  .main-visual .logo a {
    display: block;
  }
  .main-visual .main-visual-inner {
    display: flex;
    justify-content: center;
    overflow-x: hidden;
    position: relative;
    height: 800px;
  }
  .main-visual .main-visual-inner img {
    width: 33.3333333333%;
    height: 100vh;
    flex-shrink: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .main-visual .main-visual-inner .main-title {
    position: absolute;
    top: 100px;
    right: 50;
  }
  .main-visual .main-visual-inner .main-title h3 {
    text-align: center;
    color: white;
    font-size: 2rem;
  }
  .main-visual .main-visual-inner .main-title h3 #main {
    font-size: 7rem;
  }
  .btn {
    position: fixed;
    z-index: 40;
    top: 25px;
    right: 10px;
    width: 50px;
    margin: 0px;
    padding: 7.5px 0;
    display: block;
    cursor: pointer;
    display: none;
    /* span (1)番目の要素に適用 */
    /* span (2)番目の要素に適用 */
    /* span (3)番目の要素に適用 */
  }
  .btn span {
    display: block;
    background: blue;
    text-align: center;
    height: 3px;
    width: 50%;
    margin: 5px 12px;
    transition: 0.8s;
    border-radius: 20px;
  }
  .btn .span:nth-of-type(1) {
    top: 15px;
  }
  .btn span:nth-of-type(2) {
    top: 23px;
  }
  .btn span:nth-of-type(3) {
    top: 31px;
  }
  .btn.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }
  .btn.active span:nth-child(2) {
    opacity: 0;
  }
  .btn.active span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
  }
  #page-top .inner {
    margin: 250px auto;
    width: 85%;
    height: 100%;
    color: black;
  }
  #page-top .inner h3 {
    text-align: center;
    padding-bottom: 50px;
    font-size: 4rem;
    line-height: 50px;
    font-family: "Tangerine", cursive;
    font-weight: 400;
    font-style: normal;
  }
  #page-top .inner h3 #me {
    font-size: 1.5rem;
  }
  #page-top .inner .about {
    display: block;
    gap: 0 0;
  }
  #page-top .inner .about .image {
    width: 100%;
    margin-bottom: 50px;
    text-align: center;
  }
  #page-top .inner .about .image img {
    width: 350px;
    height: 350px;
    border-radius: 50%;
  }
  #page-top .inner .about .text {
    margin-top: 0px;
    width: 100%;
  }
  #page-top .inner .about .text .title {
    font-size: 1.2rem;
  }
  #page-top .inner .about .text .desc_1 {
    font-size: 1rem;
    margin: 10px 0;
  }
  #page-top .inner .about .text .desc_2 {
    font-size: 1rem;
  }
  .menu {
    margin-bottom: 200px;
  }
  .menu .inner {
    color: black;
    width: 75%;
    margin: 0 auto;
  }
  .menu .inner h3 {
    text-align: center;
    font-size: 2.5rem;
    font-size: 4rem;
    margin-bottom: 80px;
    line-height: 30px;
    font-family: "Tangerine", cursive;
    font-weight: 400;
    font-style: normal;
  }
  .menu .inner .gallery-image li img {
    width: 300px;
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
  }
  .menu .inner .gallery-image li:nth-child(odd) {
    text-align: center;
  }
  .menu .inner .gallery-image li:nth-child(even) {
    text-align: center;
  }
  .newrelease {
    margin-bottom: 480px;
    position: relative;
    z-index: 20;
  }
  .newrelease .inner {
    margin: 0 auto;
    padding: 50px 0;
    width: 90%;
    height: 950px;
    color: black;
  }
  .newrelease .inner .newrelease-title {
    text-align: center;
    padding: 30px;
  }
  .newrelease .inner .newrelease-title .m-title {
    font-size: 4rem;
    font-family: "Tangerine", cursive;
    font-weight: 400;
    font-style: normal;
  }
  .newrelease .inner .newrelease-title .s-title {
    font-size: 1.5rem;
  }
  .newrelease .inner .news-wrapper {
    margin: 30px 10px 60px;
  }
  .newrelease .inner .news-wrapper .news-text {
    display: block;
    width: 100%;
    gap: 0 0px;
  }
  .newrelease .inner .news-wrapper .news-text .menu-ingre {
    text-align: center;
  }
  .newrelease .inner .news-wrapper .news-text .menu-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0px 0;
    line-height: 30px;
  }
  .newrelease .inner .news-wrapper .news-text .menu-list dt {
    width: 50%;
    border-bottom: dotted 1px #ccc;
    padding: 10px 0;
  }
  .newrelease .inner .news-wrapper .news-text .menu-list dd {
    width: 50%;
    border-bottom: dotted 1px #ccc;
    padding: 10px 0;
    text-align: right;
    font-size: 18px;
    font-weight: 700;
  }
  .newrelease .inner .news-wrapper .news-text .menu-list dd .mini {
    font-size: 10px;
  }
  .newrelease .inner .news-wrapper .news-text .content-title {
    margin-top: 20px;
  }
  .newrelease .inner .news-wrapper .news-text .content-list {
    width: 100%;
    padding: 50px 0 50px;
    line-height: 30px;
  }
  .newrelease .inner .news-wrapper .news-text .content-list .content-item {
    border-bottom: dotted 1px #ccc;
    padding: 10px 0;
    margin-left: 0px;
  }
  .newrelease .inner .news-wrapper .news-text .content-list #que {
    line-height: 30px;
  }
  #soup {
    margin-bottom: 200px;
    position: relative;
    z-index: 20;
    height: 100%;
  }
  #soup .inner {
    color: black;
    width: 100%;
    margin: 0 auto;
    height: 0;
  }
  #soup .inner .title {
    text-align: center;
    padding: 50px 0;
  }
  #soup .inner .title h3 {
    font-size: 4rem;
    font-family: "Tangerine", cursive;
    font-weight: 400;
    font-style: normal;
  }
  #soup .inner ul {
    display: block;
  }
  #soup .inner ul li {
    margin: 20px 0;
    text-align: center;
  }
  #soup .inner ul li a img {
    width: 350px;
    height: 350px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50%;
  }
  .bg {
    background: url("/images/tomato_meat.jpg") center no-repeat !important;
    opacity: 0.5;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 10;
  }
  .side-btn {
    border: solid 1px white;
    position: fixed;
    right: -144px;
    bottom: 200px;
    transform: rotate(-90deg) translate(60px);
    transition: 0.6s;
    z-index: 30;
  }
  .side-btn a {
    width: 165px;
    display: inline-block;
    font-size: 0.875rem;
    padding: 15px 0;
    text-align: center;
  }
  .side-btn a:last-of-type {
    border-left: solid 1px #fff;
  }
  .footer {
    display: block;
    color: black;
    width: 50%;
    margin: 150px auto;
    height: 0px;
  }
  .footer .footer-menu .footer-upper {
    display: flex;
    justify-content: space-between;
  }
  .footer p {
    margin-top: 20px;
    text-align: center;
  }
}/*# sourceMappingURL=main.css.map */