#key {
  background-image: url("../img/add1/33699489_m.jpg");
  background-size: cover;
  background-position: 50%;
}

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

#sec1:before {
  content: '';
  height: 75vw;
  background: linear-gradient(115deg, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.25) 55%, rgba(255, 255, 255, 0.10));
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
}

/* テイクアウトメニューにイメージ写真をさりげなく追加 */
#sec1:after {
  content: '';
  width: 360px;
  height: 260px;
  background: url("../img/add1/takeout-sec1.png") no-repeat center/cover;
  position: absolute;
  right: 2%;
  bottom: 6vw;
  opacity: 0.2;
  z-index: -1;
}

#sec1 h2 {
  /* color: #1a2035; */
  margin: 0 auto;
}

#sec1 .box {
  color: #1a2035;
  background: rgba(255, 255, 255, 0.8);
  margin: 6vw 0;
  padding: 8vw 4%;
}

#sec1 .box .price {
  margin: 5vw 0 4vw;
}

#sec1 .box .btn {
  width: 120px;
  margin: 6vw auto 0;
}

#sec1 .box .btn a {
  position: relative;
  padding: 2px 0;
}

#sec1 .box .btn a:after {
  content: '';
  width: 38px;
  height: 4px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0));
  position: absolute;
  top: 10px;
  right: -20px;
}

@media only screen and (max-width: 767px) {
  #sec1 h2 {
    font-size: 6vw;
    line-height: 9vw;
  }
}

@media only screen and (min-width: 768px) {
  #sec1 {
    padding: 166px 0 129px;
  }
  #sec1:before {
    height: 595px;
  }
  #sec1:after {
    right: 8%;
    bottom: 40px;
    width: 420px;
    height: 280px;
    opacity: 0.22;
  }
  #sec1 h2 {
    line-height: 50px;
    width: 100px;
  }
  #sec1 .box {
    width: 450px;
    float: right;
    margin: 0 -43px 0 0;
    padding: 76px 30px 66px;
  }
  #sec1 .box .price {
    margin: 47px 0 32px;
  }
  #sec1 .box .btn {
    width: 174px;
    margin: 37px auto 0;
  }
  #sec1 .box .btn a {
    line-height: 20px;
    padding: 8px 9px 6px 0px;
  }
  #sec1 .box .btn a:after {
    width: 42px;
    height: 5px;
    top: 13px;
    right: -23px;
  }
  #sec1 .box .btn a:hover {
    opacity: 0.8;
  }
  #sec1 .txt2 {
    width: 580px;
    float: left;
    margin: 314px 0 0 4px;
  }
}

#sec2 {
  padding: 18vw 0;
  position: relative;
  z-index: 0;
}

#sec2:before {
  content: '';
  background: radial-gradient(120% 120% at 50% 0%, rgba(61, 90, 108, 0.22), rgba(61, 90, 108, 0.08) 55%, rgba(61, 90, 108, 0));
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -2;
}

#sec2 .wrap {
  position: static;
  padding: 0 3% !important;
}

#sec2 .wrap:before {
  content: '';
  width: 40%;
  height: 80vw;
  background: linear-gradient(180deg, rgba(61, 90, 108, 0.28), rgba(61, 90, 108, 0));
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

#sec2 .wrap:after {
  content: '';
  width: 40%;
  height: 80vw;
  background: linear-gradient(0deg, rgba(61, 90, 108, 0.24), rgba(61, 90, 108, 0));
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

#sec2 h2 {
  position: relative;
  padding-top: 55px;
  margin: 0 auto 15vw;
}

#sec2 h2:before {
  content: '';
  height: 50px;
  background: linear-gradient(90deg, rgba(61, 90, 108, 0), rgba(61, 90, 108, 0.5), rgba(61, 90, 108, 0));
  position: absolute;
  left: 0;
  right: 0;
  top: 0px;
}

#sec2 h3 {
  position: relative;
  top: -4vw;
  margin-bottom: 3vw;
}

#sec2 h3 span {
  margin-right: 6%;
  position: relative;
}

#sec2 h3 span:before {
  content: '';
    width: 1px;
    height: 8vw;
    background: #3d5a6c;
    position: absolute;
    right: -9px;
    bottom: -1.3vw;
    transform: rotate(30deg);
}

#sec2 .box {
  border: 1px solid;
  border-top: none;
  position: relative;
  padding: 0 4% 7vw;
}

#sec2 .box:before {
  content: '';
  width: 10vw;
  height: 1px;
  background: #1a2035;
  position: absolute;
  left: 0;
  top: 0;
}

#sec2 .box:after {
  content: '';
  width: 10vw;
  height: 1px;
  background: #1a2035;
  position: absolute;
  right: 0;
  top: 0;
}

#sec2 .box .boxsm {
  background: rgba(255, 255, 255, 0.5);
  padding: 8vw 4%;
  margin-bottom: 5vw;
}

#sec2 .box .txt {
  margin: 6vw 0;
}

#sec2 .box .btn {
  width: 200px;
  margin: 0 auto;
}

#sec2 .box .btn a {
  position: relative;
  padding: 2px 0;
}

#sec2 .box .btn a:after {
  content: '';
  width: 38px;
  height: 4px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0));
  position: absolute;
  top: 10px;
  right: -20px;
}

#sec2 .box .tel {
  line-height: 26px;
  margin: 6vw 0 2vw;
}

#sec2 .box .tel small {
  font-size: 15px;
}

#sec2 .box .tel span {
  font-size: 28px;
}

#sec2 .box .boxbd {
  border: 1px solid;
  padding: 5vw 4%;
  margin-bottom: 4vw;
}

#sec2 .box .boxbd .txt5 {
  margin-top: 5vw;
}

#sec2 .box .txt8 {
  margin-top: 20px;
}

#sec2 .box2 {
  margin: 10vw 0;
}
#sec2 .box .note{
  margin: 0 -3%;
}

@media only screen and (max-width: 767px) {
  #sec2 .fz30 {
    font-size: 5.8vw;
    line-height: 8vw;
  }
}

@media only screen and (min-width: 768px) {
  #sec2 {
    padding: 170px 0 150px;
  }
  #sec2:before {
    background-size: 100%;
  }
  #sec2 .wrap {
    padding: 0 !important;
  }
  #sec2 .wrap:before {
    width: 457px;
    height: 673px;
  }
  #sec2 .wrap:after {
    width: 403px;
    height: 526px;
  }
  #sec2 h2 {
    padding-top: 77px;
    margin: 0 auto 100px;
  }
  #sec2 h2:before {
    height: 46px;
    background-size: 58px;
  }
  #sec2 h3 {
    top: -12px;
    margin: 0 0 29px -25px;
  }
  #sec2 h3 span {
    margin-right: 46px;
    position: relative;
    top: 0px;
  }
  #sec2 h3 span:before {
    height: 40px;
    bottom: -7px;
    right: -20px;
    transform: rotate(30deg);
  }
  #sec2 .box {
    padding: 0 0 37px;
  }
  #sec2 .box:before {
    width: 145px;
  }
  #sec2 .box:after {
    width: 145px;
  }
  #sec2 .box .boxsm {
    width: 432px;
    padding: 46px 0 38px;
    margin: 0 28px;
  }
  #sec2 .box .ttl small {
    margin-top: -4px;
  }
  #sec2 .box .txt {
    margin: 38px 0 41px;
  }
  #sec2 .box .txt3 {
    line-height: 23px;
  }
  #sec2 .box .btn {
    width: 224px;
  }
  #sec2 .box .btn a {
    padding: 9px 0 5px;
    line-height: 20px;
  }
  #sec2 .box .btn a:after {
    width: 42px;
    height: 5px;
    top: 13px;
    right: -22px;
  }
  #sec2 .box .btn a:hover {
    opacity: 0.8;
  }
  #sec2 .box .tel {
    line-height: 27px;
    margin: 28px 0 16px;
  }
  #sec2 .box .tel small {
    font-size: 19px;
    margin-bottom: 10px;
  }
  #sec2 .box .tel span {
    font-size: 35px;
  }
  #sec2 .box .boxbd {
    width: 580px;
    padding: 18px 28px 22px 21px;
    margin: 36px auto 22px;
  }
  #sec2 .box .boxbd p {
    width: 50%;
  }
  #sec2 .box .boxbd .txt4 {
    margin-top: 8px;
  }
  #sec2 .box .boxbd .txt5 {
    margin-top: 0;
    line-height: 50px;
  }
  #sec2 .box .txt6 {
    margin: 71px 0 53px;
  }
  #sec2 .box .txt7 {
    margin-top: -10px;
  }
  #sec2 .box .txt8 {
    margin-top: 20px;
  }
  #sec2 .box .note{
    margin: 0;
  }
  #sec2 .box1 {
    width: 1084px;
    margin: 0 0 89px -40px;
  }
  #sec2 .box2 {
    width: 516px;
    margin: 0 0 0 -40px;
  }
  #sec2 .box2:before {
    width: 79px;
  }
  #sec2 .box2:after {
    width: 86px;
  }
  #sec2 .box2 h3 {
    margin-left: -12px;
  }
  #sec2 .box2 h3 span {
    margin-right: 42px;
  }
  #sec2 .box3 {
    width: 516px;
    margin: 0 -40px 0 0;
  }
  #sec2 .box3:before {
    width: 79px;
  }
  #sec2 .box3:after {
    width: 86px;
  }
}

#sec3 {
  padding: 18vw 4% 8vw;
}

#sec3 .blk {
  position: relative;
  margin-bottom: 10vw;
}

#sec3 .blk .ttl {
  width: 90%;
  border-bottom: 1px solid;
  padding-bottom: 15px;
  margin: 0 auto 15px;
  position: relative;
  z-index: 2;
}

#sec3 .blk .ttl:after {
  content: '';
  height: 65px;
  background: linear-gradient(180deg, rgba(212, 196, 160, 0), rgba(212, 196, 160, 0.9), rgba(212, 196, 160, 0));
  position: absolute;
  left: 0;
  right: 0;
  bottom: -65px;
}

@media only screen and (min-width: 768px) {
  #sec3 {
    padding: 128px 30px 131px;
  }
  #sec3 .inner {
    max-width: 1145px;
    width: 100%;
    margin: 0 auto;
  }
  #sec3 .blk {
    width: 47.5%;
    margin-bottom: 0;
  }
  #sec3 .blk .ttl {
    max-width: 506px;
    width: 96%;
    padding-bottom: 30px;
    margin: 0 auto 22px;
  }
  #sec3 .blk .ttl:after {
    height: 127px;
    background-size: 16px;
    bottom: -127px;
  }
  /* Dinner・Lunch の画像縦サイズを揃える（Lunch の比率に合わせる） */
  #sec3 .blk .img {
    aspect-ratio: 544 / 477;
    overflow: hidden;
    display: block;
  }
  #sec3 .blk .img img,
  #sec3 .blk .img_on img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
  }
  #sec3 .blk .img_on {
    aspect-ratio: 544 / 477;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: 1;
    transition: 0.3s all ease-in-out;
  }
  #sec3 .blk a:hover img {
    opacity: 1 !important;
  }
  #sec3 .blk a:hover .img_on {
    opacity: 1;
  }
  #sec3 .blk .hover-text {
    position: absolute;
    left: 50%;
    bottom: 18px;
    transform: translateX(-50%);
    padding: 8px 16px;
    font-size: 14px;
    letter-spacing: 0.12em;
    color: #e6e4d6;
    background: rgba(10, 15, 22, 0.85);
    border-radius: 999px;
    opacity: 0;
    z-index: 2;
    transition: 0.3s all ease-in-out;
    white-space: nowrap;
  }
  #sec3 .blk a:hover .hover-text {
    opacity: 1;
    bottom: 26px;
  }
}
