@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Zen+Maru+Gothic:wght@700&display=swap");
body {
  color: #231815;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

a {
  color: inherit;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
a:hover {
  color: #D42025;
  text-decoration: none;
}
a:hover img {
  opacity: 0.6;
}

/*　Module
------------------------------ */
.tp-header {
  background: rgba(255, 255, 255, 0.6);
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  position: relative;
  width: 100%;
  z-index: 99;
}
@media screen and (max-width: 640px) {
  .tp-header {
    border-top-width: 2px;
  }
}
@media print, screen and (min-width: 1200px) {
  .tp-header {
    background-color: #ffffff;
  }
}
.tp-header.is-fixed {
  border-top-color: transparent;
  border-bottom-color: transparent;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
}
.tp-header_layouter {
  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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 11px 20px;
  max-width: 1200px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media print, screen and (min-width: 1200px) {
  .tp-header_layouter {
    padding-right: 0;
    padding-left: 0;
  }
}
.tp-header_logo img {
  width: 42px;
}
@media screen and (min-width: 641px) {
  .tp-header_logo img {
    width: 76px;
  }
}
.tp-header_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.tp-header_nav a {
  font-size: 12px;
  font-weight: bold;
}
@media screen and (min-width: 641px) {
  .tp-header_nav a {
    font-size: 15px;
  }
}
.tp-header_nav li + li {
  margin-left: 2em;
}

.tp-footer {
  border-top: 1px solid #DDD;
  padding-top: 40px;
}
@media print, screen and (min-width: 1200px) {
  .tp-footer {
    padding: 25px;
  }
}
.tp-footer_layouter {
  /*		@include media(tablet){
  			display: flex;
  			align-items: center;
  			justify-content: center;
  			max-width: 1200px;
  			@include layout-center;
  		}
  		*/
}
.tp-footer_logo {
  width: 100px;
  width: 100%;
  text-align: center;
}
.tp-footer_nav {
  margin-top: 20px;
  /*
  @include media(tablet){
  	display: flex;
  	flex-wrap: wrap;
  	margin-top: 0;
  	flex-grow: 1;
  }*/
}
@media print, screen and (min-width: 1200px) {
  .tp-footer_nav {
    display: none;
  }
}
.tp-footer_nav a {
  display: block;
  padding: 15px 30px 15px 15px;
  position: relative;
}
@media screen and (min-width: 641px) {
  .tp-footer_nav a {
    font-weight: bold;
  }
}
.tp-footer_nav a:after {
  background: url(/sp/tare-plus/shared/img/icon_arrow.svg) no-repeat 50% 50%/contain;
  content: "";
  display: block;
  width: 11px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -5px;
  /*
  @include media(tablet){
  	display: none;
  }
  */
}
.tp-footer_nav li {
  white-space: nowrap;
  border-top: 1px solid #DDDDDD;
}

/* layouts */
.layouter {
  max-width: 1200px;
  margin: 0 auto;
}
/* section */
.section {
  position: relative;
}
.section-ttl {
  color: #D42025;
  font-size: calc(14px + (1vw - 6.4px) * 1.7857142857);
  margin-bottom: 40px;
  padding-top: 5px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .section-ttl {
    font-size: 14px;
  }
}
@media print, screen and (min-width: 1200px) {
  .section-ttl {
    font-size: 24px;
  }
}
.section-ttl span {
  display: inline-block;
  position: relative;
  z-index: 5;
}
.section-ttl::before, .section-ttl::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.section-ttl::before {
  background: #ffffff;
  border-radius: 170px 170px 0 0;
  width: 170px;
  height: 85px;
  top: -52px;
}
.section-ttl::after {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 68px;
  height: 30px;
  top: -30px;
}
.section-ttl.icon-lineup::after {
  background-image: url(/sp/tare-plus/img/icon_ttl_lineup.png);
}
.section-ttl.icon-recipe::after {
  background-image: url(/sp/tare-plus/img/icon_ttl_recipe.png);
}
.section-ttl.icon-star::after {
  background-image: url(/sp/tare-plus/img/icon_ttl_star.png);
}
@media screen and (min-width: 641px) {
  .section-ttl::before {
    border-radius: 284px 284px 0 0;
    border-radius: 12em 12em 0 0;
    width: 284px;
    width: 12em;
    height: 142px;
    height: 6em;
    top: -86px;
    top: -3.25em;
  }
  .section-ttl::after {
    width: 99px;
    width: 4em;
    height: 47px;
    height: 1.95em;
    top: -56px;
    top: -1.95em;
  }
}
.section.fill-tex .section-ttl::before {
  background: #F5F1DA url(/sp/tare-plus/img/bg_texture.png) repeat 0 0/700px auto;
}
.section.fill-tex .layouter {
  padding-bottom: 64px;
}
.section .layouter {
  padding: 0 30px;
  padding: 0 8%;
}
@media screen and (min-width: 641px) {
  .section .layouter {
    padding: 0 40px;
    padding: 0 6.25%;
  }
}
@media print, screen and (min-width: 1200px) {
  .section {
    max-width: none;
  }
  .section .layouter {
    padding: 0 120px;
  }
}

/* font */
.ff-maru {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
}

/* grid */
.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media print, screen and (min-width: 1200px) {
  .row.gutter {
    margin-left: -40px;
  }
  .row.gutter > div {
    padding-left: 40px;
  }
}
@media screen and (max-width: 640px) {
  .row.gutter .span-s-12 + .span-s-12 {
    margin-top: 50px;
  }
}

/*.row .span-1*/
.span-1 {
  width: 8.3333333333%;
}

/*.row .span-2*/
.span-2 {
  width: 16.6666666667%;
}

/*.row .span-3*/
.span-3 {
  width: 25%;
}

/*.row .span-4*/
.span-4 {
  width: 33.3333333333%;
}

/*.row .span-5*/
.span-5 {
  width: 41.6666666667%;
}

/*.row .span-6*/
.span-6 {
  width: 50%;
}

/*.row .span-7*/
.span-7 {
  width: 58.3333333333%;
}

/*.row .span-8*/
.span-8 {
  width: 66.6666666667%;
}

/*.row .span-9*/
.span-9 {
  width: 75%;
}

/*.row .span-10*/
.span-10 {
  width: 83.3333333333%;
}

/*.row .span-11*/
.span-11 {
  width: 91.6666666667%;
}

/*.row .span-12*/
.span-12 {
  width: 100%;
}

@media screen and (max-width: 640px) {
  /*.row {*/
  .span-s-3 {
    width: 25% !important;
  }
  .span-s-4 {
    width: 33.33% !important;
  }
  .span-s-6 {
    width: 50% !important;
  }
  .span-s-12 {
    width: 100% !important;
  }
  /*}*/
}
/* text */
.en, .num {
  font-family: "Manrope", sans-serif;
}

.ta-c {
  text-align: center !important;
}

.ta-l {
  text-align: left !important;
}

.ta-r {
  text-align: right !important;
}

.fw-n {
  font-weight: normal;
}

.fw-b {
  font-weight: 500;
}

.fs-l {
  font-size: 1.125em;
}

.fs-s {
  font-size: 0.875em;
}

.fs-ss {
  font-size: 0.75em;
}

.fs-10 {
  font-size: 1rem;
}

/* clearfix */
.clear {
  clear: both;
  content: "";
  display: table;
}

/* width */
.w-100 {
  width: 100%;
}

.w-90 {
  width: 90%;
}

.w-80 {
  width: 80%;
}

.w-70 {
  width: 70%;
}

.w-60 {
  width: 60%;
}

.w-50 {
  width: 50%;
}

.w-40 {
  width: 40%;
}

.w-30 {
  width: 30%;
}

.w-20 {
  width: 20%;
}

.w-10 {
  width: 10%;
}

.w-0 {
  width: 0%;
}

/* margin */
.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mt-1em {
  margin-top: 1em !important;
}

.mt-2em {
  margin-top: 2em !important;
}

.mt-3em {
  margin-top: 3em !important;
}

/* texture */
.fill-tex {
  background: #F5F1DA url(/sp/tare-plus/img/bg_texture.png) repeat 0 0/700px auto;
}

/* responsive */
@media screen and (max-width: 640px) {
  .pconly {
    display: none !important;
  }
  .nosp {
    display: none !important;
  }
}
@media screen and (min-width: 641px) {
  .pconly {
    display: none;
  }
  .sponly {
    display: none !important;
  }
}
@media print, screen and (min-width: 1200px) {
  .pconly {
    display: inherit;
  }
  .sponly, .nopc {
    display: none !important;
  }
}
#breadcrumb {
  display: block;
  margin-bottom: 0;
  padding: 10px 20px;
}
@media screen and (min-width: 641px) {
  #breadcrumb {
    background: #E7E7E7;
  }
}
#breadcrumb a:hover span {
  color: #231815;
  text-decoration: underline !important;
}
#breadcrumb .contents-inner {
  max-width: 1200px;
  padding: 0;
}
#breadcrumb ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
#breadcrumb ul li {
  position: relative;
  white-space: nowrap;
}
#breadcrumb ul li span {
  display: inline-block;
  font-size: 11px;
}
@media screen and (min-width: 641px) {
  #breadcrumb ul li span {
    font-size: 13px;
  }
}
#breadcrumb ul li + li {
  margin-left: 0.75em;
}
#breadcrumb ul li + li::before {
  content: ">";
  margin-right: 0.5em;
}
@media screen and (max-width: 640px) {
  #breadcrumb .ttle-page-name {
    display: none;
  }
}

.page-head {
  padding: 0 30px;
  text-align: center;
}
.page-head .ttl {
  color: #D42025;
  font-size: calc(28px + (1vw - 6.4px) * 2.1428571429);
  line-height: 1.29;
  padding: 32px 0;
}
@media screen and (max-width: 640px) {
  .page-head .ttl {
    font-size: 28px;
  }
}
@media print, screen and (min-width: 1200px) {
  .page-head .ttl {
    font-size: 40px;
  }
}
.page-head .lead {
  font-size: 15px;
  font-size: calc(15px + (1vw - 6.4px) * 0.8928571429);
  font-weight: bold;
  line-height: 2;
  margin-top: 2.13em;
}
@media screen and (max-width: 640px) {
  .page-head .lead {
    font-size: 15px;
  }
}
@media print, screen and (min-width: 1200px) {
  .page-head .lead {
    font-size: 20px;
  }
}

/* button */
.btn {
  display: inline-block;
}
.btn-more {
  background: #ffffff;
  border: 1px solid #D42025;
  border-radius: 46px;
  margin-top: 46px;
  padding: 1em 2.5em;
}
.btn-more span {
  display: block;
  font-weight: bold;
  line-height: 1;
  padding-right: 20px;
  position: relative;
}
.btn-more span::after {
  background: url(/sp/tare-plus/img/icon_arrow.svg) no-repeat 50% 50%/contain;
  content: "";
  display: block;
  width: 13px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.btn-more:hover {
  background-color: #D42025;
  color: #ffffff;
}
.btn-more:hover span::after {
  background-image: url(/sp/tare-plus/img/icon_arrow_w.svg);
}
.btn-wrap {
  text-align: center;
}

/* renewal */
.box-renewal {
  text-align: center;
}
.box-renewal .ttl {
  padding: 0;
}
.box-renewal .ttl span {
  color: #E50012;
  border-top: 1px solid #E50012;
  border-bottom: 1px solid #E50012;
  display: inline-block;
  font-size: 14px;
  padding: 4px 15px 6px 18px;
  position: relative;
  white-space: nowrap;
}
.box-renewal .ttl span::before, .box-renewal .ttl span::after {
  content: "";
  display: block;
  width: 61px;
  height: 43px;
  position: absolute;
  top: -22px;
}
.box-renewal .ttl span::before {
  background: #FFF;
  left: -46px;
}
.box-renewal .ttl span::after {
  background: url(/sp/tare-plus/img/icon_renewal.png) no-repeat 0 0/contain;
  left: -54px;
}
@media print, screen and (min-width: 1200px) {
  .box-renewal .ttl span {
    padding: 19px 30px 19px 40px;
  }
  .box-renewal .ttl span::before, .box-renewal .ttl span::after {
    width: 88px;
    height: 62px;
  }
  .box-renewal .ttl span img {
    height: 24px;
    width: auto;
  }
}
.box-renewal .text {
  display: inline-block;
  font-size: 18px;
  line-height: 1.5;
  margin: 0.85em auto 0;
  text-align: left;
}
@media screen and (max-width: 640px) {
  .box-renewal .text {
    font-size: 14px;
  }
}
@media screen and (min-width: 641px) {
  .box-renewal .text {
    text-align: center;
  }
}

/* banners */
.wrap-grid {
  display: inline-block;
}

.list-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (min-width: 641px) {
  .list-banner {
    margin-top: -32px;
  }
}
.list-banner_item {
  margin-top: 32px;
  position: relative;
  text-align: left;
}
.list-banner_item a {
  display: block;
}
.list-banner_item img {
  border-radius: 10px;
}
.list-banner_item .desc {
  font-size: 16px;
  font-weight: bold;
  margin-top: 0;
  padding: 12px 5px 0;
}
.list-banner_item .list-tag {
  margin-top: 20px;
}
.list-banner_item .list-tag li {
  padding: 0.25em 1em;
}
@media screen and (min-width: 641px) {
  .list-banner {
    margin-right: -3.5%;
  }
  .list-banner_item {
    margin-right: 3.5%;
    width: 29.83%;
    min-width: 290px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media print, screen and (min-width: 1200px) {
  .list-banner_item .desc {
    font-size: 18px;
  }
}

/* recipe item */
.list-row {
  position: relative;
}
@media screen and (min-width: 641px) {
  .list-row {
    margin-right: -10px;
    margin-left: -10px;
    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;
  }
}

@media screen and (min-width: 641px) {
  .block-recipe .list-row .item-recipe {
    margin-right: 10px;
    margin-left: 10px;
    width: calc(50% - 20px);
    width: calc(33.33% - 20px);
  }
}
@media print, screen and (min-width: 1200px) {
  .block-recipe .list-row .item-recipe {
    min-width: 0;
  }
}
.block-recipe .box-title {
  border-radius: 4px;
  color: #ffffff;
  display: inline-block;
  font-size: 13px;
  padding: 0.75em 1em;
}
@media print, screen and (min-width: 1200px) {
  .block-recipe .box-title {
    font-size: 14px;
  }
}
.block-recipe .item-recipe {
  background: #ffffff;
  border-radius: 6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 24px;
}
.block-recipe .item-recipe_thumb {
  border-radius: 6px 6px 0 0;
  overflow: hidden;
}
.block-recipe .item-recipe_text {
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.block-recipe .item-recipe_name {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}
.block-recipe .item-recipe_desc {
  font-size: 11px;
  line-height: 1.45;
  margin-top: 1.75em;
}
.block-recipe .item-recipe_tag {
  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;
  margin-top: auto;
  padding-top: 30px;
}
.block-recipe .item-recipe_tag dt {
  background: #95A74B;
  border-radius: 4px 0 0 4px;
  color: #ffffff;
  font-size: 10px;
  line-height: 21px;
  height: 21px;
  padding: 0 0.25em 0 1em;
  position: relative;
}
.block-recipe .item-recipe_tag dt::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 8px;
  border-color: transparent transparent transparent #95A74B;
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.block-recipe .item-recipe_tag dd {
  font-size: 13px;
  padding-left: 1em;
}
.block-recipe .item-recipe_tag dd a {
  color: #D42025;
}
.block-recipe .item-recipe_pickup .item-thumb {
  margin-bottom: 30px;
}
.block-recipe .item-recipe_pickup .item-thumb img {
  border-radius: 6px;
}
.block-recipe .item-recipe_pickup .item-label {
  margin-top: 0.75em;
}
.block-recipe .item-recipe_pickup .item-btn {
  text-align: center;
}
.block-recipe .item-recipe_pickup .box-ingredients .box-title {
  background-color: #95A74B;
}
.block-recipe .item-recipe_pickup .box-ingredients dl {
  border-bottom: 1px solid #DDDDDD;
  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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.block-recipe .item-recipe_pickup .box-ingredients dt, .block-recipe .item-recipe_pickup .box-ingredients dd {
  padding: 0.75em 0;
}
.block-recipe .item-recipe_pickup .box-ingredients dd {
  padding-left: 1em;
  white-space: nowrap;
}
.block-recipe .item-recipe_pickup .box-directions {
  margin-top: 30px;
}
.block-recipe .item-recipe_pickup .box-directions .box-title {
  background-color: #DE812F;
}
.block-recipe .item-recipe_pickup .box-directions ol {
  counter-set: "num";
  list-style: none;
}
.block-recipe .item-recipe_pickup .box-directions ol li {
  border-bottom: 1px solid #DDDDDD;
  counter-increment: num;
  padding: 0.75em 0 0.75em 1.5em;
  position: relative;
}
.block-recipe .item-recipe_pickup .box-directions ol li::before {
  content: counter(num) ".";
  margin-right: 0.5em;
  position: absolute;
  top: 1.5em;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.block-recipe .item-recipe_pickup .box-directions .note {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 1em;
}
@media screen and (min-width: 641px) {
  .block-recipe .item-recipe_pickup {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 40px;
  }
  .block-recipe .item-recipe_pickup .item-thumb {
    width: 50%;
  }
  .block-recipe .item-recipe_pickup .item-main {
    width: 45.8%;
  }
}
.block-recipe .step-label {
  color: #D42025;
  font-weight: bold;
}

/* tag */
.list-tag {
  margin-top: 32px;
}
.list-tag li {
  border: 1px solid #D42025;
  border-radius: 4px;
  color: #D42025;
  display: inline-block;
  padding: 0.5em 1em;
  font-size: 11px;
}
@media print, screen and (min-width: 1200px) {
  .list-tag li {
    font-size: 14px;
  }
}

/* title */
.block-ttl_balloon {
  margin-bottom: 16px;
  text-align: center;
}
.block-ttl_balloon .balloon {
  background: #ffffff;
  border: 1px solid #231815;
  border-radius: 4px;
  display: inline-block;
  font-size: 13px;
  padding: 0.55em 1em;
  position: relative;
}
.block-ttl_balloon .balloon::before, .block-ttl_balloon .balloon::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.block-ttl_balloon .balloon::before {
  border-top-color: #231815;
  border-width: 9px 7px 0 7px;
}
.block-ttl_balloon .balloon::after {
  border-top-color: #ffffff;
  border-width: 8px 6px 0 6px;
}
.block-ttl_balloon .label {
  color: #D42025;
  display: block;
  font-size: 24px;
  line-height: 1.3;
  margin-top: 10px;
}
@media print, screen and (min-width: 1200px) {
  .block-ttl_balloon {
    margin-bottom: 24px;
  }
  .block-ttl_balloon .balloon {
    font-size: 20px;
  }
  .block-ttl_balloon .label {
    font-size: 46px;
    line-height: 1.2;
  }
}/*# sourceMappingURL=styles.css.map */