@charset "UTF-8";
/*Loading*/
#splash {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background-color: #111;
}
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#splash_logo img {
  width: 200px;
}
/*Loadingここまで*/
a {
  outline: none;
  opacity: 1;
  transition: all .3s;
}
a:hover {
  opacity: 0.8;
  transition: all .3s;
}
*:hover {
  transition: all .3s;
}
figure {
  margin: 0;
}
figure img {
  width: 100%;
  vertical-align: bottom;
}
/*アニメーション*/
.zoomIn {
  animation-name: zoomInAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}
@keyframes zoomInAnime {
  from {
    transform: scale(0.6);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.zoomInTrigger, .zoomOutTrigger {
  opacity: 0;
}
/*アニメーションここまで*/
.slide-in {
  overflow: hidden;
  display: inline-block;
}
.slide-in_inner {
  display: inline-block;
}
/*上下のアニメーション*/
.upAnime {
  opacity: 0;
}
.slideAnimeDownUp {
  animation-name: slideTextY100;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes slideTextY100 {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.slideAnimeUpDown {
  animation-name: slideTextY-100;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes slideTextY-100 {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
/*アニメーションここまで*/
html {
  visibility: hidden;
}
html.wf-active {
  visibility: visible;
}
body {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  background-color: #111;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
}
body.fixed {
  overflow: hidden;
}
#wrapper {
  min-width: 1100px;
  overflow: hidden;
}
.inner {
  width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
br.sp {
  display: none;
}
.red {
  color: #e50012;
}
/*-------------------トップ-------------------*/
.top {
  width: 100%;
  height: 100vh;
  min-height: 600px;
  position: relative;
  z-index: 1;
  background-color: #111;
  clip-path: polygon(3rem 0px, calc(100% - 3rem) 0px, 100% 3rem, 100% calc(100% - 3rem), calc(100% - 3rem) 100%, 3rem 100%, 0px calc(100% - 3rem), 0px 3rem);
}
.top .video {
  height: 100%;
  left: 50%;
  max-width: none;
  min-height: 56.25vw;
  min-width: 100%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
/*スクロールダウン*/
.top .scroll {
  position: absolute;
  left: 10%;
  bottom: 70px;
  z-index: 3;
  width: 20px;
  height: 100px;
}
.top .scroll:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 2px;
  height: 100px;
  background: #fff;
}
.top .scroll:after {
  animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.top .scroll:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 20px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  left: 0;
  bottom: -18px;
  transform: rotate(90deg);
}
.top .scroll p {
  font-family: shippori-antique, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  letter-spacing: 2px;
  margin: 0;
  writing-mode: vertical-rl;
  position: absolute;
  top: 0;
  left: -20px;
}
/*-------------------トップ以下-------------------*/
.contents h3 {
  font-family: shippori-antique, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  color: #111;
  text-align: center;
}
.contents h3 .jp {
  display: block;
  font-size: 42px;
  letter-spacing: 3px;
  writing-mode: vertical-rl;
  margin: 0 auto;
  text-align: left;
}
.contents h3 .sub {
  display: block;
  margin-bottom: 20px;
  font-size: 24px;
  letter-spacing: 1px;
}
/*ボタン*/
.btn {
  width: 300px;
}
.btn a {
  display: block;
  text-decoration: none;
  font-family: shippori-antique, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  color: #fff;
  font-size: 20px;
  padding: 40px 0;
  border: solid 1px #fff;
  border-radius: 50px;
  position: relative;
  overflow: hidden;
}
.btn a span {
  position: absolute;
  left: 50%;
  top: 30px;
  transition: all .3s;
  transform: translate(-50%, 0);
  display: block;
  opacity: 1;
  white-space: nowrap;
}
.btn a span:nth-child(2) {
  opacity: 0;
  transform: translate(-50%, 200%);
}
.btn a:hover span:nth-child(1) {
  opacity: 0;
  transform: translate(-50%, -200%);
}
.btn a:hover span:nth-child(2) {
  opacity: 1;
  transform: translate(-50%, 0);
  top: 30px;
}
.btn a:hover {
  opacity: 1;
  color: #111;
  background-color: #fff;
}
.btn a .arrow {
  position: absolute;
  left: auto;
  right: 15%;
  top: 50%;
  transform: translate(-15%, -50%);
  transition: all .3s;
}
.btn a .arrow:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 10px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  transition: all .3s;
}
.btn a:hover .arrow {
  right: 10%;
}
.btn a:hover .arrow:before {
  border-color: transparent transparent transparent #e50012;
}
/*-------------------コンセプト-------------------*/
.contents.concept {
  padding: 100px 0 250px;
  background-color: #111;
  position: relative;
}
.contents.concept .inner {
  width: 100%;
  position: relative;
}
.contents.concept h3 {
  font-family: shippori-antique, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 48px;
  line-height: 78px;
  letter-spacing: 5px;
  margin: 0 auto 30px;
  color: #fff;
  writing-mode: vertical-rl;
  text-align: justify;
  width: 234px;
}
.contents.concept .p {
  font-family: shippori-antique, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  font-size: 20px;
  line-height: 40px;
  letter-spacing: 3px;
  color: #fff;
}
.contents.concept .btn {
  margin: 40px auto 0;
}
.contents.concept .slide {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.contents.concept .slide ul.slider .slick-list {
  padding: 20px 0;
}
.contents.concept .slide ul.slider {
  margin: 0;
  padding: 0;
  list-style: none;
}
.contents.concept .slide ul.slider li {
  margin: 0 20px;
  overflow: hidden;
  position: relative;
  clip-path: polygon(1rem 0px, calc(100% - 1rem) 0px, 100% 1rem, 100% calc(100% - 1rem), calc(100% - 1rem) 100%, 1rem 100%, 0px calc(100% - 1rem), 0px 1rem);
}
.contents.concept .slide ul.slider li:before {
  content: '';
  background: linear-gradient(180deg, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0.8) 100%);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.contents.concept .slide ul.slider li:nth-child(odd) {
  position: relative;
  top: -20px;
}
.contents.concept .slide ul.slider li:nth-child(even) {
  position: relative;
  bottom: -20px;
}
.contents.concept .slide ul.slider img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.contents.concept .bg_moji {
  width: 500px;
  position: absolute;
  top: 0;
  right: 5%;
  opacity: 0.1;
}
.contents.concept .bg_moji img {
  width: 100%;
}
.contents.concept .bg_text {
  width: 100%;
  height: 170px;
  background-image: url("../img/bg_text.png");
  background-size: 1700px auto;
  background-position: center;
  background-repeat: repeat-x;
  animation: bgscroll 100s linear infinite;
  position: absolute;
  left: 0;
  bottom: 50px;
  opacity: 0.1;
}
@keyframes bgscroll {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -3000px 0;
  }
}
/*-------------------お品書き-------------------*/
.contents.menu {
  padding: 80px 0;
  background-color: #f2e9d3;
  clip-path: polygon(3rem 0px, calc(100% - 3rem) 0px, 100% 3rem, 100% calc(100% - 3rem), calc(100% - 3rem) 100%, 3rem 100%, 0px calc(100% - 3rem), 0px 3rem);
}
.contents.menu .inner {
  width: 90%;
}
.contents.menu h3 {
  margin: 0 auto 50px;
}
.contents.menu ul {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  width: 700px;
}
.contents.menu ul li {
  margin: 15px auto;
}
.contents.menu ul li a {
  display: block;
  text-decoration: none;
  background-color: #e50012;
  clip-path: polygon(1rem 0px, calc(100% - 1rem) 0px, 100% 1rem, 100% calc(100% - 1rem), calc(100% - 1rem) 100%, 1rem 100%, 0px calc(100% - 1rem), 0px 1rem);
  position: relative;
  color: #fff;
  padding: 40px 5%;
  overflow: hidden;
}
.contents.menu ul li a:hover {
  opacity: 1;
}
.contents.menu ul li a h4 span {
  position: absolute;
  left: 50%;
  top: 45px;
  transition: all .3s;
  transform: translate(-50%, 0);
  display: block;
  opacity: 1;
  white-space: nowrap;
}
.contents.menu ul li a h4 span:nth-child(2) {
  opacity: 0;
  transform: translate(-50%, 200%);
}
.contents.menu ul li a:hover h4 span:nth-child(1) {
  opacity: 0;
  transform: translate(-50%, -200%);
}
.contents.menu ul li a:hover h4 span:nth-child(2) {
  opacity: 1;
  transform: translate(-50%, 0);
  top: 45px;
}
.contents.menu ul li h4 {
  font-family: shippori-antique, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  font-size: 24px;
  letter-spacing: 3px;
}
.contents.menu ul li:nth-child(2) a {
  background-color: #111;
}
.contents.menu ul li:nth-child(3) a {
  color: #111;
  background-color: #fff;
}
.contents.menu ul li a .arrow {
  position: absolute;
  right: 10%;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 3;
  transition: all .3s;
}
.contents.menu ul li a .arrow:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 20px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  transition: all .3s;
}
.contents.menu ul li:nth-child(3) a .arrow:before {
  border-color: transparent transparent transparent #e50012;
}
.contents.menu ul li a:hover .arrow {
  right: 5%;
}
.contents.menu ul .bg_moji {
  width: 350px;
  z-index: -1;
  opacity: 0.5;
}
.contents.menu ul .bg_moji img {
  width: 100%;
}
.contents.menu ul .bg_moji.shoku {
  position: absolute;
  top: -100px;
  left: -150px;
}
.contents.menu ul .bg_moji.sai {
  position: absolute;
  top: -100px;
  right: -150px;
}
.contents.menu ul .bg_moji.wa {
  position: absolute;
  left: -150px;
  bottom: -100px;
}
.contents.menu ul .bg_moji.gyu {
  position: absolute;
  right: -150px;
  bottom: -100px;
}
/*-------------------店舗一覧-------------------*/
.contents.restaurant {
  padding: 80px 0;
  background-color: #111;
}
.contents.restaurant h3 {
  margin: 0 auto 50px;
  color: #fff;
}
.contents.restaurant .inner {
  width: 90%;
}
.contents.restaurant ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.contents.restaurant ul li {
  width: 31%;
  margin: 25px 1%;
  position: relative;
}
.contents.restaurant ul li a {
  display: block;
  text-decoration: none;
  clip-path: polygon(1rem 0px, calc(100% - 1rem) 0px, 100% 1rem, 100% calc(100% - 1rem), calc(100% - 1rem) 100%, 1rem 100%, 0px calc(100% - 1rem), 0px 1rem);
  position: relative;
}
.contents.restaurant ul li a:before {
  content: '';
  background: linear-gradient(180deg, rgba(17, 17, 17, 0) 50%, rgba(17, 17, 17, 0.8) 100%);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.contents.restaurant ul li a:hover {
  opacity: 1;
}
.contents.restaurant ul li a figure {
  width: 100%;
  height: 100%;
}
.contents.restaurant ul li a figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contents.restaurant ul li.zoom-in a {
  height: 300px;
  overflow: hidden;
}
.contents.restaurant ul li.zoom-in a figure {
  transform: scale(1);
  transition: all .5s;
}
.contents.restaurant ul li.zoom-in a:hover figure {
  transform: scale(1.1);
}
.contents.restaurant ul li h4 {
  font-family: shippori-antique, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  writing-mode: vertical-rl;
  font-size: 20px;
  line-height: 70px;
  letter-spacing: 3px;
  width: 70px;
  height: auto;
  min-height: 150px;
  color: #fff;
  background-color: rgba(229, 0, 18, 0.9);
  clip-path: polygon(1rem 0px, calc(100% - 1rem) 0px, 100% 1rem, 100% calc(100% - 1rem), calc(100% - 1rem) 100%, 1rem 100%, 0px calc(100% - 1rem), 0px 1rem);
  position: absolute;
  top: -20px;
  left: 10%;
  z-index: 2;
  padding: 20px 0;
  margin: 0;
}
.contents.restaurant ul li a .arrow {
  position: absolute;
  right: 15%;
  bottom: 35px;
  z-index: 3;
  transition: all .3s;
}
.contents.restaurant ul li a .arrow:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 20px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  transition: all .3s;
}
.contents.restaurant ul li a:hover .arrow {
  right: 10%;
}
.contents.restaurant ul li a:hover .arrow:before {
  border-color: transparent transparent transparent #e50012;
}
/*-------------------お知らせ-------------------*/
.contents.news {
  padding: 80px 0;
  background-color: #f2e9d3;
  clip-path: polygon(3rem 0px, calc(100% - 3rem) 0px, 100% 3rem, 100% calc(100% - 3rem), calc(100% - 3rem) 100%, 3rem 100%, 0px calc(100% - 3rem), 0px 3rem);
  position: relative;
}
.contents.news h3 {
  margin: 0 auto 50px;
}
.contents.news .dl_box {
  width: 700px;
  margin: 0 auto;
  border-top: solid 1px #fff;
}
.contents.news .dl_box dl {
  margin: 0;
}
.contents.news .dl_box dl a {
  text-decoration: none;
  color: #111;
  padding: 25px 5%;
  display: flex;
  align-items: center;
  border-bottom: solid 1px #fff;
}
.contents.news .dl_box dl a:hover {
  opacity: 1;
  background-color: #fff;
}
.contents.news .dl_box dl dt {
  font-family: shippori-antique, sans-serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
  bottom: -1px;
  width: 20%;
  display: flex;
  align-items: center;
}
.contents.news .dl_box dl dd {
  margin: 0;
  width: 80%;
}
.contents.news .btn {
  margin: 40px auto 0;
}
.contents.news .btn a {
  color: #111;
  border: solid 1px #111;
}
.contents.news .btn a .arrow:before {
  border-color: transparent transparent transparent #111;
}
.contents.news .btn a:hover .arrow:before {
  border-color: transparent transparent transparent #e50012;
}
.contents.news .bg_moji {
  width: 500px;
  z-index: 1;
  opacity: 0.1;
}
.contents.news .bg_moji img {
  width: 100%;
}
.contents.news .bg_moji.sai_01 {
  position: absolute;
  left: -250px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 500px;
}
.contents.news .bg_moji.sai_02 {
  position: absolute;
  right: -250px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 500px;
}
/*-------------------会社概要・お問い合わせ-------------------*/
.contents.other {
  padding: 80px 0;
  background-color: #111;
}
.contents.other .inner {
  width: 90%;
}
.contents.other ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contents.other ul li {
  width: 49%;
  margin: 0;
  position: relative;
}
.contents.other ul li a {
  display: block;
  text-decoration: none;
  clip-path: polygon(1rem 0px, calc(100% - 1rem) 0px, 100% 1rem, 100% calc(100% - 1rem), calc(100% - 1rem) 100%, 1rem 100%, 0px calc(100% - 1rem), 0px 1rem);
  position: relative;
  color: #fff;
}
.contents.other ul li a:hover {
  opacity: 1;
}
.contents.other ul li a figure {
  width: 100%;
  height: 100%;
}
.contents.other ul li a figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contents.other ul li a figure:before {
  content: '';
  background: linear-gradient(180deg, rgba(17, 17, 17, 0) 50%, rgba(17, 17, 17, 0.8) 100%);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.contents.other ul li.zoom-in a {
  height: 250px;
  overflow: hidden;
}
.contents.other ul li.zoom-in a figure {
  transform: scale(1);
  transition: all .5s;
}
.contents.other ul li.zoom-in a:hover figure {
  transform: scale(1.1);
}
.contents.other ul li h4 {
  font-family: shippori-antique, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  writing-mode: vertical-rl;
  font-size: 24px;
  line-height: 70px;
  letter-spacing: 3px;
  width: 70px;
  height: auto;
  min-height: 220px;
  color: #fff;
  background-color: rgba(229, 0, 18, 0.9);
  clip-path: polygon(1rem 0px, calc(100% - 1rem) 0px, 100% 1rem, 100% calc(100% - 1rem), calc(100% - 1rem) 100%, 1rem 100%, 0px calc(100% - 1rem), 0px 1rem);
  position: absolute;
  top: -20px;
  left: 10%;
  z-index: 2;
  margin: 0;
}
.contents.other ul li a .arrow {
  position: absolute;
  right: 10%;
  bottom: 35px;
  z-index: 3;
  transition: all .3s;
}
.contents.other ul li a .arrow:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 20px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  transition: all .3s;
}
.contents.other ul li a:hover .arrow {
  right: 5%;
}
.contents.other ul li a:hover .arrow:before {
  border-color: transparent transparent transparent #e50012;
}
/*-------------------採用情報-------------------*/
.contents.recruit {
  padding: 80px 0 0;
}
.contents.recruit .inner {
  width: 100%;
  height: 600px;
  position: relative;
}
.contents.recruit .slide_wrap {
  clip-path: polygon(3rem 0px, calc(100% - 3rem) 0px, 100% 3rem, 100% calc(100% - 3rem), calc(100% - 3rem) 100%, 3rem 100%, 0px calc(100% - 3rem), 0px 3rem);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
}
.contents.recruit .slide_wrap:before {
  content: '';
  background: linear-gradient(180deg, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0.8) 100%);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  clip-path: polygon(3rem 0px, calc(100% - 3rem) 0px, 100% 3rem, 100% calc(100% - 3rem), calc(100% - 3rem) 100%, 3rem 100%, 0px calc(100% - 3rem), 0px 3rem);
}
.contents.recruit .swiper {
  width: 50%;
  height: 100%;
}
.contents.recruit .swiper-slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.contents.recruit .txt {
  width: 700px;
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -40%);
  z-index: 4;
}
.contents.recruit h3 {
  font-family: shippori-antique, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0 auto 50px;
  color: #fff;
  text-align: center;
}
.contents.recruit h3 .jp {
  display: block;
  font-size: 42px;
  letter-spacing: 3px;
  writing-mode: horizontal-tb;
  margin: 0 auto;
}
.contents.recruit .sub {
  display: block;
  writing-mode: horizontal-tb;
  margin-bottom: 20px;
  font-size: 24px;
  letter-spacing: 1px;
}
.contents.recruit .p {
  font-family: shippori-antique, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 28px;
  line-height: 48px;
  letter-spacing: 3px;
  margin: 0;
  color: #fff;
  writing-mode: vertical-rl;
  height: 400px;
}
.contents.recruit .p.left {
  position: absolute;
  top: 50px;
  left: 5%;
  width: 144px;
}
.contents.recruit .p.right {
  position: absolute;
  top: -200px;
  right: -5%;
  width: 240px;
}
.contents.recruit .btn {
  margin: 0 auto;
}
.contents.recruit .btn a {
  color: #111;
  background-color: #fff;
}
.contents.recruit .btn a .arrow:before {
  border-color: transparent transparent transparent #111;
}
.contents.recruit .btn a:hover .arrow:before {
  border-color: transparent transparent transparent #e50012;
}
.contents.recruit .bg_text {
  width: 100%;
  height: 170px;
  background-image: url("../img/bg_text.png");
  background-size: 1700px auto;
  background-position: center;
  background-repeat: repeat-x;
  animation: bgscroll 100s linear infinite;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0.3;
  z-index: 3;
}
@keyframes bgscroll {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -3000px 0;
  }
}
@media screen and (max-width:1050px) {
  #splash_logo img {
    width: 140px;
  }
  #wrapper {
    min-width: 100%;
  }
  .inner {
    width: 90%;
  }
  br.pc {
    display: none;
  }
  br.sp {
    display: block;
  }
  /*-------------------トップ-------------------*/
  .top {
    height: 50vh;
    min-height: 350px;
    clip-path: polygon(2rem 0px, calc(100% - 2rem) 0px, 100% 2rem, 100% calc(100% - 2rem), calc(100% - 2rem) 100%, 2rem 100%, 0px calc(100% - 2rem), 0px 2rem);
  }
  .top .scroll {
    position: absolute;
    bottom: 50px;
    height: 80px;
  }
  .top .scroll:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 2px;
    height: 80px;
  }
  .top .scroll:before {
    border-style: solid;
    border-width: 7px 0 7px 15px;
    position: absolute;
    left: 2px;
    bottom: -10px;
  }
  .top .scroll p {
    font-size: 13px;
    letter-spacing: 2px;
    position: absolute;
    left: -15px;
  }
  /*-------------------トップ以下-------------------*/
  .contents h3 .jp {
    font-size: 28px;
  }
  .contents h3 .sub {
    margin-bottom: 10px;
    font-size: 18px;
  }
  /*ボタン*/
  .btn {
    width: 270px;
  }
  .btn a {
    font-size: 18px;
    padding: 30px 0;
  }
  .btn a span {
    position: absolute;
    top: 21px;
  }
  .btn a:hover span:nth-child(2) {
    top: 21px;
  }
  /*-------------------コンセプト-------------------*/
  .contents.concept {
    padding: 70px 0 150px;
  }
  .contents.concept h3 {
    font-size: 30px;
    line-height: 50px;
    margin: 0 auto;
    width: 150px;
  }
  .contents.concept .p {
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 2px;
  }
  .contents.concept .btn {
    margin: 30px auto 0;
  }
  .contents.concept .slide {
    position: absolute;
    left: 50%;
    top: 30%;
    transform: translate(-50%, -30%);
    z-index: -1;
  }
  .contents.concept .slide ul.slider li {
    margin: 0 10px;
  }
  .contents.concept .slide ul.slider li:nth-child(odd) {
    position: relative;
    top: -10px;
  }
  .contents.concept .slide ul.slider li:nth-child(even) {
    position: relative;
    bottom: -10px;
  }
  .contents.concept .slide ul.slider img {
    height: 150px;
  }
  .contents.concept .bg_moji {
    width: 250px;
    position: absolute;
    right: 0;
  }
  .contents.concept .bg_text {
    height: 100px;
    background-size: 1000px auto;
    position: absolute;
    bottom: 30px;
  }
  /*-------------------お品書き-------------------*/
  .contents.menu {
    padding: 45px 0 40px;
    clip-path: polygon(2rem 0px, calc(100% - 2rem) 0px, 100% 2rem, 100% calc(100% - 2rem), calc(100% - 2rem) 100%, 2rem 100%, 0px calc(100% - 2rem), 0px 2rem);
  }
  .contents.menu h3 {
    margin: 0 auto 20px;
  }
  .contents.menu ul {
    width: auto;
  }
  .contents.menu ul li a {
    clip-path: polygon(1rem 0px, calc(100% - 1rem) 0px, 100% 1rem, 100% calc(100% - 1rem), calc(100% - 1rem) 100%, 1rem 100%, 0px calc(100% - 1rem), 0px 1rem);
    padding: 30px 5%;
  }
  .contents.menu ul li a h4 span {
    position: absolute;
    top: 34px;
  }
  .contents.menu ul li a:hover h4 span:nth-child(2) {
    top: 34px;
  }
  .contents.menu ul li h4 {
    font-size: 20px;
  }
  .contents.menu ul li a .arrow:before {
    border-width: 6px 0 6px 15px;
  }
  .contents.menu ul .bg_moji {
    width: 150px;
  }
  .contents.menu ul .bg_moji.shoku {
    position: absolute;
    top: 50px;
    left: -50px;
  }
  .contents.menu ul .bg_moji.sai {
    position: absolute;
    top: 50px;
    right: -50px;
  }
  .contents.menu ul .bg_moji.wa {
    position: absolute;
    left: -50px;
    bottom: -100px;
  }
  .contents.menu ul .bg_moji.gyu {
    position: absolute;
    right: -50px;
    bottom: -100px;
  }
  /*-------------------店舗一覧-------------------*/
  .contents.restaurant {
    padding: 45px 0 40px;
  }
  .contents.restaurant h3 {
    margin: 0 auto 20px;
  }
  .contents.restaurant ul li {
    width: 48%;
    margin: 15px 1%;
  }
  .contents.restaurant ul li.zoom-in a {
    height: 150px;
  }
  .contents.restaurant ul li h4 {
    font-size: 16px;
    line-height: 40px;
    width: 40px;
    min-height: 100px;
    clip-path: polygon(0.5rem 0px, calc(100% - 0.5rem) 0px, 100% 0.5rem, 100% calc(100% - 0.5rem), calc(100% - 0.5rem) 100%, 0.5rem 100%, 0px calc(100% - 0.5rem), 0px 0.5rem);
    padding: 10px 0;
  }
  .contents.restaurant ul li a .arrow {
    position: absolute;
    right: 20%;
    bottom: 30px;
  }
  .contents.restaurant ul li a .arrow:before {
    border-width: 6px 0 6px 15px;
  }
  .contents.restaurant ul li h4.s {
    font-size: 10px;
  }
  /*-------------------お知らせ-------------------*/
  .contents.news {
    padding: 45px 0 50px;
    clip-path: polygon(2rem 0px, calc(100% - 2rem) 0px, 100% 2rem, 100% calc(100% - 2rem), calc(100% - 2rem) 100%, 2rem 100%, 0px calc(100% - 2rem), 0px 2rem);
  }
  .contents.news h3 {
    margin: 0 auto 20px;
  }
  .contents.news .dl_box {
    width: 80%;
  }
  .contents.news .dl_box dl a {
    padding: 15px 0 12px;
    display: block;
  }
  .contents.news .dl_box dl dt {
    width: auto;
    display: block;
    margin-bottom: 5px;
  }
  .contents.news .dl_box dl dd {
    width: auto;
  }
  .contents.news .btn {
    margin: 35px auto 0;
  }
  .contents.news .bg_moji {
    width: 200px;
  }
  .contents.news .bg_moji.sai_01 {
    position: absolute;
    left: -100px;
    height: 200px;
  }
  .contents.news .bg_moji.sai_02 {
    position: absolute;
    right: -100px;
    height: 200px;
  }
  /*-------------------会社概要・お問い合わせ-------------------*/
  .contents.other {
    padding: 40px 0 20px;
  }
  .contents.other ul {
    display: block;
  }
  .contents.other ul li {
    width: auto;
    margin: 25px auto;
  }
  .contents.other ul li.zoom-in a {
    height: 200px;
  }
  .contents.other ul li h4 {
    font-size: 20px;
    line-height: 60px;
    width: 60px;
    min-height: 200px;
  }
  .contents.other ul li a .arrow:before {
    border-width: 6px 0 6px 15px;
  }
  /*-------------------採用情報-------------------*/
  .contents.recruit {
    padding: 45px 0 0;
  }
  .contents.recruit .inner {
    height: 500px;
  }
  .contents.recruit .slide_wrap {
    clip-path: polygon(2rem 0px, calc(100% - 2rem) 0px, 100% 2rem, 100% calc(100% - 2rem), calc(100% - 2rem) 100%, 2rem 100%, 0px calc(100% - 2rem), 0px 2rem);
  }
  .contents.recruit .slide_wrap:before {
    clip-path: polygon(2rem 0px, calc(100% - 2rem) 0px, 100% 2rem, 100% calc(100% - 2rem), calc(100% - 2rem) 100%, 2rem 100%, 0px calc(100% - 2rem), 0px 2rem);
  }
  .contents.recruit .txt {
    width: 600px;
  }
  .contents.recruit h3 {
    margin: 0 auto 30px;
  }
  .contents.recruit h3 .jp {
    font-size: 28px;
  }
  .contents.recruit .sub {
    font-size: 18px;
  }
  .contents.recruit .p {
    font-size: 18px;
    line-height: 28px;
    height: 300px;
  }
  .contents.recruit .p.left {
    position: absolute;
    top: 50px;
    left: 5%;
    width: 84px;
  }
  .contents.recruit .p.right {
    position: absolute;
    top: -180px;
    right: 5%;
    width: 140px;
  }
  .contents.recruit .bg_text {
    height: 100px;
    background-size: 1000px auto;
  }
  @media screen and (max-width:700px) {
    .contents.recruit .slide_wrap {
      display: block;
    }
    .contents.recruit .swiper {
      width: auto;
      height: 50%;
    }
    .contents.recruit .txt {
      width: 100%;
      position: absolute;
      left: 50%;
      top: 35%;
      transform: translate(-50%, -35%);
    }
    .contents.recruit .p {
      font-size: 16px;
      line-height: 24px;
      height: 300px;
    }
    .contents.recruit .p.left {
      position: absolute;
      top: 180px;
      left: 5%;
      width: 72px;
    }
    .contents.recruit .p.right {
      position: absolute;
      top: -180px;
      right: 5%;
      width: 120px;
    }
  }
}