:root {
  --clyellow: #e0b66c;
  --clyellow2: #cfa761;
}

@media screen and (min-width: 768px) {
  .d__flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }

  .d__flex.jus {
    justify-content: space-between;
  }
}
.ob-img {
  background-size: cover;
  background-position: center center;
  position: relative;
}

.ob-img img {
  object-fit: cover;
  width: 100% !important;
  height: 100% !important;
}

@media screen and (min-width: 768px) {
  .ob-img img {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
  }
}
#key {
  position: relative;
}
#key .key__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  text-align: center;
  color: #fff;
  line-height: 1;
}
#key .key__title h2 {
  font-size: 45px;
  margin-bottom: 10px;
  font-weight: 600;
}
#key .key__title p {
  font-size: 16px;
}
#key .ob-img {
  height: 170vw;
}
@media screen and (min-width: 768px) {
  #key .key__title h2 {
    font-size: 54px;
    margin-bottom: 15px;
  }
  #key .key__title p {
    font-size: 18px;
  }
  #key .ob-img {
    height: 100%;
    /* max-height: 920px; */
  }
}

.ft__top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 123;
  width: 260px;
}
.ft__top img {
  width: 100%;
  height: auto;
}
.ft__top a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  padding-right: 15px;
  transition: all 0.4s ease;
  color: #fff;
  height: 90px;
  align-items: center;
  position: relative;
}
.ft__top a::before {
  content: "";
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  width: 2px;
  height: 42px;
  position: absolute;
  top: 24px;
  left: 44px;
}
.ft__top a .ttr {
  width: 180px;
  text-align: center;
}
.ft__top a .ttr-2,
.ft__top a .ttr-1 {
  display: block;
  line-height: 1;
  font-size: 14px;
  letter-spacing: 0;
}
.ft__top a .ttr-1 {
  margin-bottom: 8px;
}
.ft__top a .ttr-2 {
  padding: 5px 5px;
  background: #534330;
  font-weight: 300;
}
.ft__top a .ttr-3 {
  font-size: 16px;
  letter-spacing: -0.5px;
  padding-right:14px;
}
.ft__top a .icon {
  width: 19px;
}
.ft__top .ft__web {
  color: #fff;
}
.ft__top .ft__web a {
  background: #695741;
  padding-left: 15px;
}
.ft__top .ft__web a:hover {
  background: #8d550c;
}
.ft__top .ft__web a:hover .ttr-2 {
  background: #ab8759;
}
.ft__top .ft__pdf {
  margin-top: 3px;
}
.ft__top .ft__pdf a {
  background: #986b1e;
  padding-left: 11px;
  position: relative;
}
.ft__top .ft__pdf a::after {
  content: "";
  background: url("../img/shared/ft_top_arr.png") no-repeat center;
  background-size: 100% auto;
  width: 24px;
  height: 6px;
  position: absolute;
  bottom: 16px;
  right: 12px;
  filter: brightness(0) invert(1);
}
.ft__top .ft__pdf a:hover {
  background: #8d550c;
}
.ft__top .ft__tel {
  margin-bottom: 3px;
}
.ft__top .ft__tel .flex {
  display: flex;
  justify-content: space-between;
  padding-right: 15px;
  transition: all 0.4s ease;
  color: #fff;
  height: 90px;
  align-items: center;
  position: relative;
  background: #3b3123;
  padding-left: 17px;
}
.ft__top .ft__tel .flex::before {
  content: "";
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  width: 2px;
  height: 42px;
  position: absolute;
  top: 24px;
  left: 46px;
}
.ft__top .ft__tel .icon img {
  width: 14px;
  height: auto;
}
.ft__top .ft__tel .txt {
  width: 180px;
  text-align: center;
  display: block;
  line-height: 32px;
  font-size: 14px;
  letter-spacing: 0.01em;
}
.ft__top .ft__tel .txt span {
  font-size: 28px;
  letter-spacing: -0.05em;
  display: block;
}
.ft__top__sp {
  position: fixed;
  bottom: 130px;
  right: 0;
  z-index: 123;
}
.ft__top_tel .mb0 {
  margin-bottom: 0;
}
.ft__top__sp a {
  display: block;
  background: url("../img/lunch/bnr_fixed.png") no-repeat left center;
  background-size: cover;
  width: 40px;
  line-height: 1;
  color: #fff;
  padding: 15px 10px 15px 16px;
  font-size: 13px;
  letter-spacing: 0.1em;
  cursor: pointer;
}
.ft__top__sp a .ttr-3 {
  margin-bottom: 5px;
  line-height: 1;
  cursor: pointer;
  height: 93px;
}
.ft__top__sp a .icon {
  width: 12px;
  margin: 0 auto;
}
.ft__top__sp a .icon img {
  width: 100%;
  height: auto;
}

.box__c dl {
  margin-bottom: 5vw;
  padding-bottom: 5vw;
  text-align: center;
  position: relative;
}
.box__c dl::after {
  content: "";
  border-bottom: 1px solid #000;
  width: 80px;
  height: 1px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.box__c dl dt {
  font-size: 6.55vw;
  margin-bottom: 4vw;
}
.box__c dl dt span {
  font-size: 5vw;
}
.box__c dl dt small {
  font-size: 3.2vw;
}
.box__c dl dd {
  font-size: 5.2vw;
}
.box__c ul {
  text-align: center;
}
.box__c ul li {
  font-size: 18px;
  letter-spacing: 0;
}
.box__c ul li span {
  display: block;
  font-size: 13px;
  color: #777777;
  line-height: 22px;
}
.box__c ul li + li {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .box__c dl {
    margin-bottom: 39px;
    padding-bottom: 22px;
  }
  .box__c dl::after {
    width: 80px;
  }
  .box__c dl dt {
    font-size: 36px;
    margin-bottom: 19px;
  }
  .box__c dl dt span {
    font-size: 22px;
  }
  .box__c dl dt small {
    font-size: 18px;
  }
  .box__c dl dd {
    font-size: 24px;
  }
  .box__c ul li {
    font-size: 20px;
  }
  .box__c ul li span {
    font-size: 14px;
    line-height: 27px;
  }
  .box__c ul li + li {
    margin-top: 10px;
  }
}

.mask427,
.mask376,
.mask336,
.mask235 {
  mask-image: url("../img/lunch/mask235.png");
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
}

@media screen and (min-width: 768px) {
  .mask235 {
    mask-image: url("../img/lunch/mask235.png");
    mask-repeat: no-repeat;
    mask-size: 100% 100%;
  }

  .mask336 {
    mask-image: url("../img/lunch/mask336.png");
    mask-repeat: no-repeat;
    mask-size: 100% 100%;
    height: 93px;
    width: 336px;
  }

  .mask376 {
    mask-image: url("../img/lunch/mask376.png");
    mask-repeat: no-repeat;
    mask-size: 100% 100%;
    height: 93px;
    width: 376px;
  }

  .mask427 {
    mask-image: url("../img/lunch/mask427.png");
    mask-repeat: no-repeat;
    mask-size: 100% 100%;
    height: 93px;
    width: 426px;
  }
}
.bnr__shape {
  position: relative;
  z-index: 2;
  height: 73px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  cursor: pointer;
}
.bnr__shape::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 9px;
  right: 9px;
  bottom: 9px;
  border: 1px solid #986b1e;
  z-index: 2;
}
.bnr__shape::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #986b1e;
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.bnr__shape a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  font-size: 0;
}
.bnr__shape a::after {
  content: "";
  background: url("../img/lunch/arrow01.png") no-repeat center;
  background-size: 100% auto;
  width: 25px;
  height: 5px;
  position: absolute;
  top: 50%;
  right: 38px;
  margin-top: -2px;
}
.bnr__shape .bnr__name {
  font-size: 18px;
  color: #000;
  position: relative;
  z-index: 2;
  line-height: 1;
  font-weight: 500;
}
.bnr__shape .bnr__img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.bnr__shape .bnr__img img {
  width: 100%;
  height: 100%;
}

.bnr__shape.__white .bnr__name {
  color: #fff;
}
.bnr__shape.__white a::after {
  filter: invert(1);
}

.bnr__shape.style-2 {
  height: 73px;
}
.bnr__shape.style-2::before {
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  border-color: #cfa761;
}
.bnr__shape.style-2 .bnr__name {
  font-size: 18px;
  padding-right: 38px;
}

.bnr__shape.style-3 {
  height: 73px;
}
.bnr__shape.style-3::before {
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  border-color: #986b1e;
}
.bnr__shape.style-3 .bnr__name {
  font-size: 18px;
  padding-right: 38px;
}

@media screen and (max-width: 767px) {
  .bnr__shape.style-2,
  .bnr__shape.style-3 {
    mask-image: none !important;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
  .bnr__shape.style-2::before,
  .bnr__shape.style-3::before {
    border-color: #cfa761;
    top: 8px;
    bottom: 8px;
  }
  .bnr__shape.style-2 .bnr__img,
  .bnr__shape.style-3 .bnr__img {
    background:
      url("../img/lunch/border_left.png"), url("../img/lunch/border_right.png");
    background-size: auto;
    background-repeat: no-repeat;
    background-position:
      top left,
      top right;
  }
  .bnr__shape.style-2 .bnr__img img,
  .bnr__shape.style-3 .bnr__img img {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .bnr__shape {
    height: 73px;
  }
  .bnr__shape::before {
    top: 9px;
    left: 9px;
    right: 9px;
    bottom: 9px;
  }
  .bnr__shape:hover::before {
    border-color: rgba(255, 255, 255, 0.2);
  }
  .bnr__shape:hover::after {
    -webkit-transform: scale(2);
    transform: scale(2);
  }
  .bnr__shape:hover .bnr__name {
    color: #fff;
  }
  .bnr__shape:hover a::after {
    filter: invert(1);
  }
  .bnr__shape a::after {
    width: 25px;
    height: 5px;
    top: 50%;
    right: 38px;
  }
  .bnr__shape .bnr__name {
    font-size: 18px;
  }

  .bnr__shape.style-2 {
    height: 93px;
  }
  .bnr__shape.style-2:hover::before {
    border-color: rgba(255, 255, 255, 0.2);
  }
  .bnr__shape.style-2::before {
    top: 12px;
    right: 12px;
    bottom: 12px;
    left: 12px;
  }
  .bnr__shape.style-2 .bnr__name {
    font-size: 20px;
    padding-right: 38px;
  }

  .bnr__shape.style-3 {
    height: 93px;
  }
  .bnr__shape.style-3:hover::before {
    border-color: rgba(255, 255, 255, 0.2);
  }
  .bnr__shape.style-3::before {
    top: 11px;
    right: 11px;
    bottom: 11px;
    left: 11px;
  }
  .bnr__shape.style-3 .bnr__name {
    font-size: 20px;
    padding-right: 38px;
  }
}
.bnr__menuList {
  border-top: 1px solid var(--clyellow2);
  border-bottom: 1px solid var(--clyellow2);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  position: relative;
}
.bnr__menuList .bnr__style {
  padding: 15px 20px;
  border-left: 1px solid var(--clyellow2);
  border-right: 1px solid var(--clyellow2);
  width: 46%;
  position: relative;
}
.bnr__menuList .bnr__style .bnr__styleIn {
  position: relative;
}
.bnr__menuList .bnr__style .bnr__styleIn:hover .photo img {
  filter: blur(5px);
  transform: scale(1.1);
  opacity: 1;
}
.bnr__menuList .bnr__style .bnr__styleIn .photo {
  position: absolute !important;
}
.bnr__menuList .bnr__style a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  height: 168px;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: #fff;
  line-height: 1;
  z-index: 2;
  position: relative;
}
.bnr__menuList .bnr__style .photo {
  height: 168px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.bnr__menuList .bnr__style .photo img {
  transition: all 0.4s ease;
}
.bnr__menuList .bnr__style + .bnr__style {
  border-right: 1px solid var(--clyellow2);
}
@media screen and (max-width: 767px) {
  .bnr__menuList {
    display: block;
  }
  .bnr__menuList .bnr__style {
    padding: 15px 20px;
    border-left: none;
    border-right: none;
    width: 100%;
    position: relative;
  }
  .bnr__menuList .bnr__style .bnr__styleIn {
    position: relative;
  }
  .bnr__menuList .bnr__style .bnr__styleIn .photo img {
    filter: blur(5px);
    transform: scale(1.1);
    opacity: 1;
  }
  .bnr__menuList .bnr__style a {
    height: 30vw;
    font-size: 5.36vw;
  }
  .bnr__menuList .bnr__style .photo {
    height: 30vw;
  }
  .bnr__menuList .bnr__style + .bnr__style {
    border-right: 1px solid var(--clyellow2);
  }
}

.bnr__menuList.column-2 {
  gap: 20px;
}
.bnr__menuList.column-2::after {
  content: "";
  border-right: 1px solid var(--clyellow2);
  width: 1px;
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
}
.bnr__menuList.column-2 .bnr__style {
  padding: 14px 9px;
  border-left: none;
  border-right: none;
}
.bnr__menuList.column-2 .bnr__style + .bnr__style {
  border-right: none;
}
@media screen and (max-width: 767px) {
  .bnr__menuList.column-2 {
    gap: 0;
  }
  .bnr__menuList.column-2::after {
    border-right: none;
    border-top: 1px solid var(--clyellow2);
    width: 100%;
    height: 1px;
    top: 50%;
    right: 0;
    left: 0%;
    bottom: auto;
  }
}

@media screen and (min-width: 768px) {
  .bnr__menuList.column-1 .bnr__style {
    min-width: 700px;
    max-width: 740px;
  }
}
.loopText {
  height: 19vw;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .loopText {
    height: 120px;
  }
}

.scene__loop p {
  color: #d5d5d5;
  font-size: 18vw;
  font-weight: 600;
  line-height: 1;
  margin-right: 30px;
}
@media screen and (min-width: 768px) {
  .scene__loop p {
    font-size: 99px;
  }
}

.bnr__web a {
  display: block;
  line-height: 1;
  font-size: 18px;
  overflow: hidden;
  border-radius: 42px;
  border: 1px solid #fff;
}
.bnr__web a span {
  position: relative;
  padding-left: 28px;
}
.bnr__web a span::before {
  content: "";
  background: url("../img/lunch/icon_web.png") no-repeat center;
  background-size: 100% auto;
  width: 25px;
  height: 23px;
  position: absolute;
  top: 50%;
  left: -27px;
  transform: translateY(-50%);
  transition: all 0.4s ease;
}
.bnr__web a:hover span {
  color: #000;
}
.bnr__web a:hover span::before {
  filter: invert(1);
}

.hvr-radial {
  position: relative;
  overflow: hidden;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  z-index: 2;
}

.hvr-radial:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

@media screen and (min-width: 768px) {
  .hvr-radial:hover::before {
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}
#reserve {
  position: relative;
  overflow: hidden;
  background: #fff;
  z-index: 2;
  padding-bottom: 57px;
}
#reserve .set1 {
  position: relative;
  margin-bottom: 36px;
}
#reserve .photo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#reserve .box {
  width: 396px;
  margin-left: auto;
  padding: 222px 0 138px;
  margin-right: 200px;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 2;
}
#reserve .box img {
  width: 100%;
  height: auto;
}
#reserve .box h2 {
  width: 166px;
  margin: 0 auto 38px;
}
#reserve .box dl {
  margin-bottom: 33px;
}
#reserve .box dl dt {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 23px;
  letter-spacing: 0;
}
#reserve .box dl dd span {
  display: inline-block;
  line-height: 1;
  font-size: 43px;
  padding-left: 16px;
  position: relative;
  letter-spacing: -2px;
}
#reserve .box dl dd span::before {
  content: "";
  background: url("../img/lunch/tel.png") no-repeat center;
  width: 22px;
  height: 30px;
  background-size: 100% auto;
  position: absolute;
  top: 46%;
  transform: translateY(-50%);
  left: -14px;
}
#reserve .box dl .desc {
  letter-spacing: -1px;
  font-size: 15px;
  line-height: 1;
  padding-top: 13px;
}
#reserve .bnr__web {
  width: 310px;
  margin: 0 auto;
}
#reserve .bnr__web a {
  padding: 33px 0;
}
#reserve .bnr__web a:hover {
  color: #000;
}
@media screen and (max-width: 767px) {
  #reserve {
    padding-bottom: 20vw;
  }
  #reserve .photo {
    position: relative;
  }
  #reserve .box {
    width: auto;
    margin-left: 0;
    padding: 15vw 5vw 0vw;
    margin-right: 0;
    text-align: center;
    color: #000000;
  }
  #reserve .box h2 {
    max-width: 166px;
    margin: 0 auto 9vw;
    width: 40vw;
  }
  #reserve .box dl {
    margin-bottom: 8vw;
  }
  #reserve .box dl dt {
    font-size: 16px;
    margin-bottom: 3vw;
  }
  #reserve .box dl dd span {
    font-size: 40px;
    padding-left: 16px;
    letter-spacing: 0px;
  }
  #reserve .box dl dd span::before {
    width: 20px;
    height: 28px;
    filter: invert(1);
  }
  #reserve .box dl .desc {
    font-size: 13px;
    line-height: 1;
    padding-top: 9px;
  }
  #reserve .bnr__web {
    width: 310px;
    margin: 0 auto;
  }
  #reserve .bnr__web a {
    padding: 33px 0;
    color: #fff;
    border-color: #1d1c1b;
    background: #1d1c1b;
  }
  #reserve .bnr__web a:hover {
    color: #fff;
  }
  #reserve .bnr__web a:hover span {
    color: #fff;
  }
  #reserve .bnr__web a:hover span::before {
    filter: invert(0);
  }
  #reserve .bnr__web a span::before {
    left: -17px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1499px) {
  #reserve .box {
    margin-right: 50px;
  }
}

.object-cover {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: 63%;
}
@media screen and (min-width: 768px) {
  .object-cover {
    object-position: 50%;
  }
}

.scrollSplit2,
.scrollSplit {
  position: relative;
  height: 300vh;
}

.scrollSplit2:after,
.scrollSplit:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.47);
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
  opacity: 0;
}

.scrollSplit2.is-active:after {
  opacity: 1;
}

.scrollEffect__content,
.scrollSplit2 .heading,
.scrollSplit .heading {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100vh;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.scrollEffect__content.is-effect {
  opacity: 1;
  transition-delay: 0.3s;
}

.scrollEffect__content {
  opacity: 0;
  transition-delay: 1s;
}

.scrollEffect__content * {
  opacity: 0;
  transition: all 1s linear;
}

.scrollSplit2 .heading *,
.scrollSplit .heading * {
  opacity: 0;
  transition: all 0.5s linear;
  transform: translateY(30px);
}

.is-effect .scrollEffect__content,
.is-effect .scrollEffect__content * {
  opacity: 1;
}

.scrollSplit2.is-effect .heading,
.scrollSplit.is-effect .heading {
  opacity: 1;
}

.scrollEffect__content.is-effect *,
.scrollSplit2.is-effect .heading *,
.scrollSplit.is-effect .heading * {
  opacity: 1;
  transition-delay: 0.3s;
  transform: translateY(0px);
}

.title__c {
  text-align: center;
}
.title__c h2 {
  color: #3c2f1c;
  font-size: 12vw;
  line-height: 1;
  margin-bottom: 25px;
  font-weight: 600;
}
.title__c h2 span {
  display: inline-block;
  padding: 0 5vw;
  position: relative;
  line-height: 1;
}
.title__c h2 span::after {
  content: "";
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2vw;
  border-bottom: 1px solid #3c2f1c;
}
.title__c p {
  color: #000000;
  font-size: 5.45vw;
  line-height: 1;
}
.title__c.__white p,
.title__c.__white h2 {
  color: #fff;
}
.title__c.__white h2 span::after {
  border-color: #fff;
}
@media screen and (min-width: 768px) {
  .title__c h2 {
    font-size: 66px;
    margin-bottom: 10px;
  }
  .title__c h2 span {
    padding: 0 60px;
  }
  .title__c h2 span::after {
    bottom: 11px;
  }
  .title__c p {
    font-size: 30px;
  }
}

.scrollSplit2 .title__c h2 {
  font-size: 11vw;
}
.scrollSplit2 .title__c h2 span {
  padding: 0 2vw;
  letter-spacing: 0;
}
.scrollSplit2 .title__c h2 span::after {
  bottom: 2vw;
}
.scrollSplit2 .title__c p {
  font-size: 6.7vw;
  font-weight: 500;
  line-height: 1.7;
}
.scrollSplit2 .title__c .object-cover {
  object-position: 50%;
}
@media screen and (min-width: 768px) {
  .scrollSplit2 .title__c h2 {
    font-size: 70px;
    margin-bottom: 10px;
  }
  .scrollSplit2 .title__c h2 span {
    padding: 0px 10px;
  }
  .scrollSplit2 .title__c h2 span::after {
    bottom: 12px;
  }
  .scrollSplit2 .title__c p {
    font-size: 24px;
    line-height: 48px;
  }
}

.c-splash-yerba_background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-splash-yerba_background_sticky_area {
  position: absolute;
  top: 0vh;
  bottom: 0vh;
  left: 0;
  width: 100%;
}

.c-splash-yerba_background_sticky {
  position: sticky;
  top: 0;
  height: 100vh;
}

.c-splash-yerba_background_visual {
  position: absolute;
  top: 0;
  height: 100%;
  width: calc(50% + 1px);
  overflow: hidden;
}

.c-splash-yerba_background_visual__path {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.c-splash-yerba_background_visual:first-child {
  left: 0;
}

.c-splash-yerba_background_visual:last-child {
  right: 0;
}

.c-splash-yerba_background_visual_img {
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
}

.c-splash-yerba_background_visual_img__path {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.c-splash-yerba_background_visual:first-child
  .c-splash-yerba_background_visual_img {
  left: 0;
}

.c-splash-yerba_background_visual:last-child
  .c-splash-yerba_background_visual_img {
  right: 0;
}

.scrollSplit2,
.scrollSplit {
  position: relative;
}
.scrollSplit2 .heading,
.scrollSplit .heading {
  text-align: center;
}

.scrollEffect {
  position: relative;
}

.scrollEffect:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.58);
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
  opacity: 0;
  z-index: 1;
}

.scrollEffect.is-effect:after {
  opacity: 1;
}

.scrollEffect {
  height: 300vh;
}
.scrollEffect .scrollEffect__photo {
  height: 100vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100vh;
  z-index: 1;
  position: sticky;
  top: 0;
}
.scrollEffect .scrollEffect__photo .ob-img {
  width: 250px;
  height: 250px;
  position: relative;
  z-index: 2;
}
.scrollEffect .scrollEffect__photo .ttl {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: var(--clyellow);
  font-size: 16.09vw;
  font-weight: 600;
}
.scrollEffect .scrollEffect__photo .ttl-1 {
  left: 0;
}
.scrollEffect .scrollEffect__photo .ttl-2 {
  right: 0;
}

@media screen and (min-width: 768px) {
  .scrollEffect {
    height: 300vh;
  }
  .scrollEffect .scrollEffect__photo .ob-img {
    width: 600px;
    height: 600px;
  }
  .scrollEffect .scrollEffect__photo .ttl {
    font-size: 118px;
  }
  .scrollEffect .scrollEffect__photo .ttl-1 {
    left: calc(50% - 728px);
  }
  .scrollEffect .scrollEffect__photo .ttl-2 {
    right: calc(50% - 728px);
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1499px) {
  .scrollEffect .scrollEffect__photo .ttl-1 {
    left: 10px;
  }
  .scrollEffect .scrollEffect__photo .ttl-2 {
    right: 10px;
  }
}

.scrollEffect.is-active .scrollEffect__photo .ttl {
  filter: blur(8px);
}

.scrollEffect__content {
  text-align: center;
  color: #fff;
  padding-left: 5vw;
  padding-right: 5vw;
}
.scrollEffect__content .title {
  line-height: 1;
  position: relative;
  margin-bottom: 10vw;
  padding-bottom: 10vw;
}
.scrollEffect__content .title::after {
  content: "";
  height: 1px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
  width: 98px;
  border-bottom: 1px solid #fff;
}
.scrollEffect__content .title h3 {
  font-size: 10vw;
  font-weight: 600;
  margin-bottom: 5vw;
  letter-spacing: -2px;
}
.scrollEffect__content .title p {
  font-size: 4.36vw;
  letter-spacing: 0;
}
.scrollEffect__content .text {
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .scrollEffect__content {
    padding-left: 0;
    padding-right: 0;
  }
  .scrollEffect__content .title {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
  .scrollEffect__content .title::after {
    bottom: 0px;
    width: 98px;
  }
  .scrollEffect__content .title h3 {
    font-size: 54px;
    margin-bottom: 20px;
    letter-spacing: -2px;
  }
  .scrollEffect__content .title p {
    font-size: 24px;
  }
  .scrollEffect__content .text {
    line-height: 36px;
  }
}

/*POPUP*/
.remodal {
  padding: 0;
  background: none;
}

.remodal-close.bottom {
  width: 117px;
  margin: 0 auto;
  position: relative;
}

.remodal-close {
  position: sticky;
  top: 0px;
  right: 0px;
  display: block;
  overflow: visible;
  width: 53px;
  height: 52px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: rgba(0, 0, 0, 0);
  margin-left: auto;
}
.remodal-close:hover {
  opacity: 0.6;
}

.remodal-close:before {
  display: none;
  background: none;
}

.remodal-close-top {
  margin-bottom: 20px;
  position: sticky;
  top: 0;
  right: 0;
  margin-right: 10px;
  margin-top: 10px;
}

.remodal-wrapper {
  background: url("../img/lunch/popup_bg.jpg");
}

.popup__body {
  max-width: 1000px;
  margin: 0 auto;
}

.pp__title {
  text-align: center;
  font-size: 40px;
  line-height: 1;
  margin-bottom: 30px;
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 600;
  position: relative;
}
.pp__title::before {
  content: "";
  border-top: 1px solid #000;
  width: 92px;
  position: absolute;
  top: -33px;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
}

.ppl {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 30px;
}

.pp__note {
  font-size: 14px;
  text-align: center;
  line-height: 24px;
  margin-bottom: 30px;
}

.pp__row {
  max-width: 1000px;
  margin: 0 auto 60px;
  display: grid;
  gap: 30px;
}
.pp__row.cols-1 {
  grid-template-columns: 1fr;
}
.pp__row.cols-2 {
  grid-template-columns: repeat(2, 1fr);
}
.pp__row.cols-3 {
  grid-template-columns: repeat(3, 1fr);
}

.ppItem {
  text-align: left;
  margin-bottom: 35px;
}
.ppItem dl {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  margin: 0 auto;
  text-align: left;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
  background: url("../img/dinner/popup_dotted.png") repeat-x bottom left;
}
.ppItem dl dd {
  text-align: right;
  margin-left: 0;
  min-width: 74px;
}
.ppItem h4 {
  padding-top: 20px;
  line-height: 1;
  text-align: center;
}
.ppItem .note {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 10px;
  line-height: 24px;
}

.pp__col h3 {
  border-bottom: 2px solid #000;
  padding: 5px;
  text-align: left;
  font-size: 16px;
  margin-bottom: 10px;
}
.pp__col .listText {
  padding-top: 30px;
  line-height: 24px;
  padding-bottom: 40px;
  border-bottom: 1px solid #aba9a6;
}
.pp__col .listText p + p {
  margin-top: 10px;
}

.remodal-style2 {
  max-width: 1200px;
}

.popupMain {
  background: #ffffff;
  padding: 115px 0 70px;
}

.popup__body-2 .pp__style-1 {
  max-width: 1000px;
  margin: 0 auto;
}
.popup__body-2 .pp__style-1 .pp__row-1 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
.popup__body-2 .pp__style-1 .pp__row-1 .pp__col-1 {
  width: 26.2%;
  border-right: 1px solid #000;
  text-align: left;
}
.popup__body-2 .pp__style-1 .pp__row-1 .pp__col-1 dl {
  line-height: 1;
  text-align: left;
}
.popup__body-2 .pp__style-1 .pp__row-1 .pp__col-1 dl dt {
  font-size: 30px;
  margin-bottom: 20px;
}
.popup__body-2 .pp__style-1 .pp__row-1 .pp__col-1 dl dd {
  font-size: 20px;
  padding-left: 100px;
  font-family: "Zen Kaku Gothic New";
  font-style: normal;
  font-weight: 500;
}
.popup__body-2 .pp__style-1 .pp__row-1 .pp__col-2 {
  padding-left: 6.5%;
  width: 72.5%;
  display: flex;
  justify-content: space-between;
}
.popup__body-2 .pp__style-1 .pp__row-1 .pp__col-2 .pp__col-row {
  width: 51%;
}
.popup__body-2 .pp__style-1 .pp__row-1 .pp__col-2 .pp__col-row dl {
  text-align: left;
}
.popup__body-2 .pp__style-1 .pp__row-1 .pp__col-2 .pp__col-row dl dt {
  font-size: 18px;
  margin-bottom: 0;
}
.popup__body-2 .pp__style-1 .pp__row-1 .pp__col-2 .pp__col-row dl dd {
  font-size: 14px;
  line-height: 30px;
  padding-left: 20px;
  letter-spacing: 0px;
  font-family: "Zen Kaku Gothic New";
  font-style: normal;
  font-weight: 400;
}
.popup__body-2 .pp__style-1 .pp__row-1 .pp__col-2 .pp__col-row dl + dl {
  margin-top: 25px;
}
.popup__body-2 .pp__style-1 .pp__row-1 .pp__col-2 .pp__col-row + .pp__col-row {
  width: 42%;
}
.popup__body-2 .pp__style-1 .pp__row-1 + .pp__row-1 {
  margin-top: 68px;
}
.popup__body-2 .cols-2 h3 {
  border-bottom: 2px solid #000;
  padding: 5px;
  text-align: left;
  font-size: 16px;
  margin-bottom: 10px;
}
.popup__body-2 .cols-2 dl {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  margin: 0 auto;
  text-align: left;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
  background: url("../img/dinner/popup_dotted.png") repeat-x bottom left;
}
.popup__body-2 .cols-2 dl dt {
  font-size: 14px;
  margin-bottom: 0;
}
.popup__body-2 .cols-2 dl dd {
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0px;
  font-family: "Zen Kaku Gothic New";
  font-style: normal;
  font-weight: 500;
  text-align: right;
  margin-left: 0;
  min-width: 74px;
}
.popup__body-2 .cols-2 .cols-sub-1 {
  width: 650px;
}
.popup__body-2 .cols-2 .cols-sub-1 .pp__col {
  width: 48%;
}
.popup__body-2 .cols-2 .cols-sub-2 {
  width: 300px;
}
@media screen and (max-width: 767px) {
  .popup__body-2 .pp__style-1 .pp__row-1 {
    display: block;
  }
  .popup__body-2 .pp__style-1 .pp__row-1 .pp__col-1 {
    width: 100%;
    border-right: none;
    text-align: left;
    margin-bottom: 25px;
    border-bottom: 1px solid #000;
    padding-bottom: 0;
  }
  .popup__body-2 .pp__style-1 .pp__row-1 .pp__col-1 dl {
    line-height: 1;
    text-align: left;
    position: relative;
  }
  .popup__body-2 .pp__style-1 .pp__row-1 .pp__col-1 dl dt {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .popup__body-2 .pp__style-1 .pp__row-1 .pp__col-1 dl dd {
    font-size: 18px;
    padding-left: 0;
    text-align: right;
    position: absolute;
    top: 10px;
    right: 0;
  }
  .popup__body-2 .pp__style-1 .pp__row-1 .pp__col-2 {
    padding-left: 0;
    width: 100%;
    display: block;
  }
  .popup__body-2 .pp__style-1 .pp__row-1 .pp__col-2 .pp__col-row {
    width: 100%;
  }
  .popup__body-2 .pp__style-1 .pp__row-1 .pp__col-2 .pp__col-row dl {
    text-align: left;
  }
  .popup__body-2 .pp__style-1 .pp__row-1 .pp__col-2 .pp__col-row dl dt {
    font-size: 16px;
    margin-bottom: 0;
  }
  .popup__body-2 .pp__style-1 .pp__row-1 .pp__col-2 .pp__col-row dl dd {
    font-size: 13px;
    line-height: 1.8;
    padding-left: 20px;
  }
  .popup__body-2 .pp__style-1 .pp__row-1 .pp__col-2 .pp__col-row dl + dl {
    margin-top: 20px;
  }
  .popup__body-2
    .pp__style-1
    .pp__row-1
    .pp__col-2
    .pp__col-row
    + .pp__col-row {
    width: 100%;
  }
  .popup__body-2 .pp__style-1 .pp__row-1 + .pp__row-1 {
    margin-top: 40px;
  }
  .popup__body-2 .cols-2 h3 {
    border-bottom: 1px solid #000;
  }
  .popup__body-2 .cols-2 .cols-sub-1 {
    width: 100%;
    margin-bottom: 50px;
  }
  .popup__body-2 .cols-2 .cols-sub-1 .pp__col {
    width: 100%;
    margin-bottom: 0;
  }
  .popup__body-2 .cols-2 .cols-sub-2 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .popupMain {
    padding: 60px 20px;
  }

  .pp__title {
    font-size: 30px;
    margin-bottom: 30px;
  }

  .pp__row {
    display: block;
    gap: 0;
  }

  .pp__col {
    width: 100%;
    margin-bottom: 20px;
  }

  .ppItem {
    margin-bottom: 30px;
  }

  .remodal-close {
    width: 38px;
    height: 38px;
  }

  .remodal-close.bottom {
    width: 95px;
  }
}
.bnr__shared.style-4 {
  position: relative;
}
.bnr__shared.style-4 span {
  display: block;
  position: relative;
  line-height: 38px;
  color: #fff;
  font-size: 15px;
  padding-right: 55px;
  text-align: right;
  transition: all 0.4s ease;
}
.bnr__shared.style-4 span::after {
  content: "";
  background: url("../img/dinner/course_bnr_icon.jpg") no-repeat center;
  width: 35px;
  height: 35px;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
@media screen and (min-width: 768px) {
  .bnr__shared.style-4 span {
    line-height: 42px;
    font-size: 16px;
    padding-right: 62px;
  }
  .bnr__shared.style-4 span::after {
    width: 42px;
    height: 42px;
  }
  #course .set4 .bnr:hover{
    opacity: 0.8;
  }
}
 @media screen and (max-height: 750px) and (min-width: 768px) {
  #header #key{
    height: 100vh;
  }
 }