.remodal-overlay {
  background-color: rgba(34, 34, 34, 0.7);
}

.popup-menu {
  color: #fff;
}

.popup-menu h2 {
  text-align: center;
  font-family: var(--zend);
  font-size: 8vw;
  margin-bottom: 5vw;
  letter-spacing: 0.05em;
}

.popup-menu .sub {
  text-align: center;
  margin-bottom: 4vw;
}

.popup-menu .popup {
  padding: 15% 5% 6% !important;
}

.popup-menu .list .item {
  margin-bottom: 10vw;
}

.popup-menu .list .item:last-child {
  margin-bottom: 0;
}

.popup-menu .list .item .tit {
  text-align: center;
  font-size: 5vw;
  font-family: var(--serif);
  font-weight: bold;
  margin-bottom: 2vw;
  letter-spacing: 0.15em;
  position: relative;
  border-bottom: 5px solid #fff;
  padding-bottom: 2vw;
}

.popup-menu .list .item .tit::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #fff;
  left: 0;
  bottom: -9px;
}

.popup-menu .list .item dl {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  letter-spacing: 0.06em;
  border-bottom: 1px dashed #fff;
}

.popup-menu .list .item dl dt {
  text-align: left;
  margin-right: 20px;
}

.popup-menu .list .item dl dd {
  flex-shrink: 0;
  text-align: right;
}

.remodal-close {
  top: -20px;
  right: 15px;
  position: absolute;
  width: 50px;
  height: 50px;
  background-image: url(../img/shared/menu_icon_open.png);
  background-repeat: no-repeat;
  background-size: 100%;
  filter: brightness(0) invert(1);
}

.remodal-close::before {
  content: none;
}

.remodal {
  background: url(../img/shared/main_bg2.jpg) repeat;
  background-size: auto;
  background-position: center top;
  padding: 64px 0 30px;
}

.remodal .close {
  position: sticky;
  top: 15px;
  right: 15px;
  bottom: unset;
}

@media only screen and (min-width: 768px) {
  .remodal-wrapper {
    padding: 5% 2%;
  }

  .popup-menu h2 {
    font-size: 130px;
    letter-spacing: normal;
    margin-bottom: 83px;
  }

  .popup-menu h2.sml {
    font-size: 125px;
  }

  .popup-menu .sub {
    font-size: 15px;
    margin-bottom: 65px;
  }

  .popup-menu .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 46px 37px;
  }

  .popup-menu .list .item {
    max-width: 445px;
    width: 100%;
    margin-bottom: 0;
  }

  .popup-menu .list .item .tit {
    font-size: 30px;
    padding-bottom: 19px;
    margin-bottom: 21px;
  }

  .popup-menu .list .item dl {
    padding: 12px 0;
    line-height: 1.6em;
  }

  .popup-menu .list .item dl dd {
    text-align: left;
  }

  .popup-menu .list .item dl dd {
    font-size: 18px;
    text-align: right;
  }

  .popup-menu .popup {
    padding: 14px 0 56px !important;
  }

  .remodal-close {
    top: -133px;
    right: -10px;
  }

  .remodal {
    max-width: 1200px;
    padding: 153px 40px 104px;
  }

  .remodal .close {
    top: 28px;
    right: 29px;
    transition: all 0.3s ease;
  }

  .remodal .close:hover {
    opacity: 0.8;
  }
}

.ls-arrow .prev-arrow,
.ls-arrow .next-arrow {
  position: absolute;
  top: 35.2vw;
  aspect-ratio: 1/1;
  width: 45px;
  height: auto;
  z-index: 2;
}

.ls-arrow .prev-arrow {
  background: url(../img/index/arrow_left.png) no-repeat;
  background-size: contain;
  right: calc(50% + 30vw);
}

.ls-arrow .next-arrow {
  background: url(../img/index/arrow_right.png) no-repeat;
  background-size: contain;
  left: calc(50% + 30vw);
}

.slide-infinity {
  display: flex;
}

.slide-infinity li {
  width: 32.13vw;
  margin-right: 5.2vw;
}

#rss {
  position: relative;
  padding-bottom: 14.9vw;
}

#rss .wrap {
  padding: 0;
}

#rss h2 {
  font-size: 8.67vw;
  text-align: center;
  font-family: var(--oswald);
  font-weight: 600;
  margin-bottom: 8.4vw;
  position: relative;
}

#rss h2 .line {
  position: absolute;
  top: calc(50% + 1vw);
  transform: translateY(-50%);
  height: 4.27vw;
}

#rss h2 .line::before {
  content: "";
  position: absolute;
  background: url(../img/shared/line_style1.png) repeat-x;
  background-size: contain;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#rss h2 .line.l {
  left: -10%;
  right: calc(50% + 19vw);
}

#rss h2 .line.r {
  right: -10%;
  left: calc(50% + 19vw);
}

#rss #feed {
  display: flex;
  margin-bottom: -15px;
}

#rss #feed .slick-slide {
  margin: 0 0.22%;
  width: 50.67vw !important;
}

#rss #feed .photo {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  margin-bottom: 6px;
}

#rss #feed .photo span {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

#rss #feed .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#rss #feed .date {
  text-align: center;
  margin-bottom: -2px;
}

#rss #feed .title {
  text-align: center;
}

#rss #feed .title a {
  text-decoration: none;
}

#rss .btn-rss {
  text-align: center;
}

#rss .btn-rss a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 250px;
  height: 50px;
  font-size: 16px;
  color: #fff;
  background-color: #b52c26;
  border: 3px solid #fff;
  border-radius: 20px;
  padding-bottom: 2px;
}

#sec1 {
  padding-bottom: 9.2vw;
}

#sec1 h2 {
  margin: 0 -7.7% -0.8vw;
}

#sec1 .group {
  margin: 0 -7.7% 5vw;
  display: flex;
}

#sec2 {
  padding-bottom: 3.2vw;
}

#sec2 .row1 {
  position: relative;
}

#sec2 .row1 .img {
  margin: 0 -7.7% 8.1vw;
  position: relative;
  z-index: -2;
}

#sec2 .row1 h2 {
  font-size: 8.67vw;
  line-height: 1.3em;
  color: #222222;
  text-align: center;
  margin-bottom: 5vw;
}

#sec2 .row1 .circle-ani {
  position: absolute;
  top: 54.3vw;
  right: -23%;
  z-index: -1;
}

#sec2 .row2 {
  position: relative;
}

#sec2 .row2 .txt {
  margin-bottom: 10vw;
  color: #222;
}

#sec2 .row2 .ls-arrow .prev-arrow,
#sec2 .row2 .ls-arrow .next-arrow {
  top: inherit;
  bottom: 27.1vw;
}

#sec2 .row2 .sec2-js {
  margin: 0 -7.7%;
  display: flex;
}

#sec2 .row2 .sec2-js .slick-slide {
  margin: 0 0.24%;
  width: 50vw !important;
}

#sec2 .row2 .sec2-js .item {
  overflow: hidden;
  border: 2px solid #b52c26;
  border-radius: 2.67vw;
  background-color: #fff;
}

#sec2 .row2 .sec2-js .item .img {
  width: 100%;
  height: auto;
  aspect-ratio: 380/300;
  border-bottom: 2px solid #b52c26;
}

#sec2 .row2 .sec2-js .item .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

#sec2 .row2 .sec2-js .item .tit {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 20.27vw;
  padding: 0vw 5%;
  font-size: 5.2vw;
  line-height: 1.3em;
  text-align: center;
  color: #222;
}

#sec2 .row2 .sec2-js .item .tit .small {
  font-size: 66.6666666667%;
}

.slf1 {
  padding-bottom: 5.6vw;
}

#sec3 {
  background-color: #fff;
}

#sec3 .wrap {
  padding: 5.33vw 0;
}

#sec3 .box {
  padding: 6vw 0 13.1vw;
  background: url(../img/shared/main_bg2.jpg) repeat;
  background-size: auto;
  background-position: center top;
  position: relative;
}

#sec3 .box::before,
#sec3 .box::after {
  position: absolute;
  content: "";
  background: url(../img/shared/line_style1.png) repeat-x;
  background-size: contain;
  height: 4.27vw;
  left: 0;
  right: 0;
}

#sec3 .box::before {
  top: -4.27vw;
  transform: rotate(180deg);
}

#sec3 .box::after {
  bottom: -4.27vw;
}

#sec3 .ttl {
  font-size: 13.33vw;
  color: #fff;
  font-family: var(--zend);
  line-height: 1.1em;
  margin-bottom: 2.6vw;
  padding-left: 3%;
  letter-spacing: 0.03em;
}

#sec3 .ttl .sp {
  display: inline;
}

#sec3 .ttl-en {
  font-size: 6.67vw;
  font-family: var(--oswald);
  font-weight: bold;
  color: #c71b13;
  text-shadow: rgb(255, 255, 255) 0.133vw 0vw 0vw, rgb(255, 255, 255) 0.072vw 0.112vw 0vw, rgb(255, 255, 255) -0.055vw 0.121vw 0vw, rgb(255, 255, 255) -0.132vw 0.019vw 0vw, rgb(255, 255, 255) -0.087vw -0.101vw 0vw, rgb(255, 255, 255) 0.038vw -0.128vw 0vw, rgb(255, 255, 255) 0.128vw -0.037vw 0vw;
  padding-left: 3%;
  letter-spacing: 0.08em;
  margin-bottom: 5.2vw;
}

#sec3 .js {
  position: relative;
}

#sec3 .js .prev-arrow,
#sec3 .js .next-arrow {
  top: 285px;
}

#sec3 .js .prev-arrow {
  left: calc(100% - 103px);
}

#sec3 .js .next-arrow {
  left: calc(99% - 45px);
}

#sec3 .img-hamb {
  width: 120vw;
  position: absolute;
  top: 0;
  left: -27%;
  margin-bottom: 6.7vw;
}

#sec3 .s3-slide .group {
  padding: 92.8vw 6.667% 0;
  color: #fff;
  text-align: right;
  position: relative;
}

#sec3 .s3-slide .group::before {
  content: "";
  position: absolute;
  bottom: calc(100% - 100vw);
  left: 29%;
  background: url(../img/index/sec3_direct1_sp.png) no-repeat;
  background-size: contain;
  aspect-ratio: 111/194;
  width: 14.8vw;
  height: auto;
  z-index: -1;
}

#sec3 .s3-slide .group2::before {
  background-image: url(../img/index/sec3_direct2_sp.png);
  aspect-ratio: 141/535;
  width: 18.8vw;
  bottom: calc(100% - 101vw);
  left: 13%;
}

#sec3 .s3-slide .group3::before {
  background-image: url(../img/index/sec3_direct3_sp.png);
  aspect-ratio: 141/375;
  width: 18.8vw;
  bottom: calc(100% - 100vw);
  left: 16%;
}

#sec3 .s3-slide .group4::before {
  background-image: url(../img/index/sec3_direct4_sp.png);
  aspect-ratio: 141/375;
  width: 18.8vw;
  bottom: calc(100% - 109vw);
  left: 16%;
}

#sec3 .s3-slide .group4 h3 {
  height: unset;
  width: 45.5vw;
}

#sec3 .s3-slide .group4 h3 img {
  width: 100%;
  position: static;
}

#sec3 .s3-slide h3 {
  text-align: right;
  margin-left: auto;
  width: auto;
  height: 12.8vw;
  margin-bottom: 3.8vw;
  position: relative;
}

#sec3 .s3-slide h3 img {
  width: auto;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 0;
  right: 0;
}

#sec3 .s3-slide .sub {
  font-size: 6.67vw;
  font-weight: bold;
  margin-bottom: 4vw;
}

#sec3 .s3-slide .img {
  margin-top: 3.8vw;
}

#sec4 {
  padding: 14.8vw 0 10.4vw;
}

#sec4 h2 {
  font-size: 14.8vw;
  margin: 0 -7.7% 1.8vw;
  text-align: center;
  font-family: var(--jost);
  font-weight: 500;
  line-height: 1.1em;
  color: #222;
}

#sec4 h2 .red {
  color: #b52c26;
}

#sec4 .note {
  text-align: center;
  color: #222;
  margin-bottom: 4.4vw;
}

#sec4 .list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

#sec4 .list .item {
  width: 50%;
  margin-top: 3.7vw;
}

#sec4 .list .item:first-child,
#sec4 .list .item:nth-child(2) {
  margin-top: 0;
}

#sec4 .list .item .img {
  border: 2px solid #222;
  margin-bottom: 2vw;
}

#sec4 .list .item .tit {
  text-align: center;
  color: #222;
  line-height: 1.4em;
}

#sec4 .list .item-last {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: 50%;
  padding-bottom: 16vw;
  box-sizing: border-box;
}

#sec4 .list .item-last .slg {
  font-size: 8vw;
  font-family: var(--oswald);
  font-weight: bold;
  color: #0099ca;
  line-height: 1em;
  margin-right: -15.7%;
}

#sec4 .list .item-last .slg .line {
  padding-bottom: 2vw;
  position: relative;
}

#sec4 .list .item-last .slg .line::before {
  content: "";
  position: absolute;
  background: url(../img/shared/line_style1.png) repeat-x;
  background-size: contain;
  height: 4.53vw;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  transform: rotate(-180deg);
}

.flex-menu {
  color: #fff;
  background: url(../img/shared/main_bg2.jpg) repeat;
  background-size: auto;
  background-position: center top;
}

.flex-menu .desc {
  padding: 10.8vw 6.667% 6vw;
}

.flex-menu h2 {
  text-align: center;
  font-family: var(--zend);
  font-size: 13.33vw;
  margin-bottom: 7.8vw;
  letter-spacing: 0.05em;
}

.flex-menu .note {
  text-align: center;
  margin-bottom: 5.9vw;
  line-height: 1.6em;
}

.flex-menu .dish dl {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
  border-bottom: 1px dashed #fff;
}

.flex-menu .dish dl:last-child {
  margin-bottom: 0;
}

.ls-btn {
  padding: 11vw 0;
}

.ls-btn .btn-all {
  text-align: center;
  margin-bottom: 26px;
}

.ls-btn .btn-all:last-child {
  margin-bottom: 0;
}

#sec7 {
  padding-bottom: 3.2vw;
}

#sec7 .img {
  margin: 0 -7.7% 8vw;
}

#sec7 .desc h2 {
  width: 44.53vw;
  margin: 0 auto 6vw;
}

#sec7 .desc .txt {
  letter-spacing: normal;
}
#sec7 .btn-all{
      text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.slf2 {
  padding-bottom: 6.3vw;
}

#sec8 {
  padding-bottom: 18.2vw;
  color: #fff;
  background: url(../img/shared/main_bg3.jpg) repeat;
  background-size: auto;
  background-position: center top;
}

#sec8 #para {
  position: relative;
}

#sec8 .tit1 {
  font-size: 13.33vw;
  font-family: var(--oswald);
  font-weight: bold;
  position: absolute;
  top: 15vw;
  text-align: right;
  left: 0;
  right: 0;
  z-index: 1;
  letter-spacing: 0.05em;
}

#sec8 .tit1 .line {
  padding-right: 5.4%;
  position: relative;
}

#sec8 .tit1 .line::before {
  content: "";
  position: absolute;
  background: url(../img/shared/line_style1.png) repeat-x;
  background-size: contain;
  height: 4.53vw;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  filter: brightness(0) invert(1);
  transform: rotate(-180deg);
}

#sec8 .row1 {
  position: relative;
}

#sec8 .row1 .circle-ani {
  position: absolute;
  top: -7.7vw;
  right: -24%;
  z-index: 1;
}

#sec8 .row1 .img {
  margin: 0 -7.7% 5.6vw;
}

#sec8 .row1 .tit2 {
  position: absolute;
  top: -71.7vw;
  right: 6.2%;
  font-size: 8.67vw;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  height: 110vw;
  width: 26vw;
}

#sec8 .row2 .desc {
  margin-bottom: 10.8vw;
}

#sec8 .row2 .txt {
  margin-bottom: 6.9vw;
}

#sec8 .row2 .btn-all {
  text-align: center;
}

#sec8 .row2 .img1 {
  margin-left: -7.7%;
  margin-bottom: 6.8vw;
}

#sec8 .row2 .img2 {
  margin-right: -7.7%;
}

.slf3 {
  padding: 5.8vw 0 6.4vw;
}

#sec9 {
  padding: 6.8vw 0 15.6vw;
  position: relative;
  color: #fff;
  background: url(../img/shared/main_bg2.jpg) repeat;
  background-size: auto;
  background-position: center top;
}

#sec9 .tit1 {
  width: 48.2vw;
  position: absolute;
  top: 22.8vw;
  right: 0;
  z-index: 1;
}

#sec9 .tit1 .line {
  display: inline-block;
  padding-right: 15.4%;
  padding-bottom: 4vw;
  position: relative;
}

#sec9 .tit1 .line::before {
  content: "";
  position: absolute;
  background: url(../img/shared/line_style1.png) repeat-x;
  background-size: contain;
  height: 4.53vw;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  transform: rotate(-180deg);
  filter: brightness(0) invert(1);
}

#sec9 .row1 {
  position: relative;
}

#sec9 .row1 .img {
  margin: 0 -7.7% 5.6vw;
}

#sec9 .row1 .tit2 {
  position: absolute;
  top: -54.7vw;
  right: -2.8%;
  font-size: 8.67vw;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  height: 92vw;
  width: 39vw;
  z-index: 2;
}

#sec9 .row2 .txt {
  margin-bottom: 11.3vw;
}

#sec9 .row2 .img {
  display: flex;
  position: relative;
}

#sec9 .row2 .img .label {
  width: 36.4vw;
  position: absolute;
  top: -7.8vw;
  right: -7.3%;
}

#shopinfo {
  padding: 15.3vw 0 16.9vw;
}

#shopinfo h2 {
  font-size: 8.67vw;
  text-align: center;
  font-family: var(--oswald);
  font-weight: 600;
  margin-bottom: 16.4vw;
  letter-spacing: 0.05em;
  position: relative;
}

#shopinfo h2 .line {
  position: absolute;
  top: calc(50% + 1vw);
  transform: translateY(-50%);
  height: 4.27vw;
}

#shopinfo h2 .line::before {
  content: "";
  position: absolute;
  background: url(../img/shared/line_style1.png) repeat-x;
  background-size: contain;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#shopinfo h2 .line.l {
  left: -10%;
  right: calc(50% + 43vw);
}

#shopinfo h2 .line.r {
  right: -10%;
  left: calc(50% + 43vw);
}

#shopinfo .row {
  padding: 0 6.667%;
  display: flex;
  flex-direction: column-reverse;
}

#shopinfo .logo-shopinfo {
  width: 86.67vw;
  max-width: 650px;
  margin: 0 auto 6.2vw;
}

#shopinfo .tel-shopinfo {
  padding: 7.5px 5.75px 19.625px;
  text-align: center;
  position: relative;
  border: 1px solid #000;
  background-color: #fff;
  margin-bottom: 3vw;
}

#shopinfo .tel-shopinfo dt {
  font-size: 17.5px;
  line-height: 2em;
  letter-spacing: 0.05em;
  color: #222222;
  margin-bottom: -6px;
}

#shopinfo .tel-shopinfo dt .tel-icon {
  font-family: var(--jost);
  font-size: 185.7142857143%;
  letter-spacing: normal;
}

#shopinfo .tel-shopinfo dt .tel-icon span {
  font-size: 61.5384615385%;
}

#shopinfo .tel-shopinfo dd {
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 2em;
  color: #222222;
}

#shopinfo .info {
  margin-bottom: 7.5vw;
}

#shopinfo .info dl {
  display: flex;
  border-bottom: 1px dashed #222;
  padding: 10px 0 10px;
  line-height: 1.6em;
  font-size: 13px;
  letter-spacing: 0;
}

#shopinfo .info dl dt {
  width: 100px;
  flex-shrink: 0;
}

#shopinfo .info .map-link {
  text-decoration: underline;
}

#shopinfo .img {
  margin: 0 0 16.1vw;
  height: 80vw;
}

#shopinfo .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: center center;
}

#shopinfo .map {
  margin-bottom: 8vw;
  height: 80vw;
}

#shopinfo .map iframe {
  width: 100%;
  height: 100%;
}

#shopinfo .btn-map {
  text-align: center;
}

#shopinfo .btn-map a {
  box-sizing: border-box;
  padding: 0 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 300px;
  height: 60px;
  font-size: 18px;
  font-family: var(--oswald);
  font-weight: bold;
  color: #fff;
  background-color: #b52c26;
  border: 3px solid #fff;
  border-radius: 15px;
  padding-bottom: 2px;
}

@media only screen and (max-width: 767px) {
  #sec4 .list .item:nth-child(odd) .img {
    border-right-width: 1px;
  }

  #sec4 .list .item:nth-child(even) .img {
    border-left-width: 1px;
  }

  #sec4 .list .item:nth-last-child(2) .img {
    border-right-width: 2px;
  }
}

@media only screen and (min-width: 768px) {
  main {
    overflow: visible;
  }

  .circle-ani {
    width: unset;
  }

  .slide-infinity li {
    width: unset;
    margin-right: 49px;
  }

  #rss {
    overflow: hidden;
    padding: 84px 0 78px;
  }

  #rss h2 {
    font-size: 60px;
    margin-bottom: 67px;
    letter-spacing: 0.05em;
  }

  #rss h2 .line {
    top: calc(50% + 3px);
    height: 32px;
  }

  #rss h2 .line.l {
    left: 0;
    right: calc(50% + 147px);
  }

  #rss h2 .line.r {
    right: 0;
    left: calc(50% + 147px);
  }

  #rss #feed {
    justify-content: center;
    gap: 30px;
    margin-bottom: 38px;
  }

  #rss #feed .row {
    max-width: 300px;
    width: 100%;
  }

  #rss #feed .photo {
    height: 200px;
    margin-bottom: 5px;
  }

  #rss #feed .photo a {
    transition: all 0.3s ease;
  }

  #rss #feed .photo a:hover {
    opacity: 0.8;
  }

  #rss #feed .date {
    margin-bottom: -9px;
  }

  #rss #feed .title a:hover {
    text-decoration: underline;
  }

  #rss .btn-rss a {
    box-sizing: border-box;
    width: 303px;
    height: 62px;
    font-size: 22px;
    padding-bottom: 3px;
    transition: all 0.3s ease;
  }

  #rss .btn-rss a:hover {
    opacity: 0.8;
  }

  #sec1 {
    overflow: hidden;
    padding-bottom: 147px;
    position: relative;
  }

  #sec1 h2 {
    margin: 0 0 61px;
    position: relative;
    z-index: 1;
  }

  #sec1 .group {
    margin: 0;
    position: absolute;
    top: 101px;
    height: 584px;
    right: calc(50% - 50vw);
    left: calc(50% - 41px);
    z-index: 0;
  }

  #sec1 .group .img {
    width: 50%;
    flex-shrink: 0;
  }

  #sec1 .group .img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  #sec1 .txt {
    width: 485px;
    position: relative;
    z-index: 1;
  }

  #sec2 {
    overflow: hidden;
    padding-bottom: 47px;
  }

  #sec2 .wrap {
    width: 1400px;
  }

  #sec2 .row1 {
    display: flex;
    justify-content: center;
    margin-left: calc(50% - 50vw);
    margin-bottom: 50px;
  }

  #sec2 .row1 .img {
    width: 100%;
    margin-left: 0;
    margin-right: 452px;
    margin-bottom: 0;
    height: 650px;
  }

  #sec2 .row1 .img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  #sec2 .row1 h2 {
    position: absolute;
    top: 50%;
    right: 89px;
    transform: translateY(-50%);
    font-size: 50px;
    line-height: 1.4em;
    text-align: left;
    margin-bottom: 0;
    z-index: 2;
  }

  #sec2 .row1 .circle-ani {
    top: 137px;
    right: -100px;
  }

  #sec2 .row2 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  #sec2 .row2 .txt {
    flex-shrink: 0;
    width: 360px;
    margin-bottom: 20px;
    margin-right: 85px;
  }

  #sec2 .row2 .sec2-js {
    margin: 0;
    gap: 10px;
  }

  #sec2 .row2 .sec2-js .item {
    width: 100%;
    max-width: 275px;
    box-sizing: border-box;
    border-radius: 20px;
  }

  #sec2 .row2 .sec2-js .item .img {
    width: 100%;
    aspect-ratio: unset;
    height: 298px;
  }

  #sec2 .row2 .sec2-js .item .tit {
    padding: 0 10px;
    font-size: 30px;
    line-height: 1.3em;
    min-height: 106px;
  }

  #sec2 .row2 .sec2-js .item .tit .small {
    font-size: 66.6666666667%;
  }

  .slf1 {
    padding-bottom: 49px;
  }

  #sec3 {
    background: unset;
    position: relative;
    background: url(../img/shared/main_bg.jpg) repeat;
    background-size: auto;
    background-attachment: fixed;
    background-position: center top;
  }

  #sec3 .wrap {
    padding: 0;
    width: 100%;
  }

  #sec3 .box {
    padding: 63px 0 380px;
    max-width: 1396px;
    width: 100%;
    margin: 0 auto;
    z-index: 1;
  }

  #sec3 .box::before,
  #sec3 .box::after {
    background-image: url(../img/shared/line_style2.png);
    background-repeat: repeat-y;
    width: 32px;
    height: 100%;
    left: 0;
    right: inherit;
    filter: brightness(0) invert(1);
    top: 0;
    bottom: 0;
    z-index: -1;
  }

  #sec3 .box::before {
    left: inherit;
    right: 0;
  }

  #sec3 .ttl {
    padding-left: 100px;
    font-size: 110px;
    letter-spacing: 0.06em;
    margin-bottom: 12px;
  }

  #sec3 .ttl-fix {
    position: relative;
    z-index: 1;
    top: 0;
  }

  #sec3 .ttl-fix::before {
    content: '';
    position: absolute;
    background: url(../img/shared/main_bg2.jpg) repeat;
    background-size: auto;
    background-position: center top;
    top: 0;
    right: 32px;
    left: 32px;
    height: 330px;
    z-index: -1;
  }

  #sec3 .ttl-en {
    font-size: 60px;
    text-align: right;
    padding-left: 0;
    padding-right: 58px;
    margin-bottom: 10px;
    text-shadow: rgb(255, 255, 255) 1px 0px 0px, rgb(255, 255, 255) 0.540302px 0.841471px 0px, rgb(255, 255, 255) -0.416147px 0.909297px 0px, rgb(255, 255, 255) -0.989992px 0.14112px 0px, rgb(255, 255, 255) -0.653644px -0.756802px 0px, rgb(255, 255, 255) 0.283662px -0.958924px 0px, rgb(255, 255, 255) 0.96017px -0.279415px 0px;
  }

  #sec3 .js {
    display: flex;
    position: relative;
    /* margin-left: -228px; */
  }

  #sec3 .img-hamb {
    position: sticky;
    top: 0;
    right: auto;
    left: inherit;
    height: 700px;
    /* width: 977px; */
    width: 100%;
    margin-bottom: 0;
    z-index: 3;
  }

  #sec3 .img-hamb::before {
    /* content: "";
    position: absolute;
    top: 76px;
    right: -18px;
    background: url(../img/index/sec3_direct1.png) no-repeat;
    background-size: contain;
    width: 318px;
    height: 160px;
    z-index: 1; */
  }

  #sec3 .img-hamb .img-pos::before {
    content: "";
    position: absolute;
    top: 76px;
    right: -18px;
    background: url(../img/index/sec3_direct1.png) no-repeat;
    background-size: contain;
    width: 318px;
    height: 160px;
    z-index: 1;
  }

  #sec3 .img-hamb.show2 .img-pos::before {
    background-image: url(../img/index/sec3_direct2.png);
    width: 231px;
    height: 121px;
    top: 102px;
    right: -20px;
  }

  #sec3 .img-hamb.show3 .img-pos::before {
    background-image: url(../img/index/sec3_direct3.png);
    width: 456px;
    height: 179px;
    top: 73px;
    right: -17px;
  }

  #sec3 .img-hamb.show4 .img-pos::before {
    background-image: url(../img/index/sec3_direct4.png);
    width: 600px;
    height: 215px;
    top: 281px;
    right: -18px;
  }

  #sec3 .img-hamb .img-pos {
    margin-left: -228px;
    width: 977px;
    height: 100%;
    position: relative;
    z-index: 2;
    margin-top: -25px;
  }

  #sec3 .img-hamb .img-pos img {
    object-position: top right;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  #sec3 .s3-slide {
    width: 500px;
    flex-shrink: 0;
    /* max-width: 496px; */
    /* margin-left: 52px; */
    margin-top: 300px;
    margin-left: -593px;
  }

  #sec3 .s3-slide .group {
    box-sizing: border-box;
    padding: 186px 0 0;
    min-height: 900px;
    text-align: left;
  }

  #sec3 .s3-slide .group::before {
    content: none;
  }

  #sec3 .s3-slide .group:last-child {
    margin-bottom: 0;
    min-height: unset;
  }

  #sec3 .s3-slide .group4 h3 {
    width: unset;
  }

  #sec3 .s3-slide .group4 h3 img {
    width: auto;
    height: auto;
  }

  #sec3 .s3-slide h3 {
    text-align: left;
    height: 96px;
    margin-left: 0;
    margin-bottom: 33px;
  }

  #sec3 .s3-slide h3 img {
    left: 0;
    right: inherit;
  }

  #sec3 .s3-slide .sub {
    font-size: 50px;
    margin-bottom: 42px;
  }

  #sec3 .s3-slide .img {
    margin-top: 26px;
  }

  #sec4 {
    overflow: hidden;
    padding: 101px 0 110px;
  }

  #sec4 h2 {
    font-size: 115px;
    margin: 0 0 4px;
    line-height: 1em;
  }

  #sec4 .note {
    margin-bottom: 33px;
  }

  #sec4 .list {
    justify-content: flex-start;
    gap: 31px 0;
  }

  #sec4 .list .item {
    width: 33.3333333333%;
    margin-top: 0;
  }

  #sec4 .list .item:nth-child(3n+2) .img,
  #sec4 .list .item:nth-child(3n) .img {
    border-left-width: 1px;
  }

  #sec4 .list .item:nth-child(3n+1) .img,
  #sec4 .list .item:nth-child(3n+2) .img {
    border-right-width: 1px;
  }

  #sec4 .list .item:nth-child(7) .img {
    border-right-width: 2px;
  }

  #sec4 .list .item .img {
    height: 398px;
    margin-bottom: 20px;
  }

  #sec4 .list .item .img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  #sec4 .list .item .tit {
    font-size: 35px;
  }

  #sec4 .list .item .tit .small {
    font-size: 30px;
  }

  #sec4 .list .item-last {
    width: calc(100% - 400px);
    padding-bottom: 166px;
  }

  #sec4 .list .item-last .slg {
    font-size: 110px;
    line-height: 1.1em;
    margin-right: -18px;
    letter-spacing: 0.06em;
  }

  #sec4 .list .item-last .slg .line {
    padding-bottom: 0;
  }

  #sec4 .list .item-last .slg .line::before {
    height: 32px;
    right: calc(50% - 50vw);
  }

  .flex-menu {
    display: flex;
  }

  .flex-menu.reverse {
    flex-direction: row-reverse;
  }

  .flex-menu .img {
    width: 50%;
    flex-shrink: 0;
  }

  .flex-menu .img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .flex-menu .desc {
    align-content: center;
    width: 50%;
    padding: 30px 15px;
  }

  .flex-menu h2 {
    font-size: 110px;
    margin-bottom: 21px;
    letter-spacing: 0.06em;
    line-height: 1em;
  }

  .flex-menu .note {
    margin-bottom: 34px;
    line-height: 1.9em;
  }

  .flex-menu .dish {
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
  }

  .flex-menu .dish dl {
    margin-bottom: 10px;
    border-bottom: 1px dashed #fff;
  }

  .flex-menu .dish dt {
    margin-right: 50px;
  }

  .flex-menu .dish dt span {
    font-size: 13px;
  }

  .ls-btn {
    padding: 79px 0 73px;
    display: flex;
    justify-content: center;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }

  .ls-btn .btn-all {
    width: 50%;
    margin-right: 92px;
  }

  .ls-btn .btn-all:last-child {
    margin-right: 0;
  }

  #sec7 {
    overflow: hidden;
    padding-bottom: 50px;
  }

  #sec7 .row {
    display: flex;
    align-items: center;
  }

  #sec7 .img {
    margin: 0 75px 0 0;
    height: 506px;
  }

  #sec7 .img img {
    object-position: top right;
    width: 100%;
    height: 90%;
    object-fit: cover;
  }

  #sec7 .desc{
    width: 460px;
  }

  #sec7 .desc h2 {
    width: unset;
    margin: 0px auto 36px;
  }

  #sec7 .desc .txt {
    width: 385px;
    letter-spacing: 0.05em;
  }
  #sec7 .btn-all{
    margin-top: 20px;
  }

  .slf2 {
    padding-bottom: 50px;
  }

  #sec8 {
    overflow: hidden;
    position: relative;
    padding-bottom: 50px;
  }

  #sec8 #para {
    margin-bottom: 44px;
  }

  #sec8 #para .bg {
    background-image: unset !important;
    min-height: 650px;
    position: relative;
  }

  #sec8 #para .img_parallax {
    position: absolute;
    inset: 0;
    clip: rect(0, auto, auto, 0);
    margin-bottom: 0;
  }

  #sec8 #para .img_parallax img {
    display: block !important;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
  }

  #sec8 .tit1 {
    font-size: 115px;
    top: 157px;
  }

  #sec8 .tit1 .line {
    padding-right: 65px;
  }

  #sec8 .tit1 .line::before {
    height: 32px;
  }

  #sec8 .row1 {
    display: flex;
    justify-content: center;
    margin-left: calc(50% - 50vw + 50px);
    margin-bottom: -146px;
  }

  #sec8 .row1 .circle-ani {
    top: -135px;
    right: -190px;
  }

  #sec8 .row1 .img {
    width: 100%;
    margin-left: 0;
    margin-right: 299px;
    margin-bottom: 0;
    height: 650px;
  }

  #sec8 .row1 .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  #sec8 .row1 .tit2 {
    top: calc(50% - 52px);
    right: -23px;
    transform: translateY(-50%);
    font-size: 50px;
    line-height: 1.5em;
    letter-spacing: 0.05em;
    height: unset;
    width: unset;
    text-align: left;
    margin-bottom: 0;
    z-index: 2;
  }

  #sec8 .row2 {
    display: flex;
    align-items: center;
  }

  #sec8 .row2 .desc {
    flex-shrink: 0;
    width: 500px;
    margin-top: -13px;
    margin-bottom: 0;
    margin-right: 98px;
  }

  #sec8 .row2 .txt {
    margin-bottom: 56px;
  }

  #sec8 .row2 .group {
    height: 800px;
    margin-right: -98px;
  }

  #sec8 .row2 .group img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  #sec8 .row2 .img1 {
    height: 50%;
    margin-left: 0;
    margin-bottom: 0;
  }

  #sec8 .row2 .img2 {
    height: 50%;
    margin-right: 0;
  }

  #sec8 .slg {
    position: absolute;
    bottom: -24px;
    left: -11px;
    z-index: 2;
    color: #fff;
    font-family: var(--zend);
    font-size: 110px;
    line-height: 1.1em;
    letter-spacing: 0.06em;
  }

  .slf3 {
    padding: 50px 0;
  }

  #sec9 {
    overflow: hidden;
    padding: 50px 0 53px;
  }

  #sec9 .block {
    margin-left: 50px;
    margin-bottom: 50px;
    position: relative;
    padding-right: 35px;
  }

  #sec9 .block .img {
    height: 650px;
  }

  #sec9 .block .img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  #sec9 .tit1 {
    width: unset;
    top: calc(50% - 46px);
    right: 0;
  }

  #sec9 .tit1 .line {
    padding-right: 135px;
    padding-bottom: 29px;
  }

  #sec9 .tit1 .line::before {
    height: 32px;
  }

  #sec9 .row1 {
    display: flex;
    flex-direction: row-reverse;
    margin-right: calc(50% - 50vw + 50px);
    margin-bottom: -136px;
  }

  #sec9 .row1 .img {
    width: 100%;
    margin-right: 0;
    margin-left: 400px;
    margin-bottom: 0;
    height: 600px;
  }

  #sec9 .row1 .img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  #sec9 .row1 .tit2 {
    top: calc(50% - 100px);
    transform: translateY(-50%);
    left: 0;
    font-size: 50px;
    line-height: 1.5em;
    letter-spacing: 0.05em;
    height: unset;
    width: unset;
    z-index: 2;
  }

  #sec9 .row2 {
    display: flex;
    flex-direction: row-reverse;
  }

  #sec9 .row2 .txt {
    margin-top: 204px;
    flex-shrink: 0;
    width: 485px;
    margin-bottom: 0;
    margin-left: 107px;
  }

  #sec9 .row2 .img {
    margin-left: -92px;
    height: 493px;
    position: relative;
  }

  #sec9 .row2 .img .img1,
  #sec9 .row2 .img .img2 {
    width: 50%;
  }

  #sec9 .row2 .img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  #sec9 .row2 .img .label {
    width: unset;
    top: -36px;
    right: -89px;
  }

  #shopinfo {
    padding: 126px 0 156px;
  }

  #shopinfo .wrap1 {
    width: 100%;
  }

  #shopinfo h2 {
    font-size: 60px;
    margin-bottom: 106px;
    letter-spacing: 0.07em;
  }

  #shopinfo h2 .line {
    top: calc(50% + 3px);
    height: 32px;
  }

  #shopinfo h2 .line.l {
    left: 0;
    right: calc(50% + 302px);
  }

  #shopinfo h2 .line.r {
    right: 0;
    left: calc(50% + 302px);
  }

  #shopinfo .row {
    padding: 0;
    flex-direction: row;
    margin-bottom: 102px;
  }

  #shopinfo .block {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50%;
    padding-top: 121px;
  }

  #shopinfo .logo-shopinfo {
    width: unset;
    max-width: 529px;
    margin: 0 auto 37px;
  }

  #shopinfo .tel-shopinfo {
    padding: 13px 36px 23px 46px;
    border: 2px solid #222;
    width: 100%;
    max-width: 469px;
    box-sizing: border-box;
    margin-bottom: 52px;
  }

  #shopinfo .tel-shopinfo dt {
    font-size: 30px;
    margin-bottom: -11px;
  }

  #shopinfo .tel-shopinfo dt .tel-icon {
    font-size: 166.6666666667%;
  }

  #shopinfo .tel-shopinfo dt .tel-icon span {
    font-size: 80%;
  }

  #shopinfo .tel-shopinfo dd {
    font-size: 14px;
  }

  #shopinfo .info {
    margin-bottom: 40px;
  }

  #shopinfo .info dl {
    padding: 19px 0;
    line-height: 1.8em;
    font-size: 16px;
  }

  #shopinfo .info dl dt {
    width: 138px;
  }

  #shopinfo .info .map-link:hover {
    text-decoration: none;
  }

  #shopinfo .img {
    position: sticky;
    top: 0;
    left: 0;
    margin: 0;
    height: 900px;
    width: 50%;
  }

  #shopinfo .wrap2 {
    width: 100%;
  }

  #shopinfo .map {
    margin-bottom: 58px;
    height: 600px;
  }

  #shopinfo .btn-map a {
    width: 505px;
    height: 105px;
    font-size: 40px;
    border: 5px solid #fff;
    border-radius: 20px;
    padding-bottom: 3px;
    letter-spacing: 0.06em;
    transition: all 0.3s ease;
  }

  #shopinfo .btn-map a:hover {
    opacity: 0.8;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) {
  #sec3 .ttl {
    font-size: 80px;
  }

  #sec3 .s3-slide {
    /* margin-right: 60px; */
    margin-left: -555px;
  }

  #sec3 .img-hamb .img-pos {
    width: 700px;
    width: min(max(63.64vw, 700px), 977px);
  }

  .flex-menu h2 {
    font-size: 80px;
  }

  .remodal {
    padding-top: 0;
  }

  .remodal-close {
    top: 0;
  }

  .popup-menu .popup {
    padding-top: 153px !important;
  }

  #sec4 .list .item-last .slg {
    margin-right: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1260px) {
  #sec1 {
    padding-left: 30px;
  }

  #sec1 .group {
    margin-left: 30px;
  }

  #sec2 .row2 {
    padding-left: 30px;
  }

  #sec2 .row2 .txt {
    margin-right: 60px;
  }

  #sec3 .img-hamb.show4 .img-pos::before {
    width: 460px;
    top: 325px;
  }

  #sec7 .desc {
    padding-right: 30px;
  }

  #sec8 .row1 {
    margin-right: 30px;
  }

  #sec8 .row2 .desc {
    padding-left: 30px;
  }

  #sec9 .row1 {
    margin-left: 30px;
  }

  #sec9 .row2 {
    padding-right: 30px;
  }

  #shopinfo .block {
    padding-left: 15px;
    padding-right: 15px;
  }

  .popup-menu h2.sml {
    font-size: 105px;
  }
}