@charset "UTF-8";
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;
}
html {
  visibility: hidden;
}
html.wf-active {
  visibility: visible;
}
body {
  margin: 0;
  padding: 0;
  color: #111;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  background-color: #fff;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
}
body.fixed {
  overflow: hidden;
}
#wrapper {
  min-width: 1100px;
  overflow: hidden;
}
.inner {
  width: 1100px;
  margin: 0 auto;
}
br.sp {
  display: none;
}
.yellow {
  color: #ffd101;
}
.bg_text {
  width: 150%;
  height: 90px;
  background-image: url("../img/text.svg");
  background-size: 600px auto;
  background-position: center;
  background-repeat: repeat-x;
  animation: bgscroll 10s linear infinite;
}
@-webkit-keyframes bgscroll {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -600px 0;
  }
}
@-webkit-keyframes bgscroll_02 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 600px 0;
  }
}
/*-------------------トップ-------------------*/
.top {
  width: 100%;
  height: 100vh;
  min-height: 600px;
  position: relative;
  background-color: #c1272d;
}
.top .wrap {
  width: 150%;
  height: 95vh;
  min-height: 600px;
  position: absolute;
  top: 0;
  left: -25%;
  right: 0;
  margin: auto;
  border-radius: 0 0 50% 50%;
  overflow: hidden;
}
.top .wrap::before {
  content: '';
  background: linear-gradient(180deg, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0.5) 100%);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  min-height: 600px;
}
.top .swiper {
  width: 70%;
  height: 100%;
  position: absolute;
  left: 15%;
  top: 0;
  bottom: 0;
}
.top .swiper-slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.top h2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: auto;
  height: 70vh;
  margin: 0;
}
.top h2 img {
  height: 100%;
}
.top .bg_text {
  position: absolute;
  top: auto;
  bottom: 10px;
  left: -25%;
  margin: auto;
  z-index: 3;
  opacity: 0.7;
}
/*-------------------トップ以下-------------------*/
.contents {
  position: relative;
  padding: 70px 0;
}
.contents .inner {
  position: relative;
  z-index: 1;
}
/*-------------------コンセプト-------------------*/
.contents.concept {
  background-color: #c1272d;
  padding: 50px 0 0;
}
.contents.concept h3 {
  font-size: 48px;
  line-height: 68px;
  font-weight: 700;
  margin: 0 auto 20px;
  text-align: center;
  color: #fff;
}
.contents.concept .p {
  text-align: center;
  font-size: 24px;
  line-height: 44px;
  letter-spacing: 2px;
  margin: 0;
  color: #fff;
}
.contents.concept .bg_text {
  animation: bgscroll_02 10s linear infinite;
  position: absolute;
  top: 50px;
  bottom: 0;
  left: -25%;
  margin: auto;
  opacity: 0.1;
}
/*-------------------こだわり-------------------*/
.contents.detail {
  background-color: #c1272d;
  padding-bottom: 150px;
}
.contents.detail .inner {
  width: 1200px;
}
.contents.detail section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff1a;
  border-radius: 500px;
  margin-bottom: 30px;
  padding: 20px;
  position: relative;
  overflow: hidden;
}
.contents.detail section:last-child {
  margin-bottom: 0;
}
.contents.detail section:nth-child(even) {
  flex-direction: row-reverse;
}
.contents.detail section .swiper {
  width: 430px;
  height: 430px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0;
}
.contents.detail section .swiper figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.contents.detail section .txt {
  width: 48%;
  position: relative;
  padding: 0 10% 0 0;
  color: #fff;
}
.contents.detail section:nth-child(even) .txt {
  padding: 0 0 0 10%;
}
.contents.detail section .no {
  display: block;
  font-family: "ab-appare", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 28px;
  color: #ffd101;
  margin-bottom: 10px;
}
.contents.detail section .txt h4 {
  font-family: "ab-appare", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 58px;
  padding-bottom: 20px;
  margin: 0 auto 20px;
  border-bottom: solid 3px #ffd101;
}
.contents.detail section .txt h4 .b {
  font-size: 78px;
}
.contents.detail section .txt h4 .s {
  font-size: 28px;
  position: relative;
  top: -20px;
}
.contents.detail section .txt p {
  font-size: 18px;
  line-height: 34px;
  text-align: justify;
  margin: 0;
}
.contents.detail .daruma {
  width: 180px;
  position: absolute;
  right: 70px;
  bottom: -10px;
  transform: rotate(-15deg);
}
.contents.detail .daruma img {
  width: 100%;
}
.contents.detail section:nth-child(even) .daruma {
  width: 180px;
  position: absolute;
  right: 350px;
  bottom: -20px;
}
.contents.detail .bg_text {
  position: absolute;
  bottom: -170px;
  left: -25%;
  margin: auto;
  opacity: 0.7;
}
/*-------------------店舗一覧-------------------*/
.contents.restaurant {
  background-color: #ffd101;
  padding: 200px 0;
}
.contents.restaurant:before {
  width: 150%;
  height: 400px;
  background-color: #ffd101;
  border-radius: 50% 50% 0 0;
  content: "";
  position: absolute;
  top: -55px;
  left: -25%;
  right: 0;
  margin: auto;
}
.contents.restaurant:after {
  width: 150%;
  height: 400px;
  background-color: #ffd101;
  border-radius: 0 0 50% 50%;
  content: "";
  position: absolute;
  bottom: -55px;
  left: -25%;
  right: 0;
  margin: auto;
}
.contents.restaurant .inner {
  margin-top: -150px;
}
.contents.restaurant h3 {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin: 0 auto 50px;
  width: 270px;
  color: #111;
  background-color: #fff;
  border-radius: 50%;
  padding: 20px 0 22px;
}
.contents.restaurant ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.contents.restaurant ul li {
  width: 29%;
  margin: 0 2% 70px;
  padding-bottom: 50px;
  position: relative;
}
.contents.restaurant ul li figure {
  margin: 0 auto 20px;
  border-radius: 20px;
  overflow: hidden;
}
.contents.restaurant ul li .txt {
  width: 90%;
  margin: 0 auto;
}
.contents.restaurant ul li .txt h4 {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  width: 200px;
  background-color: #ffd101;
  padding: 15px 0;
  text-align: center;
  border-radius: 50px;
  margin: -50px auto -10px;
  position: relative;
  z-index: 2;
}
.contents.restaurant ul li .txt p {
  font-size: 15px;
}
.contents.restaurant ul li .txt .btn {
  font-size: 15px;
  width: 150px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.contents.restaurant ul li .txt .btn a {
  display: block;
  text-decoration: none;
  text-align: center;
  color: #111;
  padding: 7px 0 8px;
  background-color: #fff;
  border: solid 2px #111;
  border-radius: 50px;
}
.contents.restaurant ul li .txt .btn a:hover {
  opacity: 1;
  color: #fff;
  background-color: #e6001d;
}
/*-------------------採用情報-------------------*/
.contents.recruit {
  padding: 0;
  margin-top: -250px;
}
.contents.recruit .inner {
  width: 90%;
  height: 550px;
  position: relative;
  overflow: hidden;
}
.contents.recruit .txt {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.contents.recruit .p {
  font-family: "ab-appare", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 50px;
  line-height: 70px;
  color: #fff;
  writing-mode: vertical-rl;
  height: 400px;
}
.contents.recruit .p .b {
  font-size: 70px;
}
.contents.recruit .p .b02 {
  font-size: 80px;
}
.contents.recruit .p .right {
  position: absolute;
  top: -50px;
  bottom: 0;
  right: -220px;
  margin: auto;
  height: 400px;
}
.contents.recruit .p .left {
  position: absolute;
  top: -50px;
  bottom: 0;
  left: -280px;
  margin: auto;
  height: 400px;
}
.contents.recruit .btn {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  margin: 0 auto;
  width: 350px;
  border-radius: 100px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.contents.recruit .btn a {
  display: block;
  text-decoration: none;
  color: #111;
  border: solid 3px #fff;
  background-color: #ffd101;
  border-radius: 100px;
  overflow: hidden;
  padding: 25px 0 27px;
}
.contents.recruit .btn a:hover {
  opacity: 1;
  color: #fff;
  background-color: #e6001d;
}
.contents.recruit .slide {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 20px;
  overflow: hidden;
}
.contents.recruit .slide::before {
  content: '';
  background: linear-gradient(180deg, rgba(17, 17, 17, 0.1) 0%, rgba(17, 17, 17, 0.5) 100%);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}
.contents.recruit .slide {
  display: flex;
}
.contents.recruit .slide .swiper {
  width: 33.33%;
}
.contents.recruit .slide .swiper figure img {
  width: 100%;
  height: 550px;
  object-fit: cover;
}
.contents.recruit .bg_text_02 {
  width: 150%;
  height: 90px;
  background-image: url("../img/text.svg");
  background-size: 600px auto;
  background-position: center;
  background-repeat: repeat-x;
  animation: bgscroll_02 10s linear infinite;
  position: absolute;
  top: auto;
  bottom: 10px;
  left: -25%;
  margin: auto;
  opacity: 0.7;
  z-index: 2;
}
@media screen and (max-width:1050px) {
  #wrapper {
    min-width: 100%;
  }
  .inner {
    width: 90%;
  }
  br.sp {
    display: block;
  }
  /*-------------------トップ-------------------*/
  .top {
    height: 90vh;
    min-height: 500px;
  }
  .top .wrap {
    width: 200%;
    height: 85vh;
    min-height: 500px;
    position: absolute;
    left: -50%;
  }
  .top .wrap::before {
    min-height: 500px;
  }
  .top h2 {
    width: 40%;
    max-width: 450px;
    height: auto;
  }
  .bg_text {
    height: 60px;
    background-size: 400px auto;
  }
  @-webkit-keyframes bgscroll {
    0% {
      background-position: 0 0;
    }
    100% {
      background-position: -400px 0;
    }
  }
  @-webkit-keyframes bgscroll_02 {
    0% {
      background-position: 0 0;
    }
    100% {
      background-position: 400px 0;
    }
  }
  /*-------------------トップ以下-------------------*/
  .contents {
    padding: 40px 0;
  }
  /*-------------------こだわり-------------------*/
  .contents.concept {
    padding: 30px 0 0;
  }
  .contents.concept h3 {
    font-size: 28px;
    line-height: 38px;
    margin: 0 auto 20px;
    position: relative;
    left: 10px;
  }
  .contents.concept .p {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 1px;
  }
  /*-------------------詳細-------------------*/
  .contents.detail {
    padding-bottom: 100px;
  }
  .contents.detail .inner {
    width: 90%;
  }
  .contents.detail section {
    display: block;
    border-radius: 150px;
    margin-bottom: 30px;
    padding: 20px 0 50px;
  }
  .contents.detail section .swiper {
    width: 300px;
    height: 300px;
    border-radius: 150px;
    margin: 0 auto 15px;
  }
  .contents.detail section .txt {
    width: 80%;
    padding: 0;
    margin: 0 auto;
  }
  .contents.detail section:nth-child(even) .txt {
    padding: 0;
  }
  .contents.detail section .no {
    font-size: 22px;
    margin-bottom: 10px;
    text-align: center;
  }
  .contents.detail section .txt h4 {
    font-size: 28px;
    padding-bottom: 10px;
    margin: 0 auto 10px;
    text-align: center;
  }
  .contents.detail section .txt h4 .b {
    font-size: 38px;
  }
  .contents.detail section .txt h4 .s {
    font-size: 16px;
    position: relative;
    top: -5px;
  }
  .contents.detail section .txt p {
    font-size: 16px;
    line-height: 24px;
  }
  .contents.detail .daruma {
    width: 150px;
    position: absolute;
    bottom: 150px;
    right: -50px;
  }
  .contents.detail section:nth-child(even) .daruma {
    width: 150px;
    position: absolute;
    bottom: 150px;
    right: auto;
    left: -50px;
    transform: rotate(15deg);
  }
  .contents.detail .bg_text {
    position: absolute;
    bottom: -100px;
  }
  /*-------------------店舗一覧-------------------*/
  .contents.restaurant {
    padding: 100px 0;
  }
  .contents.restaurant:before {
    width: 200%;
    height: 500px;
    position: absolute;
    left: -50%;
  }
  .contents.restaurant:after {
    width: 200%;
    height: 500px;
    position: absolute;
    left: -50%;
  }
  .contents.restaurant .inner {
    margin-top: -100px;
  }
  .contents.restaurant h3 {
    font-size: 24px;
    width: 200px;
    margin: 0 auto 30px;
    padding: 15px 0 17px;
  }
  .contents.restaurant ul li {
    width: 46%;
    margin: 0 2% 40px;
    padding-bottom: 40px;
  }
  .contents.restaurant ul li figure {
    margin: 0 auto 15px;
  }
  .contents.restaurant ul li .txt h4 {
    font-size: 16px;
    width: 100%;
    max-width: 200px;
    padding: 10px 0;
    margin: -40px auto -10px;
  }
  .contents.restaurant ul li .txt .btn {
    width: 130px;
  }
  /*-------------------採用情報-------------------*/
  .contents.recruit {
    margin-top: -130px;
  }
  .contents.recruit .inner {
    height: 400px;
  }
  .contents.recruit .p {
    font-size: 30px;
    line-height: 50px;
    height: 250px;
  }
  .contents.recruit .p .b {
    font-size: 40px;
  }
  .contents.recruit .p .b02 {
    font-size: 50px;
  }
  .contents.recruit .p .right {
    position: absolute;
    top: -60px;
    right: -160px;
    height: 250px;
  }
  .contents.recruit .p .left {
    position: absolute;
    top: -60px;
    left: -190px;
    height: 250px;
  }
  .contents.recruit .btn {
    font-size: 22px;
    width: 250px;
  }
  .contents.recruit .btn a {
    padding: 20px 0 21px;
  }
  .contents.recruit .slide .swiper figure img {
    height: 400px;
  }
  .contents.recruit .bg_text_02 {
    height: 60px;
    background-size: 400px auto;
  }
}
@media screen and (max-width:700px) {
  /*-------------------詳細-------------------*/
  .contents.detail section {
    border-radius: 50px;
    padding: 20px 0 120px;
  }
  .contents.detail section .txt {
    width: 80%;
  }
  .contents.detail .daruma {
    width: 140px;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .contents.detail section:nth-child(even) .daruma {
    width: 140px;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
  }
  /*-------------------採用情報-------------------*/
  .contents.recruit .p .right {
    position: absolute;
    right: -140px;
  }
  .contents.recruit .p .left {
    position: absolute;
    left: -140px;
  }
  .contents.recruit .slide {
    display: block;
  }
  .contents.recruit .slide .swiper {
    width: 100%;
  }
  .contents.recruit .slide .swiper:nth-child(1) {
    display: none;
  }
  .contents.recruit .slide .swiper figure img {
    height: 200px;
  }
}
@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}