@charset "UTF-8";
@import 'https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap&subset=japanese';
.u-display-sp {
  display: none;
}

.u-display-pc {
  display: block;
}

.u-display-inline-sp {
  display: none;
}

.u-display-inline-pc {
  display: inline-block;
}

.u-display-sm {
  display: none;
}

.u-display-md {
  display: none;
}

.u-text-center {
  text-align: center;
}

.u-text-right {
  text-align: right;
}

.u-text-left {
  text-align: left;
}

.u-float-right {
  float: right;
}

.u-float-left {
  float: left;
}

.u-float-none {
  float: none;
}

.u-list-disc {
  padding-left: 1em;
}

.u-list-disc li {
  list-style: none;
}

.u-list-disc li:before {
  content: '・';
  display: inline-block;
  margin-left: -1em;
}

.u-transparent {
  opacity: 0;
}

.u-transparent.-completed {
  opacity: 1;
}

#korokorobeef {
  /*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */
  /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
  /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
  /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
  /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
  /* ---------------------
  - Layout Common
   - Section
   - Animation

  - Layout Section
   - ANIMATION
   - MV
   - KIJUN
   - KODAWARI
    -- KODAWARI01
    -- KODAWARI02
    -- KODAWARI03
    -- KODAWARI04
   - KENKYU
--------------------- */
  /* =====================
  Layout Common
===================== */
  /* Section
------------------------*/
  /* Animation
------------------------*/
  /* =====================
  Layout Section
===================== */
  /* MV
------------------------*/
  /* KIJUN
------------------------*/
  /* KODAWARI
------------------------*/
  /* KENKYU
------------------------*/
}

#korokorobeef,
#korokorobeef * {
  font-family: 'Noto Sans JP', sans-serif;
  box-sizing: border-box;
}

#korokorobeef img {
  max-width: 100%;
  height: auto;
}

#korokorobeef figure {
  margin: 0;
}

#korokorobeef main {
  display: block;
}

@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}

#korokorobeef .bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}

#korokorobeef .flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

@-webkit-keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

#korokorobeef .pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

#korokorobeef .rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from,
  to {
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from,
  to {
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translate3d(10px, 0, 0);
  }
}

#korokorobeef .shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}

#korokorobeef .headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

#korokorobeef .swing {
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

#korokorobeef .tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes wobble {
  from {
    transform: translate3d(0, 0, 0);
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes wobble {
  from {
    transform: translate3d(0, 0, 0);
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

#korokorobeef .wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.39062deg) skewY(0.39062deg);
  }
  88.8% {
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

@keyframes jello {
  from,
  11.1%,
  to {
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.39062deg) skewY(0.39062deg);
  }
  88.8% {
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

#korokorobeef .jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    transform: scale(1);
  }
  14% {
    transform: scale(1.3);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.3);
  }
  70% {
    transform: scale(1);
  }
}

@keyframes heartBeat {
  0% {
    transform: scale(1);
  }
  14% {
    transform: scale(1.3);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.3);
  }
  70% {
    transform: scale(1);
  }
}

#korokorobeef .heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

#korokorobeef .bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

#korokorobeef .bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

#korokorobeef .bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

#korokorobeef .bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

#korokorobeef .bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

#korokorobeef .bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

#korokorobeef .bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

#korokorobeef .bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

#korokorobeef .bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

#korokorobeef .bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

#korokorobeef .fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

#korokorobeef .fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

#korokorobeef .fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

#korokorobeef .fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

#korokorobeef .fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

#korokorobeef .fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

#korokorobeef .fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

#korokorobeef .fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

#korokorobeef .fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

#korokorobeef .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}

#korokorobeef .fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

#korokorobeef .fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}

#korokorobeef .fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

#korokorobeef .fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}

#korokorobeef .fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

#korokorobeef .fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}

#korokorobeef .fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

#korokorobeef .fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

#korokorobeef .animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}

#korokorobeef .flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}

#korokorobeef .flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

#korokorobeef .flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

#korokorobeef .flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

#korokorobeef .lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

#korokorobeef .lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

#korokorobeef .rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

#korokorobeef .rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

#korokorobeef .rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

#korokorobeef .rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

#korokorobeef .rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

#korokorobeef .rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

#korokorobeef .rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

#korokorobeef .rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

#korokorobeef .rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

#korokorobeef .rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

#korokorobeef .hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

#korokorobeef .jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

#korokorobeef .rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

#korokorobeef .rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

#korokorobeef .zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

#korokorobeef .zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

#korokorobeef .zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

#korokorobeef .zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

#korokorobeef .zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

#korokorobeef .zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

#korokorobeef .zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}

#korokorobeef .zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}

#korokorobeef .zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

#korokorobeef .zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

#korokorobeef .slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

#korokorobeef .slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

#korokorobeef .slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

#korokorobeef .slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}

#korokorobeef .slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}

#korokorobeef .slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}

#korokorobeef .slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}

#korokorobeef .slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

#korokorobeef .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

#korokorobeef .animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

#korokorobeef .animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

#korokorobeef .animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

#korokorobeef .animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

#korokorobeef .animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

#korokorobeef .animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

#korokorobeef .animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

#korokorobeef .animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

#korokorobeef .animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

#korokorobeef .animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@-webkit-keyframes mvUp {
  0% {
    transform: translateY(0);
  }
  48% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  55% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes mvUp {
  0% {
    transform: translateY(0);
  }
  48% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  55% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}

@-webkit-keyframes yureru {
  0% {
    transform: translate(0, 0) rotate(-3deg);
  }
  50% {
    transform: translate(0, -1px) rotate(0);
  }
  100% {
    transform: translate(0, 0) rotate(3deg);
  }
}

@keyframes yureru {
  0% {
    transform: translate(0, 0) rotate(-3deg);
  }
  50% {
    transform: translate(0, -1px) rotate(0);
  }
  100% {
    transform: translate(0, 0) rotate(3deg);
  }
}

#korokorobeef .p-contact {
  color: #411108;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, "lucida grande", tahoma, verdana, arial, sans-serif;
  padding-top: 13.33333%;
}

#korokorobeef .p-contact__haadline {
  font-size: 3.2rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1.28125em;
}

#korokorobeef .p-contact__lead {
  line-height: 2;
  font-size: 1.8rem;
}

#korokorobeef .p-contact__lead a {
  color: #c51a1f;
  text-decoration: none;
  display: inline-block;
  border-bottom: 1px solid #c51a1f;
  line-height: 1.57;
}

#korokorobeef .p-contact__term {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 2.16666666666667;
  color: #603517;
  text-align: center;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  letter-spacing: 0.03em;
}

#korokorobeef .p-contact__term .span_heading {
  background-color: #face00;
  padding: 0.33333333333333em .5em;
  position: relative;
  margin-right: 1.29166666666667em;
  display: inline-block;
  line-height: 1;
}

#korokorobeef .p-contact__term .span_heading::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 12px;
  border-color: transparent transparent transparent #facc00;
}

#korokorobeef .p-contact__list {
  font-size: 1.6rem;
}

#korokorobeef .foot_links {
  box-sizing: border-box;
  background-color: #fff;
}

#korokorobeef .foot_links ul.link li.quality dd img {
  width: 100%;
}

#korokorobeef .foot_links ul.link li.menu dd img {
  width: 100%;
}

#korokorobeef .foot_links ul.link li dd p {
  margin-top: 3px;
  padding-left: 1em;
  line-height: 1.3;
  text-indent: -1em;
}

#korokorobeef .foot_links .link-center {
  text-align: center;
  margin-bottom: 15px;
}

#korokorobeef .foot_links .link-center img {
  width: 100%;
}

#korokorobeef .foot_links .link-center p {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

#korokorobeef .foot_links .link-center p:before, #korokorobeef .foot_links .link-center p:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 20px;
  background: #000;
  margin: -.2rem 1.5rem;
}

#korokorobeef .foot_links .link-center p:before {
  transform: rotate(-30deg);
}

#korokorobeef .foot_links .link-center p:after {
  transform: rotate(30deg);
}

#korokorobeef .inner-width {
  margin: 0 auto;
  width: 1000px;
  position: relative;
}

#korokorobeef .animated.is-transparent {
  opacity: 0;
  transition: opacity .9s .1s;
}

#korokorobeef .animated.-completed {
  opacity: 1;
  transition: opacity .9s .1s;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate(0px, 120px);
  }
  to {
    opacity: 1;
    transform: translate(0px, 0px);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate(0px, 120px);
  }
  to {
    opacity: 1;
    transform: translate(0px, 0px);
  }
}

#korokorobeef #korokorobeef .fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

#korokorobeef .mv {
  position: relative;
  overflow: hidden;
  padding-top: 152%;
  width: 100%;
}

#korokorobeef .mv #mv-video {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 0;
  margin: 0 auto;
}

#korokorobeef .mv .ttl {
  text-align: center;
  padding: 0 3.33333%;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateY(-40%) translateX(-50%);
  -webkit-transform: translateY(-40%) translateX(-50%);
}

#korokorobeef .kijun {
  position: relative;
  background: url(/specially/korokorobeef/_assets/img/lp/_sp/sec01-bg.png) no-repeat left bottom/contain;
  padding-bottom: 21.33333%;
  padding-top: 2.5rem;
}

#korokorobeef .kijun:before {
  content: '';
  width: 100%;
  display: inline-block;
  background-color: #fff;
  position: absolute;
  height: 130vh;
  z-index: -1;
  margin-top: -4rem;
}

#korokorobeef .kijun-topTxt {
  margin: 2rem 1rem 8rem;
}

#korokorobeef .kijun .ttl {
  margin: 0 3.5rem;
}

#korokorobeef .kijun-box {
  margin: 0 1rem;
}

#korokorobeef .kijun-box .img {
  position: relative;
  margin-top: 6rem;
  margin-bottom: 7rem;
}

#korokorobeef .kijun-box .img:last-of-type {
  margin-bottom: 0rem;
}

#korokorobeef .kijun-box .img .number {
  width: 16%;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}

#korokorobeef .kijun-box .img .photo {
  width: 100%;
}

#korokorobeef .kijun-box .img p {
  color: #729b43;
  background: #fff;
  opacity: .8;
  line-height: 1;
  padding: 1.3rem .5rem;
  letter-spacing: 1.5px;
  position: absolute;
  bottom: 0;
  width: 100%;
  font-size: 1.5rem;
}

#korokorobeef .kodawari {
  margin-top: -2.5rem;
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: url(/specially/korokorobeef/_assets/img/lp/_sp/sec02-bg.png) no-repeat left top/100% 100%;
}

#korokorobeef .kodawari .top-img {
  margin: 0 2.5rem;
}

#korokorobeef .kodawari-top-ttl {
  margin: 1.5rem 3.5rem 3rem;
}

#korokorobeef .kodawari-ttl {
  margin-bottom: 2.5rem;
}

#korokorobeef .kodawari-text {
  color: #6a5938;
  letter-spacing: 1.4px;
  margin-bottom: 2rem;
  font-size: 1.4rem;
}

#korokorobeef .kodawari-text span {
  color: #729b43;
}

#korokorobeef .kodawari .video {
  position: relative;
  margin: 0 -2rem .4rem;
}

#korokorobeef .kodawari .video video {
  width: 100%;
}

#korokorobeef .kodawari-contents {
  position: relative;
  margin: 0 -2rem 6rem;
  display: flex;
  justify-content: space-between;
}

#korokorobeef .kodawari-contents-box .col02 {
  display: flex;
  align-items: flex-start;
}

#korokorobeef .kodawari-01 {
  margin-bottom: 3rem;
}

#korokorobeef .kodawari-01 .midashi01, #korokorobeef .kodawari-01 .midashi02 {
  position: relative;
  text-align: center;
  color: #fff;
  margin-bottom: 1.5rem;
  letter-spacing: 1.4px;
  line-height: 1;
}

#korokorobeef .kodawari-01 .midashi01:after, #korokorobeef .kodawari-01 .midashi02:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid black;
  margin: 0 auto;
}

#korokorobeef .kodawari-01 .midashi01 span, #korokorobeef .kodawari-01 .midashi02 span {
  padding: 1rem 1rem;
  display: inline-block;
}

#korokorobeef .kodawari-01 .midashi01 span.ill, #korokorobeef .kodawari-01 .midashi02 span.ill {
  width: 14px;
  height: 28px;
  vertical-align: top;
  padding: 0 1.2rem 3rem;
  margin-top: .5rem;
  background: url(/specially/korokorobeef/_assets/img/lp/sec01-mark.png) no-repeat top left/contain;
}

#korokorobeef .kodawari-01 .midashi01 span.ill:last-of-type, #korokorobeef .kodawari-01 .midashi02 span.ill:last-of-type {
  transform: scale(-1, 1);
  margin-left: 0rem;
  margin-right: 0rem;
}

#korokorobeef .kodawari-01 .midashi01 {
  font-size: 1.4rem;
}

#korokorobeef .kodawari-01 .midashi01:after {
  border-top-color: #6a5938;
}

#korokorobeef .kodawari-01 .midashi01 span.text {
  background: #6a5938;
}

#korokorobeef .kodawari-01 .midashi02 {
  font-size: 1.65rem;
}

#korokorobeef .kodawari-01 .midashi02:after {
  border-top-color: #729b43;
}

#korokorobeef .kodawari-01 .midashi02 span.text {
  background: #729b43;
}

#korokorobeef .kodawari-01-img01 {
  background: url(/specially/korokorobeef/_assets/img/lp/sec02-kodawari01-bg01.png) no-repeat top center/100% 100%;
  display: flex;
  align-items: center;
}

#korokorobeef .kodawari-01-img01 img {
  width: 40%;
}

#korokorobeef .kodawari-01-img01 p {
  font-size: 1.4rem;
  letter-spacing: 0.8px;
  padding: 1rem 2rem;
  color: #6a5938;
}

#korokorobeef .kodawari-01-img02 {
  margin: 0 -1rem;
  background: url(/specially/korokorobeef/_assets/img/lp/sec02-kodawari01-bg02.png) no-repeat top center/100% 100%;
  text-align: center;
  padding-bottom: 3rem;
}

#korokorobeef .kodawari-01-img02 img {
  margin-top: 1rem;
  width: 89.33333%;
}

#korokorobeef .kodawari-01-img02 p {
  font-size: 1.4rem;
  color: #6a5938;
  margin: 1.5rem 0;
}

#korokorobeef .kodawari-01-img02 p span {
  color: #729b43;
}

#korokorobeef .kodawari-01 .text-center {
  margin-top: 2.5rem;
  text-align: center;
  color: #6a5938;
  font-size: 1.4rem;
}

#korokorobeef .kodawari-01 .text-center strong {
  font-size: 1.8rem;
}

#korokorobeef .kodawari-01 .text-center .arrow {
  display: block;
  margin-bottom: 1.5rem;
}

#korokorobeef .kodawari-02 .kodawari-contents {
  flex-wrap: wrap;
}

#korokorobeef .kodawari-02 .kodawari-contents.bg02 {
  background: url(/specially/korokorobeef/_assets/img/lp/_sp/sec02-kodawari02-line.png) no-repeat top center/100% 100%;
  padding: 1rem 0;
  margin-bottom: 8rem;
}

#korokorobeef .kodawari-02 .kodawari-contents-box:nth-of-type(1) {
  order: 3;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 2rem;
}

#korokorobeef .kodawari-02 .kodawari-contents-box:nth-of-type(1) img:nth-of-type(1) {
  width: 51.33333%;
}

#korokorobeef .kodawari-02 .kodawari-contents-box:nth-of-type(1) img:nth-of-type(2) {
  width: 43.33333%;
}

#korokorobeef .kodawari-02 .kodawari-contents-box:nth-of-type(2) {
  order: 1;
  width: 51.33333%;
}

#korokorobeef .kodawari-02 .kodawari-contents-box:nth-of-type(2) .col02 {
  justify-content: space-between;
  padding-top: 2rem;
}

#korokorobeef .kodawari-02 .kodawari-contents-box:nth-of-type(2) .col02 img {
  width: 43.58974%;
}

#korokorobeef .kodawari-02 .kodawari-contents-box:nth-of-type(3) {
  order: 2;
  width: 43.33333%;
}

#korokorobeef .kodawari-02 .kodawari-contents-box:nth-of-type(3) img:nth-of-type(1) {
  padding: 1rem 1rem 1.5rem;
}

#korokorobeef .kodawari-03 .kodawari-contents {
  flex-wrap: wrap;
}

#korokorobeef .kodawari-03 .kodawari-contents.bg03 {
  background: url(/specially/korokorobeef/_assets/img/lp/_sp/sec02-kodawari03-line.png) no-repeat top center/100% 100%;
  padding: 1rem 0;
}

#korokorobeef .kodawari-03 .kodawari-contents-box:nth-of-type(1) {
  order: 2;
  width: 44.66667%;
  padding-top: 1.2rem;
}

#korokorobeef .kodawari-03 .kodawari-contents-box:nth-of-type(1) img:nth-of-type(2) {
  padding: 1.2rem 1rem 0;
}

#korokorobeef .kodawari-03 .kodawari-contents-box:nth-of-type(2) {
  order: 3;
  width: 50%;
  padding-top: 1.2rem;
}

#korokorobeef .kodawari-03 .kodawari-contents-box:nth-of-type(2) .col02 {
  justify-content: space-between;
  padding-bottom: 2rem;
}

#korokorobeef .kodawari-03 .kodawari-contents-box:nth-of-type(2) .col02 img:nth-of-type(1) {
  width: 46.66667%;
}

#korokorobeef .kodawari-03 .kodawari-contents-box:nth-of-type(2) .col02 img:nth-of-type(2), #korokorobeef .kodawari-03 .kodawari-contents-box:nth-of-type(2) .col02 img:nth-of-type(3) {
  width: 42.66667%;
}

#korokorobeef .kodawari-03 .kodawari-contents-box:nth-of-type(3) {
  order: 1;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 1rem;
}

#korokorobeef .kodawari-03 .kodawari-contents-box:nth-of-type(3) img:nth-of-type(1) {
  width: 44.66667%;
}

#korokorobeef .kodawari-03 .kodawari-contents-box:nth-of-type(3) img:nth-of-type(2) {
  width: 50%;
}

#korokorobeef .kodawari-04 .kodawari-contents {
  flex-wrap: wrap;
}

#korokorobeef .kodawari-04 .kodawari-contents.bg04 {
  background: url(/specially/korokorobeef/_assets/img/lp/_sp/sec02-kodawari04-line.png) no-repeat top center/100% 100%;
  padding: 1rem 0;
}

#korokorobeef .kodawari-04 .kodawari-contents-box:nth-of-type(2) {
  width: 51.33333%;
}

#korokorobeef .kodawari-04 .kodawari-contents-box:nth-of-type(2) img:nth-of-type(1) {
  padding-bottom: 2rem;
}

#korokorobeef .kodawari-04 .kodawari-contents-box:nth-of-type(3) {
  width: 43.33333%;
  text-align: right;
}

#korokorobeef .kodawari-04 .kodawari-contents-box:nth-of-type(3) img:nth-of-type(1) {
  padding: 0rem 1rem 1rem;
}

#korokorobeef .kenkyu {
  background: url(/specially/korokorobeef/_assets/img/lp/_sp/sec03-bg.png) no-repeat top center/100% 100%;
  padding-bottom: 1rem;
}

#korokorobeef .kenkyu-txt {
  padding: 5rem 2.5rem 2.5rem;
}

#korokorobeef .kenkyu-img {
  padding-bottom: 5.5rem;
}

html,
body {
  min-width: 1100px;
  left: 0;
  right: 0;
}

#topicpath {
  margin-bottom: 0;
}

@media only screen and (max-width: 750px) {
  .u-display-sp {
    display: block;
  }
  .u-display-pc {
    display: none;
  }
  .u-display-inline-sp {
    display: inline-block;
  }
  .u-display-inline-pc {
    display: none;
  }
}

@media only screen and (max-width: 450px) and (orientation: portrait) {
  .u-display-sm {
    display: block;
  }
}

@media only screen and (max-width: 750px) and (orientation: portrait) {
  .u-display-md {
    display: block;
  }
}

@media only screen and (max-width: 749px) and (orientation: portrait) {
  .u-display-lg {
    display: none;
  }
}

@media only screen and (min-width: 750px) and (orientation: landscape) {
  .u-display-lg {
    display: block;
  }
}

@media (print), (prefers-reduced-motion: reduce) {
  #korokorobeef .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
}

@media only screen and (min-width: 769px) {
  #korokorobeef .p-contact {
    padding-top: 90px;
    padding-bottom: 100px;
  }
  #korokorobeef .p-contact__lead {
    text-align: center;
  }
  #korokorobeef .p-contact__term .span_heading::after {
    right: -12px;
    top: 50%;
    transform: translateY(-50%);
  }
  #korokorobeef .p-contact__list {
    text-align: center;
  }
  #korokorobeef .foot_links {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  #korokorobeef .foot_links .foot_links-inner {
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
  }
  #korokorobeef .foot_links ul.link:after {
    content: '';
    display: block;
    clear: both;
  }
  #korokorobeef .foot_links ul.link li.quality {
    float: left;
  }
  #korokorobeef .foot_links ul.link li.quality dt img {
    width: 301px;
  }
  #korokorobeef .foot_links ul.link li.menu {
    float: right;
  }
  #korokorobeef .foot_links ul.link li.menu dt img {
    width: 130px;
  }
  #korokorobeef .foot_links ul.link li dt {
    margin-bottom: 15px;
    text-align: left;
  }
  #korokorobeef .foot_links .link-center img {
    width: auto;
  }
  #korokorobeef .foot_links .link-center {
    margin-bottom: 10rem;
  }
  #korokorobeef .foot_links .link-center p {
    font-size: 2.4rem;
    margin-bottom: 2.5rem;
    letter-spacing: 1.2px;
  }
  #korokorobeef .mv {
    padding-top: 56.25%;
  }
  #korokorobeef .kijun {
    background: url(/specially/korokorobeef/_assets/img/lp/sec01-bg.png) no-repeat left bottom/100% 68%;
    padding-top: 4rem;
    padding-bottom: 12.5rem;
  }
  #korokorobeef .kijun-topImg {
    background: url(/specially/korokorobeef/_assets/img/lp/sec01-kijun-il.png) no-repeat top center/auto;
    padding-top: 32%;
  }
  #korokorobeef .kijun-topTxt {
    margin: 3rem 0 12rem;
  }
  #korokorobeef .kijun-box {
    margin: 0 0;
    display: flex;
    justify-content: space-between;
  }
  #korokorobeef .kijun-box .img {
    margin-top: 9rem;
    margin-bottom: 0rem;
    width: 48%;
  }
  #korokorobeef .kodawari {
    padding-top: 12.5rem;
    background: url(/specially/korokorobeef/_assets/img/lp/sec02-bg.png) no-repeat left top/100% 100%;
  }
  #korokorobeef .kodawari-top-ttl {
    margin: 2rem 3.5rem 5rem;
  }
  #korokorobeef .kodawari-ttl {
    margin-bottom: 4rem;
  }
  #korokorobeef .kodawari-text {
    font-size: 1.8rem;
    letter-spacing: 0.9px;
    line-height: 1.8;
    margin-bottom: 4rem;
    text-align: center;
  }
  #korokorobeef .kodawari .video {
    margin: 0 0rem 2.2rem;
  }
  #korokorobeef .kodawari-contents {
    margin: 0 0rem 6rem;
  }
  #korokorobeef .kodawari-01 .midashi01, #korokorobeef .kodawari-01 .midashi02 {
    margin-bottom: 2rem;
  }
  #korokorobeef .kodawari-01 .midashi01 span, #korokorobeef .kodawari-01 .midashi02 span {
    padding: .8rem 1rem;
  }
  #korokorobeef .kodawari-01 .midashi01 span.ill, #korokorobeef .kodawari-01 .midashi02 span.ill {
    margin-top: 0rem;
    height: 40px;
    margin-right: 1rem;
  }
  #korokorobeef .kodawari-01 .midashi01 span.ill:last-of-type, #korokorobeef .kodawari-01 .midashi02 span.ill:last-of-type {
    margin-left: 1rem;
    margin-right: 0rem;
  }
  #korokorobeef .kodawari-01 .midashi01 {
    font-size: 2rem;
  }
  #korokorobeef .kodawari-01 .midashi02 {
    font-size: 2.4rem;
  }
  #korokorobeef .kodawari-01-img01 {
    width: 47%;
    margin: 0 auto;
  }
  #korokorobeef .kodawari-01-img01 img {
    width: 42.55319%;
  }
  #korokorobeef .kodawari-01-img01 p {
    font-size: 1.6rem;
  }
  #korokorobeef .kodawari-01-img02 {
    display: flex;
    align-items: center;
    width: 92%;
    margin: 0 auto;
  }
  #korokorobeef .kodawari-01-img02 img {
    width: 50%;
    margin: 2rem 4rem 1.8rem 4rem;
  }
  #korokorobeef .kodawari-01-img02 p {
    font-size: 1.8rem;
    text-align: left;
  }
  #korokorobeef .kodawari-01 .text-center {
    font-size: 1.8rem;
  }
  #korokorobeef .kodawari-01 .text-center strong {
    font-size: 2.4rem;
    letter-spacing: 1.2px;
  }
  #korokorobeef .kodawari-02 .kodawari-contents {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  #korokorobeef .kodawari-02 .kodawari-contents.bg02 {
    background: url(/specially/korokorobeef/_assets/img/lp/sec02-kodawari02-line.png) no-repeat top center/100% 100%;
    padding: 2rem 0;
  }
  #korokorobeef .kodawari-02 .kodawari-contents-box:nth-of-type(1) {
    order: 1;
    display: block;
    width: 26%;
    padding-top: 0rem;
  }
  #korokorobeef .kodawari-02 .kodawari-contents-box:nth-of-type(1) img:nth-of-type(1) {
    width: 100%;
    padding-bottom: 2rem;
  }
  #korokorobeef .kodawari-02 .kodawari-contents-box:nth-of-type(1) img:nth-of-type(2) {
    width: 100%;
    padding-top: 2rem;
  }
  #korokorobeef .kodawari-02 .kodawari-contents-box:nth-of-type(2) {
    order: 2;
    width: 36%;
  }
  #korokorobeef .kodawari-02 .kodawari-contents-box:nth-of-type(2) img:first-of-type {
    padding-bottom: 2.1rem;
  }
  #korokorobeef .kodawari-02 .kodawari-contents-box:nth-of-type(2) .col02 {
    padding-top: 2rem;
  }
  #korokorobeef .kodawari-02 .kodawari-contents-box:nth-of-type(2) .col02 img:nth-of-type(1) {
    padding-bottom: 0rem;
  }
  #korokorobeef .kodawari-02 .kodawari-contents-box:nth-of-type(3) {
    width: 30%;
    order: 3;
  }
  #korokorobeef .kodawari-02 .kodawari-contents-box:nth-of-type(3) img:nth-of-type(1) {
    padding: 2.5rem 1rem 2.5rem;
  }
  #korokorobeef .kodawari-03 .kodawari-contents {
    flex-wrap: nowrap;
  }
  #korokorobeef .kodawari-03 .kodawari-contents.bg03 {
    background: url(/specially/korokorobeef/_assets/img/lp/sec02-kodawari03-line.png) no-repeat top center/100% 100%;
    padding: 2rem 0;
    margin-bottom: 8rem;
  }
  #korokorobeef .kodawari-03 .kodawari-contents-box:nth-of-type(1) {
    order: 1;
    width: 30%;
    padding-top: 0rem;
  }
  #korokorobeef .kodawari-03 .kodawari-contents-box:nth-of-type(1) img:nth-of-type(2) {
    padding: 2rem 1rem 0;
  }
  #korokorobeef .kodawari-03 .kodawari-contents-box:nth-of-type(2) {
    order: 2;
    width: 36%;
    padding-top: 0rem;
  }
  #korokorobeef .kodawari-03 .kodawari-contents-box:nth-of-type(2) img:nth-of-type(1) {
    padding-top: 2rem;
  }
  #korokorobeef .kodawari-03 .kodawari-contents-box:nth-of-type(2) .col02 img:nth-of-type(1) {
    width: 44.44444%;
    padding-top: 0rem;
  }
  #korokorobeef .kodawari-03 .kodawari-contents-box:nth-of-type(2) .col02 img:nth-of-type(2), #korokorobeef .kodawari-03 .kodawari-contents-box:nth-of-type(2) .col02 img:nth-of-type(3) {
    width: 44.44444%;
  }
  #korokorobeef .kodawari-03 .kodawari-contents-box:nth-of-type(3) {
    order: 3;
    display: block;
    width: 26%;
    padding-bottom: 0;
  }
  #korokorobeef .kodawari-03 .kodawari-contents-box:nth-of-type(3) img:nth-of-type(3) {
    width: 100%;
    padding-bottom: 2rem;
  }
  #korokorobeef .kodawari-03 .kodawari-contents-box:nth-of-type(3) img:nth-of-type(4) {
    width: 100%;
    padding-top: 2rem;
  }
  #korokorobeef .kodawari-04 .kodawari-contents {
    flex-wrap: nowrap;
  }
  #korokorobeef .kodawari-04 .kodawari-contents.bg04 {
    background: url(/specially/korokorobeef/_assets/img/lp/sec02-kodawari04-line.png) no-repeat top center/100% 100%;
    padding: 2rem 0;
  }
  #korokorobeef .kodawari-04 .kodawari-contents-box:nth-of-type(1) {
    width: 32%;
  }
  #korokorobeef .kodawari-04 .kodawari-contents-box:nth-of-type(2) {
    width: 32.5%;
  }
  #korokorobeef .kodawari-04 .kodawari-contents-box:nth-of-type(3) {
    width: 27%;
  }
  #korokorobeef .kodawari-04 .kodawari-contents-box:nth-of-type(3) img:nth-of-type(1) {
    padding: .5rem 1rem 2rem;
  }
  #korokorobeef .kodawari-04 .kodawari-contents-box:nth-of-type(3) img:nth-of-type(2) {
    padding-top: 0;
  }
  #korokorobeef .kenkyu {
    background: url(/specially/korokorobeef/_assets/img/lp/sec03-bg.png) no-repeat top center/100% 100%;
    padding-bottom: 0rem;
    position: relative;
    margin-bottom: -2rem;
  }
  #korokorobeef .kenkyu-txt {
    text-align: center;
    padding: 8rem 2.5rem 4rem;
  }
  #korokorobeef .kenkyu-img {
    padding-bottom: 8.5rem;
  }
}

@media only screen and (max-width: 768px) {
  #korokorobeef .p-contact__haadline {
    font-size: 1.8rem;
  }
  #korokorobeef .p-contact__lead {
    font-size: 1.4rem;
  }
  #korokorobeef .p-contact__term {
    font-size: 1.6rem;
  }
  #korokorobeef .p-contact__term:after {
    content: '';
    display: block;
    clear: both;
  }
  #korokorobeef .p-contact__term .span_heading {
    float: left;
  }
  #korokorobeef .p-contact__term .span_heading::after {
    bottom: -8px;
    left: 50%;
    border-width: 8px 4px 0 4px;
    border-color: #facc00 transparent transparent transparent;
    transform: translateX(-50%);
  }
  #korokorobeef .p-contact__list {
    font-size: 1.3rem;
  }
  #korokorobeef .foot_links {
    padding-top: 30px;
    padding-right: 4%;
    padding-bottom: 30px;
    padding-left: 4%;
  }
  #korokorobeef .foot_links ul.link li.quality {
    margin-bottom: 15px;
  }
  #korokorobeef .foot_links ul.link li.quality dt img {
    width: 72.02899%;
  }
  #korokorobeef .foot_links ul.link li.menu dt img {
    width: 31.30435%;
  }
  #korokorobeef .foot_links ul.link li dt {
    margin-bottom: 5px;
    text-align: left;
  }
  #korokorobeef .foot_links ul.link li dd p {
    font-size: 1rem;
  }
  #korokorobeef .foot_links .link-center p:before, #korokorobeef .foot_links .link-center p:after {
    height: 14px;
    margin: -.2rem 1rem;
  }
  #korokorobeef .foot_links .link-center p:before, #korokorobeef .foot_links .link-center p:after {
    margin: -.2rem .5rem;
  }
  #korokorobeef .inner-width {
    width: 89.33333%;
  }
  #korokorobeef .mv .ttl {
    width: 100%;
  }
  #korokorobeef .kijun {
    background-size: 100% 77%;
  }
  #korokorobeef .kijun-topImg {
    background: url(/specially/korokorobeef/_assets/img/lp/_sp/sec01-kijun-il.png) no-repeat top center/100%;
    padding-top: 58.66667%;
  }
  #korokorobeef .kodawari-01-img02 img {
    margin-top: 2rem;
  }
  #korokorobeef .kodawari-01-img02 p {
    margin: 1.5rem 0 4rem;
  }
  #korokorobeef .kodawari-02 .kodawari-contents-box:nth-of-type(1) img:nth-of-type(1) {
    width: 50%;
  }
  #korokorobeef .kodawari-02 .kodawari-contents-box:nth-of-type(1) img:nth-of-type(2) {
    width: 42%;
  }
  #korokorobeef .kodawari-02 .kodawari-contents-box:nth-of-type(2) {
    width: 50%;
  }
  #korokorobeef .kodawari-02 .kodawari-contents-box:nth-of-type(2) .col02 {
    padding-top: 2.5rem;
  }
  #korokorobeef .kodawari-02 .kodawari-contents-box:nth-of-type(3) {
    width: 42%;
  }
  #korokorobeef .kodawari-02 .kodawari-contents-box:nth-of-type(3) img:nth-of-type(1) {
    padding: 1rem 1rem 2.3rem;
  }
  #korokorobeef .kodawari-03 .kodawari-contents-box:nth-of-type(3) img:nth-of-type(3) {
    width: 43%;
    padding-bottom: 0rem;
  }
  #korokorobeef .kodawari-03 .kodawari-contents-box:nth-of-type(3) img:nth-of-type(4) {
    width: 50%;
    padding-top: 0rem;
  }
  #korokorobeef .kodawari-04 .kodawari-contents-box:nth-of-type(1) {
    display: none;
  }
  html,
  body {
    min-width: 100%;
    width: 100%;
    overflow-x: hidden;
  }
}

@media only screen and (min-width: 768px) {
  #korokorobeef .mv {
    padding-top: 56.64062%;
  }
  #korokorobeef .kijun-box .img {
    margin-top: 9rem;
  }
  #korokorobeef .kodawari .video {
    margin: 0 0rem .4rem;
  }
  #korokorobeef .kodawari-contents {
    margin: 0 0rem 6rem;
  }
  #korokorobeef .kodawari-04 .kodawari-contents-box:nth-of-type(2) img:nth-of-type(2) {
    padding-top: 2rem;
  }
  #korokorobeef .kodawari-04 .kodawari-contents-box:nth-of-type(3) img:nth-of-type(1) {
    padding: 1rem 1rem 1.5rem;
  }
}

@media only screen and (max-width: 450px) {
  #korokorobeef .kodawari-01-img01 p {
    font-size: 1.1rem;
  }
}
