main {
  overflow: unset;
}

.object-cover {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: 50%;
}

.ovh {
  overflow: hidden;
}

.taj {
  text-align: justify;
}

.tac {
  text-align: center;
}

.fw500 {
  font-weight: 500;
}

.dish-name {
  display: table;
  font-family: 'Shippori Mincho', serif;
  font-size: 8.6vw;
  line-height: 12vw;
  letter-spacing: 0.18em;
  font-weight: 600;
  padding-bottom: 0.6vw;
  position: relative;
}

.dish-name:before {
  content: '';
  height: 1.1vw;
  background: #fff;
  position: absolute;
  left: 0;
  right: 2vw;
  bottom: 3px;
}

.dish-name:after {
  content: '';
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  right: 2vw;
  bottom: 0px;
}

.dish-price {
  font-family: 'Shippori Mincho', serif;
  font-size: 7vw;
  line-height: 10vw;
  letter-spacing: 0.18em;
  font-weight: 600;
}

.dish-price small {
  font-size: 6vw;
}

@media screen and (min-width: 768px) {
  .dish-name {
    font-size: 60px;
    line-height: 80px;
    padding-bottom: 2px;
  }
  .dish-name:before {
    height: 7px;
    right: 5px;
    bottom: 5px;
  }
  .dish-name:after {
    height: 2px;
    right: 5px;
  }
  .dish-price {
    font-size: 40px;
    line-height: 80px;
  }
  .dish-price small {
    font-size: 30px;
  }
}

footer,
header {
  overflow: hidden;
}

.content-scroll .img1 {
  margin: 0 5vw 0 8vw;
}

.content-scroll .img2 {
  margin: 0 5vw 0 8vw;
}

@media screen and (max-width: 767px) {
  .content-scroll .img1 img {
    width: 17vw;
  }
  .content-scroll .img2 img {
    width: 17vw;
  }
}

@media screen and (min-width: 768px) {
  .content-scroll .img1 {
    margin: 20px 0 38px;
  }
  .content-scroll .img2 {
    margin: 20px 0 38px;
  }
}

#sec1 {
  padding: 20vw 0;
  position: relative;
  z-index: 0;
}

#sec1 .s1-slider {
  margin: 0 0 10vw var(--paddingWrap);
}

#sec1 .wrap {
  position: static;
}

#sec1 .eng {
  width: 49vw;
  position: absolute;
  left: 2vw;
  top: 16vw;
  z-index: 1;
}

#sec1 h2 {
  margin-bottom: 7vw;
}

#sec1 .txt {
  color: #222;
}

@media screen and (min-width: 768px) {
  #sec1 {
    padding: 274px 0 141px;
    margin-bottom: -1px;
  }
  #sec1 .s1-slider {
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
  }
  #sec1 .s1-slider * {
    height: 100%;
  }
  #sec1 .s1-slider .flex {
    display: flex;
  }
  #sec1 .s1-slider .img-bg {
    width: calc(50% + 101px);
    height: 100%;
  }
  #sec1 .s1-slider .img-main {
    width: calc(50% - 100px);
    height: 100%;
  }
  #sec1 .eng {
    width: 225px;
    left: calc(50% - 610px);
    top: 168px;
  }
  #sec1 h2 {
    margin: 0 0 46px -1px;
  }
  #sec1 .txt {
    width: 505px;
    color: #fff;
  }
}

@media screen and (min-width: 768px) and (max-width: 1260px) {
  #sec1 .eng {
    left: calc(-50vw + 52%);
  }
}

.infinite-slider {
  height: 10vw;
  box-sizing: border-box;
  overflow: hidden;
  background-image: url("../img/shared/bg1.jpg");
  padding: 4vw 0 6vw;
}

.infinite-slider .logo-slider p {
  width: 60vw;
  margin: 0 8vw;
}

@media screen and (min-width: 768px) {
  .infinite-slider {
    height: 116px;
    padding: 38px 0;
  }
  .infinite-slider .logo-slider p {
    width: 301px;
    margin: 0 50px;
  }
}

#sec2 {
  padding: 20vw 0;
  position: relative;
}

#sec2 .col-text {
  margin-bottom: 10vw;
}

#sec2 .col-text .dish-name {
  margin: 0 0 4vw;
}

#sec2 .col-text .dish-price {
  margin-bottom: 6vw;
}

#sec2 .col-text .note {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 4vw;
  margin-bottom: 4vw;
}

#sec2 .txt2 {
  text-decoration:underline;
    text-decoration-color: #870c02;
}

#sec2 .txt span{
  color: #870c02;
}

#sec2 .s2-slider {
  width: 66vw;
  margin-left: -6.7vw;
  line-height: 0;
}

#sec2 .dish-meat {
  width: 56vw;
  position: absolute;
  right: -5vw;
  bottom: 23vw;
  z-index: 1;
}

#sec2 .dish-meat .fork {
  width: 31vw;
  position: absolute;
  top: -21vw;
  right: 3vw;
  z-index: 1;
}

#sec2 .s2-loop {
  height: 76vw;
  margin-top: 15vw;
  align-items: flex-start !important;
}

#sec2 .s2-loop p {
  width: 60vw;
  margin: 0 3vw;
}

#sec2 .s2-loop p.odd {
  margin-top: 10vw;
}

@media screen and (min-width: 768px) {
  #sec2 {
    padding: 136px 0 74px;
  }
  #sec2 .blk {
    display: flex;
    justify-content: space-between;
  }
  #sec2 .col-text {
    order: 2;
    width: 450px;
    margin: 0 -118px 0 0;
  }
  #sec2 .col-text .dish-name {
    letter-spacing: 0.09em;
    margin: 0 0 14px;
  }
  #sec2 .col-text .dish-price {
    margin-bottom: 8px;
  }
  #sec2 .col-text .note {
    width: 417px;
    padding-bottom: 22px;
    margin-bottom: 17px;
  }
  #sec2 .s2-slider {
    order: 1;
    width: 750px;
    margin: 15px 0 0 -190px;
  }
  #sec2 .dish-meat {
    width: 749px;
    right: -233px;
    bottom: -80px;
  }
  #sec2 .dish-meat .fork {
    width: 392px;
    top: -237px;
    right: -120px;
  }
  #sec2 .s2-loop {
    height: 646px;
    margin-top: 64px;
  }
  #sec2 .s2-loop p {
    width: 520px;
    margin: 0 25px;
  }
  #sec2 .s2-loop p.odd {
    margin-top: 77px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1260px) {
  #sec2 .col-text {
    margin-right: calc(-50vw + 50%);
  }
}

#sec3 .box {
  background: rgba(0, 0, 0, 0.5);
  padding: 10vw 6.7vw;
}

#sec3 .box .dish-name {
  letter-spacing: -0.05em;
  margin: 0 auto 4vw;
}

#sec3 .box .dish-price {
  margin-bottom: 6vw;
}

#sec3 .box .txt {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 4vw;
  margin-bottom: 4vw;
}

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

#sec3 .box .list ul {
  margin: 0 5vw;
}

#sec3 .bg {
  height: 90vw;
}

#sec3 .bg .slick-list,
#sec3 .bg .slick-track,
#sec3 .bg .slick-slide,
#sec3 .bg .slick-slide > div,
#sec3 .bg .slick-slide .img {
  height: 100%;
}

#sec3 .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 70%;
}

@media screen and (min-width: 768px) {
  #sec3 {
    position: relative;
    z-index: 0;
  }
  #sec3 .box {
    width: 600px;
    box-sizing: border-box;
    padding: 115px 30px 152px;
  }
  #sec3 .box .dish-name {
    margin: 0 auto 9px;
    padding-bottom: 0;
  }
  #sec3 .box .dish-name:before {
    bottom: 8px;
  }
  #sec3 .box .dish-name:after {
    bottom: 3px;
  }
  #sec3 .box .dish-price {
    margin-bottom: 31px;
  }
  #sec3 .box .txt {
    width: 410px;
    padding-bottom: 23px;
    margin: 0 auto 18px;
    text-align: center;
  }
  #sec3 .box .txt span{
    text-decoration:underline;
    text-decoration-color: #870c02;
  }
  #sec3 .box .list {
    flex-wrap: nowrap;
    text-align: left;
  }
  #sec3 .box .list ul {
    margin: 0 24px;
  }
  #sec3 .bg {
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
  }
  #sec3 .bg .slick-dots {
    left: auto;
    right: 25px;
  }
}

#sec4 {
  padding-top: 100vh;
  overflow: hidden;
  position: relative;
  z-index: 0;
  margin-top: -1px;
}

#sec4 .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  z-index: 1;
}

#sec4 .bg-parallax {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

#sec4 .bg-parallax .img-parallax img {
  object-position: 30%;
  opacity: 0;
  transition: all 2s ease;
}

#sec4 .bg-parallax .img-parallax img.active {
  opacity: 1;
}

#sec4 .wrap {
  position: relative;
  z-index: 1;
  padding-bottom: 30vw;
}

#sec4 h2 {
  font-size: 8.4vw;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 2;
  margin-bottom: 4vw;
}

#sec4 h2 small {
  font-size: 6.4vw;
}

#sec4 h2 .catch {
  display: block;
  width: 60vw;
}

@media screen and (min-width: 768px) {
  #sec4 {
    padding-top: 1111px;
  }
  #sec4 .wrap {
    padding-bottom: 223px;
  }
  #sec4 h2 {
    font-size: 90px;
    margin-bottom: -4px;
  }
  #sec4 h2 small {
    font-size: 60px;
  }
  #sec4 h2 .catch {
    width: 489px;
    margin: 0 0 -44px -46px;
  }
  #sec4 .txt {
    text-align: center;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  #sec4 h2 .catch {
    margin-left: -35px;
  }
}

#sec5 .group-sticky {
  position: relative;
}

#sec5 .group-sticky .set.is-blur {
  filter: blur(1rem);
}

#sec5 .set1 {
  width: 100%;
  height: calc(100vh - 18vw);
  transition: all 0.5s;
  position: relative;
}

#sec5 .set1 h2 {
  width: 40vw;
  position: absolute;
  right: 6.7vw;
  top: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#sec5 .set1 h2 img {
  display: block;
}

#sec5 .set1 .bg {
  height: 100%;
}

#sec5 .set1 .bg:before {
  content: '';
  width: 80vw;
  background-image: url("../img/course/sec5_shadow.png");
  background-repeat: repeat-y;
  background-size: 100%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}

#sec5 .set2 {
  background: #222;
  color: #fff;
  padding: 20vw 6.7vw;
  position: relative;
  z-index: 1;
}

#sec5 .set2 .blk1 {
  margin-bottom: 15vw;
}

#sec5 .set2 .blk1 .col-text {
  margin-bottom: 10vw;
}

#sec5 .set2 .blk1 .col-text h3 {
  font-size: 7vw;
  letter-spacing: 0.1em;
  line-height: 10vw;
  font-weight: 500;
  margin-bottom: 6vw;
}

@media screen and (min-width: 768px) {
  #sec5 .set1 {
    height: 100vh;
  }
  #sec5 .set1 h2 {
    width: 321px;
    right: 58px;
    right: 135px;
  }
  #sec5 .set1 h2 img {
    width: 100%;
    height: auto;
  }
  #sec5 .set1 .bg {
    height: 100%;
  }
  #sec5 .set1 .bg:before {
    width: 649px;
  }
  #sec5 .set2 {
    padding: 100px 40px 122px;
  }
  #sec5 .set2 .blk1 {
    margin-bottom: 100px;
  }
  #sec5 .set2 .blk1 .inner {
    max-width: 1215px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding-right: 6px;
  }
  #sec5 .set2 .blk1 .col-text {
    width: 560px;
    margin: 0px 0 50px;
  }
  #sec5 .set2 .blk1 .col-text h3 {
    font-size: 50px;
    line-height: 80px;
    letter-spacing: 0.08em;
    margin-bottom: 24px;
  }
  #sec5 .set2 .blk1 .col-text .txt {
    margin: 0 30px 0 3px;
  }
  #sec5 .set2 .blk1 .floormap {
    max-width: 607px;
    width: calc(100% - 560px);
  }
  #sec5 .set2 .blk1 .floormap img {
    width: 100%;
    height: auto;
  }
  #sec5 .set2 .blk2 .inner {
    max-width: 1420px;
    width: 100%;
    margin: 0 auto;
  }
  #sec5 .set2 .blk2 .s5-slider {
    display: flex;
    justify-content: space-between;
  }
  #sec5 .set2 .blk2 .s5-slider p {
    max-width: 460px;
    width: 32.8%;
  }
  #sec5 .set2 .blk2 .s5-slider p img {
    width: 100%;
    height: auto;
  }
}

@media screen and (min-width: 768px) and (max-height: 890px) {
  #sec5 .set1 h2 {
    width: 290px;
  }
}

@media screen and (min-width: 768px) and (max-height: 760px) {
  #sec5 .set1 h2 {
    width: 250px;
  }
}

@media screen and (min-width: 768px) and (max-height: 690px) {
  #sec5 .set1 h2 {
    width: 200px;
  }
}
