/******************************
* video
******************************/
.video {
  height: 70vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  min-width: 100%; }
  @media screen and (max-width: 767px) {
    .video {
      height: auto; } }
  .video video {
    width: auto;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    z-index: -2;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .video::after {
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    top: 0;
    left: 0;
    background: url(../images/common/video_mask.png) repeat; }

/******************************
* top-copy
******************************/
.top-copy {
  width: 40%;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .top-copy {
      width: 80%;
      padding: 5rem 0; } }
  .top-copy__text {
    color: #fff;
    text-align: center; }
    .top-copy__text p {
      font-size: 16px; }

/******************************
* kinds
******************************/
.kinds {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 5%; }
  .kinds figure img {
    width: 100%; }
  @media screen and (max-width: 767px) {
    .kinds {
      display: block; } }
  .kinds > * {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0; }
  .kinds__photo-list {
    -ms-flex-preferred-size: 15%;
    flex-basis: 15%;
    list-style: none; }
    @media screen and (max-width: 767px) {
      .kinds__photo-list {
        display: none; } }
    .kinds__photo-list li {
      margin-bottom: 1rem; }
    .kinds__photo-list img {
      width: 100%; }
  .kinds__text {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center; }
  .kinds__photo {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%; }
    @media screen and (max-width: 767px) {
      .kinds__photo {
        margin-bottom: 1rem;
        display: block; } }
    .kinds__photo img {
      width: 100%;
      vertical-align: bottom; }

/******************************
* recipe
******************************/
.recipe header {
  text-align: center; }

.recipe .splide__pagination__page.is-active {
  background: #ae0721; }

.recipe figcaption {
  text-align: center; }

.recipe__slide {
  margin: 3rem 0; }

.recipe__list {
  width: 90%; }
  .recipe__list li {
    padding: 5px; }
    .recipe__list li figcaption {
      font-size: 12px;
      letter-spacing: -0.5px; }
  .recipe__list img {
    width: 100%; }

.recipe .splide__pagination {
  bottom: -1.5em; }

.recipe .splide__arrow {
  top: calc(50% - 1em); }

.imp_news {
  font-size: 24px;
  font-weight: bold;
  color: #ef3138;
  text-align: center;
  margin: 2rem 0;
}
