@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */
/*------------------------------------------------------------------------------
  reset PC
------------------------------------------------------------------------------*/
main.kiwami-takikomi {
  font-family: "Noto Sans CJK JP", sans-serif !important;
  color: #000;
}

html,
input,
textarea,
select,
button {
  font-weight: 400;
  font-size: 16px;
}

html {
  background: #fff;
  font-size: 16px;
  line-height: 1.6;
  word-break: break-all;
}

body {
  background-color: #fff !important;
  margin: 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
}

p {
  margin: 0;
  padding: 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

a {
  color: #000;
  text-decoration: none;
}

/* input,
select,
textarea,
button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
} */

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

button {
  border: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

.inner-block {
  position: relative;
  width: 66.6666666667vw;
  padding: 0 30px;
}

#wrapper {
  position: relative;
}

dl,
dt,
dd {
  padding: 0;
  margin: 0;
}

.c-svg {
  display: inline-block;
  fill: currentColor;
  vertical-align: top;
}

/*------------------------------------------------------------------------------
  reset SP
------------------------------------------------------------------------------*/
/* --------------------------------
c-header
----------------------------------- */
.c-header {
  height: 5.2083333333vw;
  font-weight: bold;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-header .logo-block {
  width: 14.6875vw;
}

/* --------------------------------
footer
----------------------------------- */
#footer {
  background-color: #333333;
  padding: 1.5625vw 0;
}

.footer-content {
  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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.footer-content .company-area .company-name {
  color: #fff;
  font-size: 0.8333333333vw;
  letter-spacing: 0.05em;
  font-weight: 700;
}

.footer-content .company-area .copyright {
  color: #8b8b8b;
  font-size: 0.7291666667vw;
  letter-spacing: 0.05em;
  font-weight: 700;
}

.footer-content .sns-area {
  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;
}

.footer-content .sns-area .sns-icon {
  width: 1.8229166667vw;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.footer-content .sns-area .sns-icon:nth-child(n+2) {
  margin-left: 1.0416666667vw;
}

/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
/* -----------------------------------------------
* home Module
* homeページ用
-------------------------------------------------- */
.mv-block .link {
  display: inline-block;
  width: 100%;
}

.ib {
  display: inline-block;
}

.takikomiArea {
  padding-top: 4.1666666667vw;
  padding-bottom: 5.2083333333vw;
  background: url(../../../../images/recipe/special/maitashi/kiwami-takikomi/bg.jpg) no-repeat center/cover;
}

.takikomiArea .title {
  color: #ec1d25;
  font-size: 2.5vw;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
}

.takikomiArea .recipe-wrap {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
}

.takikomiArea .recipe-wrap .recipe-box {
  position: relative;
  width: 20.8333333333vw;
  margin: 4.1666666667vw 3.3335vw 0;
}

.takikomiArea .recipe-wrap .blowing {
  font-size: 1.3541666667vw;
  color: #ff5050;
  letter-spacing: 0.1em;
  font-weight: 700;
  position: relative;
  text-align: center;
  margin-bottom: 1.9791666667vw;
}

.takikomiArea .recipe-wrap .blowing::before {
  content: "";
  display: inline-block;
  width: 0.2083333333vw;
  height: 2.0833333333vw;
  margin: 0 0.9375vw 0 0;
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
  background-color: #ff5050;
  position: relative;
  top: 0.7291666667vw;
  left: 0.3125vw;
}

.takikomiArea .recipe-wrap .blowing::after {
  content: "";
  display: inline-block;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  width: 0.2083333333vw;
  height: 2.0833333333vw;
  margin: 0 0 0 0.9375vw;
  background-color: #ff5050;
  position: relative;
  top: 0.7291666667vw;
  right: 0.3125vw;
}

.sliderArea {
  padding-top: 4.1666666667vw;
  padding-bottom: 5.2083333333vw;
  background-color: #f8f8f8;
}

.sliderArea .title {
  font-size: 1.875vw;
  color: #ec1d25;
  letter-spacing: 0.05em;
  font-weight: 700;
  position: relative;
  text-align: center;
}

.sliderArea .title::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 1.8229166667vw;
  margin: 0 1em;
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
  background-color: #ec1d25;
  position: relative;
  top: 3px;
  left: 8px;
}

.sliderArea .title::after {
  content: "";
  display: inline-block;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  width: 3px;
  height: 1.8229166667vw;
  margin: 0 1em;
  background-color: #ec1d25;
  position: relative;
  top: 3px;
  right: 9px;
}

.sliderArea .txt {
  margin-top: 1.5625vw;
  text-align: center;
  font-weight: 700;
  font-size: 1.1458333333vw;
  line-height: 1.5;
}

.slider {
  margin-top: 1.8229166667vw;
}

.slider .slick-list {
  position: relative;
}

.slider .slick-list .slide-box {
  padding: 0 1.0416666667vw;
  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;
}

.slider .slick-list .slide-box .link {
  display: inline-block;
  width: 100%;
}

/* 前／次の矢印の設定 */
.slider {
  position: relative;
}

.slider .prev {
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 6.2%;
  margin: auto;
  width: 2.0833333333vw;
  height: 3.4375vw;
  background: url(../../../../images/recipe/special/maitashi/kiwami-takikomi/arrow-before.png) no-repeat;
  background-size: contain;
  z-index: 99;
}

.slider .next {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 6.2%;
  bottom: 0;
  margin: auto;
  width: 2.0833333333vw;
  height: 3.4375vw;
  background: url(../../../../images/recipe/special/maitashi/kiwami-takikomi/arrow-next.png) no-repeat;
  background-size: contain;
  z-index: 99;
}

.recipe-archive {
  padding: 7.8125vw 0 5.2083333333vw;
}

.recipe-archive .title {
  font-size: 1.875vw;
  color: #ec1d25;
  letter-spacing: 0.05em;
  font-weight: 700;
  position: relative;
  text-align: center;
  position: relative;
}

.recipe-archive .title::before {
  content: "";
  background: url(../../../../images/recipe/special/maitashi/kiwami-takikomi/recipe-icon.svg) no-repeat;
  background-size: contain;
  width: 2.2395833333vw;
  height: 2.2916666667vw;
  position: absolute;
  top: -2.34375vw;
  left: 0;
  right: 0;
  margin: auto;
}

.recipe-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
}

.recipe-wrap .yr-tag {
  left: 10px;
  bottom: 4.9479166667vw !important;
  margin-bottom: 8px;
  z-index: 2;
}

.recipe-wrap .recipe-box {
  width: calc((100% - 10.938vw) / 3);
  margin: 0 3.6458333333vw 3.8541666667vw 0;
  position: relative;
}

.recipe-wrap .recipe-box .link {
  display: inline-block;
  width: 100%;
}

.recipe-wrap .recipe-box .img-box {
  position: relative;
  border-radius: 1.0416666667vw;
  overflow: hidden;
}

.recipe-wrap .recipe-box .new {
  position: relative;
}

.recipe-wrap .recipe-box .new .inn {
  display: block;
  font-size: 0.9375vw;
  font-weight: bold;
  letter-spacing: 0.05em;
  position: absolute;
  top: 1.3020833333vw;
  left: 0.7291666667vw;
  color: #fff;
}

.recipe-wrap .recipe-box .new .inn::after {
  background: url(../../../../images/recipe/special/maitashi/kiwami-takikomi/new-icon.svg) no-repeat center center/contain;
  content: "";
  width: 1.1458333333vw;
  height: 0.5729166667vw;
  position: absolute;
  top: -0.5208333333vw;
  left: 0;
  right: 0;
  margin: auto;
}

.recipe-wrap .recipe-box .new::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-color: #ec1d25 transparent transparent transparent;
  border-width: 6.25vw 6.25vw 6.25vw 0;
}

.recipe-wrap .recipe-box .tag {
  font-size: 0.8333333333vw;
  background-color: #fff;
  padding: 0.3125vw 0.9375vw;
  border-radius: 25px;
  color: #ec1d25;
  font-weight: 700;
  min-width: 7.7604166667vw;
  position: absolute;
  bottom: 0.78125vw;
  right: 0.78125vw;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: normal;
}

.recipe-wrap .recipe-box .tag.youtube {
  padding: 0.3125vw 0.625vw 0.3125vw 2.8645833333vw;
}

.recipe-wrap .recipe-box .tag.youtube::before {
  content: "";
  background: url(../../../../images/recipe/special/maitashi/kiwami-takikomi/youtube-icon-red.svg) no-repeat center/contain;
  position: absolute;
  left: 0.9375vw;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1.5625vw;
  height: 1.0416666667vw;
}

.recipe-wrap .recipe-box .txt {
  margin-top: 1.0416666667vw;
  text-align: center;
  font-weight: 700;
  font-size: 1.25vw;
  line-height: 1.5;
}

.more-btn {
  font-size: 1.875vw;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: #ec1d25;
  border-radius: 50px;
  padding: 1.3541666667vw 6.7708333333vw;
  position: relative;
  line-height: normal;
}

.more-btn::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.8229166667vw;
  margin: auto 0;
  width: 1.0416666667vw;
  height: 1.0416666667vw;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  border-radius: 2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.secret-block {
  background-color: #f8f8f8;
  padding: 5.2083333333vw 0;
}

.secret-block .title {
  font-size: 1.875vw;
  color: #ec1d25;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-align: center;
}

.secret-block .box-wrap {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 3.125vw;
}

.secret-block .img-box {
  width: 26.0416666667vw;
}

.secret-block .txt-box {
  width: 26.0416666667vw;
}

.secret-block .txt-box .sub-title {
  font-size: 1.4583333333vw;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #333333;
}

.secret-block .txt-box .txt {
  font-size: 0.9375vw;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-top: 1.0416666667vw;
  line-height: 2;
}

.btn-wrap {
  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: 3.125vw 0 5.2083333333vw;
}

/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */

@media only screen and (min-width: 641px) {
  .inner-block {
    margin: 0 auto;
  }

  .sp {
    display: none !important;
  }

  a[href^="tel:"] {
    pointer-events: none;
  }

  a,
  a::before,
  a::after,
  button {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }

  .c-header .logo-block:hover {
    opacity: 0.5;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .footer-content .company-area .company-name:hover {
    opacity: 0.5;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .footer-content .sns-area .sns-icon:hover {
    opacity: 0.5;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .mv-block .link:hover {
    opacity: 0.7;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .slider .slick-list::before {
    content: "";
    width: 10%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 98;
    background-color: #f8f8f8;
    opacity: 0.5;
  }

  .slider .slick-list::after {
    content: "";
    width: 10%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 98;
    background-color: #f8f8f8;
    opacity: 0.5;
  }

  .slider .slick-list .slide-box .link:hover {
    opacity: 0.5;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .slider .next:hover,
  .slider .prev:hover {
    opacity: 0.5;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .recipe-wrap {
    margin-top: 4.1666666667vw;
    margin-right: -3.6458333333vw;
    margin-bottom: -3.8541666667vw;
  }

  .recipe-wrap .yr-tag {
    right: auto !important;
  }

  .recipe-wrap .recipe-box .link:hover {
    opacity: 0.5;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .more-btn:hover {
    opacity: 0.5;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .secret-block .img-box {
    margin-right: 2.6041666667vw;
  }
}

@media only screen and (max-width: 640px) {
  body {
    font-size: 14px;
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }

  .outer-block {
    min-width: 320px;
  }

  .inner-block {
    padding: 0 10px;
    width: auto;
  }

  #wrapper {
    min-width: 320px;
    position: relative;
    overflow: hidden;
  }

  input[type=submit] {
    -webkit-text-size-adjust: 100%;
  }

  input,
  select,
  textarea {
    font-size: 16px !important;
  }

  .pc {
    display: none !important;
  }

  .c-header {
    height: 15.625vw;
  }

  .c-header .logo-block {
    width: 44.0625vw;
  }

  #footer {
    padding: 9.375vw 0;
  }

  .footer-content {
    display: block;
    text-align: center;
  }

  .footer-content .company-area .company-name {
    display: inline-block;
    font-size: 3.75vw;
    margin-top: 7.03125vw;
  }

  .footer-content .company-area .copyright {
    font-size: 2.5vw;
    margin-top: 6.25vw;
  }

  .footer-content .sns-area {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-content .sns-area .sns-icon {
    width: 9.375vw;
  }

  .footer-content .sns-area .sns-icon:nth-child(n+2) {
    margin-left: 5.46875vw;
  }

  .takikomiArea {
    padding: 15.625vw 0 18.75vw;
    background: url(../../../../images/recipe/special/maitashi/kiwami-takikomi/bg-sp.jpg) no-repeat center/cover;
  }

  .takikomiArea .title {
    font-size: 5.625vw;
  }

  .takikomiArea .recipe-wrap .recipe-box {
    width: 62.5vw;
    margin: 7.8125vw auto 0;
  }

  .takikomiArea .recipe-wrap .recipe-box .txt {
    text-align: center;
    font-size: 3.75vw;
  }

  .takikomiArea .recipe-wrap .blowing {
    font-size: 4.0625vw;
  }

  .takikomiArea .recipe-wrap .blowing::before {
    width: 0.625vw;
    height: 6.25vw;
    margin: 0 3.125vw 0 0;
    top: 2.1875vw;
    left: 0.9375vw;
  }

  .takikomiArea .recipe-wrap .blowing::after {
    width: 0.625vw;
    height: 6.25vw;
    margin: 0 0 0 3.125vw;
    top: 2.1875vw;
    right: 0.9375vw;
  }

  .sliderArea {
    padding: 15.625vw 0 18.75vw;
  }

  .sliderArea .title {
    font-size: 7.8125vw;
  }

  .sliderArea .title::before {
    height: 7.8125vw;
  }

  .sliderArea .title::after {
    height: 7.8125vw;
  }

  .sliderArea .txt {
    margin-top: 5.46875vw;
    font-size: 4.375vw;
  }

  .slider {
    margin-top: 7.8125vw;
  }

  .slider .slick-list img {
    width: 65.625vw;
    margin: auto;
  }

  .slider .slick-list .slide-box {
    width: 75vw;
  }

  .slider .slick-list .slide-box .link {
    width: 65.625vw;
  }

  .slider .prev {
    width: 6.25vw;
    height: 10.3125vw;
  }

  .slider .next {
    width: 6.25vw;
    height: 10.3125vw;
  }

  .recipe-archive {
    padding: 23.4375vw 0 15.625vw;
  }

  .recipe-archive .title {
    font-size: 7.8125vw;
  }

  .recipe-archive .title::before {
    width: 8.75vw;
    height: 9.375vw;
    top: -9.375vw;
  }

  .recipe-wrap {
    margin-top: 7.8125vw;
    margin-right: -6.25vw;
    margin-bottom: -7.03125vw;
  }

  .recipe-wrap .yr-tag {
    bottom: 10.6770833333vw !important;
    margin-bottom: 0px;
    width: 90px;
  }

  .recipe-wrap .hight-txt {
    bottom: 15.625vw !important;
    margin-bottom: 0px;
  }

  .recipe-wrap .mini-txt {
    bottom: 20.8333333333vw !important;
    left: auto;
    right: unset;
    margin-bottom: 0px;
  }

  .recipe-wrap .recipe-box {
    width: calc((100% - 12.5vw) / 2);
    margin: 0 6.25vw 7.03125vw 0;
  }

  .recipe-wrap .recipe-box .new .inn {
    font-size: 2.1875vw;
    top: 3.90625vw;
    left: 2.1875vw;
  }

  .recipe-wrap .recipe-box .new .inn::after {
    width: 3.4375vw;
    height: 1.71875vw;
    top: -1.5625vw;
  }

  .recipe-wrap .recipe-box .tag {
    font-size: 2.5vw;
    padding: 0.9375vw 2.03125vw;
    bottom: 1.5625vw;
    right: 1.5625vw;
  }

  .recipe-wrap .recipe-box .tag.youtube {
    padding: 0.9375vw 2.03125vw 0.9375vw 9.0625vw;
  }

  .recipe-wrap .recipe-box .tag.youtube::before {
    left: 2.8125vw;
    width: 4.6875vw;
    height: 3.125vw;
  }

  .recipe-wrap .recipe-box .txt {
    margin-top: 3.125vw;
    font-size: 3.125vw;
    text-align: left;
  }

  .more-btn::before {
    right: 5.46875vw;
    margin: auto 0;
    width: 3.125vw;
    height: 3.125vw;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
  }

  .more-btn {
    font-size: 5.625vw;
    padding: 4.0625vw 20.3125vw;
  }

  .secret-block {
    padding: 15.625vw 0 18.75vw;
  }

  .secret-block .title {
    font-size: 7.8125vw;
    line-height: 1.4;
  }

  .secret-block .box-wrap {
    display: block;
    padding: 0 20px;
  }

  .secret-block .img-box {
    width: 100%;
  }

  .secret-block .txt-box {
    width: 100%;
  }

  .secret-block .txt-box .sub-title {
    font-size: 4.375vw;
    margin-top: 4.6875vw;
  }

  .secret-block .txt-box .txt {
    font-size: 3.125vw;
    margin-top: 3.125vw;
  }

  .btn-wrap {
    margin: 9.375vw 0;
  }
}

@media screen and (min-width: 850px) and (max-width: 1000px) {
  .recipe-wrap .mini-txt {
    bottom: 8.8541666667vw !important;
    left: 8.0729166667vw;
    right: 0.78125vw;
    margin-bottom: 0px;
    margin-right: 10px;
  }
}

@media screen and (min-width: 800px) and (max-width: 850px) {
  .recipe-wrap .mini-txt {
    bottom: 8.8541666667vw !important;
    left: 7.2916666667vw;
    right: 0.78125vw;
    margin-bottom: 0px;
    margin-right: 10px;
  }
}

@media screen and (min-width: 750px) and (max-width: 800px) {
  .recipe-wrap .mini-txt {
    bottom: 8.8541666667vw !important;
    left: 6.7708333333vw;
    right: 0.78125vw;
    margin-bottom: 0px;
    margin-right: 10px;
  }
}

@media screen and (min-width: 700px) and (max-width: 750px) {
  .recipe-wrap .mini-txt {
    bottom: 11.9791666667vw !important;
    left: 5.7291666667vw;
    right: 0.78125vw;
    margin-bottom: 0px;
    margin-right: 10px;
  }
}

@media screen and (min-width: 640px) and (max-width: 700px) {
  .recipe-wrap .mini-txt {
    bottom: 11.9791666667vw !important;
    left: 4.6875vw;
    right: 0.78125vw;
    margin-bottom: 0px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 880px) {
  .recipe-wrap .recipe-box .new::before {
    border-width: 7.2916666667vw 7.2916666667vw 7.2916666667vw 0;
  }
}

@media only screen and (max-width: 880px) and (max-width: 640px) {
  .recipe-wrap .recipe-box .new::before {
    border-width: 17.5vw 17.5vw 17.5vw 0;
  }
}

/*# sourceMappingURL=style.css.map */