:root {
  --h2: 32px;
  --small: 14px;
  --regular: 16px;
}

.hero__section {
  position: relative;
  overflow: hidden;
}
.hero__logo {
  position: absolute;
  z-index: 9997;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.hero__slider-el {
  height: 100vh;
}
.hero__slider-el img {
  height: 100vh;
  transform: scale(1);
  transition: transform 10s linear;
  will-change: transform;
  backface-visibility: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1366/768;
}
.hero__slider-el:not(.slick-active) img {
  animation: none;
}

#hero__slider.is-started .hero__slider-el.slick-active img {
  transform: scale(1.2);
  transition: transform 3s linear;
}

.slick-track {
  display: flex;
}

.concept__section {
  margin-bottom: 160px;
  background: url(images/bgImage.png) no-repeat center/cover;
}
.concept__inner {
  padding: 160px 0;
}
.concept__h2 {
  font-size: var(--h2);
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 32px;
}
.concept__body {
  font-size: var(--regular);
  font-weight: 500;
  text-align: center;
  line-height: 2;
  max-width: 826px;
  margin: 0 auto 64px;
  padding: 0 20px;
}
.concept__link {
  font-size: var(--regular);
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  max-width: 270px;
  height: 60px;
  margin: 0 auto;
  background: transparent;
  transition: color 0.4s ease, background 0.4s ease;
}
.concept__link:hover {
  color: #fff;
  background: #77654B;
}

.concept__link:hover font{
   color: #fff;
}

.menu__h2 {
  font-size: var(--h2);
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 32px;
}
.menu__list {
  display: flex;
}
.menu__el {
  width: 33.3%;
}
.menu__link {
  display: block;
  width: 100%;
  aspect-ratio: 455/598;
  position: relative;
}
.menu__link.gyukotsu-ramen {
  background: url(images/menuImage01.png) no-repeat center/cover;
}
.menu__link.ishigakigyu-sukiyaki {
  background: url(images/menuImage02.png) no-repeat center/cover;
}
.menu__link.ishigakigyu-steak {
  background: url(images/menuImage03.png) no-repeat center/cover;
}
.menu__link:hover .menu__pop {
  opacity: 1;
}
.menu__pop {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  padding: 0 15px;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.menu__pop-description {
  color: #fff;
  font-size: clamp(0.75rem, 0.132rem + 1.16vw, 1.125rem);
  font-weight: 500;
  line-height: 2;
  max-width: 315px;
  margin: clamp(1.25rem, -13.625rem + 23.33vw, 14.375rem) auto 0;
}

.menu__pop-description font{
  color: #fff;
}
.menu__title {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-right: 20px;
  position: absolute;
  bottom: 30px;
  left: 32px;
  z-index: 2;
}
.menu__name {
  color: #fff;
  font-size: clamp(1.25rem, -0.191rem + 2.71vw, 2.125rem);
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 3px;
}

.menu__name font{
  color: #fff;
}

.menu__caption {
  color: #fff;
  font-size: var(--small);
  font-weight: 500;
  line-height: 1.75;
}

.menu__caption font{
  color: #fff;
}
.menu__inner {
  padding: 160px 0;
  background: url(images/bgImage.png) no-repeat center/cover;
}
.menu__h2 {
  font-size: var(--h2);
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 47px;
}
.menu__body {
  font-size: var(--regular);
  text-align: center;
  line-height: 2;
  max-width: 809px;
  margin: 0 auto 60px;
}
.menu__more-link {
  font-size: var(--regular);
  font-weight: 600;
  line-height: 1.5;
  max-width: 270px;
  height: 60px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 1px solid #000;
  transition: color 0.4s ease, background 0.4s ease;
}
.menu__more-link:hover {
  color: #fff;
  background: #77654B;
}
.menu__more-link:hover font{
  color: #fff;
  background: #77654B;
}

@media (max-width: 1020px) {
  .menu__el {
    width: 100%;
  }
}
.news__section {
  min-height: 692px;
  margin-bottom: 40px;
  background: url(images/newsBg.png) no-repeat center center;
  background-size: auto 150%;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.news__section.parallax-ready {
  will-change: background-position;
}
.news__inner {
  padding: 127px 8px 100px;
  width: 100%;
}

.product__no-post{
  text-align: center;
  margin-bottom: 80px;
  color: #fff;
}
.product__no-post font{
  
  color: #fff;
}
.news__slider {
  width: 100%;
  margin-bottom: 64px;
}
.news__slider .slick-list {
  overflow: visible;
}
.news__card {
  width: 23.426vw;
  margin: 0 13px;
  transition: opacity 0.4s ease;
}
.news__card a {
  color: #000;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  position: relative;
  transition: opacity 0.4s ease;
}
.news__card a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  mix-blend-mode: multiply;
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: -1;
}
.news__card a:hover {
  opacity: 0.7;
}
.news__image-wrap {
  position: relative;
  aspect-ratio: 320/213;
  background: #ccc;
}
.news__image {
  display: block;
  height: clamp(7.5rem, 0.042rem + 15.54vw, 18.688rem);
  overflow: hidden;
}
.news__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.news__date-badge {
  position: absolute;
  top: 0;
  left: 0;
  translate: -8px -30px;
  z-index: 2;
}
.news__date-year {
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.25;
  font-family: "Noto Sans JP", sans-serif;
}

.news__date-year font{
  color: #fff;
}
.news__date-box {
  width: 72px;
  height: 72px;
  background: #fff;
  position: relative;
}
.news__date-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 65px;
  height: 1px;
  background: #000;
  transform: rotate(-45deg);
}
.news__date-num {
  position: absolute;
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
}
.news__date-month {
  top: 9px;
  left: 6px;
}
.news__date-day {
  bottom: 8px;
  right: 8px;
}
.news__date-line {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 1px;
  background: transparent;
}
.news__body {
  background: #fff;
  padding: 24px 20px;
  display: flex;
  justify-content: center;
  height: 100%;
  overflow: hidden;
  min-height: clamp(8.625rem, 7.7rem + 1.08vw, 9rem);
}
.news__title {
  font-size: var(--regular);
  font-weight: 500;
  line-height: 2;
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.news__controls {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: clamp(42.375rem, 14.365rem + 58.43vw, 64.25rem);
  margin: 0 auto;
  padding: 0 20px;
}
.news__arrow {
  cursor: pointer;
  width: 102px;
  height: 53px;
  position: relative;
}
.news__arrow--prev .news__arrow-wrap {
  right: 0;
}
.news__arrow picture {
  display: block;
}
.news__arrow-wrap {
  position: absolute;
  bottom: 0;
}
.news__arrow-wrap .news__arrow-next-button .is-default {
  position: absolute;
  bottom: 1px;
  left: 4px;
  opacity: 1;
  transition: opacity 0.4s ease;
}
.news__arrow-wrap .news__arrow-next-button .is-hover {
  position: absolute;
  bottom: 1px;
  left: 4px;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.news__arrow-wrap .news__arrow-prev-button .is-default {
  position: absolute;
  bottom: 1px;
  right: 4px;
  opacity: 1;
  transition: opacity 0.4s ease;
}
.news__arrow-wrap .news__arrow-prev-button .is-hover {
  position: absolute;
  bottom: 1px;
  right: 4px;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.news__arrow-next-arrow {
  position: absolute;
  bottom: 0;
  left: 0;
  transition: translate 0.4s ease;
}
.news__arrow-next-button {
  position: relative;
  width: 62px;
  height: 53px;
}
.news__arrow-prev-arrow {
  position: absolute;
  bottom: 0;
  right: 0;
  transition: translate 0.4s ease;
}
.news__arrow-prev-button {
  position: relative;
  width: 62px;
  height: 53px;
}
.news__arrow:hover .news__arrow-next-arrow {
  translate: 10px 0;
}
.news__arrow:hover .news__arrow-prev-arrow {
  translate: -10px 0;
}
.news__arrow:hover .is-default {
  opacity: 0;
}
.news__arrow:hover .is-hover {
  opacity: 1;
}
.news__more{
  display: flex;
  justify-content: center;
}
.news__more-link {
  color: #fff;
  font-size: var(--regular);
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  width: 270px;
  height: 60px;
  background: transparent;
  transition: border 0.4s ease, background 0.4s ease;
}
.news__more-link font{
  color: #fff;
}
.news__more-link:hover {
  border: 0px solid transparent;
  background: #77654B;
}

@media (max-width: 530px) {
  .news__slider {
    margin-bottom: 32px;
  }
  .news__controls {
    align-items: unset;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 10px;
  }
  .news__more {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 24px;
    order: 3;
  }
  .news__arrow--prev {
    margin-right: 66px;
    order: 1;
  }
  .news__arrow--next {
    margin-left: 66px;
    order: 2;
  }
}
.panel__section {
  margin-bottom: 160px;
}
.panel__title {
  margin-bottom: 160px;
}
.panel__h2 {
  font-size: var(--h2);
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 32px;
}
.panel__description {
  font-size: var(--regular);
  font-weight: 500;
  line-height: 2;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
.panel__contents {
  padding: 0 17px;
}
.panel__contents.pc__item {
  display: block;
}
.panel__contents.sp__item {
  display: none;
}
.panel__list {
  display: flex;
}
.panel__list.upper-list {
  margin-bottom: 13px;
}
.panel__list.upper-list .panel__el {
  margin-right: 16px;
}
.panel__list.upper-list .panel__el:nth-child(3) {
  margin-right: 14px;
}
.panel__list.upper-list .panel__el:last-child {
  margin-right: unset;
}
.panel__list.middle-list {
  margin-bottom: 17px;
}
.panel__list.middle-list .panel__el:nth-child(1) {
  margin-right: 15px;
}
.panel__list.middle-list .panel__el:nth-child(2) {
  margin-right: 14px;
}
.panel__list.under-list .panel__el:nth-child(1) {
  margin-right: 17px;
}
.panel__list.under-list .panel__el:nth-child(2) {
  margin-right: 15px;
}
.panel__list.under-list .panel__el:nth-child(3) {
  margin-right: 13px;
}
.panel__link {
  display: block;
  overflow: hidden;
  position: relative;
  pointer-events: none;
}
.panel__link:hover .panel__image img {
  scale: 1.2;
}
.panel__link:hover .panel__body {
  translate: 0 -100%;
  bottom: 0;
}
.panel__image img {
  transition: scale 0.5s ease;
}
.panel__body {
  display: grid;
  place-content: center;
  width: 100%;
  height: -moz-max-content;
  height: max-content;
  padding: 22px 24px;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 100%;
  left: 0;
  transition: translate 0.5s ease, bottom 0.5s ease;
}
.panel__text {
  font-size: clamp(0.875rem, 0.555rem + 0.67vw, 1.125rem);
  font-weight: 600;
  line-height: 1.5;
  max-width: 612px;
}

.shop__section {
  margin-bottom: 162px;
}
.shop__h2 {
  font-size: var(--h2);
  font-weight: 600;
  text-align: center;
  margin-bottom: 62px;
}
.shop__contents {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(4rem, -21.196rem + 34.78vw, 8.5rem);
}
.shop__image {
  max-width: 592px;
}
.shop__h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 32px;
}
.shop__dl {
  display: flex;
  gap: 16px;
  width: 488px;
}
.shop__dt, .shop__dd {
  font-size: var(--regular);
  font-weight: 500;
  line-height: 2;
}
.shop__handing {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 24px 0;
}
.shop__handing-image {
  max-width: 62px;
}
.shop__handing-text {
  font-size: var(--regular);
  font-weight: 500;
  line-height: 1.5;
  text-indent: 8px;
}
.shop__button-link {
  font-size: var(--regular);
  font-weight: 600;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 270px;
  height: 60px;
  border: 1px solid #000;
  background: transparent;
  transition: color 0.4s ease, background 0.4s ease;
}
.shop__button-link:hover {
  color: #fff;
  background: #77654B;
}
.shop__button-link:hover font{
  color: #fff;
}


@media (max-width: 1159px) {
  .shop__contents {
    flex-direction: column;
    gap: clamp(1.688rem, -0.525rem + 9.44vw, 4rem);
    padding: 0 20px;
  }
  .shop__dl {
    width: unset;
  }
  .shop__button {
    width: 270px;
    display: block;
    margin: 0 auto;
  }
}
@media (max-width: 850px) {
  .news__card {
    width: 30.326vw;
  }
  .news__image {
    height: 171px;
  }
  .news__body {
    min-height: 144px;
  }
}
@media (max-width: 767px) {
  :root {
    --h2: clamp(1.25rem, 0.533rem + 3.06vw, 2rem);
    --regular: clamp(0.875rem, 0.755rem + 0.51vw, 1rem);
  }
  .hero__slider-el {
    height: 100svh;
  }
  .hero__slider-el picture img {
    height: 100svh;
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 0;
       object-position: 0;
    transition-property: object-position;
    transition-property: object-position, -o-object-position;
    transition-duration: 0s;
    transition-timing-function: linear;
    transition-delay: 1500ms;
  }
  #hero__slider.is-started .hero__slider-el.slick-active img {
    transform: unset !important;
    -o-object-position: 50%;
       object-position: 50%;
    transition-property: object-position;
    transition-property: object-position, -o-object-position;
    transition-duration: 4s;
    transition-timing-function: ease;
    transition-delay: 0ms;
    transition: object-position 3s ease;
    transition: object-position 3s ease, -o-object-position 3s ease;
  }
  .concept__section {
    margin-bottom: 40px;
  }
  .concept__inner {
    padding: 40px 0;
  }
  .concept__h2 {
    font-weight: 700;
    margin-bottom: 36px;
  }
  .concept__body {
    padding: 0 23px;
    line-height: 28px;
    margin-bottom: 32px;
  }
  .concept__link {
    color: #fff;
    background: #77654B;
    transition: unset;
  }
  .concept__link font{
    color: #fff;
    
  }
  .menu__h2 {
    margin-bottom: 24px;
  }
  .menu__body {
    margin: 0 auto 32px;
  }
  .menu__list {
    flex-direction: column;
  }
  .menu__link {
    aspect-ratio: 375/400;
  }
  .menu__link.gyukotsu-ramen {
    background: url(images/menuImageSp01.png) no-repeat center/cover;
  }
  .menu__link.ishigakigyu-sukiyaki {
    background: url(images/menuImageSp02.png) no-repeat center/cover;
  }
  .menu__link.ishigakigyu-steak {
    background: url(images/menuImageSp03.png) no-repeat center/cover;
  }
  .menu__pop {
    display: none;
  }
  .menu__title {
    flex-direction: unset;
    flex-wrap: unset;
  }
  .menu__name {
    font-size: clamp(1.25rem, 0.891rem + 1.53vw, 1.625rem);
  }
  .menu__inner {
    padding: 40px 0;
  }
  .menu__h2 {
    font-weight: 700;
  }
  .menu__more-link {
    color: #fff;
    background: #77654B;
    transition: unset;
  }
  .menu__more-link font{
    color: #fff;
    
  }
  .news__section {
    background: url(images/newsBgSp.png) no-repeat center center;
    background-size: 150%;
    min-height: 616px;
  }
  .news__inner {
    padding: 66px 0 40px;
  }
  .news__card {
    width: unset;
    margin: 0 8px;
  }
  .news__card a {
    width: 320px;
  }
  .news__card a:hover {
    opacity: unset;
  }
  .news__image {
    height: 100%;
    max-width: 320px;
    max-height: 213px;
  }
  .news__body {
    min-height: clamp(8.625rem, 8.266rem + 1.53vw, 9rem);
    aspect-ratio: unset;
  }
  .news__arrow-wrap .news__arrow-prev-button .is-default, .news__arrow-wrap .news__arrow-next-button .is-default {
    opacity: 0;
  }
  .news__arrow-wrap .news__arrow-prev-button .is-hover, .news__arrow-wrap .news__arrow-next-button .is-hover {
    opacity: 1;
  }
  .news__more-link {
    border: 0px solid transparent;
    background: #77654B;
  }
  .panel__section {
    margin-bottom: 40px;
  }
  .panel__h2 {
    font-weight: 700;
    margin-bottom: 24px;
  }
  .panel__title {
    margin-bottom: 40px;
  }
  .panel__description {
    line-height: 28px;
    padding: 0 17px;
  }
  .panel__list {
    display: grid;
    grid-template: auto/repeat(2, 50%);
    gap: 10px;
  }
  .panel__el:has(.image06) {
    grid-column: 1/3;
  }
  .panel__contents.pc__item {
    display: none;
  }
  .panel__contents.sp__item {
    display: block;
  }
  .shop__section {
    margin-bottom: 40px;
  }
  .shop__h2 {
    margin-bottom: 24px;
  }
  .shop__h3 {
    font-size: clamp(1.25rem, 1.011rem + 1.02vw, 1.5rem);
    margin-bottom: clamp(1rem, 0.043rem + 4.08vw, 2rem);
  }
  .shop__handing {
    margin: 19px 0 32px;
  }
  .shop__button a {
    color: #fff;
    background: #77654B;
    transition: unset;
  }
  .shop__button a font{
    color: #fff;
    
  }
 
}/*# sourceMappingURL=style.css.map */