.page-head {
  background: #F5F0E0;
  background: #F5F1DA url(/sp/tare-plus/img/bg_texture.png) repeat 0 0/700px auto;
  overflow: hidden;
  padding: 25px 0 140px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .page-head {
    padding: 100% 0 0;
  }
  .page-head_animation {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
}
.page-head_img {
  text-align: center;
}
.page-head_img img {
  max-width: 323px;
  margin: 0 auto;
}
.page-head_ttl {
  margin-top: -26px;
  z-index: 10;
  position: relative;
}
.page-head_lead {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 6px;
  display: inline-block;
  font-size: 16px;
  line-height: 1.7;
  margin: -11px auto 0;
  max-width: 320px;
  padding: 1em 0.25em 1em 1em;
  position: relative;
  text-align: left;
  z-index: 1;
}
.page-head_lead em {
  color: #D42025;
  font-style: normal;
}
.page-head::after {
  background: url(/sp/tare-plus/img/bg_top_head.png?20230906) no-repeat 50% 0/contain;
  content: "";
  display: block;
  width: 583px;
  height: 280px;
  position: absolute;
  bottom: 8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 640px) {
  .page-head::after {
    display: none;
  }
}
@media print, screen and (min-width: 1200px) {
  .page-head {
    padding: 32px 0 146px;
  }
  .page-head_img img {
    max-width: 495px;
  }
  .page-head_ttl {
    margin-top: -144px;
  }
  .page-head_ttl img {
    width: 240px;
    height: 195px;
  }
  .page-head_lead {
    border-radius: 10px;
    font-size: 24px;
    line-height: 1.67;
    margin-top: -16px;
    max-width: 548px;
    padding: 1em 1.6em;
  }
  .page-head::after {
    background-image: url(/sp/tare-plus/img/bg_top_head_pc.png?20230906);
    background-size: 100% auto;
    width: 1541px;
    height: 519px;
    bottom: 50%;
    -webkit-transform: translate(-50%, 50%);
        -ms-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
  }
}

/* title */
.top-ttl {
  text-align: center;
}
.top-ttl .ttl-sub {
  color: #D42025;
  display: inline-block;
  font-size: 14px;
  padding: 0 0 0 24px;
  position: relative;
}
.top-ttl .ttl-sub::before {
  background: url(/sp/tare-plus/img/icon_tp.svg) no-repeat 50% 50%/contain;
  content: "";
  display: inline-block;
  width: 19px;
  height: 27px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.top-ttl .ttl-main {
  font-size: 26px;
  display: inline-block;
  margin-top: 14px;
  padding: 0 35px;
  position: relative;
}
.top-ttl .ttl-main::before, .top-ttl .ttl-main::after {
  content: "";
  display: block;
  width: 26px;
  height: 41px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.top-ttl .ttl-main::before {
  background: url(/sp/tare-plus/img/icon_fork.svg) no-repeat 50% 50%/contain;
  left: 0;
}
.top-ttl .ttl-main::after {
  background: url(/sp/tare-plus/img/icon_knife.svg) no-repeat 50% 50%/contain;
  right: 0;
}
@media print, screen and (min-width: 1200px) {
  .top-ttl .ttl-sub {
    font-size: 18px;
    padding-left: 30px;
  }
  .top-ttl .ttl-sub::before {
    width: 25px;
    height: 36px;
  }
  .top-ttl .ttl-main {
    font-size: 40px;
    margin-top: 32px;
    padding: 0 55px;
  }
  .top-ttl .ttl-main::before, .top-ttl .ttl-main::after {
    width: 33px;
    height: 57px;
  }
}

/* line up */
.section-lineup .section-ttl {
  color: #231815;
  font-size: calc(16px + (1vw - 6.4px) * 1.7857142857);
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .section-lineup .section-ttl {
    font-size: 16px;
  }
}
@media print, screen and (min-width: 1200px) {
  .section-lineup .section-ttl {
    font-size: 26px;
    margin-bottom: 40px;
  }
}
.section-lineup .list-lineup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 17px 0 0;
  position: relative;
}
.section-lineup .list-lineup li {
  padding: 0 14px 0 15px;
}
@media screen and (min-width: 641px) {
  .section-lineup .list-lineup {
    margin-right: auto;
    margin-left: auto;
    max-width: 540px;
  }
}
@media print, screen and (min-width: 1200px) {
  .section-lineup .list-lineup {
    margin-top: 32px;
    max-width: 750px;
  }
}
@media screen and (max-width: 640px) {
  .section-lineup .btn-more {
    margin-top: 19px;
    padding: 0.5em 1.5em;
  }
}

/* appeal */
.section-appeal {
  margin-top: 56px;
  padding: 30px 0;
  position: relative;
}
@media screen and (min-width: 641px) {
  .section-appeal {
    padding: 48px 0 80px;
  }
}
@media print, screen and (min-width: 1200px) {
  .section-appeal {
    padding: 80px 0;
  }
}
.section-appeal .ttl {
  text-align: center;
}
.section-appeal .list-appeal_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 448px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .section-appeal .list-appeal_item .thumb {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 164px;
    position: relative;
  }
  .section-appeal .list-appeal_item .thumb img {
    width: 195px;
    height: 210px;
    max-width: none;
  }
  .section-appeal .list-appeal_item .text {
    max-width: 211px;
  }
  .section-appeal .list-appeal_item + .list-appeal_item {
    margin-top: -50px;
  }
  .section-appeal .list-appeal_item:nth-child(odd) .thumb img {
    margin-left: -31px;
  }
  .section-appeal .list-appeal_item:nth-child(odd) .text {
    padding-left: 20px;
    padding-right: 45px;
  }
  .section-appeal .list-appeal_item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .section-appeal .list-appeal_item:nth-child(even) .thumb img {
    margin-right: -31px;
  }
  .section-appeal .list-appeal_item:nth-child(even) .text {
    padding-right: 20px;
    padding-left: 45px;
  }
}
@media screen and (min-width: 641px) {
  .section-appeal .list-appeal_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 32px 22px 0;
    width: calc(50% - 44px);
  }
  .section-appeal .list-appeal_item .thumb {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 223px;
        -ms-flex: 1 1 223px;
            flex: 1 1 223px;
    text-align: center;
  }
  .section-appeal .list-appeal_item .thumb img {
    width: 240px;
  }
  .section-appeal .list-appeal_item .text {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 93px;
        -ms-flex: 0 0 93px;
            flex: 0 0 93px;
    margin-top: 24px;
  }
  .section-appeal .list-appeal_item .text img {
    height: 93px;
    width: auto;
    max-width: none;
  }
}
@media print, screen and (min-width: 1200px) {
  .section-appeal .list-appeal_item {
    width: calc(25% - 44px);
  }
}
@media screen and (min-width: 641px) {
  .section-appeal .list-appeal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-right: 58px;
    padding-left: 58px;
  }
}
.section-appeal .wrap-movie {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
}
.section-appeal .wrap-movie::before {
  background: url(/sp/tare-plus/img/mask_top_movie.png) repeat 0 0/100px;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.section-appeal .movie {
  display: block;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  opacity: 0.5;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  z-index: 0;
}

/* banners */
.section-column {
  margin-top: 56px;
}
@media screen and (min-width: 641px) {
  .section-column .block-banner {
    margin-top: 32px;
  }
}
@media print, screen and (min-width: 1200px) {
  .section-column .layouter {
    padding-right: 0;
    padding-left: 0;
  }
}

/* recipe */
.section-recipe {
  margin-top: 48px;
}
.section-recipe::before {
  background: #ffffff url(/sp/tare-plus/img/bg_top_recipe.png) no-repeat 50% 0/100% auto;
  content: "";
  display: block;
  width: 100%;
  height: 50px;
}
.section-recipe .layouter {
  padding: 0 15px 64px;
}
.section-recipe .btn-more {
  margin-top: 28px;
}

.block-recipe {
  margin: 39px 0 0;
}
.block-recipe .list-recipe {
  margin: 0 -6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
}
.block-recipe .item-recipe {
  margin: 12px 6px;
  width: calc(50% - 12px);
}
.block-recipe .item-recipe_text {
  padding: 15px;
}
.block-recipe .item-recipe_tag {
  display: block;
}
.block-recipe .item-recipe_tag dt {
  border-radius: 4px 4px 4px 0;
  display: inline-block;
  padding: 0 1em;
}
.block-recipe .item-recipe_tag dt::after {
  display: none;
}
.block-recipe .item-recipe_tag dd {
  margin-top: 10px;
  padding-left: 0;
}
@media screen and (min-width: 641px) {
  .block-recipe .item-recipe {
    margin: 0 10px 24px;
    width: calc(33.33% - 20px);
  }
}
@media print, screen and (min-width: 1200px) {
  .block-recipe .item-recipe {
    margin: 0 16px 40px;
    width: calc(25% - 32px);
  }
}/*# sourceMappingURL=top.css.map */