#key .slider1 {
  background: url(../img/omakase/key_p1.jpg) no-repeat center/cover;
}

#key .slider2 {
  background: url(../img/omakase/key_p2.jpg) no-repeat center/cover;
}

#key .slider3 {
  background: url(../img/omakase/key_p3.jpg) no-repeat center/cover;
}

#key .slider4 {
  background: url(../img/omakase/key_p4.jpg) no-repeat center/cover;
}

#key .box {
  position: relative;
  width: 100%;
  min-height: 750px;
}

#key .slick-prev:before {
  display: none;
}

#key .slick-current.slick-slide .time-running,
#key .slick-active.slick-slide .time-running {
  animation: time 3800ms;
}

.time-running {
  height: 5px;
  background: #8fcec8;
  width: 0;
  position: absolute;
  bottom: 0;
  z-index: 999;
}

@keyframes time {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
#sec1 {
  position: relative;
  padding: 62px 0 107px;
}
#sec1::before {
  content: "";
  position: absolute;
  background: url(../img/shared/bg_3.jpg) repeat;
  top: 110px;
  left: calc(50% - 50vw);
  right: calc(50% - 488px);
  bottom: 0;
  z-index: -1;
}
#sec1 h2 {
  font-size: 48px;
  color: #fef6de;
  letter-spacing: 0.1em;
  line-height: 70px;
  position: relative;
  z-index: 2;
  padding-top: 130px;
  margin-left: 46px;
  margin-bottom: 50px;
}
#sec1 h2 .wr {
  position: relative;
}
#sec1 h2 .wr::before {
  content: "";
  position: absolute;
  right: -98px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background: #fef6de;
  width: 90px;
  height: 1px;
}
#sec1 h2 .small {
  font-size: 75%;
}
#sec1 .img {
  position: absolute;
  top: 0;
  right: -142px;
}
#sec1 .txt {
  color: #fef6de;
  width: 546px;
  position: relative;
  z-index: 2;
  margin-left: -98px;
  line-height: 40px;
  letter-spacing: 0.15em;
}

#sec2 {
  padding: 144px 0 142px;
  position: relative;
}
#sec2::before {
  content: "";
  position: absolute;
  background: url(../img/shared/bg_4.jpg) repeat;
  top: 218px;
  bottom: 0;
  left: calc(50% + 600px);
  right: calc(50% - 50vw);
}
#sec2 h2 {
  font-size: 48px;
  color: #0b387a;
  letter-spacing: 0.1em;
  line-height: 70px;
  text-align: center;
  position: relative;
  padding-top: 31px;
  margin-bottom: 63px;
}
#sec2 h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 117px;
  height: 4px;
  background: #0b387a;
}
#sec2 .row {
  display: flex;
  margin-bottom: 60px;
  margin-left: -73px;
}
#sec2 .row:last-child {
  margin-bottom: 0;
}
#sec2 .row .img {
  margin-right: 68px;
}
#sec2 .row .desc {
  flex-shrink: 0;
  width: 430px;
  padding-top: 66px;
}
#sec2 .row .desc h3 {
  font-size: 36px;
  line-height: 62px;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
}
#sec2 .row .desc .txt {
  line-height: 40px;
  letter-spacing: 0.15em;
}
#sec2 .row3 .desc h3 {
  margin-right: -46px;
  white-space: nowrap;
}

#sec3 {
  padding-bottom: 69px;
}
#sec3 .img {
  height: 650px;
  width: 100%;
}
#sec3 .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#sec3 .price {
  font-size: 28px;
  color: #0b387a;
  letter-spacing: 0.1em;
  line-height: 1.6em;
  text-align: center;
}
#sec3 .note {
  letter-spacing: 0.1em;
  font-size: 14px;
  line-height: 34px;
}
#sec3 .row {
  display: flex;
}
#sec3 .row1 .item {
  height: 590px;
  width: 45.3333333333%;
}
#sec3 .row2 .item {
  height: 660px;
}
#sec3 .row2 .item:nth-child(1) {
  width: 58.6666666667%;
}
#sec3 .row2 .item:nth-child(2) {
  width: 41.3333333333%;
}
#sec3 .row3 .item {
  width: 50%;
  height: 750px;
}
#sec3 .row4 {
  margin-bottom: 100px;
}
#sec3 .row4 .item {
  height: 415px;
}
#sec3 .row4 .item:nth-child(1) {
  width: 58.6666666667%;
}
#sec3 .row4 .item:nth-child(2) {
  width: 41.3333333333%;
}
#sec3 .desc {
  background: url(../img/shared/bg_6.jpg) repeat;
  width: 54.6666666667%;
  box-sizing: border-box;
  padding: 68px 25px 0;
}
#sec3 .desc h2 {
  color: #231f20;
  font-size: 48px;
  line-height: 70px;
  letter-spacing: 0.1em;
  margin-bottom: 18px;
  text-align: center;
}
#sec3 .desc .price {
  margin-bottom: 27px;
}
#sec3 .desc .txt {
  width: 550px;
  margin: 0 auto 55px;
  line-height: 40px;
  letter-spacing: 0.1em;
}
#sec3 .desc .note {
  width: 550px;
  margin: 0 auto;
}
#sec3 .item {
  position: relative;
  transition: all 0.3s ease;
}
#sec3 .item:hover {
  opacity: 0.7;
}
#sec3 .item::before {
  content: "";
  position: absolute;
  background: url(../img/omakase/btn_popup.png) no-repeat;
  width: 47px;
  height: 47px;
  bottom: 30px;
  right: 31px;
  z-index: 1;
}
#sec3 .item .link {
  position: absolute;
  z-index: 2;
  inset: 0;
}
#sec3 .item .tit {
  padding: 14px 50px;
  background: #2f2b20;
  font-size: 25px;
  letter-spacing: 0.1em;
  color: #fef6de;
  line-height: 1.6em;
  position: absolute;
  top: 38px;
  left: 0;
  z-index: 1;
}
#sec3 .item .photo {
  width: 100%;
  height: 100%;
}
#sec3 .item .photo img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#sec3 .box {
  margin: 0 auto 70px;
  width: 850px;
  box-sizing: border-box;
  padding: 38px 69px 38px 69px;
  background: url(../img/shared/bg_6.jpg) repeat;
  display: flex;
  align-items: flex-end;
  position: relative;
}
#sec3 .box::before {
  content: "";
  position: absolute;
  background: #0089c6;
  opacity: 0.4;
  mix-blend-mode: multiply;
  width: 5px;
  height: 282px;
  top: 0;
  bottom: 0;
  left: 22px;
  margin: auto 0;
}
#sec3 .box .price {
  margin-bottom: 17px;
}
#sec3 .box .note {
  line-height: 24px;
}
#sec3 .box .tit {
  width: calc(100% - 400px);
  text-align: center;
  position: relative;
  padding-bottom: 41px;
  margin-right: 40px;
}
#sec3 .box .tit::before {
  content: "";
  position: absolute;
  top: -45px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: url(../img/omakase/sec3_deco.png) no-repeat;
  background-position: center;
  width: 45px;
  height: 25px;
}
#sec3 .box .dish {
  flex-shrink: 0;
  width: 400px;
  color: #fef6de;
  background: url(../img/shared/bg_popup.jpg) repeat;
  padding: 32px 0 26px;
}
#sec3 .box .dish .ttl {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6em;
  margin-bottom: 15px;
}
#sec3 .box .dish ul {
  display: flex;
  flex-flow: column wrap;
  align-content: space-between;
  width: 310px;
  height: 160px;
  margin: 0 auto;
  gap: 0 28px;
}
#sec3 .box .dish ul li {
  line-height: 40px;
  letter-spacing: 0.1em;
}
#sec3 .btn {
  margin: 0 auto;
  width: 370px;
}
#sec3 .btn a {
  width: 100%;
  justify-content: center;
  box-sizing: border-box;
  background: #f9f5ef;
  font-size: 19px;
  padding: 13px 32px;
}

#sec4 {
  position: relative;
  padding-bottom: 197px;
}
#sec4::before {
  content: "";
  position: absolute;
  background: url(../img/shared/bg_4.jpg) repeat;
  top: 136px;
  left: calc(50% - 630px);
  right: calc(50% - 50vw);
  height: 276px;
}
#sec4 .sub {
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 1.6em;
  padding-top: 54px;
  margin-bottom: 6px;
}
#sec4 .en {
  font-size: 55px;
  color: #0b387a;
  letter-spacing: 0.1em;
  line-height: 1.6em;
  margin-bottom: 305px;
}
#sec4 h2 {
  font-size: 60px;
  color: #0b387a;
  line-height: 88px;
  letter-spacing: 0.1em;
  position: absolute;
  top: 0;
  right: 15px;
  white-space: nowrap;
}
#sec4 h2 .small {
  color: #2f2b20;
  font-size: 73.3333333333%;
}
#sec4 h2 .pt {
  padding-top: 66px;
}
#sec4 .img {
  position: absolute;
  top: 230px;
  left: -184px;
}
#sec4 .desc {
  margin-left: auto;
  width: 335px;
  margin-right: -75px;
}
#sec4 .txt {
  line-height: 36px;
  letter-spacing: 0.15em;
  margin-bottom: 27px;
}
#sec4 .note {
  font-size: 14px;
  line-height: 32px;
  letter-spacing: 0.15em;
}

#sec5 {
  padding-bottom: 221px;
}
#sec5 .row {
  display: flex;
  margin-right: -177px;
  margin-left: -58px;
}
#sec5 .desc {
  margin-right: -98px;
  position: relative;
  z-index: 2;
}
#sec5 .desc h2 {
  font-size: 44px;
  letter-spacing: 0.1em;
  line-height: 80px;
  margin-top: 38px;
  margin-bottom: 34px;
  white-space: nowrap;
}
#sec5 .desc h2 .white {
  color: #fef6de;
}
#sec5 .desc .txt {
  width: 390px;
  line-height: 36px;
  letter-spacing: 0.15em;
  margin-bottom: 51px;
}
#sec5 .desc .btn {
  width: 310px;
}
#sec5 .desc .btn a {
  width: 100%;
  justify-content: center;
  box-sizing: border-box;
  background: #f9f5ef;
  font-size: 19px;
  padding: 13px 32px;
}
#sec6 {
  padding-bottom: 137px;
  background: url(../img/shared/bg_6.jpg) repeat;
  position: relative;
  z-index: 1;
}
#sec6::before {
  content: "";
  position: absolute;
  background: #562908;
  opacity: 83%;
  mix-blend-mode: multiply;
  inset: 0;
  z-index: -2;
}
#sec6::after {
  content: "";
  position: absolute;
  background: url(../img/shared/bg_3.jpg) repeat;
  height: 100%;
  top: 0;
  right: calc(50% + 550px);
  left: calc(50% - 50vw);
  z-index: -1;
}
#sec6 .row1 {
  display: flex;
  margin-left: -230px;
  margin-right: -100px;
  margin-bottom: 24px;
}
#sec6 .row1 .desc {
  position: relative;
  flex-shrink: 0;
  margin-left: 70px;
  margin-top: 191px;
}
#sec6 .row1 .desc::before {
  content: "";
  position: absolute;
  background: url(../img/omakase/sec6_deco.png) no-repeat;
  background-size: contain;
  width: 378px;
  height: 267px;
  top: -298px;
  left: 63px;
}
#sec6 .row1 .desc h2 {
  font-size: 48px;
  color: #fef6de;
  letter-spacing: 0.1em;
  line-height: 70px;
  margin-bottom: 44px;
}
#sec6 .row1 .desc .txt {
  color: #fef6de;
  line-height: 36px;
  letter-spacing: 0.15em;
  width: 390px;
}
#sec6 .row1 .img {
  position: relative;
  top: -66px;
}
#sec6 .row2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-left: -100px;
  margin-right: -52px;
  margin-bottom: 100px;
}
#sec6 .row2 h3 {
  font-size: 36px;
  line-height: 68px;
  letter-spacing: 0.1em;
  position: relative;
  margin-bottom: 45px;
  z-index: 1;
  padding: 47px 50px 44px 58px;
}
#sec6 .row2 h3::before {
  content: "";
  position: absolute;
  background: url(../img/shared/bg_1.jpg) repeat;
  top: 0;
  bottom: 0;
  left: 0;
  right: calc(50% - 50vw - 179px);
  z-index: -1;
}
#sec6 .row2 .img {
  position: relative;
  z-index: 2;
}
#sec6 .list {
  display: flex;
  justify-content: center;
  gap: 73px;
}
#sec6 .list .btn {
  width: 330px;
}
#sec6 .list .btn a {
  width: 100%;
  justify-content: center;
  box-sizing: border-box;
  background: #f9f5ef;
  font-size: 19px;
  padding: 13px 32px;
}

#sec7 {
  padding: 130px 0 130px;
}
#sec7 .box {
  margin: 0 auto;
  width: 780px;
  box-sizing: border-box;
  position: relative;
  padding: 79px 74px 80px 79px;
}
#sec7 .box::before {
  content: "";
  position: absolute;
  mix-blend-mode: multiply;
  background: #0089c6;
  opacity: 0.4;
  inset: 0;
  z-index: -1;
}
#sec7 .box h2 {
  font-size: 36px;
  letter-spacing: 0.1em;
  line-height: 60px;
  text-align: center;
  position: relative;
  padding-bottom: 28px;
  margin-bottom: 34px;
}
#sec7 .box h2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 117px;
  height: 4px;
  background: #0b387a;
}
#sec7 .box .note {
  line-height: 36px;
  letter-spacing: 0.15em;
  margin-bottom: 19px;
}
#sec7 .box .tel-info {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  font-family: var(--mincho);
  line-height: 31px;
  margin-bottom: 30px;
}
#sec7 .box .tel-info dt {
  line-height: 50px;
}
#sec7 .box .tel-info dt a {
  text-decoration: none;
}
#sec7 .box .tel-info dt .tel-icon {
  font-family: var(--zen);
  font-size: 198%;
  position: relative;
  padding-left: 25px;
  line-height: 1em;
  letter-spacing: normal;
}
#sec7 .box .tel-info dt .tel-icon::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: url(../img/shared/icon_tel.png) no-repeat;
  background-size: contain;
  background-position: center;
  aspect-ratio: 20/28;
  width: 26px;
  height: auto;
  margin: auto 0;
}
#sec7 .box .tel-info dd {
  font-size: 14px;
  letter-spacing: 0.15em;
}
#sec7 .box .btn-web {
  width: 301px;
  margin: 0 auto;
}
#sec7 .box .btn-web a {
  justify-content: center;
  box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
  background: #1e509b;
  color: #f4eee2;
  font-size: 22px;
  font-weight: 400;
  font-family: var(--zen);
  border-radius: 0%;
  border: none;
  padding: 18px 21px 25px 63px;
}
#sec7 .box .btn-web a::before {
  background: #370d09;
}
#sec7 .box .btn-web a::after {
  margin-left: 56px;
  width: 29px;
  height: 17px;
  background: url(../img/shared/icon_mail.png);
}

.remodal .close {
  position: sticky;
  top: 0;
  right: 0;
  z-index: 10;
}
.remodal .close:hover {
  opacity: 0.7;
}
.remodal .btn-close {
  width: 108px;
  margin: 0 auto;
  cursor: pointer;
}
.remodal .btn-close:hover {
  opacity: 0.7;
}

.remodal-overlay {
  background: transparent;
}

.remodal {
  background: url(../img/shared/bg_popup.jpg) repeat;
  max-width: 1000px;
  padding: 30px 29px 99px;
}

.remodal-wrapper {
  padding: 5%;
}

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

.remodal-close {
  width: 26px;
  height: 23px;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../img/shared/close.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.remodal-close::before {
  content: none;
}

.popup-content {
  color: #fef6de;
}
.popup-content .popup {
  margin-top: 70px;
}
.popup-content h2 {
  text-align: center;
  font-size: 36px;
  line-height: 60px;
  letter-spacing: 0.1em;
  font-weight: 400;
  font-family: var(--mincho);
  color: #fef6de;
  margin-bottom: 56px !important;
}
.popup-content h2 span {
  padding: 16px 76px 12px;
  display: inline-block;
  background: #2f2b20;
}
.popup-content .list {
  max-width: 705px;
  margin: 0 auto 30px;
}
.popup-content .list .item {
  border-bottom: 1px solid #997d68;
  padding-bottom: 29px;
  margin-bottom: 26px;
}
.popup-content .list .item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.popup-content .list .item .tit {
  text-align: left;
  font-size: 25px;
  line-height: 50px;
  letter-spacing: 0.1em;
  font-weight: 400;
  font-family: var(--mincho);
  margin-bottom: 7px;
}
.popup-content .txt {
  text-align: left;
  line-height: 40px;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
  #sec1 .txt {
    margin-left: 0;
  }
  #sec1 .img {
    right: -210px;
  }
  #sec2 .row .img {
    margin-right: 30px;
  }
  #sec4 .desc {
    margin-right: -20px;
  }
  #sec4 .img {
    left: -210px;
  }
  #sec5 .row {
    margin-left: -20px;
  }
  #sec6 .row1 {
    margin-right: -20px;
    margin-left: -250px;
  }
  #sec6 .row1 .desc {
    margin-left: 25px;
  }
  #sec6 .row2 {
    margin-left: -85px;
  }
  #sec6 .row2 h3 {
    padding-right: 25px;
  }
}
