/* Scss Document */ /* Scss Document */
#key {
  background-image: url("../img/steak/key.jpg");
}

#sec1 {
  padding: 25vw 0 15vw;
  position: relative;
  z-index: 1;
}
#sec1:before {
  content: "";
  position: absolute;
  bottom: 10vw;
  left: 0;
  width: 50%;
  height: 1px;
  background: #d1d1d1;
  transform: rotate(12.5deg);
}
#sec1 .photo {
  margin: 8vw 0;
}
@media screen and (min-width: 768px) {
  #sec1 {
    padding: 150px 0 130px;
  }
  #sec1:before {
    bottom: 62px;
  }
  #sec1 .photo {
    position: absolute;
    top: 0;
    right: -250px;
    margin: 0;
  }
  #sec1 h2 {
    margin-left: -16px;
    padding-top: 17px;
    letter-spacing: 0.28em;
    line-height: 66px;
  }
  #sec1 h2 .fz-big {
    font-size: 42px;
  }
  #sec1 .text {
    margin: 18px 0 0 -19px;
    width: 531px;
  }
}

#sec2 {
  position: relative;
  margin-bottom: 10vw;
  margin-top: 35px;
}
#sec2 .box1 dl {
  position: relative;
  margin-bottom: 5vw;
}
#sec2 .box1 dl:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: -5%;
  border-bottom: 2px solid #787878;
}
#sec2 .box1 dl dd {
  font-size: 4vw;
  line-height: 1.5;
  letter-spacing: 0;
  padding-bottom: 3vw;
  color: #000;
  width: 106%;
}
#sec2 .box1 dl dd span {
  color: #9f0101;
}
#sec2 .box2 {
  background: url("../img/shared/bg2.jpg") repeat center top;
  color: #fff;
  padding: 10vw 4% 0;
  position: relative;
  z-index: 2;
  margin: 10vw -5% 6vw;
}
#sec2 .box2 .box-br {
  border: 2px solid #49545c;
  text-align: center;
  padding: 5vw 0;
}
#sec2 .box2 .box-br dl dt {
  font-size: 18px;
}
#sec2 .box2 .box-br dl dd {
  font-size: 14px;
  margin-top: 10px;
}
#sec2 .box2 .box-br dl dd em {
  font-style: normal;
}
#sec2 .box2 .box-br dl dd span {
  display: inline-block;
  background: #fff;
  color: #424a50;
  padding: 5px 10px;
  margin: 5px 0;
}
#sec2 .box2 .box-br dl dd span small {
  font-size: 12px;
  display: block;
}
#sec2 .box2 h2 {
  font-size: 5vw;
  line-height: 1.5;
  letter-spacing: 0.18em;
  margin: 6vw 0;
}
#sec2 .box2 h2 span {
  font-size: 4.5vw;
}
#sec2 .tabs-switch {
  position: relative;
}
#sec2 .tabs-switch .tab-link li {
  background: rgba(220, 220, 220, 0.22);
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  font-size: 16px;
  transition: all 0.3s;
  display: block;
  position: relative;
  padding: 10px 10px 18px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #sec2 .tabs-switch .tab-link li:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    width: 0;
    height: 0;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 10px solid #ae0101;
    transition: all ease 0.3s;
    opacity: 0;
  }
}
#sec2 .tabs-switch .tab-link li.active {
  background: url("../img/shared/bg4.jpg") repeat center top;
  color: #000;
}
#sec2 .tabs-switch .tab-link li.active:after {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  #sec2 .tabs-switch .tab-content {
    background: url("../img/shared/bg4.jpg") repeat center top;
    margin: 10vw -5% 0;
    padding: 7vw 4% 7vw;
  }
}
#sec2 .tabs-switch .tab-content .bg-ttl {
  background: url("../img/shared/bg.jpg") repeat center top;
  color: #000;
  padding: 10px;
}
#sec2 .tabs-switch .tab-content .bg-ttl h3 {
  font-size: 18px;
}
#sec2 .tabs-switch .tab-content .bg-ttl h3 span {
  font-size: 16px;
}
#sec2 .tabs-switch .tab-content .bg-ttl dl {
  display: flex;
  margin-top: 10px;
}
#sec2 .tabs-switch .tab-content .bg-ttl dl dt {
  font-size: 20px;
}
#sec2 .tabs-switch .tab-content .bg-ttl dl dd {
  font-size: 23px;
  margin-left: 15px;
}
#sec2 .tabs-switch .tab-content .bg-ttl dl dd span {
  font-size: 28px;
  color: #9f0101;
}
#sec2 .tabs-switch .tab-content .photo {
  margin-top: 5vw;
}
@media screen and (min-width: 768px) {
  #sec2 {
    margin-bottom: 133px;
  }
  #sec2:before {
    content: "";
    position: absolute;
    bottom: 103px;
    top: 122px;
    background: url("../img/shared/bg2.jpg") repeat center top;
    left: 0;
    width: calc(50% - 6px);
    z-index: 1;
  }
  #sec2:after {
    content: "";
    position: absolute;
    bottom: 78px;
    top: 392px;
    background: url("../img/shared/bg4.jpg") repeat center top;
    right: 0;
    width: calc(50% + 140px);
  }
  #sec2 .box1 {
    float: right;
    width: 550px;
    margin-right: -77px;
  }
  #sec2 .box1 dl {
    position: relative;
    margin-bottom: 19px;
  }
  #sec2 .box1 dl:before {
    right: -250px;
  }
  #sec2 .box1 dl dd {
    font-size: 20px;
    line-height: 34px;
    padding: 6px 0 24px;
    letter-spacing: 0.075em;
  }
  #sec2 .box2 {
    width: 495px;
    float: left;
    margin: 122px 0 0;
    padding: 37px 0 46px 0;
    box-sizing: border-box;
  }
  #sec2 .box2 .box-br {
    padding: 24px 0 11px;
    margin-right: 33px;
  }
  #sec2 .box2 .box-br dl dt {
    font-size: 22px;
  }
  #sec2 .box2 .box-br dl dd {
    font-size: 16px;
    margin-top: 9px;
  }
  #sec2 .box2 .box-br dl dd em {
    font-style: normal;
    line-height: 26px;
    display: inline-block;
  }
  #sec2 .box2 .box-br dl dd span {
    margin: 10px 0 15px;
    padding: 15px 31px 4px;
    line-height: 20px;
  }
  #sec2 .box2 .box-br dl dd span small {
    font-size: 13px;
  }
  #sec2 .box2 h2 {
    font-size: 22px;
    line-height: 40px;
    margin: 32px 0 16px;
  }
  #sec2 .box2 h2 span {
    font-size: 27px;
  }
  #sec2 .tabs-switch .tab-link li {
    font-size: 20px;
    padding: 18px 37px 18px 0;
    margin-bottom: 14px;
  }
  #sec2 .tabs-switch .tab-link li:after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 30px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 10px solid #ae0101;
    transition: all ease 0.3s;
    opacity: 0;
  }
  #sec2 .tabs-switch .tab-content {
    position: absolute;
    top: -250px;
    right: -650px;
    width: 650px;
  }
  #sec2 .tabs-switch .tab-content .bg-ttl {
    padding: 16px 37px;
    max-width: 507px;
    box-sizing: border-box;
  }
  #sec2 .tabs-switch .tab-content .bg-ttl h3 {
    font-size: 18px;
  }
  #sec2 .tabs-switch .tab-content .bg-ttl h3 span {
    font-size: 16px;
  }
  #sec2 .tabs-switch .tab-content .bg-ttl dl {
    display: flex;
    align-items: center;
    letter-spacing: 0.15em;
    margin-top: 0;
  }
  #sec2 .tabs-switch .tab-content .bg-ttl dl dt {
    font-size: 20px;
  }
  #sec2 .tabs-switch .tab-content .bg-ttl dl dd {
    font-size: 23px;
    margin-left: 45px;
  }
  #sec2 .tabs-switch .tab-content .bg-ttl dl dd span {
    font-size: 28px;
    color: #9f0101;
  }
  #sec2 .tabs-switch .tab-content .photo {
    margin: 25px 0 0 38px;
  }
  #sec2 .note {
    margin: 35px 0 0 10px;
    position: relative;
    z-index: 2;
  }
}

#sec3 {
  position: relative;
  padding: 10vw 0;
}
@media screen and (max-width: 767px) {
  #sec3 {
    background: url("../img/shared/bg4.jpg") repeat center top;
  }
}
#sec3 .ttl-h2 {
  position: relative;
  margin-bottom: 5vw;
  font-size: 5vw;
}
#sec3 .ttl-h2:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -5%;
  right: 0;
  border-bottom: 2px solid #787878;
}
#sec3 .price {
  font-size: 5vw;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #000;
}
#sec3 .price span {
  font-size: 6vw;
  color: #9f0101;
}
#sec3 .box2 {
  background: url("../img/shared/bg2.jpg") repeat center top;
  color: #fff;
  text-align: center;
  padding: 5vw 2%;
}
#sec3 .box2 dl dt {
  font-size: 18px;
}
#sec3 .box2 dl dd {
  margin-top: 10px;
  font-size: 14px;
}
#sec3 .photo {
  margin: 5vw 0;
}
#sec3 .box1 .bx-text {
  margin: 5vw 3%;
}
#sec3 .box1 .bx-text .text {
  font-size: 15px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  #sec3 {
    padding: 64px 0 34px;
    margin-bottom: 106px;
  }
  #sec3:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 75px;
    right: 0;
    left: 108px;
    background: url("../img/shared/bg4.jpg") repeat center top;
  }
  #sec3:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    height: 486px;
    width: calc(50% + 15px);
    background: url("../img/shared/bg2.jpg") repeat center top;
  }
  #sec3 .ttl-h2 {
    margin-bottom: 27px;
    margin-left: -30px;
    padding-top: 21px;
    letter-spacing: 0.28em;
    font-size: 25px;
  }
  #sec3 .ttl-h2:before {
    left: -250px;
    width: 675px;
  }
  #sec3 .price {
    font-size: 23px;
    margin-left: -30px;
  }
  #sec3 .price span {
    font-size: 30px;
  }
  #sec3 .photo {
    position: absolute;
    right: -182px;
    top: 0;
    margin: 0;
  }
  #sec3 .box1 {
    float: left;
    width: 506px;
    margin-left: -57px;
  }
  #sec3 .box1 .photo2 {
    margin-top: 79px;
  }
  #sec3 .box1 .bx-text {
    margin: 42px 25px 0 23px;
  }
  #sec3 .box1 .bx-text .text {
    font-size: 17px;
    margin-bottom: 18px;
  }
  #sec3 .box2 {
    float: right;
    position: relative;
    z-index: 1;
    margin-top: 310px;
    width: 600px;
    margin-right: -85px;
    padding: 36px 0 10px 0;
  }
  #sec3 .box2 dl dt {
    font-size: 22px;
  }
  #sec3 .box2 dl dd {
    font-size: 17px;
    line-height: 36px;
    margin-top: 12px;
  }
}

#sec4 h2 {
  color: #fff;
}
@media screen and (max-width: 767px) {
  #sec4 h2 {
    letter-spacing: 0.05em;
  }
}
#sec4 .box {
  background: url("../img/shared/bg2.jpg") repeat center top;
  color: #fff;
  padding: 10vw 4% 15vw;
  text-align: center;
}
#sec4 .note {
  margin: 5vw 0 5vw;
}
#sec4 .box-dl dl {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid;
  padding: 0 10px;
}
#sec4 .box-dl dl dd {
  text-align: right;
}
@media screen and (min-width: 768px) {
  #sec4 {
    padding: 0 100px 0;
  }
  #sec4 .box {
    padding: 60px 0 70px;
  }
  #sec4 h2 {
    letter-spacing: 0.28em;
  }
  #sec4 .note {
    margin: 8px 0 47px;
  }
  #sec4 .box-dl {
    max-width: 700px;
    margin: 0 auto;
  }
}

#sec5 {
  padding: 10vw 0;
  position: relative;
}
#sec5 .price {
  font-size: 5vw;
  line-height: 1.5;
  letter-spacing: 0.28em;
  margin: 3vw 0 7vw;
  font-weight: 500;
  position: relative;
  padding-bottom: 10px;
  color: #000;
}
#sec5 .price:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -5%;
  right: 0;
  border-bottom: 2px solid #787878;
}
#sec5 .price span {
  color: #9f0101;
  font-size: 6vw;
  letter-spacing: 0.16em;
}
#sec5 .text {
  margin-top: 7vw;
}
@media screen and (min-width: 768px) {
  #sec5 {
    padding: 111px 0 146px;
  }
  #sec5 h2 {
    letter-spacing: 0.28em;
    padding-top: 32px;
  }
  #sec5 .photo {
    position: absolute;
    top: 0;
    right: -143px;
  }
  #sec5 .price {
    margin: 1px 0 30px 2px;
    font-size: 23px;
    line-height: 47px;
  }
  #sec5 .price:before {
    left: -250px;
    width: 674px;
  }
  #sec5 .price span {
    font-size: 30px;
  }
  #sec5 .text {
    width: 430px;
    margin-top: 0;
  }
}

#sec6 {
  background: url("../img/steak/s6_bg_sp.jpg") no-repeat center/cover;
  min-height: 105vw;
}
#sec6 h2 {
  color: #fff;
  padding: 10vw 0 0;
}
#sec6 h2 small {
  color: #fff;
}
#sec6 h2 .fz-big {
  font-size: 9vw;
  display: block;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #sec6 h2 span {
    font-size: 7vw;
    letter-spacing: 0.15em;
    line-height: 2;
  }
}
@media screen and (min-width: 768px) {
  #sec6 {
    background: url("../img/steak/s6_bg.jpg") no-repeat center/cover;
    min-height: auto;
  }
  #sec6 h2 {
    padding: 95px 0 210px;
    line-height: 70px;
  }
  #sec6 h2 span {
    letter-spacing: 0.28em;
  }
  #sec6 h2 .fz-big {
    font-size: 42px;
    letter-spacing: 0.28em;
  }
}

#sec7 {
  background: url("../img/shared/bg2.jpg") repeat center top;
  color: #fff;
  padding: 10vw 0 15vw;
  position: relative;
}
#sec7 h2 {
  color: #fff;
}
#sec7 .price {
  font-size: 5vw;
  line-height: 1.5;
  letter-spacing: 0.28em;
  margin: 3vw 0 7vw;
  font-weight: 500;
}
#sec7 .price span {
  color: #9f0101;
  font-size: 6vw;
  letter-spacing: 0.16em;
}
#sec7 .photo2 {
  margin: 10vw 0 8vw;
}
#sec7 .photo3 {
  margin: 7vw 0 10vw auto;
  width: 80%;
}
#sec7 .wrap:before {
  content: "";
  position: absolute;
  left: -5%;
  bottom: -15vw;
  background: url("../img/steak/s7_line.png") no-repeat left top/cover;
  width: 100%;
  height: 50vw;
}

.h2_ripi {
  font-size: 3vw !important;
  background: #fff;
  color: #000;
  padding: 5px 10px 5px 10px;
}
@media screen and (min-width: 768px) {
  #sec7 {
    padding: 105px 0 153px;
  }
  #sec7 .wrap:before {
    left: -250px;
    bottom: -153px;
    width: 748px;
    height: 587px;
  }
  #sec7 .photo1 {
    position: absolute;
    top: 0;
    right: -120px;
  }
  #sec7 .photo2 {
    position: absolute;
    top: 833px;
    right: -143px;
    margin: 0;
  }
  #sec7 h2 {
    margin-left: -30px;
    padding-top: 18px;
    line-height: 65px;
    letter-spacing: 0.28em;
  }
  #sec7 .price {
    margin: 10px 0 35px -30px;
    font-size: 23px;
    line-height: 47px;
  }
  #sec7 .price span {
    font-size: 30px;
  }
  #sec7 .text {
    width: 480px;
    margin-left: -34px;
  }
  #sec7 .photo3 {
    margin: 75px 0 62px 62px;
    width: 382px;
  }
  #sec7 .photo4 {
    margin-left: -90px;
  }

  .h2_ripi {
    font-size: 17px !important;
  }
}

#sec8 {
  padding: 10vw 0 12vw;
  text-align: center;
}
#sec8 h3 {
  background: #9f0101;
  color: #fff;
  font-size: 5vw;
  line-height: 1.5;
  letter-spacing: 0.28em;
  padding: 3vw 4%;
  margin: 5vw 0;
}
#sec8 h2 {
  margin: 0 -5% 5vw;
}
@media screen and (max-width: 767px) {
  #sec8 h2 span {
    font-size: 7vw;
    letter-spacing: 0;
  }
}
#sec8 .photo {
  margin: 7vw 0;
}
#sec8 .box1 {
  margin-bottom: 10vw;
}
#sec8 .box dl {
  border-bottom: 2px solid #717171;
  color: #000;
}
#sec8 .box dl dt {
  font-size: 5.5vw;
  line-height: 1.5;
  letter-spacing: 0.28em;
}
#sec8 .box dl dd {
  font-size: 5vw;
  line-height: 1.5;
  letter-spacing: 0.28em;
  padding-bottom: 3vw;
}
#sec8 .box dl dd span {
  color: #9f0101;
  font-size: 5.5vw;
  letter-spacing: 0.16em;
}
#sec8 .note {
  margin-top: 15px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  #sec8 {
    padding: 103px 0 109px;
  }
  #sec8 .note {
    text-align: right;
    margin-right: -39px;
    margin-top: 28px;
  }
  #sec8 h2 {
    margin: 0 0 13px;
    line-height: 69px;
  }
  #sec8 h3 {
    margin: 24px auto 88px;
    max-width: 812px;
    font-size: 25px;
    line-height: 55px;
    padding: 0;
    padding-bottom: 6px;
  }
  #sec8 .box {
    position: relative;
  }
  #sec8 .box .photo {
    position: absolute;
    top: 0;
    right: -40px;
    margin: 0;
    text-align: left;
    width: 613px;
  }
  #sec8 .box dl {
    margin-left: -30px;
    width: 432px;
    margin-bottom: 14px;
    padding-bottom: 12px;
    padding-top: 25px;
  }
  #sec8 .box dl dt {
    font-size: 28px;
    line-height: 46px;
  }
  #sec8 .box dl dd {
    font-size: 25px;
    margin-top: 10px;
    padding-bottom: 0;
  }
  #sec8 .box dl dd span {
    font-size: 28px;
  }
  #sec8 .box .text {
    width: 427px;
    font-size: 17px;
    margin-left: -30px;
  }
  #sec8 .box1 {
    margin-bottom: 94px;
  }
  #sec8 .box1 .photo {
    right: 0;
    left: -38px;
    width: 689px;
  }
  #sec8 .box1 dl {
    margin-left: auto;
    margin-right: -40px;
    width: 360px;
    padding-top: 37px;
    margin-bottom: 20px;
  }
  #sec8 .box1 dl dd {
    margin-top: 0;
  }
  #sec8 .box1 .text {
    width: 360px;
    margin-left: auto;
    margin-right: -40px;
  }
}

#sec9 {
  background: url("../img/shared/bg4.jpg") repeat center top;
  text-align: center;
  padding: 10vw 0;
}
#sec9 h2 {
  background: url("../img/shared/bg2.jpg") repeat center top;
  color: #fff;
  font-size: 6vw;
  line-height: 1.5;
  letter-spacing: 0.28em;
  font-weight: 600;
  padding: 4vw 0;
}
#sec9 .text {
  margin: 5vw 0;
}
#sec9 .box {
  border: 2px solid #9e9e9e;
  padding: 10vw 4%;
  color: #000;
}
#sec9 .box dl {
  letter-spacing: 0.075em;
}
#sec9 .box dl dt {
  font-size: 18px;
}
#sec9 .box dl ~ dl {
  margin-top: 28px;
}
@media screen and (min-width: 768px) {
  #sec9 {
    padding: 79px 0 75px;
  }
  #sec9 h2 {
    max-width: 888px;
    margin: 0 auto;
    font-size: 30px;
    line-height: 70px;
    padding: 0;
  }
  #sec9 .text {
    margin: 25px 0 27px;
  }
  #sec9 .box {
    padding: 26px 0 32px;
    max-width: 895px;
    margin: 0 auto;
  }
  #sec9 .box dl dt {
    font-size: 20px;
    line-height: 40px;
  }
  #sec9 .box dl dd {
    font-size: 16px;
    line-height: 34px;
  }
  #sec9 .box dl ~ dl {
    margin-top: 30px;
  }
} /*# sourceMappingURL=steak.css.map */
