@charset "UTF-8";

.cta-btns {
  opacity: 0;
}
.cta-btns.visible {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .cta-btns {
    transition: opacity 0.3s;
  }
}
@media screen and (max-width: 767px) {
  .main,
  .header,
  .cta-btns {
    opacity: 0;
    transition: opacity 3s;
  }

  .main.visible,
  .header.visible,
  .cta-btns.visible {
    opacity: 1;
  }

  /* .header {
    position: sticky;
    top: 0;
    left: 0;
  } */
}

/* company-info
--------------------------------------------------*/

.company-info__store-wrapper + .company-info__store-wrapper .company-info__caution-table {
  padding-bottom: 2rem;
}

.company-info__heading {
  color: #65602B;
  font-size: 20rem;
  font-weight: 300;
  line-height: 1.5;
  margin-top: 5rem;
}

.company-info__business-hours {
  margin-top: 17rem;
}

.company-info__label {
  color: #65602B;
}

.company-info__caution-table {
  margin-top: 30rem;
  padding-bottom: 38rem;
}

.company-info__caution-table strong {
  color: #C10000;
}

.company-table__row {
  display: flex;
}

.company-table__head {
  display: inline-block;
  width: 25%;
}

.company-table__body {
  display: inline-block;
  width: 75%;
}

.company-info__img-content {
  margin-top: 24rem;
}

.company-info__img {
  display: inline-block;
}

.company-info__additional-info-table .company-table__head {
  width: 15%;
}

.company-info__additional-info-table .company-table__body {
  width: 85%;
}

/* first-view
--------------------------------------------------*/

.first-view {
  background-image: url("../img/index/first-view.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  height: 100vh;
  padding-top: 80rem;
  position: relative;
  z-index: 999;
  /* position: fixed; */
  /* top: 0;
  left: 0; */
  width: 100%;
  transition: opacity 1s;
  /* margin-bottom: 100vh; */
}

.first-view.is-invisible {
  opacity: 0;
}

.first-view__title {
  font-size: 25rem;
  letter-spacing: 0.6em;
  line-height: 1.6;
  text-align: center;
}

.first-view__logo {
  margin-top: 32rem;
  text-align: center;
}

/* generation
--------------------------------------------------*/

.generation {
  background-image: url("../img/index/index-bg.png");
  background-position: center;
  background-repeat: repeat-x;
  background-size: cover;
  position: relative;
}

.generation__text-content {
  color: white;
  padding: 28rem 20rem 57rem;
}

.generation__title {
  font-size: 24rem;
  line-height: 1.6666666667;
}

.generation__text {
  line-height: 1.875;
  margin-top: 17rem;
}

/* gift
--------------------------------------------------*/

.gift {
  padding-top: 66rem;
  position: relative;
}

.gift__img-wrapper {
  margin-top: 11rem;
}

.gift__img--primary {
  position: relative;
}

.gift__img--secondary {
  max-width: 214rem;
  position: absolute;
}

.gift__text-content {
  margin-top: 16rem;
}

.gift__text-content .section-title {
  text-align: left;
}

.gift__title {
  font-size: 24rem;
  line-height: 1.6666666667;
}

.gift__text {
  letter-spacing: 0.02em;
  line-height: 1.875;
  margin-top: 10rem;
}

.gift__link-wrapper {
  margin-top: 34rem;
}

.gift__banner {
  margin-top: 55rem;
}

/* key-visual
--------------------------------------------------*/

.key-visual {
  overflow: hidden;
  position: relative;
}

.key-visual__img img {
  -o-object-fit: cover;
  object-fit: cover;
}

.key-visual__title {
  left: 19rem;
  max-width: 129rem;
  position: absolute;
  top: 14rem;
  z-index: 1;
}

.key-visual__text {
  font-size: 16rem;
  line-height: 2.25;
  margin: 0 auto;
  max-width: 100%;
  padding: 24rem var(--padding-sm--rem) 38rem;
  width: 100%;
  z-index: 1;
}

.key-visual__scroll-wrapper {
  -webkit-transform: translateX(-50%) rotate(90deg);
  -webkit-animation: scroll_move 3s ease-in-out infinite;
  animation: scroll_move 3s ease-in-out infinite;
  bottom: 248rem;
  color: white;
  left: 50%;
  position: absolute;
  transform: translateX(-50%) rotate(90deg);
}

.key-visual__scroll {
  position: relative;
}

.key-visual__scroll::after {
  -webkit-transform: translate(calc(100% + 30rem), -50%);
  background-color: white;
  content: "";
  height: 1rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(calc(100% + 30rem), -50%);
  width: 154rem;
}

@-webkit-keyframes scroll_move {
  0% {
    -webkit-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg);
  }

  50% {
    -webkit-transform: translate(-50%, 15rem) rotate(90deg);
    transform: translate(-50%, 15rem) rotate(90deg);
  }

  100% {
    -webkit-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg);
  }
}

@keyframes scroll_move {
  0% {
    -webkit-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg);
  }

  50% {
    -webkit-transform: translate(-50%, 15rem) rotate(90deg);
    transform: translate(-50%, 15rem) rotate(90deg);
  }

  100% {
    -webkit-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg);
  }
}

/* movie
--------------------------------------------------*/

.movie {
  padding: 58rem 0 71rem;
  text-align: center;
}

.movie iframe {
  height: 56.743003vw;
  width: 100%;
}

/* news
--------------------------------------------------*/

.news {
  padding-top: 63rem;
}

.news__content {
  margin-top: 12rem;
}

.news-item__link {
  border-bottom: 1px solid rgba(206, 206, 206, 0.4);
  display: inline-block;
  padding: 21rem 0 16rem;
  transition: opacity 0.3s;
  width: 100%;
}

a.news-item__link:hover {
  opacity: 0.7;
}

.news-item__time {
  color: #959595;
  font-size: 17rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 2.1176470588;
}

/* notice
--------------------------------------------------*/

.notice {
  padding: 38rem 0 45rem;
}

.notice__title {
  color: #681414;
  font-size: 24rem;
  font-weight: 500;
  letter-spacing: 0.6em;
  line-height: 2.5833333333;
  text-align: center;
}

.notice__text-wrapper {
  text-align: center;
}

.notice__text {
  display: inline-block;
  font-weight: 300;
  margin-top: 3rem;
  padding: 0 20rem;
  text-align: left;
}

.notice__img {
  margin: 36rem auto 0;
}

/* topics
--------------------------------------------------*/

.topics__content {
  margin-top: 21px;
}

.topics__item-inner {
  padding: 0 16rem;
}

.topics__content.not-swiper .topics__list {
  justify-content: center;
}

.topics__content.not-swiper .topics__item {
  width: 50%;
}

@media only screen and (min-width: 768px) {
  .topics__content.not-swiper .topics__item-inner {
    padding: 0 50rem;
  }
}

@media only screen and (max-width: 767px) {
  .topics__content.not-swiper.slider-count1 .topics__item {
    width: 100%;
  }
}

/* top-gallery
--------------------------------------------------*/

.top-gallery__list {
  display: flex;
  flex-wrap: wrap;
}

.top-gallery__item {
  width: 50%;
}

/* top-menu
--------------------------------------------------*/

.top-menu {
  padding-bottom: 63rem;
  padding-top: 59rem;
  position: relative;
}

.top-menu__parallax-bg {
  left: 0;
  top: -460rem;
}

@media screen and (min-width: 768px) {
  .top-menu__link-list {
    display: flex;
    justify-content: space-between;
    padding-top: 101rem;
  }

  .top-menu__link-item {
    align-items: center;
    background-color: #957F4A;
    color: white;
    display: flex;
    font-size: 20rem;
    height: 129rem;
    justify-content: center;
    width: calc(16.66666667% - 3.33333333rem);
  }
}

.top-menu__link-item a {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .menu-top__list {
    display: flex;
    justify-content: center;
    margin-top: 60rem;
  }

  .menu-top__item {
    background-color: #957F4A;
    color: white;
    line-height: 1.5;
    padding: 19rem 3rem;
    text-align: center;
    width: calc(50% - 2rem);
    letter-spacing: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

.menu-steak__text-content {
  margin-top: 37rem;
}

.menu-steak__title {
  color: #65602B;
  font-size: 24rem;
  line-height: 1.6666666667;
  /* padding-left: 8rem; */
}

.menu-steak__text {
  letter-spacing: 0.02em;
  line-height: 1.875;
  margin-top: 28rem;
  padding: 0 20rem;
}

.menu-anniversary {
  padding-top: 58rem;
}

.menu-anniversary__img-text {
  font-size: 14rem;
  line-height: 1.4285714286;
  margin-top: 5rem;
  text-align: right;
}

.menu-anniversary__text-content {
  margin-top: 25rem;
}

.menu-anniversary__title {
  font-size: 24rem;
  font-weight: 400;
  line-height: 1.6666666667;
  padding-left: 8rem;
}

.menu-anniversary__text {
  letter-spacing: 0.02em;
  line-height: 1.875;
  margin-top: 14rem;
  padding: 0 20rem;
}

.menu-anniversary__caution {
  letter-spacing: 0.02em;
  line-height: 2.1428571429;
  margin-top: 5rem;
}

.menu-anniversary__link-wrapper {
  margin-top: 97rem;
  padding: 0 20rem;
  position: relative;
  text-align: right;
}

.menu-anniversary__link-wrapper::before {
  -webkit-transform: translate(-50%, -50%);
  background-color: #65602B;
  content: "";
  display: inline-blockj;
  height: 1rem;
  left: calc(50% - 16rem);
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 122rem;
}

.menu-anniversary__link {
  color: #65602B;
  font-size: 20rem;
  line-height: 1;
  padding: 0.2em;
  text-decoration: underline;
  text-underline-offset: 2rem;
}

/* top-okosama
--------------------------------------------------*/

.top-okosama {
  overflow: hidden;
  position: relative;
}

.top-okosama__img--tertiary {
  margin: 16rem auto 0;
  max-width: 187rem;
}

.top-okosama__img-text {
  font-size: 14rem;
  letter-spacing: 0.02em;
  line-height: 1.8571428571;
  margin-top: 4rem;
  text-align: center;
}

.top-okosama__text-content {
  margin-top: 28rem;
}

.top-okosama__title {
  color: #65602B;
  font-size: 24rem;
  line-height: 1.6666666667;
}

.top-okosama__text {
  line-height: 1.875;
  margin-top: 17rem;
}

.top-okosama__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 13rem auto 0;
}

.top-okosama__item {
  width: calc(33.3333333333% - 9.3333333333rem);
}

.top-okosama__item-text {
  font-size: 14rem;
  letter-spacing: 0.02em;
  text-align: center;
  white-space: nowrap;
}

.top-okosama__link-wrapper {
  margin-top: 12rem;
}

/* work-time
--------------------------------------------------*/

.work-time {
  padding-top: 66rem;
  position: relative;
}

.work-time .company-info__store-wrapper {
  margin-top: 8rem;
}

.work-time__parallax-bg {
  left: -548rem;
  top: -1450rem;
}

.work-time__content {
  margin-top: 37rem;
}

.work-time__link-wrapper {
  margin-top: 35rem;
}

.work-time__link--web a {
  background-color: #957F4A;
}

.work-time__link--tel a {
  background-color: #676051;
}

.work-time__link a {
  align-items: center;
  color: white;
  display: inline-block;
  display: flex;
  height: 68rem;
  justify-content: center;
  line-height: 1.25;
  text-align: center;
}

/* index | ページ固有スタイル
--------------------------------------------------*/
.top-link {
  position: relative;
  text-align: right;
}

.top-link::before {
  -webkit-transform: translate(-50%, -50%);
  background-color: #65602B;
  content: "";
  display: inline-blockj;
  height: 1rem;
  left: calc(50% - 16rem);
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 122rem;
}

.top-link__link {
  color: #65602B;
  font-size: 20rem;
  line-height: 1;
  padding: 0.2em;
  text-decoration: underline;
  text-underline-offset: 2rem;
}

.menu-anniversary__link-wrapper::before {
  left: calc(50% + 84rem);
}


.top-menu__steak .menu-anniversary__link-wrapper {
  padding-right: 95rem;
}

.top-menu__steak .menu-anniversary__link-wrapper::before {
  left: calc(50% - 20rem);
}

@media only screen and (min-width: 768px) {
  .company-info {
    padding-top: 99rem;
  }

  .company-info__content {
    display: flex;
    flex-direction: row-reverse;
  }

  .company-info__store-info {
    padding-left: 80rem;
    padding-top: 48rem;
    width: 50%;
  }

  .company-info__heading {
    margin-top: 28rem;
  }

  .company-info__business-hours {
    -ms-grid-rows: auto auto;
    -ms-grid-columns: 15% 1fr;
    display: -ms-grid;
    display: grid;
    grid-template: "label table" auto "label notice" auto/15% 1fr;
  }

  .company-info__business-hours + .company-info__business-hours {
    margin-top: 34rem;
  }

  .company-info__label {
    grid-area: label;
  }

  .company-info__time-table {
    grid-area: table;
  }

  .company-info__notice {
    grid-area: notice;
  }

  .company-info__label {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }

  .company-info__time-table {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  .company-info__notice {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }

  .company-info__caution-table {
    padding-bottom: 13rem;
    padding-left: 15%;
  }

  .company-info__img-content {
    width: 50%;
  }

  .company-info__img + .company-info__img {
    margin-top: 38rem;
  }

  .company-info__additional-info .company-info__heading {
    margin-bottom: 10rem;
    margin-top: 6rem;
  }

  .generation__img {
    left: calc(50% - 100rem);
    max-width: 1060rem;
    position: absolute;
    top: -80rem;
  }

  .generation__text-content {
    padding: 94rem 0 95rem;
  }

  .generation__title {
    font-size: 50rem;
    line-height: 1.4;
  }

  .generation__text {
    font-size: 18rem;
    line-height: 2.2222222222;
    margin-top: 37rem;
    max-width: 445rem;
  }

  .gift {
    margin-top: 360rem;
    padding-top: 0;
  }

  .gift__img-wrapper {
    left: 50%;
    margin-top: 0;
    max-width: 957rem;
    position: absolute;
    top: 0;
  }

  .gift__img--secondary {
    bottom: -110rem;
    left: -321rem;
    max-width: 562rem;
  }

  .gift__text-content {
    margin-top: 0;
    padding-top: 72rem;
  }

  .gift__title {
    font-size: 30rem;
    line-height: 1;
    margin-bottom: 75rem;
    margin-top: 30rem;
  }

  .gift__text {
    font-size: 20rem;
    line-height: 1.5;
    margin-top: 45rem;
  }

  .gift__link-wrapper {
    margin-left: auto;
    margin-top: 19vw;
    max-width: 340rem;
  }

  .gift__link-wrapper::before {
    -webkit-transform: translate(0, -50%);
    left: 0;
    transform: translate(0, -50%);
  }

  .gift__banner {
    margin: 140rem auto 0;
    max-width: 855rem;
  }

  .key-visual__title {
    left: initial;
    max-width: 256rem;
    right: 62rem;
    top: 68rem;
  }

  .key-visual__text {
    bottom: 96rem;
    color: white;
    font-size: 20rem;
    font-weight: 300;
    left: 119rem;
    letter-spacing: 0.3em;
    line-height: 2;
    padding: 0;
    position: absolute;
  }

  .movie {
    padding: 138rem 0 160rem;
  }

  .movie iframe {
    height: 31.875vw;
    max-width: 1080rem;
  }

  .news {
    padding-top: 102rem;
  }

  .news__content {
    margin-top: 8rem;
  }

  .news-item__link {
    align-items: center;
    display: flex;
    padding: 20rem 125rem 29rem;
  }

  .news-item__title {
    font-size: 20rem;
    line-height: 1.9;
    padding-left: 127rem;
  }

  .notice {
    padding: 56rem 0 188rem;
  }

  .notice__text {
    letter-spacing: 0.02em;
    margin-top: 0;
    padding: 0;
  }

  .notice__img {
    max-width: 1000rem;
  }

  .topics {
    padding-top: 76rem;
  }

  .topics__content {
    margin-top: 46rem;
  }

  .topics__item-inner {
    padding: 0 118rem;
  }

  .top-gallery {
    padding-top: 52rem;
  }

  .top-gallery__item {
    width: 33.33333%;
  }

  .top-menu {
    background-position: 180rem -33rem;
    background-size: 2594rem;
    padding-bottom: 400rem;
    padding-top: 188rem;
  }

  .menu-steak {
    display: flex;
    justify-content: center;
    margin-top: 110rem;
  }

  .menu-steak__img {
    text-align: right;
    width: 50%;
  }

  .menu-steak__img img {
    max-width: 960rem;
    width: 100%;
  }

  .menu-steak__text-content {
    margin-top: 0;
    /* padding-top: 49rem; */
    width: 50%;
  }

  .menu-steak__title {
    font-size: 30rem;
    line-height: calc(50 / 30);
    /* padding-left: 95rem; */
  }

  .menu-steak__text {
    font-size: 18rem;
    line-height: 2.2222222222;
    margin-top: 30rem;
    /* max-width: 665rem; */
    padding: 0;
    /* padding-left: 95rem; */
    padding-right: 95rem;
  }

  .menu-anniversary {
    display: flex;
  }

  .menu-anniversary__img {
    text-align: right;
    width: 50%;
  }

  .menu-anniversary__img img {
    /* width: calc(100% - 125rem); */
    width: 100%;
  }

  .menu-anniversary__img-text {
    margin-top: 12rem;
  }

  .menu-anniversary__text-content {
    margin-top: 60rem;
    width: 50%;
  }

  .menu-anniversary__title {
    font-size: 30rem;
    line-height: 2.6666666667;
    padding-left: 95rem;
  }

  .menu-anniversary__text {
    font-size: 18rem;
    line-height: 2.2222222222;
    margin-top: 0;
    padding: 0;
    padding-left: 95rem;
  }

  .menu-anniversary__caution {
    line-height: 1.875;
    padding-left: 95rem;
  }

  .menu-anniversary__link-wrapper {
    margin-top: 80rem;
    padding: 0;
  }

  .menu-anniversary__link-wrapper::before {
    width: 246rem;
  }

  .top-okosama {
    padding-bottom: 357rem;
  }

  .top-okosama__img-wrapper {
    -webkit-transform: translateX(-100%);
    left: 50%;
    max-width: 960rem;
    position: absolute;
    top: 0;
    transform: translateX(-100%);
  }

  .top-okosama__img--primary {
    position: relative;
  }

  .top-okosama__img-text {
    font-size: 16rem;
    line-height: 1.625;
    margin-top: 9rem;
    padding-right: 105rem;
    text-align: right;
  }

  .top-okosama__text-content {
    margin-left: auto;
    margin-top: 31rem;
    padding-left: 88rem;
    width: 50%;
  }

  .top-okosama__title {
    font-size: 40rem;
    line-height: 2;
  }

  .top-okosama__text {
    font-size: 18rem;
    line-height: 2.2222222222;
    margin-top: 23rem;
  }

  .top-okosama__list {
    margin: 31rem auto 0;
  }

  .top-okosama__item {
    width: calc(20% - 14.4rem);
  }

  .top-okosama__item + .top-okosama__item {
    margin-left: 18rem;
  }

  .top-okosama__item-text {
    font-size: 16rem;
  }

  .top-okosama__link-wrapper {
    margin-top: 114rem;
  }

  .work-time {
    padding-top: 184rem;
  }

  .work-time .company-info__store-wrapper {
    letter-spacing: 0.02em;
    margin-top: 0;
  }

  .work-time .company-info__heading {
    margin-top: 0;
  }

  .work-time .company-info__business-hours + .company-info__business-hours {
    margin-top: 0;
  }

  .work-time__content {
    display: flex;
    margin-top: 64rem;
  }

  .work-time__content .picture-wrapper {
    width: 50%;
  }

  .work-time__info-wrapper {
    padding-left: 80rem;
  }

  .work-time__link-wrapper {
    display: flex;
    margin-top: 142rem;
    padding: 0 125rem;
    width: 100%;
  }

  .work-time__link {
    width: calc(50% - 10rem);
  }

  .work-time__link--tel a {
    margin-left: 20rem;
  }

  .work-time__link a {
    font-size: 20rem;
    height: 96rem;
  }

  .top-link::before {
    width: 246rem;
  }

  .top-content-wrapper {
    overflow: hidden;
  }

  .menu-steak--01 {
    margin-top: 83rem;
  }

  .menu-steak--01 .menu-steak__text-content {
    padding-top: 49rem;
  }

  .menu-steak--01 .menu-anniversary__link-wrapper {
    margin-top: 138rem;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) {
  .menu-anniversary {
    padding-top: 138rem;
  }

  .top-okosama__img--secondary {
    -webkit-transform: translate(50%, 20rem);
    bottom: 0;
    max-width: 259rem;
    position: absolute;
    right: 0;
    transform: translate(50%, 20rem);
  }
}

@media screen and (min-width: 768px) and (max-width: 1600px) {
  .gift__img--secondary {
    max-width: 462rem;
    left: -220rem;
  }
}

@media screen and (max-width: 1800px) {
  .key-visual__text {
    max-width: 40%;
  }
}

@media only screen and (max-width: 767px) {
  .company-info__business-hours + .company-info__business-hours {
    margin-top: 28rem;
  }

  .company-info__img-content {
    display: flex;
  }

  .company-info__img {
    width: calc(50% - 2rem);
  }

  .company-info__img + .company-info__img {
    margin-left: 4rem;
  }

  .company-info__additional-info {
    padding-top: 29rem;
  }

  .company-info__additional-info .company-info__heading {
    margin-top: 27rem;
  }

  .generation__text {
    letter-spacing: 0.02em;
  }

  .gift__img--secondary {
    bottom: -95rem;
    right: -44rem;
  }

  .key-visual__text {
    max-width: 100%;
  }

  .news-item__title {
    margin-top: -6rem;
  }

  .menu-top__list {
    flex-wrap: wrap;
  }

  .menu-top__item:nth-of-type(2n) {
    margin-left: 4rem;
  }

  .menu-top__item:nth-of-type(n + 3) {
    margin-top: 2rem;
  }

  .menu-steak {
    margin: 37rem auto 0;
    max-width: 100%;
    /* padding: 0 var(--padding-sm--rem); */
    padding: 0;
  }

  .menu-anniversary__caution {
    font-size: 14rem;
    text-align: center;
  }

  .top-okosama__text {
    letter-spacing: 0.02em;
    padding: 0 20rem;
  }

  .top-okosama__list {
    max-width: 224rem;
  }

  .top-okosama__item:not(:nth-of-type(3n + 1)) {
    margin-left: 14rem;
  }

  .top-okosama__item:nth-of-type(n + 4) {
    margin-top: 10rem;
  }

  .top-okosama__item:last-of-type {
    margin-left: 30rem;
  }

  .work-time__info-wrapper {
    padding-top: 58rem;
  }

  .work-time__link--tel a {
    margin-top: 14rem;
  }

  .top-link__link {
    margin-right: 26rem;
  }

  .gift__banner {
    padding-bottom: 26rem;
  }

  .gift__banner .external-link::after {
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 100%);
  }
}

@media screen and (max-width: 767px) {
  body {
    padding-top: var(--header-height-sm);
  }
}

.first-movie {
  width: 100%;
  height: min(49.791667vw, calc(100vh));
  /* height: 49.791667vw; */
}

.lead {
  padding-top: 66rem;
}

.lead__text {
  font-size: 22rem;
  letter-spacing: 0.3em;
  line-height: calc(50 / 22);
  text-align: center;
}

@media screen and (max-width: 767px) {
  .lead {
    padding: 30rem 28rem 70rem;
  }

  .lead__text {
    font-size: 16rem;
    letter-spacing: 0.1em;
    line-height: calc(37 / 16);
    text-align: left;
  }
}

.special {
  padding-top: 178rem;
  padding-bottom: 195rem;
}

.special__title {
  font-size: 40rem;
  color: #65602B;
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: center;
  padding-bottom: 20rem;
}

.special__text-wrapper {
  text-align: center;
  padding-top: 45rem;
}

.special__text {
  display: inline-block;
  text-align: left;
  line-height: calc(40 / 18);
  font-size: 18rem;
  letter-spacing: 0.1em;
  padding-left: 20rem;
}

.gallery {
  padding-top: 160rem;
}

.gallery__wrapper {
  display: flex;
  justify-content: space-between;
}

.gallery__img {
  width: calc(50% - 23rem);
}

.gallery__img--01 {
  margin-top: 143rem;
}

.business {
  position: relative;
  /* padding-top: 270rem; */
  /* padding-bottom: 250rem; */
}

.business__bg {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 384rem;
  transform: translateY(-50%);
}

.business__bg img {
  height: 100%;
  object-fit: cover;
}

.business__img {
  position: absolute;
  top: 50%;
  right: 0;
  width: 55.416667vw;
  transform: translateY(-50%);
}

.business__text {
  font-size: 42rem;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: calc(70 / 42);
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .top-menu__steak {
    display: flex;
    flex-direction: column-reverse;
  }

  .menu-steak__text-content {
    margin-top: 17rem;
  }

  .menu-steak__text {
    margin-top: 19rem;
  }

  .menu-anniversary__link-wrapper {
    margin-top: 24rem;
  }

  .menu-anniversary__link-wrapper::before,
  .top-menu__steak .menu-anniversary__link-wrapper::before {
    left: calc(50% - 16rem);
  }

  .top-menu__steak .menu-anniversary__link-wrapper {
    padding-right: 0;
  }

  .special {
    padding-top: 66rem;
    padding-bottom: 88rem;
  }

  .special .layout-container {
    padding: 0;
  }

  .special__title {
    font-size: 24rem;
    line-height: calc(40 / 24);
    padding: 0 var(--padding-sm--rem) 19rem;
  }

  .special__text-wrapper {
    padding: 27rem var(--padding-sm--rem) 0;
  }

  .special__text {
    font-size: 16rem;
    letter-spacing: 0.02em;
    line-height: calc(30 / 16);
  }

  .gallery {
    padding-top: 70rem;
  }

  .gallery__wrapper {
    flex-direction: column-reverse;
  }

  .gallery__img {
    width: 62.564103vw;
  }

  .gallery__img--01 {
    margin-top: 30rem;
  }

  .gallery__img--02 {
    margin-left: auto;
  }

  .business {
    margin-top: 67rem;
  }

  .business__bg {
    top: 0;
    height: 103.759398vw;
    transform: translate(0);
  }

  .business__img {
    position: relative;
    width: 100%;
    transform: translate(0);
  }

  .business__text {
    font-size: 24rem;
    line-height: calc(40 / 24);
    margin-top: 18rem;
    padding-left: 20rem;
  }
}