@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
body {
  font-smooth: antialiased;
  word-wrap: break-word;
}

a {
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes bgg {
  from {
    background: rgb(248, 219, 202);
  }
  to {
    background: rgba(248, 219, 202, 0);
  }
}
@keyframes bgg {
  from {
    background: rgb(248, 219, 202);
  }
  to {
    background: rgba(248, 219, 202, 0);
  }
}
@-webkit-keyframes fadetoBig {
  from {
    opacity: 0;
    -webkit-transform: scale(0) rotate(0.00001deg);
            transform: scale(0) rotate(0.00001deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0.00001deg);
            transform: scale(1) rotate(0.00001deg);
  }
}
@keyframes fadetoBig {
  from {
    opacity: 0;
    -webkit-transform: scale(0) rotate(0.00001deg);
            transform: scale(0) rotate(0.00001deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0.00001deg);
            transform: scale(1) rotate(0.00001deg);
  }
}
@-webkit-keyframes fadeInTop2 {
  from {
    opacity: 0;
    -webkit-transform: translate(-50%, -5%);
            transform: translate(-50%, -5%);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
@keyframes fadeInTop2 {
  from {
    opacity: 0;
    -webkit-transform: translate(-50%, -5%);
            transform: translate(-50%, -5%);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
@-webkit-keyframes fadeInBottom {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
            transform: translate3d(0, 10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInBottom {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
            transform: translate3d(0, 10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInBottom2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 10%, 0);
            transform: translate3d(-50%, 10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
}
@keyframes fadeInBottom2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 10%, 0);
            transform: translate3d(-50%, 10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
}
@-webkit-keyframes bgfadeinbottom {
  from {
    opacity: 0;
    -webkit-transform: translate(-50%, 30%);
            transform: translate(-50%, 30%);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
@keyframes bgfadeinbottom {
  from {
    opacity: 0;
    -webkit-transform: translate(-50%, 30%);
            transform: translate(-50%, 30%);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
@-webkit-keyframes bgfadeinup {
  from {
    opacity: 0;
    -webkit-transform: translate(-50%, 35%);
            transform: translate(-50%, 35%);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
@keyframes bgfadeinup {
  from {
    opacity: 0;
    -webkit-transform: translate(-50%, 35%);
            transform: translate(-50%, 35%);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
@-webkit-keyframes bgfadeinbottom2 {
  from {
    opacity: 0;
    -webkit-transform: translate(0%, 30%);
            transform: translate(0%, 30%);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0%, 0);
            transform: translate(0%, 0);
  }
}
@keyframes bgfadeinbottom2 {
  from {
    opacity: 0;
    -webkit-transform: translate(0%, 30%);
            transform: translate(0%, 30%);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0%, 0);
            transform: translate(0%, 0);
  }
}
@-webkit-keyframes bgfadeinup2 {
  from {
    opacity: 0;
    -webkit-transform: translate(0%, 35%);
            transform: translate(0%, 35%);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0%, 0);
            transform: translate(0%, 0);
  }
}
@keyframes bgfadeinup2 {
  from {
    opacity: 0;
    -webkit-transform: translate(0%, 35%);
            transform: translate(0%, 35%);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0%, 0);
            transform: translate(0%, 0);
  }
}
.jarkatsu {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  color: #93524E;
  background: #FFFFFF;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  /*---------------
  jheader
  ----------------*/
  /*---------------
  jsectionnavi
  ----------------*/
  /*---------------
  jsection01
  ----------------*/
  /*---------------
  jsection00
  ----------------*/
  /*---------------
  jsection02
  ----------------*/
  /*---------------
  jsection03
  ----------------*/
  /*---------------
  jsection04
  ----------------*/
  /*------------
  animetion
  ------------*/
}
.jarkatsu img {
  height: auto;
}
.jarkatsu .jheader {
  width: 100%;
  position: relative;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 20%;
  background: url(../images/jhead_bg01-2_pc.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 170% auto;
}
.jarkatsu .jheader:after {
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%201920%20358.14%22%20style%3D%22enable-background%3Anew%200%200%201920%20358.14%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M0%2C0v358.14h1920V0c-288.42%2C146.07-614.59%2C228.38-960%2C228.38S288.42%2C146.07%2C0%2C0z%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100% auto;
  background-position: center bottom;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  bottom: -5vw;
  left: 0;
  right: 0;
  z-index: 1;
}
.jarkatsu .jheader .jhead-bgg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  -webkit-animation: bgg 0.9s;
          animation: bgg 0.9s;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
  z-index: 1;
}
.jarkatsu .jheader h1 {
  width: 45%;
  margin: 0 auto;
  -webkit-animation: fadetoBig 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
          animation: fadetoBig 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
  padding: 10vw 3vw 5vw 0;
  z-index: 2;
  position: relative;
  z-index: 5;
}
.jarkatsu .jheader .jhead-img01 {
  position: absolute;
  top: 0;
  left: 45%;
  -webkit-transform: translatex(-50%);
          transform: translatex(-50%);
  width: 45%;
  height: auto;
  margin-left: 42%;
  z-index: 2;
  -webkit-animation: fadeInTop2 0.5s;
          animation: fadeInTop2 0.5s;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
}
.jarkatsu .jheader .jhead-img02 {
  position: absolute;
  z-index: 2;
  top: 5%;
  left: 50%;
  -webkit-transform: translatex(-50%);
          transform: translatex(-50%);
  width: 50%;
  height: auto;
  margin-left: -50%;
  -webkit-animation: fadeInTop2 0.5s;
          animation: fadeInTop2 0.5s;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
}
.jarkatsu .jheader .jhead-img03 {
  z-index: 2;
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translatex(-50%);
          transform: translatex(-50%);
  width: 25%;
  height: auto;
  margin: 0 auto 0 -15%;
  -webkit-animation: fadeInTop2 0.5s;
          animation: fadeInTop2 0.5s;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
}
.jarkatsu .jheader .jhead-bg {
  position: absolute;
  z-index: 2;
  top: 75%;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(5deg);
          transform: translateX(-50%) rotate(5deg);
  z-index: 3;
  width: 90%;
  height: auto;
  margin-left: -5%;
  -webkit-animation: fadeIn 0.5s;
          animation: fadeIn 0.5s;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
}
.jarkatsu .jheader .cp {
  width: 40%;
  margin: 0 auto;
  -webkit-animation: fadeIn 0.5s;
          animation: fadeIn 0.5s;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
}
@media screen and (min-width: 1300px) {
  .jarkatsu .jheader {
    padding-bottom: 2.2222222222%;
  }
}
@media screen and (min-width: 1200px) {
  .jarkatsu .jheader {
    background-size: 100% auto;
    padding-bottom: 5%;
  }
  .jarkatsu .jheader h1 {
    width: 50%;
    padding: 5vw 15vw 4vw 0;
  }
  .jarkatsu .jheader .jhead-img01 {
    left: 50%;
    width: 32%;
    margin-left: 22%;
  }
  .jarkatsu .jheader .jhead-img02 {
    top: 21%;
    width: 23%;
    height: auto;
    margin-left: -40%;
  }
  .jarkatsu .jheader .jhead-img03 {
    top: 20%;
    width: 18%;
    margin-left: 48%;
  }
  .jarkatsu .jheader .jhead-bg {
    top: 65%;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(0deg);
            transform: translateX(-50%) rotate(0deg);
    z-index: 3;
    width: 62%;
    height: auto;
    margin-left: 10%;
  }
}
@media screen and (max-width: 640px) {
  .jarkatsu .jheader {
    width: 100%;
    position: relative;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 33.3333333333%;
    background: url(../images/jhead_bg01-2_sp.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 220% auto;
  }
  .jarkatsu .jheader:after {
    height: 43.4782608696%;
    bottom: -5vw;
  }
  .jarkatsu .jheader h1 {
    width: 50%;
    margin: 0 auto;
    padding: 20vw 10vw 0 0;
  }
  .jarkatsu .jheader .jhead-img01 {
    top: 5%;
    width: 58%;
    margin-left: 40%;
  }
  .jarkatsu .jheader .jhead-img02 {
    top: 5%;
    width: 40%;
    margin-left: -45%;
  }
  .jarkatsu .jheader .jhead-img03 {
    top: 55%;
    margin: 0 auto 0 -25%;
    width: 35%;
  }
  .jarkatsu .jheader .jhead-bg {
    top: 75%;
    margin-left: 5%;
    width: 90%;
    -webkit-transform: translateX(-50%) rotate(0deg);
            transform: translateX(-50%) rotate(0deg);
  }
  .jarkatsu .jheader .cp {
    width: 39%;
  }
}
.jarkatsu .jsectionnavi {
  z-index: 2;
  text-align: center;
  position: relative;
  margin: 0 auto;
}
.jarkatsu .jsectionnavi .inwper {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
.jarkatsu .jsectionnavi .bg01 {
  position: absolute;
  top: -1%;
  left: 50%;
  -webkit-transform: translatex(-50%);
          transform: translatex(-50%);
  z-index: 5;
  width: 10%;
  height: auto;
  margin-left: -50%;
}
.jarkatsu .jsectionnavi .bg02 {
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translatex(-50%);
          transform: translatex(-50%);
  z-index: 2;
  width: 15%;
  height: auto;
  margin-left: 55%;
}
.jarkatsu .jsectionnavi .navigation {
  width: 80%;
  max-width: 700px;
  margin: 0 auto;
  padding: 5vw 0 2vw 0;
}
.jarkatsu .jsectionnavi .navigation:after {
  content: "";
  background: url(../images/navi_bd_pc.png) no-repeat center bottom;
  background-size: 100% auto;
  width: 100%;
  height: 3vw;
  display: block;
}
.jarkatsu .jsectionnavi .navigation dd {
  padding: 2vw 0;
}
.jarkatsu .jsectionnavi .navigation dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1000px;
  margin: 0 auto;
}
.jarkatsu .jsectionnavi .navigation dd ul li {
  width: 33.3333333333%;
  padding: 1vw;
}
.jarkatsu .jsectionnavi .navigation dd ul li a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 1;
}
.jarkatsu .jsectionnavi .navigation dd ul li a:hover {
  opacity: 0.7;
}
@media screen and (min-width: 1200px) {
  .jarkatsu .jsectionnavi .navigation {
    padding: 3em 0 0 0;
  }
}
@media screen and (max-width: 640px) {
  .jarkatsu .jsectionnavi .navigation {
    width: 90%;
  }
}
.jarkatsu .jsection01 {
  z-index: 2;
  text-align: center;
  padding: 8vw 0 5vw 0;
  position: relative;
  margin: 0 auto;
}
.jarkatsu .jsection01 .inwper {
  max-width: 1200px;
  margin: 0 auto;
}
.jarkatsu .jsection01 .bg01 {
  position: absolute;
  top: -1%;
  left: 50%;
  -webkit-transform: translatex(-50%);
          transform: translatex(-50%);
  z-index: 2;
  width: 14%;
  height: auto;
  margin-left: -50%;
}
.jarkatsu .jsection01 .bg02 {
  position: absolute;
  top: 14%;
  left: 50%;
  -webkit-transform: translatex(-50%);
          transform: translatex(-50%);
  z-index: 2;
  width: 10%;
  height: auto;
  margin-left: -50%;
}
.jarkatsu .jsection01 .bg03 {
  position: absolute;
  z-index: 5;
  top: 48%;
  left: 50%;
  -webkit-transform: translatex(-50%);
          transform: translatex(-50%);
  z-index: 2;
  width: 15%;
  height: auto;
  margin-left: 40%;
}
.jarkatsu .jsection01 .bg04 {
  position: absolute;
  top: 57%;
  left: 50%;
  -webkit-transform: translatex(-50%);
          transform: translatex(-50%);
  z-index: 2;
  width: 8%;
  height: auto;
  margin-left: 44%;
}
.jarkatsu .jsection01 .bg05 {
  position: absolute;
  bottom: 15%;
  left: 50%;
  -webkit-transform: translatex(-50%);
          transform: translatex(-50%);
  z-index: 2;
  width: 15%;
  height: auto;
  margin-left: -43%;
}
.jarkatsu .jsection01 .secleadbx {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.jarkatsu .jsection01 .secleadbx .seclead {
  text-align: left;
  width: 50%;
  padding-left: 10%;
  padding-right: 2%;
}
.jarkatsu .jsection01 .secleadbx .seclead dd, .jarkatsu .jsection01 .secleadbx .seclead dd p {
  text-align: left;
}
.jarkatsu .jsection01 .secleadbx .seclead dd {
  padding: 1em 0;
}
.jarkatsu .jsection01 .secleadbx .seclead dd p {
  color: #93524E;
  font-size: 1.2em;
  padding: 1em 0;
}
.jarkatsu .jsection01 .secleadbx .secleadimg {
  margin-right: -100px;
}
.jarkatsu .jsection01 .jk {
  padding: 8vw 0 0 0;
  width: 80%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.jarkatsu .jsection01 .jk li {
  padding: 0;
  width: 33.3333333333vw;
}
.jarkatsu .jsection01 .jk li:nth-child(even) {
  margin-top: -8vw;
  margin-left: 35vw;
}
.jarkatsu .jsection01 .jk li:nth-child(odd) {
  margin-top: -8vw;
  margin-right: 35vw;
}
@media screen and (min-width: 2400px) {
  .jarkatsu .jsection01 {
    padding: 5vw 0 8.3333333333% 0;
  }
  .jarkatsu .jsection01:after {
    bottom: -2.6315789474%;
    height: 25%;
  }
}
@media screen and (min-width: 1800px) and (max-width: 2399px) {
  .jarkatsu .jsection01:after {
    bottom: -2.5%;
  }
}
@media screen and (min-width: 1200px) {
  .jarkatsu .jsection01 .bg01 {
    top: -1%;
    width: 159px;
    margin-left: -590px;
  }
  .jarkatsu .jsection01 .bg02 {
    top: 12%;
    width: 94px;
    margin-left: -570px;
  }
  .jarkatsu .jsection01 .bg03 {
    top: 45%;
    width: 144px;
    margin-left: 530px;
  }
  .jarkatsu .jsection01 .bg04 {
    top: 53%;
    width: 57px;
    margin-left: 570px;
  }
  .jarkatsu .jsection01 .bg05 {
    bottom: 15%;
    width: 119px;
    margin-left: -570px;
  }
  .jarkatsu .jsection01 .jk {
    padding: 5em 0 0 0;
  }
  .jarkatsu .jsection01 .jk li {
    padding: 0;
    width: 33.3333333333vw;
  }
  .jarkatsu .jsection01 .jk li:nth-child(even) {
    margin-top: -10em;
    margin-left: 480px;
  }
  .jarkatsu .jsection01 .jk li:nth-child(odd) {
    margin-top: -4em;
    margin-right: 480px;
  }
}
@media screen and (max-width: 1180px) {
  .jarkatsu .jsection01 .secleadbx .seclead dd p {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 1100px) {
  .jarkatsu .jsection01 .secleadbx .seclead {
    text-align: left;
    width: 60%;
    padding-left: 8%;
    padding-right: 2%;
  }
  .jarkatsu .jsection01 .secleadbx .secleadimg {
    margin-right: -15%;
    width: 75%;
  }
}
@media screen and (max-width: 830px) {
  .jarkatsu .jsection01:after {
    bottom: -8%;
  }
}
@media screen and (max-width: 786px) {
  .jarkatsu .jsection01 .bg03 {
    width: 15%;
    top: 45%;
    z-index: 5;
  }
  .jarkatsu .jsection01 .bg04 {
    width: 8%;
    top: 55%;
  }
  .jarkatsu .jsection01 .secleadbx .seclead {
    text-align: left;
    width: 65%;
    padding-left: 8%;
    padding-right: 2%;
  }
}
@media screen and (max-width: 640px) {
  .jarkatsu .jsection01:after {
    height: 16.6666666667%;
    bottom: -6.25%;
  }
  .jarkatsu .jsection01 .secleadbx .seclead {
    text-align: left;
    width: 70%;
    padding-left: 8%;
    padding-right: 2%;
  }
  .jarkatsu .jsection01 .secleadbx .seclead dd p {
    font-size: 1.8vw;
  }
  .jarkatsu .jsection01 .secleadbx .seclead .secleadimg {
    margin-right: -10vw;
    width: 60%;
  }
}
@media screen and (max-width: 480px) {
  .jarkatsu .jsection01:after {
    height: 18.1818181818%;
    bottom: -14.2857142857%;
  }
  .jarkatsu .jsection01 .secleadbx {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .jarkatsu .jsection01 .secleadbx .seclead {
    width: 90%;
  }
  .jarkatsu .jsection01 .secleadbx .seclead dd p {
    font-size: 3vw;
  }
  .jarkatsu .jsection01 .secleadbx .secleadimg {
    margin-right: 0;
    width: 80%;
  }
  .jarkatsu .jsection01 .bg02 {
    top: 10%;
  }
  .jarkatsu .jsection01 .bg03 {
    width: 15%;
    top: 42%;
  }
  .jarkatsu .jsection01 .bg04 {
    width: 8%;
    top: 45%;
  }
  .jarkatsu .jsection01 .bg05 {
    width: 15%;
    bottom: 3%;
    z-index: 3;
  }
  .jarkatsu .jsection01 .jk {
    padding: 8vw 0 0 0;
    width: 90%;
  }
  .jarkatsu .jsection01 .jk li {
    padding: 1vw 0;
    width: 66.6666666667vw;
  }
  .jarkatsu .jsection01 .jk li:nth-child(even) {
    margin-top: 0;
    margin-left: 0;
  }
  .jarkatsu .jsection01 .jk li:nth-child(odd) {
    margin-top: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 345px) {
  .jarkatsu .jsection01:after {
    height: 18.1818181818%;
    bottom: -14.2857142857%;
  }
}
.jarkatsu .jsection00 {
  text-align: center;
  padding: 12.5% 0 16.6666666667% 0;
  position: relative;
  background: url(../images/sec00_bg_pc.jpg) no-repeat center top;
  background-size: 100% auto;
  z-index: 1;
}
.jarkatsu .jsection00:before {
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%201920%20345.5%22%20style%3D%22enable-background%3Anew%200%200%201920%20345.5%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M0%2C0v134.15c139.24%2C19.61%2C145.49%2C74.52%2C305.8%2C88.54c172.07%2C15.05%2C177.51-47.1%2C349.58-32.04%20c172.07%2C15.05%2C166.63%2C77.21%2C338.7%2C92.26c172.07%2C15.05%2C177.51-47.1%2C349.58-32.04c172.07%2C15.05%2C166.63%2C77.21%2C338.71%2C92.26%20C1806.65%2C354%2C1844%2C324.6%2C1920%2C313.1V0H0z%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  height: 14.2857142857%;
  width: 100%;
  display: block;
  position: absolute;
  top: -4.1666666667%;
  left: 0;
  right: 0;
  z-index: 1;
}
.jarkatsu .jsection00:after {
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%201920%20266.87%22%20style%3D%22enable-background%3Anew%200%200%201920%20266.87%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23EE5750%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M1920%2C266.87v-87.92c-76%2C11.5-113.35%2C40.9-237.63%2C30.03c-172.07-15.05-166.63-77.21-338.71-92.26%20c-172.07-15.05-177.51%2C47.1-349.58%2C32.04C822.01%2C133.7%2C827.45%2C71.55%2C655.38%2C56.5C483.31%2C41.44%2C477.87%2C103.6%2C305.8%2C88.54%20C145.49%2C74.52%2C139.24%2C19.61%2C0%2C0v266.87H1920z%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  height: 12.5%;
  width: 100%;
  display: block;
  position: absolute;
  bottom: -5%;
  left: 0;
  right: 0;
  z-index: 1;
}
.jarkatsu .jsection00 .inwper {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.jarkatsu .jsection00 .inwper .bg01 {
  position: absolute;
  top: -8%;
  left: 50%;
  -webkit-transform: translatex(-50%);
          transform: translatex(-50%);
  z-index: 2;
  width: 12%;
  height: auto;
  margin-left: 30%;
}
.jarkatsu .jsection00 .inwper .bg02 {
  position: absolute;
  top: 10%;
  left: 50%;
  -webkit-transform: translatex(-50%);
          transform: translatex(-50%);
  z-index: 2;
  width: 10%;
  height: auto;
  margin-left: -30%;
}
.jarkatsu .jsection00 .inwper .bg03 {
  position: absolute;
  z-index: 5;
  top: 10%;
  left: 50%;
  -webkit-transform: translatex(-50%);
          transform: translatex(-50%);
  z-index: 2;
  width: 15%;
  height: auto;
  margin-left: 30%;
}
.jarkatsu .jsection00 .inwper .bg04 {
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translatex(-50%);
          transform: translatex(-50%);
  z-index: 2;
  width: 10%;
  height: auto;
  margin-left: -43%;
}
.jarkatsu .jsection00 .inwper .bg05 {
  position: absolute;
  bottom: -8%;
  left: 50%;
  -webkit-transform: translatex(-50%);
          transform: translatex(-50%);
  z-index: 2;
  width: 12%;
  height: auto;
  margin-left: 35%;
}
.jarkatsu .jsection00 .secleadbx {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.jarkatsu .jsection00 .secleadbx .seclead {
  text-align: left;
  width: 50%;
}
.jarkatsu .jsection00 .secleadbx .seclead dt {
  text-align: center;
}
.jarkatsu .jsection00 .secleadbx .seclead dd, .jarkatsu .jsection00 .secleadbx .seclead dd p {
  text-align: center;
}
.jarkatsu .jsection00 .secleadbx .seclead dd {
  padding: 0 0 1em 0;
}
.jarkatsu .jsection00 .secleadbx .seclead dd p {
  font-size: 1.4em;
  font-weight: bold;
  padding: 1em 0;
}
.jarkatsu .jsection00 .secleadbx .seclead dd p span {
  color: #CB403A;
}
.jarkatsu .jsection00 .secleadbx .secleadimg {
  margin-left: -100px;
}
.jarkatsu .jsection00 .merit {
  width: 35%;
  max-width: 350px;
  margin: 0 auto;
}
.jarkatsu .jsection00 .il {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80%;
  margin: 0 auto;
}
.jarkatsu .jsection00 .il li {
  position: relative;
  padding: 2vw 1vw;
}
.jarkatsu .jsection00 .rcp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80%;
  margin: 0 auto;
}
.jarkatsu .jsection00 .rcp li {
  position: relative;
  padding: 0 1vw;
}
.jarkatsu .jsection00 .rcp li a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 1;
}
.jarkatsu .jsection00 .rcp li a:hover {
  opacity: 0.7;
}
.jarkatsu .jsection00 .rcp li .rcpm {
  font-size: clamp(0.8rem, 1.6vw, 1.6rem);
  font-weight: bold;
  line-height: 1.6;
}
.jarkatsu .jsection00 .atten {
  color: #f8dbca;
  padding-top: 2em;
}
@media screen and (min-width: 2527px) {
  .jarkatsu .jsection00:before {
    height: 33.3333333333%;
    top: -9.0909090909%;
  }
  .jarkatsu .jsection00:after {
    height: 20.8333333333%;
    bottom: -1.8181818182%;
  }
}
@media screen and (min-width: 2200px) and (max-width: 2526px) {
  .jarkatsu .jsection00:before {
    height: 25%;
    top: -8.3333333333%;
  }
  .jarkatsu .jsection00:after {
    height: 18.1818181818%;
    bottom: -1.8181818182%;
  }
}
@media screen and (min-width: 1800px) and (max-width: 2199px) {
  .jarkatsu .jsection00:before {
    height: 25%;
    top: -8.3333333333%;
  }
  .jarkatsu .jsection00:after {
    height: 16.6666666667%;
    bottom: -2%;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1799px) {
  .jarkatsu .jsection00:before {
    height: 20%;
    top: -7.6923076923%;
  }
  .jarkatsu .jsection00:after {
    height: 14.2857142857%;
    bottom: -2.5641025641%;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .jarkatsu .jsection00:before {
    height: 16.6666666667%;
    top: -5%;
  }
  .jarkatsu .jsection00:after {
    height: 16.6666666667%;
    bottom: -6.6666666667%;
  }
}
@media screen and (min-width: 1200px) {
  .jarkatsu .jsection00 .il li {
    position: relative;
    padding: 1em 50px;
  }
  .jarkatsu .jsection00 .il li:after {
    bottom: 230px;
    right: -20px;
  }
  .jarkatsu .jsection00 .secleadbx {
    max-width: 1200px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1180px) {
  .jarkatsu .jsection00 .secleadbx .seclead dd p {
    font-size: 1.8vw;
  }
  .jarkatsu .jsection00 .atten {
    font-size: 1.4vw;
    padding-top: 5vw;
  }
}
@media screen and (max-width: 1100px) {
  .jarkatsu .jsection00 .secleadbx .seclead {
    text-align: center;
    width: 60%;
    padding-left: 2%;
    padding-right: 5%;
  }
  .jarkatsu .jsection00 .secleadbx .secleadimg {
    margin-left: -15%;
    width: 80%;
  }
  .jarkatsu .jsection00 .il li:after {
    background-size: 70% auto;
    bottom: 18vw;
    right: -3vw;
  }
}
@media screen and (max-width: 640px) {
  .jarkatsu .jsection00:after {
    height: 16.6666666667%;
    bottom: -8.3333333333%;
  }
  .jarkatsu .jsection00 .secleadbx .seclead {
    text-align: left;
    width: 70%;
  }
  .jarkatsu .jsection00 .secleadbx .seclead dd p {
    font-size: 1.8vw;
  }
  .jarkatsu .jsection00 .secleadbx .secleadimg {
    margin-left: -3vw;
    width: 60%;
  }
  .jarkatsu .jsection00 .il li:after {
    content: "";
    background: url(../images/sec02_il_arrow_sp.png) no-repeat center center;
    background-size: 40% auto;
    bottom: 15vw;
    right: -5vw;
  }
  .jarkatsu .jsection00 .atten {
    font-size: 1.8vw;
    padding-top: 5vw;
  }
}
@media screen and (max-width: 480px) {
  .jarkatsu .jsection00 {
    padding: 16.6666666667% 0 16.6666666667% 0;
  }
  .jarkatsu .jsection00:before {
    height: 14.2857142857%;
    top: -3.3333333333%;
  }
  .jarkatsu .jsection00:after {
    height: 20%;
    bottom: -13.3333333333%;
  }
  .jarkatsu .jsection00 .inwper .bg02 {
    position: absolute;
    top: 10%;
    left: 50%;
    -webkit-transform: translatex(-50%);
            transform: translatex(-50%);
    z-index: 2;
    width: 10%;
    height: auto;
    margin-left: -40%;
  }
  .jarkatsu .jsection00 .inwper .bg03 {
    position: absolute;
    z-index: 5;
    top: 10%;
    left: 50%;
    -webkit-transform: translatex(-50%);
            transform: translatex(-50%);
    z-index: 2;
    width: 15%;
    height: auto;
    margin-left: 40%;
  }
  .jarkatsu .jsection00 .inwper .bg04 {
    position: absolute;
    top: 65%;
    left: 50%;
    -webkit-transform: translatex(-50%);
            transform: translatex(-50%);
    z-index: 2;
    width: 13%;
    height: auto;
    margin-left: -48%;
  }
  .jarkatsu .jsection00 .secleadbx {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .jarkatsu .jsection00 .secleadbx .seclead {
    text-align: center;
    margin: 0 auto;
    width: 80%;
    padding-right: 0;
    padding-left: 0;
  }
  .jarkatsu .jsection00 .secleadbx .seclead dd p {
    font-size: 3vw;
  }
  .jarkatsu .jsection00 .secleadbx dt {
    width: 80%;
    margin: 0 auto;
  }
  .jarkatsu .jsection00 .secleadbx .secleadimg {
    width: 80%;
  }
  .jarkatsu .jsection00 .il {
    width: 95%;
  }
  .jarkatsu .jsection00 .il li:after {
    bottom: 18vw;
    right: -5vw;
  }
  .jarkatsu .jsection00 .atten {
    font-size: 2.3vw;
  }
}
@media screen and (max-width: 345px) {
  .jarkatsu .jsection00:after {
    height: 20%;
    bottom: -13.3333333333%;
  }
  .jarkatsu .jsection00 .il li:after {
    right: -7vw;
  }
}
.jarkatsu .jsection02 {
  text-align: center;
  padding: 0 0 16.6666666667% 0;
  position: relative;
  background: #ee5750;
  z-index: 2;
}
.jarkatsu .jsection02:after {
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%201920%20232.97%22%20style%3D%22enable-background%3Anew%200%200%201920%20232.97%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FFFAC3%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M1920%2C232.97v-74.83c-135.67-3.37-152.96%2C48.1-311.24%2C34.25c-172.07-15.05-166.64-77.21-338.71-92.26%20c-172.07-15.05-177.51%2C47.1-349.58%2C32.04c-172.07-15.05-166.63-77.21-338.7-92.26C409.7%2C24.86%2C404.26%2C87.01%2C232.19%2C71.96%20C106%2C60.92%2C75.28%2C24.55%2C0%2C0v232.97H1920z%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  height: 16.6666666667%;
  width: 100%;
  display: block;
  position: absolute;
  bottom: -7.4074074074%;
  left: 0;
  right: 0;
  z-index: 1;
}
.jarkatsu .jsection02 .inwper {
  max-width: 1200px;
  margin: 0 auto;
}
.jarkatsu .jsection02 .secleadbx {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.jarkatsu .jsection02 .secleadbx .seclead {
  text-align: left;
  width: 50%;
  padding-right: 10%;
  padding-left: 2%;
}
.jarkatsu .jsection02 .secleadbx .seclead dt {
  text-align: center;
}
.jarkatsu .jsection02 .secleadbx .seclead dd, .jarkatsu .jsection02 .secleadbx .seclead dd p {
  text-align: center;
}
.jarkatsu .jsection02 .secleadbx .seclead dd {
  padding: 1em 0;
}
.jarkatsu .jsection02 .secleadbx .seclead dd p {
  color: #f8dbca;
  font-size: 1.2em;
  padding: 1em 0;
}
.jarkatsu .jsection02 .secleadbx .secleadimg {
  margin-left: -100px;
}
.jarkatsu .jsection02 .il {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80%;
  margin: 0 auto;
}
.jarkatsu .jsection02 .il li {
  position: relative;
  padding: 0 4vw;
}
.jarkatsu .jsection02 .il li:after {
  content: "";
  background: url(../images/sec02_il_arrow_pc.png) no-repeat center center;
  background-size: 100% auto;
  width: 50px;
  height: 40px;
  display: block;
  position: absolute;
  bottom: 180px;
  right: -1vw;
}
.jarkatsu .jsection02 .il li:last-child:after {
  content: none;
}
.jarkatsu .jsection02 .atten {
  color: #f8dbca;
  padding-top: 2em;
}
@media screen and (min-width: 2527px) {
  .jarkatsu .jsection02 {
    padding: 0 0 12.5% 0;
  }
  .jarkatsu .jsection02:after {
    height: 20.8333333333%;
    bottom: -1.8181818182%;
  }
}
@media screen and (min-width: 2200px) and (max-width: 2526px) {
  .jarkatsu .jsection02 {
    padding: 0 0 12.5% 0;
  }
  .jarkatsu .jsection02:after {
    height: 18.1818181818%;
    bottom: -1.8181818182%;
  }
}
@media screen and (min-width: 1800px) and (max-width: 2199px) {
  .jarkatsu .jsection02 {
    padding: 0 0 12.5% 0;
  }
  .jarkatsu .jsection02:after {
    height: 16.6666666667%;
    bottom: -2%;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1799px) {
  .jarkatsu .jsection02 {
    padding: 0 0 14.2857142857% 0;
  }
  .jarkatsu .jsection02:after {
    height: 14.2857142857%;
    bottom: -2.5641025641%;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .jarkatsu .jsection02 {
    padding: 0 0 14.2857142857% 0;
  }
  .jarkatsu .jsection02:after {
    height: 16.6666666667%;
    bottom: -6.6666666667%;
  }
}
@media screen and (min-width: 1200px) {
  .jarkatsu .jsection02 .il li {
    position: relative;
    padding: 0 50px;
  }
  .jarkatsu .jsection02 .il li:after {
    bottom: 230px;
    right: -20px;
  }
  .jarkatsu .jsection02 .secleadbx {
    max-width: 1200px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1180px) {
  .jarkatsu .jsection02 .secleadbx .seclead dd p {
    font-size: 1.4vw;
  }
  .jarkatsu .jsection02 .atten {
    font-size: 1.4vw;
    padding-top: 5vw;
  }
}
@media screen and (max-width: 1100px) {
  .jarkatsu .jsection02 .secleadbx .seclead {
    text-align: center;
    width: 60%;
    padding-left: 2%;
    padding-right: 5%;
  }
  .jarkatsu .jsection02 .secleadbx .secleadimg {
    margin-left: -15%;
    width: 80%;
  }
  .jarkatsu .jsection02 .il li:after {
    background-size: 70% auto;
    bottom: 18vw;
    right: -3vw;
  }
}
@media screen and (max-width: 640px) {
  .jarkatsu .jsection02 {
    padding: 3vw 0 16.6666666667% 0;
  }
  .jarkatsu .jsection02:after {
    height: 16.6666666667%;
    bottom: -8.3333333333%;
  }
  .jarkatsu .jsection02 .secleadbx .seclead {
    text-align: left;
    width: 70%;
    padding-right: 10%;
    padding-left: 2%;
  }
  .jarkatsu .jsection02 .secleadbx .seclead dd p {
    font-size: 1.8vw;
  }
  .jarkatsu .jsection02 .secleadbx .secleadimg {
    margin-left: -3vw;
    width: 60%;
  }
  .jarkatsu .jsection02 .il li:after {
    content: "";
    background: url(../images/sec02_il_arrow_sp.png) no-repeat center center;
    background-size: 40% auto;
    bottom: 15vw;
    right: -5vw;
  }
  .jarkatsu .jsection02 .atten {
    font-size: 1.8vw;
    padding-top: 5vw;
  }
}
@media screen and (max-width: 480px) {
  .jarkatsu .jsection02 {
    padding: 5vw 0 16.6666666667% 0;
  }
  .jarkatsu .jsection02:after {
    height: 16.6666666667%;
    bottom: -12.5%;
  }
  .jarkatsu .jsection02 .secleadbx {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .jarkatsu .jsection02 .secleadbx .seclead {
    text-align: center;
    margin: 0 auto;
    width: 80%;
    padding-right: 0;
    padding-left: 0;
  }
  .jarkatsu .jsection02 .secleadbx .seclead dd p {
    font-size: 3vw;
  }
  .jarkatsu .jsection02 .secleadbx .secleadimg {
    width: 80%;
  }
  .jarkatsu .jsection02 .il {
    width: 95%;
  }
  .jarkatsu .jsection02 .il li:after {
    bottom: 18vw;
    right: -5vw;
  }
  .jarkatsu .jsection02 .atten {
    font-size: 2.3vw;
  }
}
@media screen and (max-width: 345px) {
  .jarkatsu .jsection02:after {
    height: 16.6666666667%;
    bottom: -12.5%;
  }
  .jarkatsu .jsection02 .il li:after {
    right: -7vw;
  }
}
.jarkatsu .jsection03 {
  z-index: 2;
  text-align: center;
  padding: 0 0 10% 0;
  position: relative;
  background: #fffac3;
}
.jarkatsu .jsection03:after {
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%201920%20234.55%22%20style%3D%22enable-background%3Anew%200%200%201920%20234.55%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M1920%2C234.55V0c-75.28%2C24.55-106%2C60.92-232.19%2C71.96c-172.07%2C15.05-177.51-47.1-349.58-32.04%20c-172.07%2C15.05-166.63%2C77.21-338.7%2C92.26c-172.07%2C15.05-177.51-47.1-349.58-32.04c-172.07%2C15.05-166.64%2C77.21-338.71%2C92.26%20C152.96%2C206.24%2C135.67%2C154.77%2C0%2C158.14v76.41H1920z%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  height: 20%;
  width: 100%;
  display: block;
  position: absolute;
  bottom: -5.5555555556%;
  left: 0;
  right: 0;
  z-index: 1;
}
.jarkatsu .jsection03 h2 {
  margin: 0 auto;
  width: 50%;
  padding: 3vw 0;
}
.jarkatsu .jsection03 .recipe-slide {
  width: 100%;
  max-width: 2300px;
  margin: 0 auto;
}
.jarkatsu .jsection03 .recipe-slide li {
  text-align: center;
  padding: 0 1vw;
}
.jarkatsu .jsection03 .recipe-slide li a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 1;
}
.jarkatsu .jsection03 .recipe-slide li a:hover {
  opacity: 0.7;
}
.jarkatsu .jsection03 .recipe-slide .slick-arrow {
  background: none;
  -webkit-transform: translateY(-200%);
          transform: translateY(-200%);
}
.jarkatsu .jsection03 .recipe-slide .slide-next {
  right: 0;
}
.jarkatsu .jsection03 .recipe-slide .slide-prev {
  left: 0;
}
.jarkatsu .jsection03 .recipe-slide dl {
  color: #93524e;
}
.jarkatsu .jsection03 .recipe-slide dl dt {
  font-weight: 900;
  font-size: 1.2em;
  line-height: 1.4;
  padding: 0.5em 0 0.3em 0;
}
.jarkatsu .jsection03 .recipe-slide dl dd {
  font-weight: 400;
  line-height: 1.6;
}
.jarkatsu .jsection03 .bt {
  padding: 3vw 0;
  width: 28%;
  margin: 0 auto;
}
.jarkatsu .jsection03 .bt a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 1;
}
.jarkatsu .jsection03 .bt a:hover {
  opacity: 0.7;
}
@media screen and (min-width: 2000px) {
  .jarkatsu .jsection03:after {
    height: 25%;
    bottom: -1.4285714286%;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1999px) {
  .jarkatsu .jsection03:after {
    height: 18.1818181818%;
    bottom: -0.5%;
  }
}
@media screen and (max-width: 960px) {
  .jarkatsu .jsection03:after {
    height: 14.2857142857%;
    bottom: -3.3333333333%;
  }
}
@media screen and (max-width: 900px) {
  .jarkatsu .jsection03 {
    padding: 0 0 12.5% 0;
  }
  .jarkatsu .jsection03:after {
    height: 14.2857142857%;
    bottom: -3.3333333333%;
  }
  .jarkatsu .jsection03 .recipe-slide .slick-arrow {
    background: none;
    -webkit-transform: translateY(-15vw);
            transform: translateY(-15vw);
  }
  .jarkatsu .jsection03 .recipe-slide dl dt {
    font-weight: 900;
    font-size: 1em;
    line-height: 1.4;
    padding: 0.5em 0 0.3em 0;
  }
  .jarkatsu .jsection03 .recipe-slide dl dd {
    font-weight: 400;
    line-height: 1.6;
    font-size: 0.9em;
  }
}
@media screen and (max-width: 640px) {
  .jarkatsu .jsection03 .recipe-slide dl dt {
    font-size: 2vw;
    line-height: 1.6;
    padding: 0.5em 0 0.3em 0;
  }
  .jarkatsu .jsection03 .recipe-slide dl dd {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 480px) {
  .jarkatsu .jsection03:after {
    height: 19.6078431373%;
    bottom: -12.5%;
  }
  .jarkatsu .jsection03 .recipe-slide dl dt {
    font-size: 4vw;
  }
  .jarkatsu .jsection03 .recipe-slide dl dd {
    font-size: 3vw;
  }
  .jarkatsu .jsection03 .bt {
    padding: 3vw 0;
    width: 38%;
    margin: 0 auto;
  }
}
.jarkatsu .jsection04 {
  text-align: center;
  padding: 0;
  position: relative;
  z-index: 2;
}
.jarkatsu .jsection04 .lup, .jarkatsu .jsection04 .oop {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.jarkatsu .jsection04 .lup:after {
  content: "";
  background: url(../images/sec04_ki.svg) no-repeat center top;
  width: 90%;
  height: 20px;
  display: block;
  margin: 5vw auto 0 auto;
}
.jarkatsu .jsection04 .lup .bg01 {
  position: absolute;
  top: -13vw;
  right: -3%;
  width: 18%;
}
.jarkatsu .jsection04 .lup .bg02 {
  position: absolute;
  top: 3vw;
  right: -4%;
  width: 8%;
}
.jarkatsu .jsection04 .lup .bg03 {
  position: absolute;
  bottom: 5vw;
  left: -10%;
  width: 23%;
  z-index: 3;
}
.jarkatsu .jsection04 .lup h2 {
  width: 50%;
  padding: 3vw 0;
  margin: 0 auto;
}
.jarkatsu .jsection04 .lup ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.jarkatsu .jsection04 .lup ul li {
  width: 45.4545454545%;
  padding: 1vw;
}
.jarkatsu .jsection04 .lup ul li a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 1;
}
.jarkatsu .jsection04 .lup ul li a:hover {
  opacity: 0.7;
}
.jarkatsu .jsection04 .lup ul li .bybt {
  width: 60%;
  margin: 0 auto;
}
.jarkatsu .jsection04 .lup .bt {
  padding: 3vw 0;
  width: 30%;
  margin: 0 auto;
}
.jarkatsu .jsection04 .lup .bt a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 1;
}
.jarkatsu .jsection04 .lup .bt a:hover {
  opacity: 0.7;
}
.jarkatsu .jsection04 .oop {
  padding: 3vw 0;
}
.jarkatsu .jsection04 .oop .bg04 {
  position: absolute;
  top: 3vw;
  right: -5%;
  width: 18%;
}
.jarkatsu .jsection04 .oop h2 {
  width: 40%;
  padding: 3vw 0;
  margin: 0 auto;
}
.jarkatsu .jsection04 .oop ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin: 0 auto;
}
.jarkatsu .jsection04 .oop ul li {
  width: 33.3333333333%;
  padding: 0 1vw;
}
.jarkatsu .jsection04 .oop ul li a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 1;
}
.jarkatsu .jsection04 .oop ul li a:hover {
  opacity: 0.7;
}
.jarkatsu .jsection04 .oop .bt {
  padding: 3vw 0;
  width: 40%;
  margin: 0 auto;
}
.jarkatsu .jsection04 .oop .bt a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 1;
}
.jarkatsu .jsection04 .oop .bt a:hover {
  opacity: 0.7;
}
@media screen and (min-width: 2790px) {
  .jarkatsu .jsection04 .lup .bg02 {
    top: -6vw;
  }
}
@media screen and (min-width: 1980px) and (max-width: 2789px) {
  .jarkatsu .jsection04 .lup .bg02 {
    top: -4vw;
  }
}
@media screen and (min-width: 1500px) and (max-width: 1979px) {
  .jarkatsu .jsection04 .lup .bg02 {
    top: -2vw;
  }
}
@media screen and (min-width: 2000px) {
  .jarkatsu .jsection04 .lup {
    width: 90%;
    max-width: none;
    margin: 0 auto;
    position: relative;
  }
  .jarkatsu .jsection04 .lup ul li {
    width: 22.2222222222%;
    padding: 0 1em;
  }
}
@media screen and (max-width: 640px) {
  .jarkatsu .jsection04 .lup h2 {
    width: 50%;
    padding: 5vw 0;
    margin: 0 auto;
  }
  .jarkatsu .jsection04 .oop h2 {
    width: 38%;
    padding: 5vw 0;
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  .jarkatsu .jsection04 .lup, .jarkatsu .jsection04 .oop {
    width: 95%;
  }
  .jarkatsu .jsection04 .lup:after {
    background-size: auto 100%;
    height: 8px;
  }
  .jarkatsu .jsection04 .lup ul {
    width: 80%;
    margin: 0 auto;
  }
  .jarkatsu .jsection04 .lup ul li {
    width: 100%;
    padding: 0;
  }
  .jarkatsu .jsection04 .lup ul li img {
    vertical-align: top;
  }
  .jarkatsu .jsection04 .lup ul li .bybt {
    padding-bottom: 5vw;
  }
  .jarkatsu .jsection04 .lup .bt {
    padding: 5vw 0;
    width: 40%;
    margin: 0 auto;
  }
  .jarkatsu .jsection04 .oop ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 65%;
    margin: 0 auto;
  }
  .jarkatsu .jsection04 .oop ul li {
    width: 100%;
    padding: 3vw 0;
  }
  .jarkatsu .jsection04 .oop .bt {
    padding: 5vw 0;
    width: 50%;
    margin: 0 auto;
  }
}
.jarkatsu .fadein {
  opacity: 0;
}
.jarkatsu .fadein.scrollin {
  -webkit-animation: fadeInBottom 1s;
          animation: fadeInBottom 1s;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
  opacity: 1;
}
.jarkatsu .fadeinp {
  opacity: 0;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transition: all 1000ms;
  transition: all 1000ms;
}
.jarkatsu .fadeinp.scrollin {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
}
.jarkatsu .fadeinbottom {
  opacity: 0;
}
.jarkatsu .fadeinbottom.scrollin {
  -webkit-animation: bgfadeinbottom 1s;
          animation: bgfadeinbottom 1s;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
  opacity: 1;
}
.jarkatsu .fadeinup {
  opacity: 0;
}
.jarkatsu .fadeinup.scrollin {
  -webkit-animation: bgfadeinup 3s;
          animation: bgfadeinup 3s;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
  opacity: 1;
}
.jarkatsu .fadeinbottom2 {
  opacity: 0;
}
.jarkatsu .fadeinbottom2.scrollin {
  -webkit-animation: bgfadeinbottom2 1s;
          animation: bgfadeinbottom2 1s;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
  opacity: 1;
}
.jarkatsu .fadeinup2 {
  opacity: 0;
}
.jarkatsu .fadeinup2.scrollin {
  -webkit-animation: bgfadeinup2 3s;
          animation: bgfadeinup2 3s;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
  opacity: 1;
}/*# sourceMappingURL=style.css.map */