/********************
　共通
*********************/
br.monitor-only {
  display: block;
}
@media only screen and (max-width: 1200px) {
  br.monitor-only {
    display: none;
  }
}
img.pc-only {
  display: inline-block;
}
@media only screen and (max-width: 767.98px) {
  img.pc-only {
    display: none;
  }
}
img.sp-only {
  display: none;
}
@media only screen and (max-width: 767.98px) {
  img.sp-only {
    display: inline-block;
  }
}
br.pc-only {
  display: block;
}
@media only screen and (max-width: 767.98px) {
  br.pc-only {
    display: none;
  }
}
br.sp-only {
  display: none;
}
@media only screen and (max-width: 767.98px) {
  br.sp-only {
    display: block;
  }
}
iframe.pc-only {
  display: block;
}
@media only screen and (max-width: 767.98px) {
  iframe.pc-only {
    display: none;
  }
}
iframe.sp-only {
  display: none;
}
@media only screen and (max-width: 767.98px) {
  iframe.sp-only {
    display: block;
  }
}
/********************
　Mv
*********************/
.petit-steak .mv {
  position: relative;
  padding: 82px 0 89px;
  background-image: url(/sp/petit/steak/img/steak_mainvisual.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 550px;
}
@media only screen and (max-width: 1200px) {
  .petit-steak .mv {
    padding: 90px 0 80px;
  }
}
@media only screen and (max-width: 1000px) {
  .petit-steak .mv {
    padding: 125px 0 80px;
  }
}
@media only screen and (max-width: 767.98px) {
  .petit-steak .mv {
    background-image: url(/sp/petit/steak/img/steak_mainvisual_sp.jpg);
    height: 551px;
    padding: 186px 0 80px;
  }
}
.petit-steak .mv::before {
  content: "";
  position: absolute;
  background-image: url(/sp/petit/steak/img/steak_mainvisual.jpg);
  background-size: contain;
  background-repeat: no-repeat;
}
.petit-steak .mv .mv_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  position: relative;
  width: 96%;
  max-width: 1200px;
}
@media only screen and (max-width: 767.98px) {
  .petit-steak .mv .mv_inner {
    display: block;
    padding: 0 15px;
    width: 100%;
  }
}
.petit-steak .mv .mv_inner::after {
  content: none;
  top: -65px;
  left: 0;
  position: absolute;
  background-image: url(/sp/petit/img_renew/mainvisual_badge.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 173px;
  height: 129px;
}
@media only screen and (max-width: 767.98px) {
  .petit-steak .mv .mv_inner::after {
    top: -186px;
    height: 550px;
    width: 123px;
    height: 94px;
  }
}
.petit-steak .mv .mv_inner .mv_title {
  max-width: 548px;
  width: -webkit-calc(46% - 32px);
  width: calc(46% - 32px);
}
@media only screen and (max-width: 767.98px) {
  .petit-steak .mv .mv_inner .mv_title {
    margin: 0 auto;
    width: 340px;
  }
}
@media only screen and (max-width: 320px) {
  .petit-steak .mv .mv_inner .mv_title {
    width: 3000px;
  }
}
.petit-steak .mv .mv_inner .mv_title img {
  -webkit-backface-visibility: initial;
          backface-visibility: initial;
}
.petit-steak .mv .mv_inner .mv_cm {
  position: relative;
  max-width: 660px;
  width: -webkit-calc(54% - 32px);
  width: calc(54% - 32px);
  z-index: 1;
}
@media only screen and (max-width: 767.98px) {
  .petit-steak .mv .mv_inner .mv_cm {
    width: 100%;
    margin: 25px auto 0 auto;
  }
}
.petit-steak .mv .mv_inner .mv_cm img {
  -webkit-box-shadow: 2px 3.464px 14px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 2px 3.464px 14px 0px rgba(0, 0, 0, 0.08);
}
.petit-steak .mv .mv_inner .mv_cm:hover .mv_cm_image .video-mask {
  opacity: 1;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.petit-steak .mv .mv_inner .mv_cm:hover::after {
  z-index: 1;
}
.petit-steak .mv .mv_inner .mv_cm::before {
  content: none;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  width: 100px;
  height: 100px;
  background-image: url(/sp/petit/img_renew/mainvisual_cmplay.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767.98px) {
  .petit-steak .mv .mv_inner .mv_cm::before {
    width: 60px;
    height: 60px;
  }
}
.petit-steak .mv .mv_inner .mv_cm::after {
  content: none;
  position: absolute;
  top: -54px;
  right: -70px;
  background-image: url(/sp/petit/img_renew/mainvisual_cmbadge.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 27.3%;
  height: 46%;
}
@media only screen and (max-width: 767.98px) {
  .petit-steak .mv .mv_inner .mv_cm::after {
    content: none;
  }
}
.petit-steak .mv .mv_inner .mv_cm .mv_cm_image {
  position: relative;
}
.petit-steak .mv .mv_inner .mv_cm .mv_cm_image .video-mask {
  opacity: 0;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
}
.petit-steak .mv .mv_inner .mv_cm a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.petit-steak .mv .mv_note {
  position: absolute;
  left: 15px;
  bottom: 12px;
  font-size: 12px;
  color: #fff;
}
@media only screen and (max-width: 767.98px) {
  .petit-steak .mv .mv_note {
    margin: 0 auto;
    width: 297px;
    font-size: 10px;
    left: 53%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 85px;
  }
}
.petit-steak .mv .mv_note span {
  padding-left: 10px;
}
/********************
　Charm
*********************/
@media only screen and (max-width: 767.98px) {
  .petit-steak .petit-section-charm {
    margin-top: 54%;
  }
}
@media only screen and (max-width: 320.98px) {
  .petit-steak .petit-section-charm {
    margin-top: 170px;
  }
}
.petit-steak .petit-section-charm .petit-section_title {
  margin-top: 73px;
  text-align: center;
}
@media only screen and (max-width: 767.98px) {
  .petit-steak .petit-section-charm .petit-section_title {
    margin-top: 60px;
  }
}
.petit-steak .petit-section-charm .charm_contents {
  margin-top: 60px;
}
@media only screen and (max-width: 767.98px) {
  .petit-steak .petit-section-charm .charm_contents {
    margin-top: 25px;
  }
}
.petit-steak .petit-section-charm .charm_contents .charm_contents_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767.98px) {
  .petit-steak .petit-section-charm .charm_contents .charm_contents_list {
    display: block;
  }
}
.petit-steak .petit-section-charm .charm_contents .charm_contents_list .charm_contents_item {
  width: -webkit-calc(33.333% - 30px);
  width: calc(33.333% - 30px);
  max-width: 370px;
}
@media only screen and (max-width: 767.98px) {
  .petit-steak .petit-section-charm .charm_contents .charm_contents_list .charm_contents_item {
    width: 100%;
    max-width: initial;
  }
}
.petit-steak .petit-section-charm .charm_contents .charm_contents_list .charm_contents_item:nth-child(2) {
  margin: 0 45px;
}
@media only screen and (max-width: 767.98px) {
  .petit-steak .petit-section-charm .charm_contents .charm_contents_list .charm_contents_item:nth-child(2) {
    margin: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .petit-steak .petit-section-charm .charm_contents .charm_contents_list .charm_contents_item:not(:first-child) {
    margin-top: 40px;
  }
}
.petit-steak .petit-section-charm .charm_contents .charm_contents_list .charm_contents_item .charm_contents_item_title {
  margin-top: 30px;
  text-align: center;
}
@media only screen and (max-width: 767.98px) {
  .petit-steak .petit-section-charm .charm_contents .charm_contents_list .charm_contents_item .charm_contents_item_title {
    margin-top: 26px;
  }
}
.petit-steak .petit-section-charm .charm_contents .charm_contents_list .charm_contents_item .charm_contents_item_text {
  margin-top: 18px;
  font-size: 18px;
  color: #333333;
  text-align: center;
}
@media only screen and (max-width: 767.98px) {
  .petit-steak .petit-section-charm .charm_contents .charm_contents_list .charm_contents_item .charm_contents_item_text {
    margin: 18px auto 0 auto;
    max-width: 310px;
    font-size: 15px;
    text-align: left;
  }
}
/********************
　Use
*********************/
.petit-steak .petit-section_use {
  margin-top: 100px;
}
@media only screen and (max-width: 767.98px) {
  .petit-steak .petit-section_use {
    margin-top: 60px;
  }
}
.petit-steak .petit-section_use .petit-section_title {
  position: relative;
  padding-top: 64px;
  margin-bottom: 50px;
  text-align: center;
}
@media only screen and (max-width: 767.98px) {
  .petit-steak .petit-section_use .petit-section_title {
    padding-top: 52px;
    margin-bottom: 30px;
  }
}
.petit-steak .petit-section_use .petit-section_title::before {
  content: "";
  background-image: url(/sp/petit/steak/img/section_title_use_icon.png);
  background-repeat: no-repeat;
  background-size: 53px 42px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 53px;
  height: 42px;
}
@media only screen and (max-width: 767.98px) {
  .petit-steak .petit-section_use .petit-section_title::before {
    background-size: 40px 32px;
    width: 40px;
    height: 32px;
  }
}
.petit-steak .petit-section_use .use_contents {
  position: relative;
  background-image: url(/sp/petit/steak/img/use_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  max-height: 645px;
}
@media only screen and (max-width: 767.98px) {
  .petit-steak .petit-section_use .use_contents {
    background-image: url(/sp/petit/steak/img/use_bg_sp.jpg);
    max-height: 905px;
  }
}
.petit-steak .petit-section_use .use_contents .use_contents_inner {
  padding: 100px 0;
}
@media only screen and (max-width: 767.98px) {
  .petit-steak .petit-section_use .use_contents .use_contents_inner {
    padding: 220px 15px 50px;
    margin: 0 auto;
    width: 100%;
  }
}
.petit-steak .petit-section_use .use_contents .use_contents_inner .use_contents_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 15px;
}
@media only screen and (max-width: 767.98px) {
  .petit-steak .petit-section_use .use_contents .use_contents_inner .use_contents_list {
    display: block;
    margin: 0 10px;
  }
}
.petit-steak .petit-section_use .use_contents .use_contents_inner .use_contents_list.opt-1col .use_contents_item {
  margin: 0;
  max-width: 600px;
}
.petit-steak .petit-section_use .use_contents .use_contents_inner .use_contents_list.opt-1col .use_contents_item .use_contents_item_img {
  margin: 0 auto;
}
.petit-steak .petit-section_use .use_contents .use_contents_inner .use_contents_list.opt-1col .use_contents_item .use_contents_item_step {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.petit-steak .petit-section_use .use_contents .use_contents_inner .use_contents_list.opt-1col .use_contents_item .use_contents_item_step .use_contents_item_step_text {
  margin-left: 0;
  text-align: center;
}
@media only screen and (max-width: 767.98px) {
  .petit-steak .petit-section_use .use_contents .use_contents_inner .use_contents_list.opt-1col .use_contents_item .use_contents_item_step .use_contents_item_step_text {
    text-align: left;
  }
}
.petit-steak .petit-section_use .use_contents .use_contents_inner .use_contents_list .use_contents_item {
  padding: 60px 50px;
  width: -webkit-calc(50% - 25px);
  width: calc(50% - 25px);
  max-width: 460px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 80px;
  -webkit-box-shadow: 2px 3.464px 14px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 2px 3.464px 14px 0px rgba(0, 0, 0, 0.08);
}
@media only screen and (max-width: 767.98px) {
  .petit-steak .petit-section_use .use_contents .use_contents_inner .use_contents_list .use_contents_item {
    padding: 30px;
    width: 100%;
    max-width: initial;
    min-height: initial;
    border-radius: 40px;
  }
}
@media only screen and (max-width: 767.98px) {
  .petit-steak .petit-section_use .use_contents .use_contents_inner .use_contents_list .use_contents_item:first-child {
    margin: 0 auto;
  }
}
.petit-steak .petit-section_use .use_contents .use_contents_inner .use_contents_list .use_contents_item .use_contents_item_img {
  width: 100%;
  max-width: 360px;
}
@media only screen and (max-width: 767.98px) {
  .petit-steak .petit-section_use .use_contents .use_contents_inner .use_contents_list .use_contents_item .use_contents_item_img {
    margin: 0 auto;
    max-width: 267px;
  }
}
.petit-steak .petit-section_use .use_contents .use_contents_inner .use_contents_list .use_contents_item .use_contents_item_step {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767.98px) {
  .petit-steak .petit-section_use .use_contents .use_contents_inner .use_contents_list .use_contents_item .use_contents_item_step {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 22px;
  }
}
.petit-steak .petit-section_use .use_contents .use_contents_inner .use_contents_list .use_contents_item .use_contents_item_step .use_contents_item_step_icon {
  width: 100%;
  max-width: 64px;
}
@media only screen and (max-width: 767.98px) {
  .petit-steak .petit-section_use .use_contents .use_contents_inner .use_contents_list .use_contents_item .use_contents_item_step .use_contents_item_step_icon {
    max-width: 50px;
  }
}
.petit-steak .petit-section_use .use_contents .use_contents_inner .use_contents_list .use_contents_item .use_contents_item_step .use_contents_item_step_text {
  -ms-flex-item-align: center;
      align-self: center;
  margin-left: 20px;
  font-size: 18px;
  color: #333;
}
@media only screen and (max-width: 767.98px) {
  .petit-steak .petit-section_use .use_contents .use_contents_inner .use_contents_list .use_contents_item .use_contents_item_step .use_contents_item_step_text {
    margin-left: 15px;
    font-size: 15px;
  }
}
/********************
　Movie
*********************/
.petit-steak .petit-section_movie {
  position: relative;
  padding: 100px 0 120px;
  background-image: url(/sp/petit/img_renew/movie_bg.jpg);
  background-repeat: repeat;
}
@media only screen and (max-width: 767.98px) {
  .petit-steak .petit-section_movie {
    padding: 60px 0;
    background-size: 70%;
  }
}
@media only screen and (max-width: 767.98px) {
  .petit-section_movie .petit-content_inner {
    padding: 0;
  }
}
.petit-steak .petit-section_movie .petit-section_title {
  position: relative;
  padding-top: 54px;
  margin-bottom: 50px;
  text-align: center;
}
@media only screen and (max-width: 767.98px) {
  .petit-steak .petit-section_movie .petit-section_title {
    padding-top: 46px;
    margin-bottom: 30px;
  }
}
.petit-steak .petit-section_movie .petit-section_title::before {
  content: "";
  background-image: url(/sp/petit/steak/img/section_title_movie_icon.png);
  background-repeat: no-repeat;
  background-size: 49px 30px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 49px;
  height: 30px;
}
@media only screen and (max-width: 767.98px) {
  .petit-steak .petit-section_movie .petit-section_title::before {
    background-size: 41px 26px;
    width: 41px;
    height: 26px;
  }
}
.petit-steak .petit-section_movie .movie_contents {
  margin: 0 auto;
  width: 100%;
}
@media only screen and (max-width: 960px) {
  .petit-steak .petit-section_movie .movie_contents {
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
    margin-left: 15px;
  }
}
.petit-steak .petit-section_movie .movie_contents .movie_contents_inner {
  position: relative;
  margin: 0 auto;
  max-width: 900px;
  text-align: center;
}
@media only screen and (max-width: 960px) {
  .petit-steak .petit-section_movie .movie_contents .movie_contents_inner {
    position: relative;
    padding-top: 56.25%;
    width: 100%;
  }
}
.petit-steak .petit-section_movie .movie_contents .movie_contents_inner::after {
  content: "";
  position: absolute;
  top: -200px;
  right: -50px;
  background-image: url(/sp/petit/steak/img/movie_icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 170px;
  height: 217px;
}
@media only screen and (max-width: 767.98px) {
  .petit-steak .petit-section_movie .movie_contents .movie_contents_inner::after {
    width: 68px;
    height: 92px;
    top: -78px;
    right: 24px;
  }
}
.petit-steak .petit-section_movie .movie_contents .movie_contents_inner iframe {
  margin: 0 auto;
  width: 900px;
  height: 505px;
}
@media only screen and (max-width: 960px) {
  .petit-steak .petit-section_movie .movie_contents .movie_contents_inner iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
/********************
　Lineup
*********************/
.petit-steak .petit-section_lineup {
  margin-top: 142px;
}
@media only screen and (max-width: 767.98px) {
  .petit-steak .petit-section_lineup {
    margin-top: 60px;
  }
}
.petit-steak .petit-section_lineup .petit-section_title {
  margin-bottom: 0;
  text-align: center;
}
@media only screen and (max-width: 767.98px) {
  .petit-steak .petit-section_lineup .petit-section_title {
    margin-bottom: 30px;
  }
}
.petit-steak .petit-section_lineup .lineup_contents {
  margin-top: 5px;
}
@media only screen and (max-width: 767.98px) {
  .petit-steak .petit-section_lineup .lineup_contents {
    margin-top: 0;
  }
}
.petit-steak .petit-section_lineup .lineup_contents .lineup_contents_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.petit-steak .petit-section_lineup .lineup_contents .lineup_contents_list .lineup_contents_item {
  position: relative;
  width: -webkit-calc(33.333% - 1px);
  width: calc(33.333% - 1px);
  max-width: 400px;
}
@media only screen and (max-width: 767.98px) {
  .petit-steak .petit-section_lineup .lineup_contents .lineup_contents_list .lineup_contents_item {
    border-bottom: 1px solid #e5e5e5;
    width: -webkit-calc(50% - 1px);
    width: calc(50% - 1px);
    max-width: initial;
  }
}
@media only screen and (max-width: 767.98px) {
  .petit-steak .petit-section_lineup .lineup_contents .lineup_contents_list .lineup_contents_item:nth-child(n + 3) {
    border-bottom: none;
  }
}
.petit-steak .petit-section_lineup .lineup_contents .lineup_contents_list .lineup_contents_item:not(:first-child) .lineup_contents_item_inner {
  border-left: 1px solid #e5e5e5;
}
@media only screen and (max-width: 767.98px) {
  .petit-steak .petit-section_lineup .lineup_contents .lineup_contents_list .lineup_contents_item:nth-child(n + 3) .lineup_contents_item_inner {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767.98px) {
  .petit-steak .petit-section_lineup .lineup_contents .lineup_contents_list .lineup_contents_item:nth-child(3) .lineup_contents_item_inner {
    border-left: none;
    border-right: 1px solid #e5e5e5;
  }
}
@media only screen and (max-width: 767.98px) {
  .petit-steak .petit-section_lineup .lineup_contents .lineup_contents_list .lineup_contents_item:nth-child(odd) .lineup_contents_item_inner {
    padding: 0 14px 0 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .petit-steak .petit-section_lineup .lineup_contents .lineup_contents_list .lineup_contents_item:nth-child(2n) .lineup_contents_item_inner {
    padding: 0 0 0 14px;
  }
}
.petit-steak .petit-section_lineup .lineup_contents .lineup_contents_list .lineup_contents_item .lineup_contents_item_inner {
  margin-top: 50px;
  padding: 0 50px;

}
@media only screen and (max-width: 767.98px) {
  .petit-steak .petit-section_lineup .lineup_contents .lineup_contents_list .lineup_contents_item .lineup_contents_item_inner {
    padding: 0 15px;
    margin-top: 0;
  }
}
.petit-steak .petit-section_lineup .lineup_contents .lineup_contents_list .lineup_contents_item .lineup_contents_item_inner:nth-child(n + 3) {
  margin-top: 30px;
}
.petit-steak .petit-section_lineup .lineup_contents .lineup_contents_list .lineup_contents_item .lineup_contents_item_inner .lineup_contents_item_img {
  padding-top: 40px;
  margin: 0 auto;
  width: 100%;
  max-width: 155px;
}
@media only screen and (max-width: 767.98px) {
  .petit-steak .petit-section_lineup .lineup_contents .lineup_contents_list .lineup_contents_item .lineup_contents_item_inner .lineup_contents_item_img {
    padding-top: 35px;
    max-width: 100px;
  }
}
.petit-steak .petit-section_lineup .lineup_contents .lineup_contents_list .lineup_contents_item .lineup_contents_item_inner .lineup_contents_item_img img {
  -webkit-box-shadow: 1px 1.732px 8px 0px rgba(64, 35, 16, 0.4);
          box-shadow: 1px 1.732px 8px 0px rgba(64, 35, 16, 0.4);
}
.petit-steak .petit-section_lineup .lineup_contents .lineup_contents_list .lineup_contents_item .lineup_contents_item_inner .lineup_contents_item_img.opt-limited {
  position: relative;
}
.petit-steak .petit-section_lineup .lineup_contents .lineup_contents_list .lineup_contents_item .lineup_contents_item_inner .lineup_contents_item_img.opt-limited::before {
  content: "";
  position: absolute;
  top: 0;
  right: -58px;
  background-image: url(/sp/petit/img_renew/icon_limited.png);
  background-size: 87px 20px;
  background-repeat: no-repeat;
  width: 87px;
  height: 20px;
}
@media only screen and (max-width: 767.98px) {
  .petit-steak .petit-section_lineup .lineup_contents .lineup_contents_list .lineup_contents_item .lineup_contents_item_inner .lineup_contents_item_img.opt-limited::before {
    background-size: 75px 17px;
    width: 75px;
    height: 17px;
    right: -18px;
  }
}
.petit-steak .petit-section_lineup .lineup_contents .lineup_contents_list .lineup_contents_item .lineup_contents_item_inner .lineup_contents_item_img.opt-renew {
  position: relative;
}
.petit-steak .petit-section_lineup .lineup_contents .lineup_contents_list .lineup_contents_item .lineup_contents_item_inner .lineup_contents_item_img.opt-renew::before {
  content: "";
  position: absolute;
  top: 0;
  right: -58px;
  background-image: url(/sp/petit/lineup/img/icon_renewal-02.png);
  background-size: 78px 20px;
  background-repeat: no-repeat;
  width: 78px;
  height: 20px;
}
@media only screen and (max-width: 767.98px) {
  .petit-steak .petit-section_lineup .lineup_contents .lineup_contents_list .lineup_contents_item .lineup_contents_item_inner .lineup_contents_item_img.opt-renew::before {
    background-size: 68px 18px;
    width: 68px;
    height: 18px;
    right: -18px;
  }
}
.petit-steak .petit-section_lineup .lineup_contents .lineup_contents_list .lineup_contents_item .lineup_contents_item_inner .lineup_contents_item_img.opt-new {
  position: relative;
}
.petit-steak .petit-section_lineup .lineup_contents .lineup_contents_list .lineup_contents_item .lineup_contents_item_inner .lineup_contents_item_img.opt-new::before {
  content: "";
  position: absolute;
  top: 0;
  right: -60px;
  background-image: url(/sp/petit/lineup/img/icon_new.png);
  background-size: 42px 20px;
  background-repeat: no-repeat;
  width: 42px;
  height: 20px;
}
@media only screen and (max-width: 767.98px) {
  .petit-steak .petit-section_lineup .lineup_contents .lineup_contents_list .lineup_contents_item .lineup_contents_item_inner .lineup_contents_item_img.opt-new::before {
    background-size: 35px 18px;
    width: 35px;
    height: 18px;
    right: -40px;
  }
}
@media only screen and (max-width: 450.98px) {
  .petit-steak .petit-section_lineup .lineup_contents .lineup_contents_list .lineup_contents_item .lineup_contents_item_inner .lineup_contents_item_img.opt-new::before {
    right: -40px;
  }
}
.petit-steak .petit-section_lineup .lineup_contents .lineup_contents_list .lineup_contents_item .lineup_contents_item_inner .lineup_contents_item_title {
  margin-top: 30px;
  font-size: 28px;
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width: 767.98px) {
  .petit-steak .petit-section_lineup .lineup_contents .lineup_contents_list .lineup_contents_item .lineup_contents_item_inner .lineup_contents_item_title {
    margin-top: 18px;
    font-size: 20px;
  }
}
.petit-steak .petit-section_lineup .lineup_contents .lineup_contents_list .lineup_contents_item .lineup_contents_item_inner .lineup_contents_item_title.opt-small {
  font-size: 27px;
}
@media only screen and (max-width: 767.98px) {
  .petit-steak .petit-section_lineup .lineup_contents .lineup_contents_list .lineup_contents_item .lineup_contents_item_inner .lineup_contents_item_title.opt-small {
    font-size: 20px;
  }
}
.petit-steak .petit-section_lineup .lineup_contents .lineup_contents_list .lineup_contents_item .lineup_contents_item_inner .lineup_contents_item_text {
  margin-top: 15px;
  font-size: 15px;
  color: #666;
}
@media only screen and (max-width: 767.98px) {
  .petit-steak .petit-section_lineup .lineup_contents .lineup_contents_list .lineup_contents_item .lineup_contents_item_inner .lineup_contents_item_text {
    margin: 18px auto 0;
    max-width: 245px;
    font-size: 14px;
  }
}
.petit-steak .petit-section_lineup .lineup_contents .lineup_contents_list .lineup_contents_item .lineup_contents_item_inner .lineup_contents_item_btn {
  margin: 25px 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767.98px) {
  .petit-steak .petit-section_lineup .lineup_contents .lineup_contents_list .lineup_contents_item .lineup_contents_item_inner .lineup_contents_item_btn {
    margin: 20px auto 30px;
    display: block;
  }
}
@media only screen and (max-width: 1200px) {
  .petit-steak .petit-section_lineup .lineup_contents .lineup_contents_list .lineup_contents_item .lineup_contents_item_inner .lineup_contents_item_btn {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.petit-steak .petit-section_lineup .lineup_contents .lineup_contents_list .lineup_contents_item .lineup_contents_item_inner .lineup_contents_item_btn .lineup_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 145px;
  min-height: 42px;
  background-color: #fff;
  border: 1px solid #d0322a;
  border-radius: 6px;
  font-size: 15px;
  color: #d0322a;
}
@media only screen and (max-width: 767.98px) {
  .petit-steak .petit-section_lineup .lineup_contents .lineup_contents_list .lineup_contents_item .lineup_contents_item_inner .lineup_contents_item_btn .lineup_btn {
    margin: 0 auto;
    max-width: 157px;
    min-height: 35px;
    font-size: 14px;
  }
}
.petit-steak .petit-section_lineup .lineup_contents .lineup_contents_list .lineup_contents_item .lineup_contents_item_inner .lineup_contents_item_btn .lineup_btn:hover {
  background-color: #d0322a;
  color: #fff;
  text-decoration: none;
}
.petit-steak .petit-section_lineup .lineup_contents .lineup_contents_list .lineup_contents_item .lineup_contents_item_inner .lineup_contents_item_btn .lineup_btn.opt-color02 {
  background-color: #d0322a;
  color: #fff;
}
.petit-steak .petit-section_lineup .lineup_contents .lineup_contents_list .lineup_contents_item .lineup_contents_item_inner .lineup_contents_item_btn .lineup_btn.opt-color02:hover {
  color: #d0322a;
  background-color: #fff;
  border: 1px solid #d0322a;
  text-decoration: none;
}
.petit-steak .petit-section_lineup .lineup_contents .lineup_contents_list .lineup_contents_item .lineup_contents_item_inner .lineup_contents_item_btn .lineup_btn:nth-child(2) {
  margin-left: 10px;
}
@media only screen and (max-width: 767.98px) {
  .petit-steak .petit-section_lineup .lineup_contents .lineup_contents_list .lineup_contents_item .lineup_contents_item_inner .lineup_contents_item_btn .lineup_btn:nth-child(2) {
    margin: 10px auto 0 auto;
  }
}
@media only screen and (max-width: 1200px) {
  .petit-steak .petit-section_lineup .lineup_contents .lineup_contents_list .lineup_contents_item .lineup_contents_item_inner .lineup_contents_item_btn .lineup_btn:nth-child(2) {
    margin: 10px auto 0 auto;
  }
}
/********************
　Cm
*********************/
.petit-steak .petit-section_cm-information {
  margin-top: 50px;
}
@media only screen and (max-width: 767.98px) {
  .petit-steak .petit-section_cm-information {
    margin-top: 30px;
  }
}
.petit-steak .petit-section_cm-information .petit-section_cm-information_inner {
  position: relative;
  width: 96%;
  max-width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width: 767.98px) {
  .petit-steak .petit-section_cm-information .petit-section_cm-information_inner {
    padding: 0 15px;
    width: 100%;
  }
}
.petit-steak .petit-section_cm-information .petit-section_cm-information_inner .petit-section_title {
  position: relative;
  padding-top: 67px;
  margin-bottom: 50px;
  text-align: center;
}
@media only screen and (max-width: 767.98px) {
  .petit-steak .petit-section_cm-information .petit-section_cm-information_inner .petit-section_title {
    padding-top: 55px;
    margin-bottom: 30px;
  }
}
.petit-steak .petit-section_cm-information .petit-section_cm-information_inner .petit-section_title::before {
  content: "";
  background-image: url(/sp/petit/steak/img/section_title_cm_icon.png);
  background-repeat: no-repeat;
  background-size: 46px 41px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 46px;
  height: 41px;
}
@media only screen and (max-width: 767.98px) {
  .petit-steak .petit-section_cm-information .petit-section_cm-information_inner .petit-section_title::before {
    background-size: 40px 36px;
    width: 40px;
    height: 36px;
  }
}
.petit-steak .petit-section_cm-information .petit-section_cm-information_inner .cm-information_contents .cm-information_contents_lead {
  margin-top: 50px;
  font-size: 18px;
  text-align: center;
}
@media only screen and (max-width: 767.98px) {
  .petit-steak .petit-section_cm-information .petit-section_cm-information_inner .cm-information_contents .cm-information_contents_lead {
    margin-top: 0;
    font-size: 15px;
  }
}
.petit-steak .petit-section_cm-information .petit-section_cm-information_inner .cm-information_contents .cm-information_contents_slider {
  margin-top: 45px;
}
@media only screen and (max-width: 767.98px) {
  .petit-steak .petit-section_cm-information .petit-section_cm-information_inner .cm-information_contents .cm-information_contents_slider {
    margin-top: 30px;
  }
}
.petit-steak .petit-section_cm-information .petit-section_cm-information_inner .cm-information_contents .cm-information_contents_slider .cm-information_contents_slider_inner .cm-information_contents_slider_list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.petit-steak .petit-section_cm-information .petit-section_cm-information_inner .cm-information_contents .cm-information_contents_slider .cm-information_contents_slider_inner .cm-information_contents_slider_list .cm-information_contents_slider_item {
  margin: 0 12px;
  max-width: 376px;
  position: relative;
}
@media only screen and (max-width: 767.98px) {
  .petit-steak .petit-section_cm-information .petit-section_cm-information_inner .cm-information_contents .cm-information_contents_slider .cm-information_contents_slider_inner .cm-information_contents_slider_list .cm-information_contents_slider_item {
    margin: 0 10px;
    max-width: 330px;
  }
}
@media only screen and (max-width: 414.98px) {
  .petit-steak .petit-section_cm-information .petit-section_cm-information_inner .cm-information_contents .cm-information_contents_slider .cm-information_contents_slider_inner .cm-information_contents_slider_list .cm-information_contents_slider_item {
    max-width: 330px;
  }
}
@media only screen and (max-width: 376.98px) {
  .petit-steak .petit-section_cm-information .petit-section_cm-information_inner .cm-information_contents .cm-information_contents_slider .cm-information_contents_slider_inner .cm-information_contents_slider_list .cm-information_contents_slider_item {
    max-width: 305px;
  }
}
@media only screen and (max-width: 320.98px) {
  .petit-steak .petit-section_cm-information .petit-section_cm-information_inner .cm-information_contents .cm-information_contents_slider .cm-information_contents_slider_inner .cm-information_contents_slider_list .cm-information_contents_slider_item {
    max-width: 265px;
  }
}
.petit-steak .petit-section_cm-information .petit-section_cm-information_inner .cm-information_contents .cm-information_contents_slider .cm-information_contents_slider_inner .cm-information_contents_slider_list .cm-information_contents_slider_item .cm-information_contents_slider_item_img {
  width: 100%;
  max-width: 376px;
}
.petit-steak .petit-section_cm-information .petit-section_cm-information_inner .cm-information_contents .cm-information_contents_slider .cm-information_contents_slider_inner .cm-information_contents_slider_list .cm-information_contents_slider_item .cm-information_contents_slider_item_img:hover {
  text-decoration: none;
}
.petit-steak .petit-section_cm-information .petit-section_cm-information_inner .cm-information_contents .cm-information_contents_slider .cm-information_contents_slider_inner .cm-information_contents_slider_list .cm-information_contents_slider_item .cm-information_contents_slider_item_img .cm-information_contents_slider_item_image {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.petit-steak .petit-section_cm-information .petit-section_cm-information_inner .cm-information_contents .cm-information_contents_slider .cm-information_contents_slider_inner .cm-information_contents_slider_list .cm-information_contents_slider_item .cm-information_contents_slider_item_img .cm-information_contents_slider_item_image:hover {
  cursor: pointer;
}
.petit-steak .petit-section_cm-information .petit-section_cm-information_inner .cm-information_contents .cm-information_contents_slider .cm-information_contents_slider_inner .cm-information_contents_slider_list .cm-information_contents_slider_item .cm-information_contents_slider_item_img .cm-information_contents_slider_item_image:hover .video-mask {
  opacity: 1;
  cursor: pointer;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.petit-steak .petit-section_cm-information .petit-section_cm-information_inner .cm-information_contents .cm-information_contents_slider .cm-information_contents_slider_inner .cm-information_contents_slider_list .cm-information_contents_slider_item .cm-information_contents_slider_item_img .cm-information_contents_slider_item_image:hover::after {
  z-index: 1;
}
.petit-steak .petit-section_cm-information .petit-section_cm-information_inner .cm-information_contents .cm-information_contents_slider .cm-information_contents_slider_inner .cm-information_contents_slider_list .cm-information_contents_slider_item .cm-information_contents_slider_item_img .cm-information_contents_slider_item_image::before {
  content: "";
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  width: 76px;
  height: 76px;
  background-image: url(/sp/petit/img_renew/mainvisual_cmplay.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767.98px) {
  .petit-steak .petit-section_cm-information .petit-section_cm-information_inner .cm-information_contents .cm-information_contents_slider .cm-information_contents_slider_inner .cm-information_contents_slider_list .cm-information_contents_slider_item .cm-information_contents_slider_item_img .cm-information_contents_slider_item_image::before {
    width: 60px;
    height: 60px;
  }
}
.petit-steak .petit-section_cm-information .petit-section_cm-information_inner .cm-information_contents .cm-information_contents_slider .cm-information_contents_slider_inner .cm-information_contents_slider_list .cm-information_contents_slider_item .cm-information_contents_slider_item_img .cm-information_contents_slider_item_image .video-mask {
  opacity: 0;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.petit-steak .petit-section_cm-information .petit-section_cm-information_inner .cm-information_contents .cm-information_contents_slider .cm-information_contents_slider_inner .cm-information_contents_slider_list .cm-information_contents_slider_item .cm_contents_slider_item_text {
  margin-top: 15px;
  font-size: 18px;
  font-weight: 500;
  color: #333;
}
@media only screen and (max-width: 767.98px) {
  .petit-steak .petit-section_cm-information .petit-section_cm-information_inner .cm-information_contents .cm-information_contents_slider .cm-information_contents_slider_inner .cm-information_contents_slider_list .cm-information_contents_slider_item .cm_contents_slider_item_text {
    margin-top: 5px;
    font-size: 15px;
  }
}
.petit-steak .petit-section_cm-information .petit-section_cm-information_inner .cm-information_contents .cm-information_contents_slider .cm-information_contents_slider_inner .cm-information_contents_slider_list .slick-list {
  z-index: 1;
}
.petit-steak .petit-section_cm-information .petit-section_cm-information_inner .cm-information_contents .cm-information_contents_slider .cm-information_contents_slider_inner .cm-information_contents_slider_list .slick-prev {
  z-index: 2;
}
.petit-steak .petit-section_cm-information .petit-section_cm-information_inner .cm-information_contents .cm-information_contents_slider .cm-information_contents_slider_inner .cm-information_contents_slider_list .slick-prev:hover {
  opacity: 0.7;
}
.petit-steak .petit-section_cm-information .petit-section_cm-information_inner .cm-information_contents .cm-information_contents_slider .cm-information_contents_slider_inner .cm-information_contents_slider_list .slick-prev::before {
  content: "";
  position: absolute;
  display: block;
  background-image: url(/sp/petit/steak/img/slider_arrow_prev.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 60px;
  height: 86px;
  top: -68px;
  left: 5px;
  opacity: 1;
}
@media only screen and (max-width: 767.98px) {
  .petit-steak .petit-section_cm-information .petit-section_cm-information_inner .cm-information_contents .cm-information_contents_slider .cm-information_contents_slider_inner .cm-information_contents_slider_list .slick-prev::before {
    width: 56px;
    height: 70px;
    top: -55px;
    left: 15px;
  }
}
.petit-steak .petit-section_cm-information .petit-section_cm-information_inner .cm-information_contents .cm-information_contents_slider .cm-information_contents_slider_inner .cm-information_contents_slider_list .slick-prev::before:hover {
  opacity: 0.7;
}
.petit-steak .petit-section_cm-information .petit-section_cm-information_inner .cm-information_contents .cm-information_contents_slider .cm-information_contents_slider_inner .cm-information_contents_slider_list .slick-next {
  z-index: 2;
}
.petit-steak .petit-section_cm-information .petit-section_cm-information_inner .cm-information_contents .cm-information_contents_slider .cm-information_contents_slider_inner .cm-information_contents_slider_list .slick-next:hover {
  opacity: 0.8;
}
.petit-steak .petit-section_cm-information .petit-section_cm-information_inner .cm-information_contents .cm-information_contents_slider .cm-information_contents_slider_inner .cm-information_contents_slider_list .slick-next::before {
  content: "";
  position: absolute;
  display: block;
  background-image: url(/sp/petit/steak/img/slider_arrow_next.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 60px;
  height: 86px;
  top: -68px;
  right: 5px;
  opacity: 1;
}
@media only screen and (max-width: 767.98px) {
  .petit-steak .petit-section_cm-information .petit-section_cm-information_inner .cm-information_contents .cm-information_contents_slider .cm-information_contents_slider_inner .cm-information_contents_slider_list .slick-next::before {
    width: 56px;
    height: 70px;
    top: -55px;
    right: 15px;
  }
}
.petit-steak .petit-section_cm-information .petit-section_cm-information_inner .cm-information_contents .cm-information_contents_slider .cm-information_contents_slider_inner .cm-information_contents_slider_list .slick-next::before:hover {
  opacity: 0.7;
}
/********************
　Recommendation
*********************/
.petit-steak .petit-section_recommendation {
  margin: 100px 0 140px;
}
@media only screen and (max-width: 767.98px) {
  .petit-steak .petit-section_recommendation {
    margin: 60px 0 80px;
  }
}
.petit-steak .petit-section_recommendation .petit-section_title {
  position: relative;
  padding-top: 73px;
  margin-bottom: 50px;
  text-align: center;
}
@media only screen and (max-width: 767.98px) {
  .petit-steak .petit-section_recommendation .petit-section_title {
    padding-top: 51px;
    margin-bottom: 30px;
  }
}
.petit-steak .petit-section_recommendation .petit-section_title::before {
  content: "";
  background-image: url(/sp/petit/steak/img/section_title_recommendation_icon.png);
  background-repeat: no-repeat;
  background-size: 50px 46px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 50px;
  height: 46px;
}
@media only screen and (max-width: 767.98px) {
  .petit-steak .petit-section_recommendation .petit-section_title::before {
    background-size: 42px 39px;
    width: 42px;
    height: 39px;
  }
}
.petit-steak .petit-section_recommendation .recommendation_contents .recommendation_contents_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.petit-steak .petit-section_recommendation .recommendation_contents .recommendation_contents_list .recommendation_contents_item {
  width: -webkit-calc(33% - 23px);
  width: calc(33% - 23px);
}
@media only screen and (max-width: 767.98px) {
  .petit-steak .petit-section_recommendation .recommendation_contents .recommendation_contents_list .recommendation_contents_item {
    width: -webkit-calc(50% - 7.5px);
    width: calc(50% - 7.5px);
  }
}
.petit-steak .petit-section_recommendation .recommendation_contents .recommendation_contents_list .recommendation_contents_item:hover {
  text-decoration: none;
}
@media only screen and (max-width: 767.98px) {
  .petit-steak .petit-section_recommendation .recommendation_contents .recommendation_contents_list .recommendation_contents_item:nth-child(2n) {
    margin-left: 15px;
  }
}
@media only screen and (max-width: 767.98px) {
  .petit-steak .petit-section_recommendation .recommendation_contents .recommendation_contents_list .recommendation_contents_item:nth-child(n + 3) {
    margin-top: 20px;
  }
}
.petit-steak .petit-section_recommendation .recommendation_contents .recommendation_contents_list .recommendation_contents_item:nth-child(n + 4) {
  margin-top: 50px;
}
@media only screen and (max-width: 767.98px) {
  .petit-steak .petit-section_recommendation .recommendation_contents .recommendation_contents_list .recommendation_contents_item:nth-child(n + 4) {
    margin-top: 20px;
  }
}
.petit-steak .petit-section_recommendation .recommendation_contents .recommendation_contents_list .recommendation_contents_item a img:hover {
  opacity: 0.5;
}
.petit-steak .petit-section_recommendation .recommendation_contents .recommendation_contents_list .recommendation_contents_item .recommendation_contents_item_img {
  max-width: 374px;
  width: 100%;
  -webkit-box-shadow: 2px 3.464px 14px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 2px 3.464px 14px 0px rgba(0, 0, 0, 0.08);
}
.petit-steak .petit-section_recommendation .recommendation_contents .recommendation_contents_list .recommendation_contents_item .recommendation_contents_item_img img {
  width: 100%;
  height: auto;
}
.petit-steak .petit-section_recommendation .recommendation_contents .recommendation_contents_list .recommendation_contents_item .recommendation_contentss_item_title {
  margin-top: 25px;
  font-size: 18px;
  font-weight: 500;
}
@media only screen and (max-width: 767.98px) {
  .petit-steak .petit-section_recommendation .recommendation_contents .recommendation_contents_list .recommendation_contents_item .recommendation_contentss_item_title {
    margin-top: 12px;
    font-size: 15px;
  }
}
.petit-steak .petit-section_recommendation .recommendation_contents .recommendation_contents_list .recommendation_contents_item .recommendation_contentss_item_text {
  margin-top: 15px;
  color: #666;
}
@media only screen and (max-width: 767.98px) {
  .petit-steak .petit-section_recommendation .recommendation_contents .recommendation_contents_list .recommendation_contents_item .recommendation_contentss_item_text {
    margin-top: 10px;
    font-size: 14px;
  }
}
/********************
　Series
*********************/
.petit-steak .petit-section_series {
  margin-top: 85px;
  padding: 60px 0 120px;
  background-color: #f8f7f5;
}
@media only screen and (max-width: 767.98px) {
  .petit-steak .petit-section_series {
    padding: 50px 0 60px;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767.98px) {
  .petit-steak .petit-section_series .petit-section_series_inner {
    padding: 0 15px;
    margin: 0 auto;
    width: 100%;
  }
}
.petit-steak .petit-section_series .petit-section_series_inner .petit-section_title {
  margin-bottom: 50px;
  text-align: center;
}
@media only screen and (max-width: 767.98px) {
  .petit-steak .petit-section_series .petit-section_series_inner .petit-section_title {
    margin-bottom: 30px;
  }
}
.petit-steak .petit-section_series .petit-section_series_inner .series_contents {
  display: grid;
  margin: 0 auto;
  max-width: 1200px;
  width: 95%;
  grid-template-columns: 580px 580px;
  gap: 40px;
}
@media only screen and (max-width: 767.98px) {
  .petit-steak .petit-section_series .petit-section_series_inner .series_contents {
    display: block;
    width: 100%;
  }
}
.petit-steak .petit-section_series .petit-section_series_inner .series_contents .series_contents_link {
  display: block;
  width: 100%;
  max-width: 580px;
}
@media only screen and (max-width: 767.98px) {
  .petit-steak .petit-section_series .petit-section_series_inner .series_contents .series_contents_link {
    margin-bottom: 20px;
  }
  .petit-steak .petit-section_series .petit-section_series_inner .series_contents .series_contents_link:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .petit-steak .petit-section_series .petit-section_series_inner .series_contents .series_contents_link {
    max-width: initial;
  }
}
@media only screen and (max-width: 767.98px) {
  .petit-steak .petit-section_series .petit-section_series_inner .series_contents .series_contents_link:first-child {
    margin: 0 0 20px 0;
  }
}
.petit-steak .petit-section_series .petit-section_series_inner .series_contents .series_contents_link img {
  width: 100%;
}


/********************
　recipe new item
*********************/
.petit-steak .petit-section_recommendrecipe .petit-section_title {
  position: relative;
  padding-top: 54px;
  margin-bottom: 50px;
  text-align: center;
}

@media only screen and (max-width: 767.98px) {
  .petit-steak .petit-section_recommendrecipe {
    margin-top: 60px;
  }
}
.petit-steak .petit-section_recommendrecipe .petit-section_title {
  margin-bottom: 0;
  text-align: center;
}
@media only screen and (max-width: 767.98px) {
  .petit-steak .petit-section_recommendrecipe .petit-section_title {
    margin-bottom: 30px;
  }
}
.petit-steak .petit-section_recommendrecipe .lineup_contents {
  margin-top: 5px;
}
@media only screen and (max-width: 767.98px) {
  .petit-contet .petit-steak .petit-section_recommendrecipe .newitem_contents {
    height: 100%;
    margin-top: 0;
  }
}

.petit-steak .petit-section_recommendrecipe .newitem_contents {
  position: relative;
  background-image: url(/sp/petit/steak/img/newitem_bg01.jpg);
  background-repeat: repeat;
  width: 100%;
  height: 800px;
  margin-top: 80px;
  z-index: 3;
}
.petit-steak .petit-section_recommendrecipe .newitem_contents_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width: 767.98px) {
  .petit-steak .petit-section_recommendrecipe .newitem_contents_inner {
    display: block;
    width: 100%;
  }

  .petit-contet .petit-steak .petit-section_recommendrecipe .newitem_contents_inner .newitem_contents_item,
  .petit-contet .petit-steak .petit-section_recommendrecipe .newitem_contents_inner .newitem_contents_item:first-child .newitem_contents_item_image,
  .petit-contet .petit-steak .petit-section_recommendrecipe .newitem_contents_inner .newitem_contents_item:nth-child(2) .newitem_contents_item_image {
    width: 100%;
    height: auto;
    top: 0;
    right: 0;
    left: 0;
  }
  .petit-contet .petit-steak .petit-section_recommendrecipe .newitem_contents_inner .newitem_contents_item:first-child .newitem_contents_item_image {
    margin-bottom: 40px;
  }
  .petit-contet .petit-steak .petit-section_recommendrecipe .newitem_contents_inner .newitem_contents_item:nth-child(2) .newitem_contents_item_image img:nth-child(2) {
    margin-bottom: 30px;
    padding: 0 10px;
  }
  .petit-contet .petit-steak .petit-section_recommendrecipe .newitem_contents_inner .newitem_contents_item:nth-child(2) .newitem_contents_item_image img:last-child {
    padding: 0 10px;
  }
  .petit-contet .petit-steak .petit-section_recommendrecipe .newitem_contents_inner .newitem_contents_item:nth-child(2) {
    margin-bottom: 35px;
  }
}
.petit-steak .petit-section_recommendrecipe .newitem_contents_inner .newitem_contents_item {
  position: relative;
  width: 600px;
}


/********************
　recommendrecipe
*********************/
.petit-steak .petit-section_recommendrecipe {
  padding: 100px 0 0;

}
@media only screen and (max-width: 767.98px) {
  .petit-steak .petit-section_recommendrecipe {
    padding: 0 0 20px;
  }
}
.petit-steak .petit-section_recommendrecipe .petit-section_title {
  position: relative;
  padding-top: 73px;
  margin-bottom: 50px;
  text-align: center;
}
@media only screen and (max-width: 767.98px) {
  .petit-steak .petit-section_recommendrecipe .petit-section_title {
    padding-top: 51px;
    margin-bottom: 30px;
  }
}
.petit-steak .petit-section_recommendrecipe .petit-section_title::before {
  content: "";
  background-image: url(/sp/petit/steak/img/section_title_recipe_icon.png);
  background-repeat: no-repeat;
  background-size: 50px 46px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 50px;
  height: 46px;
}
@media only screen and (max-width: 767.98px) {
  .petit-steak .petit-section_recommendrecipe .petit-section_title::before {
    background-size: 42px 39px;
    width: 42px;
    height: 39px;
  }
}
.petit-steak .petit-section_recommendrecipe .recommendrecipe_contents .recommendrecipe_contents_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;         
}
@media only screen and (max-width: 767.98px) {
  .petit-steak .petit-section_recommendrecipe .recommendrecipe_contents .recommendrecipe_contents_list {
    display: block;
  }
}

.petit-steak .petit-section_recommendrecipe .recommendrecipe_contents .recommendrecipe_contents_list .recommendrecipe_contents_item {
  width: -webkit-calc(33% - 23px);
  width: calc(33% - 23px);
}
@media only screen and (max-width: 767.98px) {
  .petit-steak .petit-section_recommendrecipe .recommendrecipe_contents .recommendrecipe_contents_list .recommendrecipe_contents_item {
    width: 100%;
  }
}
.petit-steak .petit-section_recommendrecipe .recommendrecipe_contents .recommendrecipe_contents_list .recommendrecipe_contents_item:hover {
  text-decoration: none;
}

@media only screen and (max-width: 767.98px) {
  .petit-steak .petit-section_recommendrecipe .recommendrecipe_contents .recommendrecipe_contents_list .recommendrecipe_contents_item:nth-child(n + 2) {
    margin-top: 40px;
  }
}
.petit-steak .petit-section_recommendrecipe .recommendrecipe_contents .recommendrecipe_contents_list .recommendrecipe_contents_item a:hover {
  text-decoration: none;
}
.petit-steak .petit-section_recommendrecipe .recommendrecipe_contents .recommendrecipe_contents_list .recommendrecipe_contents_item a img:hover {
  opacity: 0.5;
}
.petit-steak .petit-section_recommendrecipe .recommendrecipe_contents .recommendrecipe_contents_list .recommendrecipe_contents_item .recommendrecipe_contents_item_img {
  max-width: 374px;
  width: 100%;
  -webkit-box-shadow: 2px 3.464px 14px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 2px 3.464px 14px 0px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
}
.petit-steak .petit-section_recommendrecipe .recommendrecipe_contents .recommendrecipe_contents_list .recommendrecipe_contents_item .recommendrecipe_contents_item_img img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.petit-steak .petit-section_recommendrecipe .recommendrecipe_contents .recommendrecipe_contents_list .recommendrecipe_contents_item .recommendrecipe_contents_item_title {
  margin-top: 25px;
  font-size: 18px;
  text-align: center;
  font-weight: 500;
}
@media only screen and (max-width: 767.98px) {
  .petit-steak .petit-section_recommendrecipe .recommendrecipe_contents .recommendrecipe_contents_list .recommendrecipe_contents_item .recommendrecipe_contents_item_title {
    margin-top: 30px;
  }
}
.petit-steak .petit-section_recommendrecipe .recommendrecipe_contents .recommendrecipe_contents_list .recommendrecipe_contents_item .recommendrecipe_contents_item_text {
  color: #666;
}
@media only screen and (max-width: 767.98px) {
  .petit-steak .petit-section_recommendrecipe .recommendrecipe_contents .recommendrecipe_contents_list .recommendrecipe_contents_item .recommendrecipe_contents_item_text {
    font-size: 15px;
  }
}

.petit-steak .petit-section_recommendrecipe .recommendrecipe_contents .recommendrecipe_contents_item .recommendrecipe_contents_item_inner {
  display: flex;
  margin-top: 25px;
  align-items: flex-start;
}

.petit-steak .petit-section_recommendrecipe .recommendrecipe_contents .recommendrecipe_contents_item .recommendrecipe_contents_item_inner figure {
  min-width: 100px;
  margin-right: 25px;
}
.petit-steak .petit-section_recommendrecipe .recommendrecipe_contents .recommendrecipe_contents_item .recommendrecipe_contents_item_inner figure img {
  max-height: 150px;
}

.petit-steak .petit-section_recommendrecipe .recommendrecipe_contents .recommendrecipe_contents_item .recommendrecipe_contents_item_btn {
  margin: 25px 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767.98px) {
  .petit-steak .petit-section_recommendrecipe .recommendrecipe_contents .recommendrecipe_contents_item .recommendrecipe_contents_item_btn {
    margin: 20px auto 30px;
    display: block;
  }
}
@media only screen and (max-width: 1200px) {
  .petit-steak .petit-section_recommendrecipe .recommendrecipe_contents .recommendrecipe_contents_item .recommendrecipe_contents_item_btn {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.petit-steak .petit-section_recommendrecipe .recommendrecipe_contents .recommendrecipe_contents_item .recommendrecipe_contents_item_btn .recommendrecipe_btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 280px;
  min-height: 57px;
  background-color: #d0322a;
  border-radius: 28.5px 28.5px 28.5px 28.5px;
  font-size: 16px;
  color: #fff;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease, opacity 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, opacity 0.3s ease;
}
.petit-steak .petit-section_recommendrecipe .recommendrecipe_contents .recommendrecipe_contents_item .recommendrecipe_contents_item_btn .recommendrecipe_btn::after {
  content: '';
  display: block;
  position: absolute;
  right: 13px;
  top: 0;
  bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 8px;
  height: 12px;
  margin: auto 0;
  pointer-events: none;
  -webkit-transition: background-position 0.3s ease;
  transition: background-position 0.3s ease;
  background: url(/sp/petit/shared/img/button_bg04.png) no-repeat right center / 300% 100%;
}
@media only screen and (max-width: 767.98px) {
  .petit-steak .petit-section_recommendrecipe .recommendrecipe_contents .recommendrecipe_contents_item .recommendrecipe_contents_item_btn .recommendrecipe_btn {
    margin: 0 auto;
    max-width: 276px;
    min-height: 52px;
  }
}
.petit-steak .petit-section_recommendrecipe .recommendrecipe_contents .recommendrecipe_contents_item .recommendrecipe_contents_item_btn .recommendrecipe_btn:hover {
  background-color: #fff;
  color: #d0322a;
  border: 1px solid #d0322a;
  text-decoration: none;
}
.petit-steak .petit-section_recommendrecipe .recommendrecipe_contents .recommendrecipe_contents_item .recommendrecipe_contents_item_btn .recommendrecipe_btn:hover::after {
  background-position: left center;
}


.petit-steak .petit-section_recommendrecipe .recommendrecipe_morebtn .recommendrecipe_morebtn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  margin: 25px 0 50px;
  align-items: center;
}

.petit-steak .petit-section_recommendrecipe .recommendrecipe_morebtn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 440px;
  min-height: 57px;
  margin: 10px auto 0;
  font-size: 16px;
  background-color: #fff;
  border: 1px solid #d0322a;
  color: #d0322a;
  text-align: center;
  border-radius: 28.5px 28.5px 28.5px 28.5px;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease, opacity 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, opacity 0.3s ease;
}
@media only screen and (max-width: 767.98px) {
  .petit-steak .petit-section_recommendrecipe .recommendrecipe_morebtn {
    padding: 10px;
    border-radius: 20px;
  }
}
.petit-steak .petit-section_recommendrecipe .recommendrecipe_morebtn::before {
  content: '';
  display: block;
  position: absolute;
  width: 18px;
  height: 24px;
    -webkit-transition: background-position 0.3s ease;
  transition: background-position 0.3s ease;
  mask-image: url(/sp/petit/shared/img/icon_recipe.svg);
  background-color: #d0322a;
  transition: 0.2s linear;
  left: 11%;
}
.petit-steak .petit-section_recommendrecipe .recommendrecipe_morebtn:hover::before {
  transition: 0.2s linear;
  background-color: #fff;
}

.petit-steak .petit-section_recommendrecipe .recommendrecipe_morebtn::after {
  content: '';
  display: block;
  position: absolute;
  right: 13px;
  top: 0;
  bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 8px;
  height: 12px;
  margin: auto 0;
  pointer-events: none;
  -webkit-transition: background-position 0.3s ease;
  transition: background-position 0.3s ease;
  background: url(/sp/petit/shared/img/button_bg04.png) no-repeat left center / 300% 100%;
}
.petit-steak .petit-section_recommendrecipe .recommendrecipe_morebtn:hover::after {
  background-position: right center;
}

.petit-steak .petit-section_recommendrecipe .recommendrecipe_morebtn:hover {
  background-color: #d0322a;
  color: #fff;
  tex