/* Scss Document */
@media screen and (max-width: 767px) {
  #key .object-fit-cover img {
    left: -22vw;
    width: 130%;
  }
}
#sec1 {
  padding: 39vw 0 10vw;
  background: url("../img/lunch/sec1_deco1.png") no-repeat 105% -12vw/83%;
}
#sec1 h2 {
  font-size: 5.5vw;
  letter-spacing: 0.12em;
  line-height: 1.4;
  position: absolute;
  top: 10vw;
  left: 10vw;
  z-index: 1;
}
#sec1 h2:before {
  content: '';
  background: url("../img/lunch/sec1_t.png") no-repeat 0 0/100%;
  width: 38vw;
  height: 10vw;
  position: absolute;
  left: -5vw;
  top: 6vw;
}
#sec1 h2 span {
  font-size: 4.5vw;
  letter-spacing: 0.12em;
}
#sec1 h2 span:first-child {
  padding-bottom: 6vw;
  display: inline-block;
}
#sec1 .photo1 {
  margin: 0 -5vw 5vw;
}
#sec1 .txt {
  padding: 10% 8%;
  background-color: rgba(255, 255, 255, 0.85);
  position: relative;
  z-index: 1;
  margin: -13vw 0 0;
}
#sec1 .deco1 {
  width: 55%;
  position: absolute;
  left: -13vw;
  bottom: -35vw;
}
@media screen and (min-width: 768px) {
  #sec1 {
    padding: 100px 20px 50px;
    background-size: auto;
    background-position: calc(50% + 234px) 48px;
  }
  #sec1 h2 {
    font-size: 30px;
    line-height: 40px;
    top: 109px;
    left: 171px;
  }
  #sec1 h2:before {
    width: 230px;
    height: 38px;
    left: -38px;
    top: 34px;
  }
  #sec1 h2 span {
    font-size: 24px;
  }
  #sec1 h2 span:first-child {
    padding-bottom: 38px;
  }
  #sec1 .photo1 {
    margin: 0 0 -49px -50px;
  }
  #sec1 .txt {
    padding: 58px 60px 62px;
    margin: 0 0 0 350px;
  }
  #sec1 .deco1 {
    width: auto;
    left: -158px;
    bottom: -201px;
  }
}
#sec2 {
  padding: 15vw 0 10vw;
  position: relative;
  z-index: 1;
}
#sec2:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: calc(10vw + 650px);
  background: url("../img/shared/bg1.jpg") repeat center 0;
  z-index: -1;
}
#sec2 h2 {
  font-size: 6.5vw;
  letter-spacing: 0;
  line-height: 1.4;
}
#sec2 .note {
  padding-bottom: 20px;
  font-size: 13px;
}
#sec2 .note span {
  color: #8d2002;
  font-weight: 700;
  display: inline-block;
  border-bottom: 1px solid;
}
#sec2 .box {
  border: 5px solid #fff;
  padding: 10% 0;
  margin-bottom: 10vw;
}
#sec2 .box .f-note {
  border-top: 5px solid #fff;
  padding: 20px 5% 0;
}
#sec2 .box .course {
  gap: 30px;
  padding: 0 5% 20px;
}
#sec2 .box .item {
  width: 100%;
}
#sec2 .box .item .tag {
  color: #8d2002;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
  justify-content: center;
  gap: 50px;
  display: flex;
  position: relative;
}
#sec2 .box .item .tag:before {
  content: '';
  border-left: 1px solid;
  height: 44px;
  position: absolute;
  top: -5px;
  right: calc(50% - -30px);
  transform: skewX(-17deg);
}
#sec2 .box .item .tag dt {
  font-weight: 900;
  font-size: 30px;
  margin-bottom: 10px;
}
#sec2 .oneday {
  padding: 10vw 5%;
}
#sec2 .oneday h3 {
  font-size: 7.5vw;
  letter-spacing: 0;
  line-height: 1.4;
  position: relative;
  z-index: 2;
  padding-bottom: 10vw;
}
#sec2 .oneday .photo1 {
  position: relative;
}
#sec2 .oneday .photo1 dt {
  width: 30vw;
  height: 30vw;
  position: absolute;
  right: -2vw;
  bottom: -12vw;
  z-index: 1;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3vw;
  line-height: 1.4;
  letter-spacing: 0.12em;
  text-align: center;
}
#sec2 .oneday .photo1 dt i {
  font-weight: 700;
}
#sec2 .oneday .photo1 dt span {
  font-size: 4vw;
}
#sec2 .oneday .photo1 dt img {
  position: absolute;
}
#sec2 .oneday .menu {
  position: relative;
  padding-bottom: 20vw;
}
#sec2 .oneday .menu h4 {
  text-align: center;
  font-size: 6vw;
  letter-spacing: 0;
  position: relative;
  padding: 5vw 0 10vw;
  margin-bottom: 5vw;
}
#sec2 .oneday .menu h4:before {
  content: '';
  background: url("../img/lunch/catch1.png") no-repeat 0 0/100%;
  position: absolute;
  left: 50%;
  width: 47vw;
  bottom: 0vw;
  height: 10vw;
  transform: translateX(-50%);
}
#sec2 .oneday .menu .item {
  padding-bottom: 10vw;
}
#sec2 .oneday .menu.menu2 {
  padding: 10vw 0 0;
}
#sec2 .oneday .menu.menu2 h4 {
  position: absolute;
  z-index: 1;
  right: 5vw;
  top: 0;
}
#sec2 .oneday .menu.menu2 h4 span {
  padding-right: 20vw;
}
#sec2 .oneday .menu.menu2 .photo {
  padding-bottom: 5vw;
}
#sec2 .oneday .menu.menu2 .deco {
  width: 65vw;
  position: absolute;
  top: -20vw;
  left: -11vw;
  z-index: -1;
}
#sec2 .oneday .info,#sec2 .oneday .info dl {
  margin-bottom: 5vw;
}
#sec2 .oneday .info dt {
  font-weight: 700;
  letter-spacing: 0.12em;
  padding-bottom: 5vw;
  font-size: 5vw;
  line-height: 1.5;
}
#sec2 .oneday .info .list {
  display: flex;
  justify-content: space-between;
}
#sec2 .oneday .info .list p {
  border-left: 1px solid;
  padding: 0 0 0 10px;
}
@media screen and (min-width: 768px) {
  #sec2 {
    padding: 94px 0 42px;
  }
  #sec2:before {
    top: 547px;
    right: calc(50% - 500px);
  }
  #sec2 h2 {
    font-size: 48px;
  }
  #sec2 .wrap {
    max-width: 1100px;
  }
  #sec2 .note {
    padding: 7px 0 40px;
    font-size: 15px;
    letter-spacing: 0.2em;
  }
  #sec2 .note span {
    letter-spacing: 0.2em;
  }
  #sec2 .box {
    border: 10px solid #fff;
    padding: 80px 0 41px;
    margin-bottom: 30px;
  }
  #sec2 .box .f-note {
    border-top: 10px solid #fff;
    padding: 30px 20px 0;
    text-align: center;
  }
  #sec2 .box .course {
    gap: 30px;
    padding: 0 0 30px;
    width: 900px;
    margin: 0 auto;
    border-top: 1px solid #000;
  }
  #sec2 .box .item {
    width: 420px;
  }
  #sec2 .box .item .tag {
    font-size: 24px;
    padding: 48px 20px 55px 60px;
    margin-bottom: 30px;
    gap: 121px;
    justify-content: flex-start;
  }
  #sec2 .box .item .tag:before {
    height: 94px;
    top: 22px;
    right: auto;
    transform: skewX(-23deg);
    left: 142px;
  }
  #sec2 .box .item .tag dt {
    font-size: 36px;
    margin: 0;
  }
  #sec2 .box .item .list {
    gap: 25px;
    padding: 0 20px;
    display: flex;
  }
  #sec2 .oneday {
    padding: 58px 0px;
    max-width: 1000px;
    margin: 0 auto;
  }
  #sec2 .oneday h3 {
    font-size: 60px;
    padding-bottom: 60px;
  }
  #sec2 .oneday .photo1 {
    width: 800px;
    margin: 0 auto -54px;
  }
  #sec2 .oneday .photo1 dt {
    width: 252px;
    height: 252px;
    right: -133px;
    bottom: -75px;
    font-size: 20px;
    line-height: 36px;
  }
  #sec2 .oneday .photo1 dt span {
    font-size: 30px;
  }
  #sec2 .oneday .menu {
    display: flex;
    gap: 57px;
    padding-bottom: 116px;
  }
  #sec2 .oneday .menu h4 {
    font-size: 48px;
    padding: 20px 0 66px;
    margin-bottom: 30px;
  }
  #sec2 .oneday .menu h4:before {
    width: 277px;
    bottom: 0;
    height: 44px;
  }
  #sec2 .oneday .menu .item {
    padding-bottom: 30px;
  }
  #sec2 .oneday .menu.menu1 {
    gap: 60px;
  }
  #sec2 .oneday .menu.menu1 .item {
    width: 380px;
    margin: 0 0 0 62px;
  }
  #sec2 .oneday .menu.menu1 .info {
    width: 500px;
    padding: 44px 0 0;
  }
  #sec2 .oneday .menu.menu2 {
    padding: 0;
  }
  #sec2 .oneday .menu.menu2 h4 {
    right: 454px;
    top: -70px;
    font-size: 40px;
    line-height: 40px;
    padding: 0px 0px 44px 24px;
    width: 266px;
  }
  #sec2 .oneday .menu.menu2 h4 span {
    padding-right: 141px;
  }
  #sec2 .oneday .menu.menu2 .photo {
    padding-bottom: 0;
    width: 480px;
    margin: 0 0 0 21px;
  }
  #sec2 .oneday .menu.menu2 .info {
    width: 380px;
    padding: 40px 0 0;
  }
  #sec2 .oneday .menu.menu2 .deco {
    width: auto;
    top: -270px;
    left: -73px;
  }
  #sec2 .oneday .info,#sec2 .oneday .info dl {
  margin-bottom: 20px;
  }
  #sec2 .oneday .info dt {
    padding-bottom: 24px;
    font-size: 24px;
    line-height: 40px;
  }
  #sec2 .oneday .info .list {
    justify-content: flex-start;
  }
  #sec2 .oneday .info .list p {
    width: 190px;
    padding: 0px 0 0 30px;
  }
}
#sec3 {
  position: relative;
}
#sec3:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: url("../img/shared/bg1.jpg") repeat center 0;
  z-index: -1;
}
#sec3 .lead {
  position: relative;
  margin-bottom: 10vw;
}
#sec3 .lead h2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
#sec3 .lead h2 span {
  font-size: 8vw;
  line-height: 1.2;
  letter-spacing: 0;
  padding: 1vw 7%;
  border-top: 5px solid;
  border-bottom: 5px solid;
}
#sec3 .lead .photo-list li {
  width: 100%;
}
#sec3 .info {
  margin-bottom: 10vw;
}
#sec3 .info h3 {
  margin: -20vw auto 10vw;
  position: relative;
}
#sec3 .info h3 span {
  font-size: 5.5vw;
  line-height: 2;
  letter-spacing: 0.12em;
  background-color: #fff;
  padding: 2vw 0 4vw;
  display: inline-block;
}
#sec3 .info h3 span.ext {
  margin-top: 5vw;
}
#sec3 .info h3:after {
  content: '';
  background: url("../img/lunch/sec3_deco2.png") no-repeat 0 0/100%;
  position: absolute;
  width: 56vw;
  height: 56vw;
  bottom: -32vw;
  left: -15vw;
  z-index: -1;
}
#sec3 .banner {
  position: relative;
  z-index: 1;
  color: #fff;
  padding: 0 7vw 10vw;
}
#sec3 .banner:before {
  background-color: #963215;
  content: '';
  position: absolute;
  top: 40vw;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
#sec3 .banner a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
#sec3 .banner dt {
  margin: 0 -7vw 10vw;
}
#sec3 .banner .bnr {
  font-weight: 700;
  font-size: 18px;
  padding: 10px 0;
  position: relative;
  margin-top: 20px;
}
#sec3 .banner .bnr:before {
  content: '';
  background: url("../img/index/arow.png") no-repeat center/100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5%;
  width: 28px;
}
@media screen and (min-width: 768px) {
  #sec3 {
    position: relative;
  }
  #sec3:before {
    left: calc(50% - 500px);
  }
  #sec3 .lead {
    margin-bottom: 30px;
  }
  #sec3 .lead h2 span {
    font-size: 48px;
    padding: 23px 42px;
    border-top: 8px solid;
    border-bottom: 8px solid;
  }
  #sec3 .lead .photo-list li {
    width: 50%;
    height: 500px;
  }
  #sec3 .info {
    margin-bottom: 30px;
    padding: 11px 0 223px 377px;
    position: relative;
  }
  #sec3 .info h3 {
    margin: 0;
    line-height: 60px;
    position: absolute;
    top: -158px;
    left: 190px;
  }
  #sec3 .info h3 span {
    font-size: 30px;
    padding: 18px 0px 37px;
  }
  #sec3 .info h3 span.ext {
    margin-top: 30px;
  }
  #sec3 .info h3:after {
    width: 460px;
    height: 414px;
    bottom: -309px;
    left: -141px;
  }
  #sec3 .banner {
    padding: 44px 0 43px 52px;
    width: 800px;
    margin: 0 auto;
    transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -webkit-transition: opacity .3s ease;
  }
  #sec3 .banner:hover {
    opacity: 0.8;
  }
  #sec3 .banner:before {
    top: 0;
  }
  #sec3 .banner dt {
    margin: 0;
    position: absolute;
    top: -230px;
    right: -50px;
  }
  #sec3 .banner dd {
    width: 254px;
    letter-spacing: 0.2em;
    text-align: justify;
  }
  #sec3 .banner .bnr {
    position: absolute;
    right: 0;
    top: 150px;
    font-size: 20px;
    padding: 20px 0;
    margin-top: 0px;
    width: 451px;
    letter-spacing: 0.12em;
  }
  #sec3 .banner .bnr:before {
    right: 49px;
    width: 31px;
  }
}
#sec4 {
  padding: 15vw 0;
}
#sec4 .menu {
  position: relative;
}
#sec4 .menu:not(:last-child) {
  padding-bottom: 10vw;
}
#sec4 .menu .item {
  position: relative;
}
#sec4 .menu .deco1 {
  width: 38%;
  position: absolute;
  top: -4vw;
  left: -8vw;
}
#sec4 .menu h3 {
  text-align: center;
  font-size: 6vw;
  letter-spacing: 0;
  position: relative;
  padding: 5vw 0 10vw;
  margin-bottom: 5vw;
}
#sec4 .menu h3 span {
  letter-spacing: 0;
  padding-left: 7vw;
}
#sec4 .menu h3.ext {
  margin-bottom: 0;
}
#sec4 .menu h3:before {
  content: '';
  background: url("../img/lunch/catch1.png") no-repeat 0 0/100%;
  position: absolute;
  left: 50%;
  width: 47vw;
  bottom: 0vw;
  height: 10vw;
  transform: translateX(-50%);
}
#sec4 .menu .tag dt {
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.12em;
  padding-bottom: 20px;
}
#sec4 .menu .txt p {
  padding-bottom: 15px;
}
@media screen and (min-width: 768px) {
  #sec4 {
    padding: 130px 0 140px;
  }
  #sec4 .menu {
    position: relative;
  }
  #sec4 .menu:not(:last-child) {
    padding-bottom: 30px;
  }
  #sec4 .menu h3 {
    font-size: 48px;
    padding: 10px 0 10px;
    margin-bottom: 10px;
  }
  #sec4 .menu h3 span {
    padding-left: 40px;
  }
  #sec4 .menu h3.ext {
    margin-bottom: 9px;
    text-align: right;
    padding-bottom: 47px;
  }
  #sec4 .menu h3.ext:before {
    right: -95px;
  }
  #sec4 .menu h3:before {
    width: 277px;
    height: 44px;
    bottom: 0;
    left: auto;
    right: -25px;
    transform: none;
  }
  #sec4 .menu .tag dt {
    text-align: right;
    font-size: 24px;
    padding-bottom: 25px;
  }
  #sec4 .menu .txt {
    justify-content: space-between;
    display: flex;
    margin: -52px 0 0 0;
  }
  #sec4 .menu .txt p {
    padding-bottom: 0px;
    width: 380px;
  }
  #sec4 .menu.menu1 {
    justify-content: space-between;
    display: flex;
    padding: 0 19px 74px 0px;
  }
  #sec4 .menu.menu1 .item {
    order: -1;
    width: 350px;
    margin: 47px 0 0 83px;
    z-index: 2;
    position: relative;
  }
  #sec4 .menu.menu1 .deco1 {
    width: auto;
    top: -136px;
    left: -132px;
  }
  #sec4 .menu.menu2 {
    width: 800px;
    margin: 0 auto;
  }
  #sec4 .menu.menu2 h3 {
    position: absolute;
    top: -32px;
    left: 59px;
    font-size: 40px;
    line-height: 45px;
    padding: 0 0 40px;
  }
  #sec4 .menu.menu2 .item {
    position: static;
  }
}
#cta {
  background: url("../img/lunch/cta_bg.png") no-repeat center 0/cover;
  margin: 0;
}
#sec5 {
  background: url("../img/lunch/sec5_bg.jpg") no-repeat center 0/cover;
  padding: 20vw 10%;
}
#sec5 .bnr-shared a {
  background-color: transparent;
}
@media screen and (min-width: 768px) {
  #sec5 {
    padding: 210px 20px;
  }
  #sec5 .bnr-shared {
    width: 400px;
    margin: 0 auto;
  }
}