@charset "UTF-8";
/* Scss Document */
body {
  position: relative;
  color: #000;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  max-width: 100%;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.03em;
  background: #000;
  color: #fff;
}
body.active {
  overflow: hidden;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
}

a {
  color: #000;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 767px) {
  .contarea {
    padding-right: 15px;
    padding-left: 15px;
  }
  .pc_only {
    display: none !important;
  }
}
@media print, screen and (min-width: 768px) {
  .sp_only {
    display: none !important;
  }
}
.prg_h {
  margin-bottom: 12px;
}

.prg {
  margin-bottom: 16px;
}

.prg_w {
  margin-bottom: 22px;
}
@media print, screen and (min-width: 768px) {
  .prg_w {
    margin-bottom: 25px;
  }
}

.prg_2w {
  margin-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  .prg_2w {
    margin-bottom: 40px;
  }
}

.prg_3w {
  margin-bottom: 40px;
}
@media print, screen and (min-width: 768px) {
  .prg_3w {
    margin-bottom: 60px;
  }
}

.prg_4w {
  margin-bottom: 50px;
}
@media print, screen and (min-width: 768px) {
  .prg_4w {
    margin-bottom: 80px;
  }
}

.gf {
  font-family: "Oswald", sans-serif;
}

.bold {
  font-weight: 700;
}

.maincol {
  color: #C7D400;
}

.subcol {
  color: #AAC708;
}

.tit {
  font-weight: 700;
  color: #3e1210;
  text-align: center;
}

.area_header {
  position: relative;
  background: url("../images/img_header_pc.jpg") no-repeat;
  background-size: cover;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 20%;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .area_header {
    padding-top: 0;
    background: url("../images/img_header_pc.jpg") top left no-repeat;
  }
}
.area_header .tit_lv-1 {
  padding-top: 10%;
}
@media print, screen and (min-width: 768px) {
  .area_header .tit_lv-1 {
    padding-top: 10%;
  }
}
.area_header .tit_lv-1 img {
  width: 100%;
  max-width: 750px;
  height: auto;
  margin-top: 10px;
  z-index: 1;
}
.area_header .btn_top_buy {
  position: absolute;
  right: 40px;
  bottom: 50px;
  max-width: 100px;
  max-height: 100px;
  width: 100%;
  height: auto;
  margin-left: auto;
}
@media print, screen and (min-width: 768px) {
  .area_header .btn_top_buy {
    position: fixed;
    width: 150px;
    max-width: 150px;
    max-height: 150px;
    right: 10%;
    bottom: 100px;
    z-index: 100;
  }
}
@media screen and (max-width: 767px) {
  .area_header .btn_top_buy.fixed a {
    position: fixed;
    background: #AAC708;
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    bottom: 0;
    left: 0px;
    font-size: 15px;
    font-weight: bold;
    z-index: 100;
  }
  .area_header .btn_top_buy.fixed a img {
    display: none;
  }
  .area_header .btn_top_buy.fixed a::before {
    content: "骨付き肉の購入はコチラ！";
    display: block;
  }
}
.area_header .arrow_box {
  padding-top: 30px;
  mix-blend-mode: difference;
  position: relative;
  bottom: 1%;
}
.area_header .arrow_box img {
  -webkit-animation: move-y 0.8s infinite alternate ease-in-out;
          animation: move-y 0.8s infinite alternate ease-in-out;
  text-align: center;
}
@-webkit-keyframes move-y {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
}
@keyframes move-y {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
}

.maincont {
  padding: 0 0 100px 0;
  background: #000;
}

.contarea {
  max-width: 845px;
  margin-right: auto;
  margin-left: auto;
}

.section {
  padding-bottom: 80px;
  padding-top: 20px;
}

._wide {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.buy_area .tit_message {
  padding-top: 30px;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .buy_area .tit_message {
    text-align: center;
    margin-top: 30px;
  }
}

.btn_buy a {
  border: 1px solid #C7D400;
  border-radius: 30px;
  display: block;
  color: #C7D400;
  text-align: center;
  position: relative;
  font-size: 20px;
  height: 65px;
  line-height: 65px;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 768px) {
  .btn_buy a {
    max-width: 320px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
  }
}
.btn_buy a::after {
  content: "";
  position: absolute;
  background: url(../images/icon_bag.svg) no-repeat;
  background-size: contain;
  right: 30px;
  top: 18px;
  width: 28px;
  height: 25px;
}

.about_area .btn_buy,
.eat_area .btn_buy {
  margin-left: 15px;
  margin-right: 15px;
}

.detail_txt {
  padding: 0 30px;
  margin-bottom: 50px;
}
@media print, screen and (min-width: 768px) {
  .detail_txt {
    padding: 70px 55px;
    -webkit-box-shadow: 0px 0px 8px rgb(199, 212, 0);
            box-shadow: 0px 0px 8px rgb(199, 212, 0);
    background: #000;
    position: relative;
    z-index: 2;
    width: 450px;
  }
}
.detail_txt p {
  line-height: 2;
  font-size: 18px;
  line-height: 1.4;
}
.detail_txt p.price_txt {
  text-align: right;
  font-size: 14px;
  color: #ffff00;
}
.detail_txt p.price_txt span {
  font-size: 22px;
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  .about_area {
    max-width: 845px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 20px;
  }
  .about_area .detail_txt {
    margin-top: -100px;
  }
}
.about_area .tit_about_box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  .about_area .tit_about_box dl {
    max-width: 650px;
    margin-left: auto;
  }
}
.about_area .tit_about_box dt {
  padding-left: 15px;
}
@media screen and (max-width: 767px) {
  .about_area .tit_about_box dd img {
    width: 315px;
  }
}
@media print, screen and (min-width: 768px) {
  .about_area .btn_buy {
    position: relative;
  }
  .about_area .btn_buy a {
    margin: 0;
    position: absolute;
    top: -170px;
    right: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .eat_area {
    max-width: 845px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 20px;
  }
  .eat_area .detail_txt {
    margin-top: -100px;
    margin-left: auto;
  }
}
.eat_area .tit_eat_box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  .eat_area .tit_eat_box dl {
    max-width: 650px;
    margin-right: auto;
  }
}
.eat_area .tit_eat_box dt {
  padding-right: 15px;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .eat_area .tit_eat_box dd img {
    width: 315px;
  }
}
@media print, screen and (min-width: 768px) {
  .eat_area .btn_buy {
    position: relative;
  }
  .eat_area .btn_buy a {
    margin: 0;
    position: absolute;
    top: -170px;
    left: 0;
  }
}

.tit_niku {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .tit_niku {
    margin-bottom: -50px;
  }
  .tit_niku.side_1 {
    text-align: left;
  }
  .tit_niku.side_1 img {
    min-width: 500px;
    margin-left: -20px;
    z-index: 10;
  }
  .tit_niku.side_2 {
    text-align: right;
  }
  .tit_niku.side_2 img {
    min-width: 500px;
    margin-right: -20px;
    z-index: 10;
  }
}
@media screen and (max-width: 767px) {
  .tit_niku {
    margin-bottom: 30px;
    text-align: center;
  }
}

@media print, screen and (min-width: 768px) {
  .recipe_area_wrap {
    max-width: 845px;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 20px;
  }
}

.recipe_area {
  background: url(../images/img_bg.jpg) no-repeat;
  background-size: cover;
  font-size: 18px;
  padding-top: 40px;
  position: relative;
  margin-bottom: 50px;
}
@media print, screen and (min-width: 768px) {
  .recipe_area {
    background: url(../images/img_bg_pc.jpg) no-repeat;
    padding-top: 180px;
    max-height: 600px;
  }
}
.recipe_area::after {
  content: "";
  position: absolute;
  background: url(../images/img_delicious.svg) left repeat-x;
  background-size: auto 100px;
  bottom: 0px;
  width: 100%;
  max-width: 1951px;
  height: 93px;
  -webkit-animation: bg 20s linear infinite;
          animation: bg 20s linear infinite;
  display: block;
  margin-right: 1em;
}
@-webkit-keyframes bg {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -2000px 0; /* 画像のマイナス幅 */
  }
}
@keyframes bg {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -2000px 0; /* 画像のマイナス幅 */
  }
}
.recipe_area .recipe_area_detail {
  text-align: left;
}
.recipe_area .tit_recipe_area {
  margin-bottom: 40px;
}
@media print, screen and (min-width: 768px) {
  .recipe_area .tit_recipe_area {
    margin-bottom: 80px;
  }
}
.recipe_area .sub_tit {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}
.recipe_area h2 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}
.recipe_area .recipe_photo_area {
  text-align: center;
  margin-top: 30px;
  z-index: 1;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .recipe_area .recipe_photo_area {
    margin-top: 0;
  }
}
.recipe_area .recipe_link_set {
  text-align: center;
  padding: 0 30px;
}
.recipe_area .recipe_link_set p {
  font-weight: bold;
  padding-bottom: 30px;
  line-height: 1.7;
}

.btn_style_w a {
  border-radius: 30px;
  display: block;
  color: #000;
  background: #fff;
  text-align: center;
  position: relative;
  font-size: 20px;
  height: 65px;
  line-height: 65px;
  font-weight: bold;
}

footer {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .footer_logo {
    padding-bottom: 100px;
  }
}
@media print, screen and (min-width: 768px) {
  .footer_logo {
    margin-bottom: 30px;
    margin-top: 100px;
  }
}

.copy {
  padding: 20px 0;
  font-size: 12px;
  display: inline-block;
}

.footer_head {
  margin-bottom: 45%;
}

.area_footer {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: -1;
}

._area_footer {
  position: relative;
  background: url("../images/img_footer.jpg") no-repeat;
  background-size: contain;
  width: 100%;
  height: 0;
  padding-bottom: 66.65%; /* calc(画像高さ ÷ 画像横幅 × 100%) */
}

@media print, screen and (min-width: 768px) {
  .tit_honezui_wrap {
    padding-top: 150px;
  }
}

.tit_honezui {
  background: url(../images/img_honenozui.jpg) center no-repeat;
  background-size: contain;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .tit_honezui {
    margin-bottom: 95px;
  }
}
@media screen and (max-width: 767px) {
  .tit_honezui {
    margin-bottom: 80px;
    padding-top: 120px;
  }
  .tit_honezui img {
    width: 80px;
  }
}

.tit_niku_rock {
  padding-bottom: 60px;
}
@media print, screen and (min-width: 768px) {
  .tit_niku_rock {
    padding: 0 0 80px 0;
  }
}

.lineup_wrap .tit_lineup {
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .lineup_wrap .tit_lineup {
    margin-top: 90px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .lineup_wrap .tit_lineup {
    margin: 40px 0 50px 0;
  }
  .lineup_wrap .tit_lineup img {
    width: 100px;
  }
}
.lineup_wrap .point {
  color: #ffff00;
}
.lineup_wrap .lineup_box_txt {
  line-height: 2;
  padding: 20px 0;
  text-align: justify;
}
@media print, screen and (min-width: 768px) {
  .lineup_wrap .lineup_list li {
    padding-left: 2.5em;
  }
}
@media screen and (max-width: 767px) {
  .lineup_wrap .lineup_list li {
    padding: 0 20px;
    margin-bottom: 50px;
  }
}

.lineup_wrap_top {
  background: #310000 url(../images/bg_lineup_top.svg);
  background-image: url(../images/bg_lineup_top.svg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  position: relative;
}
.lineup_wrap_top::after {
  content: "";
  display: block;
  bottom: 0;
  left: 0;
  background: url(../images/bg_lineup_bottom.svg) no-repeat;
  background-size: cover;
  width: 100%;
  height: 100px;
}
@media print, screen and (min-width: 768px) {
  .lineup_wrap_top::after {
    width: 100%;
    height: 200px;
  }
}

.lineup_wrap_bottom {
  background: #310000 url(../images/bg_lineup_top.svg);
  background-image: url(../images/bg_lineup_top.svg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  padding-bottom: 20px;
  margin-top: 110px;
  margin-bottom: 80px;
}

.lineup_box_1 {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .lineup_box_1 {
    width: 533px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .lineup_box_1 {
    width: 80%;
    margin-left: auto;
  }
}
.lineup_box_1:before {
  content: "";
  background: url(../images/tit_5.svg) no-repeat;
  position: absolute;
  width: 40px;
  height: 400px;
  top: 0;
  left: -5em;
}
@media screen and (max-width: 767px) {
  .lineup_box_1:before {
    left: -4em;
  }
}

.lineup_box_2 {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .lineup_box_2 {
    width: 533px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .lineup_box_2 {
    width: 80%;
    margin-right: auto;
  }
}
.lineup_box_2::after {
  content: "";
  background: url(../images/tit_6.svg) no-repeat;
  position: absolute;
  width: 40px;
  height: 530px;
  top: 0;
  right: -5em;
}
@media screen and (max-width: 767px) {
  .lineup_box_2::after {
    right: -4em;
  }
}

.tit_recipe_chori {
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .tit_recipe_chori {
    margin: 160px 0 60px 0;
    font-size: 20px;
    line-height: 1.8;
  }
  .tit_recipe_chori img {
    min-width: 300px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .tit_recipe_chori {
    margin: 80px 0 40px 0;
    font-size: 16px;
    line-height: 1.8;
  }
  .tit_recipe_chori img {
    min-width: 200px;
    margin-bottom: 20px;
  }
}

.tit_product {
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .tit_product {
    margin: 240px 0 60px 0;
    font-size: 20px;
    line-height: 1.8;
  }
  .tit_product img {
    min-width: 300px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .tit_product {
    margin: 80px 0 40px 0;
    font-size: 16px;
    line-height: 1.8;
  }
  .tit_product img {
    min-width: 200px;
    margin-bottom: 20px;
  }
}

.lineup_box_3 {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .lineup_box_3 {
    width: 533px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .lineup_box_3 {
    width: 80%;
    margin-left: auto;
    margin-bottom: 80px;
  }
}
.lineup_box_3:before {
  content: "";
  background: url(../images/tit_7.svg) no-repeat;
  position: absolute;
  width: 40px;
  height: 570px;
  top: 0;
  left: -5em;
}
@media screen and (max-width: 767px) {
  .lineup_box_3:before {
    left: -4em;
  }
}

.lineup_box_4 {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .lineup_box_4 {
    width: 533px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .lineup_box_4 {
    width: 80%;
    margin-left: auto;
  }
}
.lineup_box_4:before {
  content: "";
  background: url(../images/tit_8.svg) no-repeat;
  position: absolute;
  width: 40px;
  height: 570px;
  top: 0;
  left: -5em;
}
@media screen and (max-width: 767px) {
  .lineup_box_4:before {
    left: -4em;
  }
}

.yodan_box {
  text-align: center;
  line-height: 2;
}
@media print, screen and (min-width: 768px) {
  .yodan_box {
    padding: 0 0 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .yodan_box {
    padding: 0 0 50px 0;
    text-align: left;
  }
}
.yodan_box .tit_yodan {
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 25px;
}