#header #key {
  background: url(../img/tbonesteak/key_img.jpg) no-repeat center top/cover;
}
#sec1 {
  padding: 17vw 0 20vw;
  position: relative;
}
#sec1::before {
  content: "";
  background: url(../img/tbonesteak/sec1_deco1.png) no-repeat left top/100% auto;
  position: absolute;
  top: -7vw;
  left: 0;
  width: 50%;
  bottom: 0;
  z-index: -1;
}
#sec1::after {
  content: "";
  background: url(../img/tbonesteak/sec1_deco2.png) no-repeat right top/100%
    auto;
  position: absolute;
  top: -7vw;
  right: 0;
  width: 50%;
  bottom: 0;
  z-index: -1;
}
#sec1 h2 {
  font-size: 4vw;
  color: #070707;
  letter-spacing: 0.2em;
  line-height: 1.8;
  text-align: center;
  padding-bottom: 12vw;
  margin-bottom: 6vw;
  position: relative;
}
#sec1 h2 span {
  font-size: 9vw;
  letter-spacing: 0;
  font-weight: 400;
}
#sec1 h2::before {
  content: "";
  background: url(../img/tbonesteak/sec1_ttl_deco.png) no-repeat center
    bottom/100% auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 70%;
  z-index: -1;
}
#sec1 .content .gr-txt {
  margin-top: 10vw;
}
#sec1 .content .gr-txt h3 {
  font-size: 5vw;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #070707;
  line-height: 2.1;
  margin-bottom: 5vw;
}
#sec2 {
  background: url(../img/shared/bg3.jpg);
  padding: 20vw 0 20vw;
}
#sec2 .set1 h2 {
  font-size: 8vw;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  padding-bottom: 7vw;
  position: relative;
}
#sec2 .set1 h2::before {
  content: "";
  background: url(../img/tbonesteak/sec2_ttl_deco.png) no-repeat center
    bottom/100% auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 55%;
}
#sec2 .set1 h3 {
  font-size: 4.5vw;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-align: center;
  line-height: 2.1;
  margin: 7vw 0 10vw;
}
#sec2 .set1 .box-parallax {
  height: 80vw;
}
#sec2 .set1 .txt {
  margin-top: 7vw;
}
#sec2 .set2 {
  padding: 35vw 0 0;
}
#sec2 .set2 h2 {
  font-size: 4.2vw;
  font-weight: 500;
  color: #070707;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 2.1;
  margin-bottom: 10vw;
  position: relative;
}
#sec2 .set2 h2::before {
  content: "";
  border-left: 1px solid #adadad;
  position: absolute;
  bottom: calc(100% + 5vw);
  left: 50%;
  height: 18vw;
}
#sec2 .set2 .item1 {
  margin-bottom: 10vw;
}
#sec2 .set2 .item1 .gr-txt {
  margin-top: 10vw;
}
#sec2 .set2 .item1 .gr-txt .price-box {
  margin-bottom: 7vw;
}
#sec2 .set2 .item1 .gr-txt .price-box dt {
  font-size: 6vw;
  letter-spacing: 0.22em;
  margin-bottom: 15px;
}
#sec2 .set2 .item1 .gr-txt .price-box dd {
  font-size: 5vw;
  letter-spacing: 0.24em;
}
#sec2 .set2 .item2 {
  margin-bottom: 15vw;
}
#sec2 .set2 .item2 .gr-txt {
  position: relative;
  padding: 3vw 0 0;
  margin-left: 7%;
}
#sec2 .set2 .item2 .gr-txt::before {
  content: "";
  border-left: 1px solid #adadad;
  position: absolute;
  top: 0;
  left: -7%;
  height: 34vw;
}
#sec2 .set2 .item2 .gr-txt h3 {
  font-size: 5vw;
  letter-spacing: 0.22em;
  text-align: center;
  margin-bottom: 5vw;
}
#sec2 .set2 .item2 .gr-txt .list li {
  position: relative;
  padding-left: 24px;
}
#sec2 .set2 .item2 .gr-txt .list li::before {
  content: "";
  background: url(../img/tbonesteak/icon_check.png) no-repeat 0 0/100% auto;
  width: 15px;
  height: 11px;
  position: absolute;
  top: 10px;
  left: 0;
}
#sec2 .set2 .item2 .photo {
  margin-top: 10vw;
}
#sec2 .set2 .item3 .txt-box {
  border: 1px solid #2c2926;
  padding: 10vw 5%;
}
#sec2 .set2 .item3 .btn-reserve {
  margin-top: 12vw;
}
#sec3 .set1 .photo img {
  width: 100%;
  height: 45vw;
  -o-object-fit: cover;
  object-fit: cover;
}
#sec3 .set2 {
  padding: 15vw 0 0;
}
#sec3 .set2 .item1 .col-l h2 {
  font-size: 9.5vw;
  font-weight: 400;
  line-height: 1.4;
  position: relative;
}
#sec3 .set2 .item1 .col-l h3 {
  font-size: 5vw;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #070707;
  line-height: 2.1;
  margin: 7vw 0;
}
#sec3 .set2 .item1 .col-l .txt p:not(:last-child) {
  margin-bottom: 5vw;
}
#sec3 .set2 .item1 .col-r {
  margin-top: 10vw;
}
#sec3 .set2 .item1 .col-r h3 {
  font-size: 4vw;
  letter-spacing: 0.2em;
  color: #070707;
  font-weight: 500;
  margin: 2vw 0 0 2%;
}
#sec3 .set2 .item2 .btn-popup {
  margin-top: 15vw;
}
#sec4 {
  padding: 20vw 0 20vw;
}
#sec4 h2 {
  font-size: 5.5vw;
  color: #070707;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-align: center;
  margin-bottom: 10vw;
}
#sec4 .item1 {
  padding: 0 5% 15vw;
  margin-bottom: 12vw;
  position: relative;
  overflow: hidden;
}
#sec4 .item1::before {
  content: "";
  border: 1px solid #000;
  border-top: 0;
  position: absolute;
  top: 4vw;
  right: 0;
  bottom: 0;
  left: 0;
}
#sec4 .item1 h3 {
  text-align: center;
  margin-bottom: 5vw;
}
#sec4 .item1 h3 span {
  font-size: 5vw;
  font-weight: 500;
  letter-spacing: 0.2em;
  display: inline-block;
  position: relative;
}
#sec4 .item1 h3 span::before {
  content: "";
  border-top: 1px solid #000;
  position: absolute;
  top: 50%;
  left: calc(100% + 5vw);
  right: -1000px;
}
#sec4 .item1 h3 span::after {
  content: "";
  border-top: 1px solid #000;
  position: absolute;
  top: 50%;
  right: calc(100% + 5vw);
  left: -1000px;
}
#sec4 .item1 .btn-popup {
  margin-top: 10vw;
  font-family: "Shippori Mincho";
  font-size: 4vw;
  font-weight: 400;
  letter-spacing: 0.14em;
  background: #373535;
  color: #fff;
}
#sec4 .item1 .btn-popup::after {
  background: url(../img/tbonesteak/icon_arr2_white.png) no-repeat right
    center/100% auto;
}
#sec4 .item2 .tel {
  text-align: center;
}
#sec4 .item2 .tel dt {
  font-family: "Cinzel";
  font-size: 19px;
  letter-spacing: 0.025em;
  font-weight: 400;
  margin-bottom: 5px;
}
#sec4 .item2 .tel dd img {
  width: 14px;
  height: auto;
  margin-right: 9px;
  position: relative;
  top: -5px;
}
#sec4 .item2 .tel dd span {
  font-family: "Amiri";
  font-size: 34px;
  letter-spacing: 0;
  font-weight: 400;
}
#sec4 .item2 .tel dd small {
  display: block;
  font-size: 12px;
  letter-spacing: 0.04em;
}
#sec4 .item2 .btn-reserve {
  margin-top: 10vw;
}
#sec4 .item2 .btn-reserve a {
  background: #373535;
}
#sec5 .bnr li a {
  display: block;
  position: relative;
  z-index: 1;
}
#sec5 .bnr li a .info {
  background: rgba(55, 53, 53, 0.6);
  color: #fff;
  padding: 13vw 4% 10vw;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 35%;
}
#sec5 .bnr li a .info h3 {
  font-size: 4vw;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.2em;
  margin: 0 auto 9vw;
  white-space: nowrap;
}
#sec5 .bnr li a .info .btn-link {
  font-family: "Cinzel";
  font-size: 3.5vw;
  letter-spacing: 0.025em;
  font-weight: 400;
  padding-bottom: 5px;
  position: relative;
}
#sec5 .bnr li a .info .btn-link::before {
  content: "";
  border-top: 1px solid #fff;
  width: 15px;
  position: absolute;
  left: 0;
  bottom: 0;
}
#sec5 .bnr li a .info .btn-link::after {
  content: "";
  background: url(../img/tbonesteak/sec4_arr1.png) no-repeat;
  width: 10px;
  height: 6px;
  position: absolute;
  left: 15px;
  bottom: 0;
}
#sec5 .bnr .bnr2 .info {
  background: rgba(255, 255, 255, 0.6);
  color: #070707;
  left: 0;
  right: auto;
}
#sec5 .bnr .bnr2 .info .btn-link {
  text-align: center;
}
#sec5 .bnr .bnr2 .info .btn-link::before {
  border-color: #070707;
}
#sec5 .bnr .bnr2 .info .btn-link::after {
  background: url(../img/tbonesteak/sec4_arr2.png) no-repeat;
}
@media screen and (min-width: 768px) {
  #sec1 {
    padding: 136px 0 123px;
  }
  #sec1::before {
    height: 661px;
    top: -72px;
    width: 668px;
    bottom: auto;
  }
  #sec1::after {
    height: 661px;
    top: -72px;
    width: 591px;
    bottom: auto;
  }
  #sec1 .wrap {
    max-width: 1220px;
  }
  #sec1 h2 {
    font-size: 30px;
    letter-spacing: 0.4em;
    line-height: 86px;
    padding-bottom: 72px;
    margin-bottom: 21px;
  }
  #sec1 h2 span {
    font-size: 74px;
  }
  #sec1 h2::before {
    width: 495px;
  }
  #sec1 .content {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  #sec1 .content .gr-txt {
    margin: 120px 0 0 0;
    width: 475px;
  }
  #sec1 .content .gr-txt h3 {
    font-size: 24px;
    letter-spacing: 0.32em;
    line-height: 50px;
    margin-bottom: 46px;
  }
  #sec1 .content .gr-txt .txt {
    text-align: justify;
    letter-spacing: 0.2em;
  }
  #sec1 .content .photo {
    margin-right: -148px;
  }
  #sec2 {
    padding: 103px 0 116px;
  }
  #sec2 .set1 h2 {
    font-size: 74px;
    line-height: 75px;
    padding-bottom: 56px;
  }
  #sec2 .set1 h2::before {
    left: 53%;
    width: 369px;
  }
  #sec2 .set1 h3 {
    font-size: 30px;
    letter-spacing: 0.4em;
    line-height: 75px;
    margin: 16px 0 71px;
  }
  #sec2 .set1 .box-parallax {
    height: 625px;
  }
  #sec2 .set1 .txt {
    margin-top: 66px;
    text-align: center;
  }
  #sec2 .set2 {
    padding: 225px 0 0;
  }
  #sec2 .set2 h2 {
    font-size: 30px;
    letter-spacing: 0.25em;
    line-height: 60px;
    margin-bottom: 73px;
  }
  #sec2 .set2 h2::before {
    bottom: calc(100% + 50px);
    left: 50%;
    height: 110px;
  }
  #sec2 .set2 .item1 {
    margin: 0 -158px 66px;
    display: flex;
  }
  #sec2 .set2 .item1 .gr-txt {
    margin: 110px 0 0 94px;
    width: 320px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  #sec2 .set2 .item1 .gr-txt {
    margin-right: calc(-50vw + 50% + 30px);
  }
}
@media screen and (min-width: 768px) {
  #sec2 .set2 .item1 .gr-txt .price-box {
    margin-bottom: 47px;
  }
  #sec2 .set2 .item1 .gr-txt .price-box dt {
    font-size: 30px;
    margin-bottom: 17px;
    letter-spacing: 0.05em;
  }
  #sec2 .set2 .item1 .gr-txt .price-box dd {
    font-size: 24px;
    margin-left: 7px;
  }
}
@media screen and (min-width: 768px) {
  #sec2 .set2 .item1 .gr-txt .txt {
    text-align: justify;
    margin-left: 8px;
    letter-spacing: 0.17em;
  }
}
@media screen and (min-width: 768px) {
  #sec2 .set2 .item1 .photo {
    margin-left: -94px;
    height: 608px;
    flex: 1;
  }
}
@media screen and (min-width: 768px) and (max-width: 1499px) {
  #sec2 .set2 .item1 .photo {
    margin-left: calc(-50vw + 50%);
  }
}
@media screen and (min-width: 768px) {
  #sec2 .set2 .item2 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 95px;
  }
  #sec2 .set2 .item2 .gr-txt {
    padding: 0 0 0;
    margin: 70px 0 0 72px;
    width: 356px;
  }
  #sec2 .set2 .item2 .gr-txt::before {
    top: -8px;
    left: -73px;
    height: 160px;
  }
  #sec2 .set2 .item2 .gr-txt h3 {
    font-size: 20px;
    margin-bottom: 18px;
  }
  #sec2 .set2 .item2 .gr-txt .list li {
    padding-left: 15px;
    letter-spacing: 0.2em;
  }
  #sec2 .set2 .item2 .gr-txt .list li::before {
    top: 15px;
    left: -10px;
  }
  #sec2 .set2 .item2 .photo {
    margin: 0 -51px 0 0;
  }
}
@media screen and (min-width: 768px) {
  #sec2 .set2 .item3 .txt-box {
    padding: 46px 81px 53px;
    text-align: justify;
    letter-spacing: 0.25em;
  }
  #sec2 .set2 .item3 .btn-reserve {
    margin: 48px auto 0;
  }
}
@media screen and (min-width: 768px) {
  #sec3 .set1 .photo img {
    height: auto;
  }
  #sec3 .set2 {
    padding: 121px 0 0;
  }
  #sec3 .set2 .wrap {
    max-width: 1114px;
  }
  #sec3 .set2 .item1 {
    display: flex;
  }
  #sec3 .set2 .item1 .col-l {
    width: 425px;
    margin: 89px 87px 0 0;
  }
  #sec3 .set2 .item1 .col-l h2 {
    font-size: 50px;
    line-height: 40px;
  }
  #sec3 .set2 .item1 .col-l h3 {
    font-size: 24px;
    letter-spacing: 0.3em;
    line-height: 50px;
    margin: 54px 0 49px;
  }
  #sec3 .set2 .item1 .col-l .txt {
    text-align: justify;
    letter-spacing: 0.2em;
  }
  #sec3 .set2 .item1 .col-l .txt p:not(:last-child) {
    margin-bottom: 27px;
  }
  #sec3 .set2 .item1 .col-r {
    flex: 1;
    margin: 0 -193px 0 0;
  }
  #sec3 .set2 .item1 .col-r .photo {
    height: 785px;
  }
  #sec3 .set2 .item1 .col-r h3 {
    font-size: 20px;
    margin: 4px 0 0 19px;
    letter-spacing: 0.32em;
  }
  #sec3 .set2 .item2 .btn-popup {
    margin: 89px auto 0;
  }
}
@media screen and (min-width: 768px) {
  #sec4 {
    padding: 148px 0 122px;
  }
  #sec4 .wrap {
    max-width: 1200px;
  }
  #sec4 h2 {
    font-size: 30px;
    letter-spacing: 0.4em;
    margin-bottom: 71px;
  }
  #sec4 .item1 {
    padding: 0 85px 82px;
    margin-bottom: 85px;
  }
  #sec4 .item1::before {
    top: 20px;
  }
  #sec4 .item1 h3 {
    margin-bottom: 51px;
  }
  #sec4 .item1 h3 span {
    font-size: 24px;
    letter-spacing: 0.4em;
  }
  #sec4 .item1 h3 span::before {
    left: calc(100% + 60px);
  }
  #sec4 .item1 h3 span::after {
    right: calc(100% + 60px);
  }
  #sec4 .item1 .txt {
    text-align: justify;
    letter-spacing: 0.2em;
  }
  #sec4 .item1 .btn-popup {
    margin: 46px auto 0;
    font-size: 15px;
    padding: 20px 50px;
    z-index: 0;
  }
  #sec4 .item1 .btn-popup::before {
    background: #fff;
  }
  #sec4 .item1 .btn-popup:hover {
    color: #000;
  }
  #sec4 .item1 .btn-popup:hover::after {
    background: url(../img/shared/icon_arr2.png) no-repeat right center/100%
      auto;
  }
  #sec4 .item2 .tel dt {
    font-size: 24px;
    margin-bottom: 9px;
  }
  #sec4 .item2 .tel dd img {
    width: 21px;
    margin-right: 18px;
    top: -10px;
    left: 6px;
  }
  #sec4 .item2 .tel dd span {
    letter-spacing: -0.05em;
    font-size: 52px;
  }
  #sec4 .item2 .tel dd small {
    font-size: 13px;
    letter-spacing: 0.04em;
    margin-top: -4px;
  }
  #sec4 .item2 .btn-reserve {
    margin: 24px auto 0;
  }
  #sec4 .item2 .btn-reserve a::before {
    background: #fff;
  }
  #sec4 .item2 .btn-reserve a:hover {
    color: #000;
  }
}
@media screen and (min-width: 768px) {
  #sec5 .bnr {
    display: flex;
  }
  #sec5 .bnr li {
    width: 50%;
  }
  #sec5 .bnr li a .photo img {
    width: 100%;
    height: 588px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #sec5 .bnr li a .info {
    padding: 114px 20px 50px;
    width: 30.2666666667%;
  }
  #sec5 .bnr li a .info h3 {
    font-size: 24px;
    line-height: 45px;
    letter-spacing: 0.4em;
    margin: 0 auto 69px;
  }
  #sec5 .bnr li a .info .btn-link {
    font-size: 20px;
    padding-bottom: 17px;
    width: 141px;
    margin: 0 auto;
  }
  #sec5 .bnr li a .info .btn-link::before {
    content: "";
    border-top: 1px solid #fff;
    width: 9px;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: width 0.3s ease;
  }
  #sec5 .bnr li a .info .btn-link::after {
    content: "";
    background: url(../img/tbonesteak/sec4_arr1.png) no-repeat;
    width: 10px;
    height: 6px;
    position: absolute;
    left: 9px;
    bottom: 0;
    transition: left 0.3s ease;
  }
  #sec5 .bnr li a .info .btn-link:hover::before {
    width: 100%;
  }
  #sec5 .bnr li a .info .btn-link:hover::after {
    left: 100%;
  }
  #sec5 .bnr .bnr2 .info h3 {
    margin: 0 auto 35px;
  }
}
@media screen and (max-width: 1299px) and (min-width: 768px) {
  #sec1 .content .gr-txt {
    margin-left: calc(-50vw + 50% + 30px);
  }
  #sec1 .content .photo {
    margin-right: -250px;
  }
  #sec4 .wrap {
    max-width: 100%;
    padding: 0 20px;
  }
  #sec5 .bnr li a .info {
    width: 34%;
  }
}
@media screen and (max-width: 1199px) and (min-width: 768px) {
  #sec3 .set2 .item1 .col-l {
    margin-left: calc(-50vw + 50% + 30px);
  }
  #sec4 .item1 {
    padding: 0 50px 82px;
  }
}
