@charset "UTF-8";
.ybs {
  /*  enjoy key visual
  ========================================================================== */
}
.ybs-kv {
  background-image: url(../images/enjoy_bg_img.webp);
}
@media (max-width: 768px) {
  .ybs-kv {
    background-image: url(../images/enjoy_bg_img_sp.webp);
  }
}
.ybs-kv__subtitle {
  font-size: 15.8rem;
  -webkit-transform: translateY(22px);
          transform: translateY(22px);
}
@media (max-width: 768px) {
  .ybs-kv__subtitle {
    font-size: clamp(4rem, -1.7251908397rem + 15.2671755725vw, 10rem);
    -webkit-transform: translateY(2.4739583333vw);
            transform: translateY(2.4739583333vw);
  }
}

/*  restaurant
========================================================================== */
.recipe {
  /*  recipe recommend
  ========================================================================== */
  /*   recipe - happy
  ========================================================================== */
  /*   recipe - monthly
  ========================================================================== */
}
.recipe-happy {
  background: #FFF url(/yebisu/communication/enjoy/images/happy_recipe_bg.webp) 50% 0/100% 300px no-repeat;
  -webkit-padding-before: 80px;
          padding-block-start: 80px;
}
@media (max-width: 768px) {
  .recipe-happy {
    background-image: url(/yebisu/communication/enjoy/images/happy_recipe_bg_sp.webp);
    background-size: 100% 266.6666666667vw;
    -webkit-padding-before: 50px;
            padding-block-start: 50px;
  }
}
.recipe-happy__content {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -ms-grid;
  display: grid;
  gap: 0 60px;
      grid-template-areas: "monthly-txt monthly-recipe";
  -ms-grid-columns: 1fr 60px minmax(380px, 420px);
  grid-template-columns: 1fr minmax(380px, 420px);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 768px) {
  .recipe-happy__content {
    gap: 40px 0;
        grid-template-areas: "monthly-txt" "monthly-recipe";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 40px auto;
    grid-template-rows: repeat(2, auto);
  }
}
.recipe-happy__header {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: monthly-txt;
}
.recipe-happy__title {
  aspect-ratio: 1/1;
  -webkit-margin-after: 20px;
          margin-block-end: 20px;
  width: 265px;
}
@media (max-width: 768px) {
  .recipe-happy__title {
    float: left;
    margin-block: -20px 15px;
    -webkit-margin-end: 20px;
            margin-inline-end: 20px;
    width: 168px;
  }
}
.recipe-happy__link {
  grid-area: monthly-link;
}
@media (max-width: 768px) {
  .recipe-happy__link {
    -ms-grid-column-align: center;
        justify-self: center;
  }
}
.recipe-monthly {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: monthly-recipe;
}
@media (max-width: 768px){
  .recipe-happy__header {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .recipe-monthly {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}
.recipe-monthly__wrap {
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-area: 2/3/3/4;
  padding: 38px 2px;
}
@media (max-width: 768px) {
  .recipe-monthly__wrap {
    padding-block: 31px 15px;
    padding-inline: 0;
  }
}
.recipe-monthly__title {
  font-size: 3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1em;
}
@media (max-width: 768px) {
  .recipe-monthly__title {
    font-size: 2.5rem;
    margin-inline: 10px;
  }
}
.recipe-monthly__list {
  height: 568px;
  -webkit-margin-before: 28px;
          margin-block-start: 28px;
  overflow-y: scroll;
}
@media (max-width: 768px) {
  .recipe-monthly__list {
    height: 428px;
    -webkit-margin-before: 40px;
            margin-block-start: 40px;
  }
}
@-moz-document url-prefix() {
  .recipe-monthly__list {
    scrollbar-color: #ccc #f2f2f2;
    scrollbar-width: thin;
  }
}
.recipe-monthly__list::-webkit-scrollbar {
  width: 8px;
}
.recipe-monthly__list::-webkit-scrollbar-thumb {
  background-clip: padding-box;
  background-color: #ccc;
  border-radius: 2px;
  border: 2px solid transparent;
  width: 4px;
}
.recipe-monthly__list::-webkit-scrollbar-track {
  background-color: #f2f2f2;
}
.recipe-monthly__list li {
  margin-inline: auto;
  width: 380px;
}
.recipe-monthly__list li:not(:first-child) {
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
}
@media (max-width: 768px) {
  .recipe-monthly__list li {
    width: 82.8125vw;
  }
  .recipe-monthly__list li:not(:first-child) {
    -webkit-margin-before: 4.1666666667vw;
            margin-block-start: 4.1666666667vw;
  }
}
.recipe-monthly__list .item {
  display: -ms-grid;
  display: grid;
      grid-template-areas: "thumb . label";
  -ms-grid-columns: 140px 16px 224px;
  grid-template-columns: 140px 16px 224px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 768px) {
  .recipe-monthly__list .item {
    -ms-grid-columns: 35.15625vw 3.125vw 44.53125vw;
    grid-template-columns: 35.15625vw 3.125vw 44.53125vw;
  }
}
.recipe-monthly__list .item .photo {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: thumb;
  aspect-ratio: 7/5;
}
@media (max-width: 768px) {
  .recipe-monthly__list .item .photo {
    aspect-ratio: 27/19;
  }
}
.recipe-monthly__list .item .photo img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.recipe-monthly__list .item .body {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: label;
}
.recipe-monthly__list .item .body dl {
  height: 100%;
  display: -ms-grid;
  display: grid;
      grid-template-areas: "name" "link";
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto min-content;
  grid-template-rows: auto -webkit-min-content;
  grid-template-rows: auto min-content;
}
.recipe-monthly__list .item .body dl * {
  font-size: 1.4rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .recipe-monthly__list .item .body dl * {
    font-size: 1.4rem;
  }
}
.recipe-monthly__list .item .body dl dt {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: name;
  line-height: 1.4285714286;
}
@media (max-width: 768px) {
  .recipe-monthly__list .item .body dl dt {
    line-height: 1.4285714286;
  }
}
.recipe-monthly__list .item .body dl dd {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  font-family: var(--ybs-eng);
  grid-area: link;
  justify-self: flex-end;
  line-height: 1em;
}
.recipe-monthly__list .item .body dl dd::after {
  display: block;
  width: 1.5em;
  height: 1.5em;
  border: 1px solid #340008;
  border-radius: 100%;
  background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%220%200%2040%2040%22%3E%3Cpath%20d%3D%22M0%2C.708%2C5.3%2C6%2C0%2C11.3l.707.707%2C6-6h0l-6-6Z%22%20transform%3D%22translate(17.292%2013.993)%22%20fill%3D%22%23340008%22%2F%3E%3C%2Fsvg%3E") no-repeat 50% 50%/contain;
  content: "";
}
.recipe-monthly__list a {
  display: block;
}
@media (hover: hover) {
  .recipe-monthly__list a:hover {
    opacity: 0.5;
  }
  .recipe-monthly__list a:hover .body dd::after {
    display: block;
    width: 1.5em;
    height: 1.5em;
    border: 1px solid #340008;
    border-radius: 100%;
    background: #340008 url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%220%200%2040%2040%22%3E%3Cpath%20d%3D%22M0%2C.708%2C5.3%2C6%2C0%2C11.3l.707.707%2C6-6h0l-6-6Z%22%20transform%3D%22translate(17.292%2013.993)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E") no-repeat 50% 50%/contain;
    content: "";
  }
}

.profile {
  border-block: solid 1px #340008;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-margin-before: 58px;
          margin-block-start: 58px;
  padding: 20px 0;
}
@media (max-width: 768px) {
  .profile {
    display: block;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-margin-before: 9.604519774%;
            margin-block-start: 9.604519774%;
    padding-block: 5.6497175141% 7.0621468927%;
  }
}
.profile::before, .profile::after {
  content: none;
}
.profile .pict {
  width: 175px;
}
@media (max-width: 768px) {
  .profile .pict {
    margin: auto;
    text-align: center;
    width: 47.4576271186%;
  }
}
.profile .body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 768px) {
  .profile .body {
    width: 100%;
  }
}
.profile .body .name {
  font-size: 3rem;
  font-family: var(--ybs-serif);
  font-weight: bold;
  line-height: 1em;
  -webkit-padding-before: 6px;
          padding-block-start: 6px;
  text-align: left;
}
@media (max-width: 768px) {
  .profile .body .name {
    font-size: 1.8rem;
    -webkit-margin-before: 7.0621468927%;
            margin-block-start: 7.0621468927%;
    -webkit-padding-before: 0;
            padding-block-start: 0;
    text-align: center;
  }
}
.profile .body .overview {
  font-size: 1.4rem;
  line-height: 2.1428571429;
  -webkit-margin-before: 24px;
          margin-block-start: 24px;
}
@media (max-width: 768px) {
  .profile .body .overview {
    font-size: 1.5rem;
    line-height: 1.7333333333;
    -webkit-margin-before: 6.7796610169%;
            margin-block-start: 6.7796610169%;
  }
}

.recipe2021-svg-symbol {
  display: none;
}

@media (max-width: 768px) {
  .recipe2021-pc {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .recipe2021-sp {
    display: none !important;
  }
}
.p-recipe2021-serif, .c-recipe2021-title-menu .c-recipe2021-title .c-recipe2021-menutitle, .c-recipe2021-menutitle, .recipe2021-campaign__note {
  font-family: "Noto Serif JP", serif;
}

.p-recipe2021-w-content, .recipe2021-campaign__date, .recipe2021-campaign__point, .recipe2021-index-recipe-bar__body, .recipe2021-reach__title, .recipe2021-reach__body, .recipe2021-reach__step-small, .recipe2021-terms {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.p-recipe2021-w-inner, .recipe2021-index-recipe-bar {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.p-recipe2021-marker {
  font-weight: inherit;
  position: relative;
  z-index: 0;
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(0%, #f8d866));
  background: linear-gradient(transparent 65%, #f8d866 0%);
  background-size: 100% 100%;
  font-weight: bold;
  background-repeat: no-repeat;
}

.js-recipe2021-marker {
  background-size: 0 100%;
  -webkit-transition: background-size 1s;
  transition: background-size 1s;
  background-size: 0 100%;
  font-weight: inherit;
}

.js-recipe2021-marker.-js-start {
  background-size: 100% 100%;
}

html.ie11 .js-recipe2021-marker {
  background-size: 100% 100%;
}

.c-recipe2021-textlink:link, .c-recipe2021-textlink:visited, .c-recipe2021-textlink:hover, .c-recipe2021-textlink:active {
  color: #340008;
}

.c-recipe2021-btn:hover {
  text-decoration: none;
}

.c-recipe2021-btn .c-recipe2021-btn__inner {
  color: #340008;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  letter-spacing: 0.08em;
  padding-left: 4.267vw;
  font-size: 16px;
  font-size: 4.267vw;
  height: 3.75em;
  line-height: 3.75em;
}

@media (min-width: 769px) {
  .c-recipe2021-btn .c-recipe2021-btn__inner {
    font-size: 16px;
    height: 80px;
    line-height: 80px;
    padding-left: 36px;
  }
}
.c-recipe2021-btn .c-recipe2021-btn__inner .c-recipe2021-icon {
  position: absolute;
  right: 0.96em;
  width: 0.9em;
  height: 0.9em;
}

@media (min-width: 769px) {
  .c-recipe2021-btn .c-recipe2021-btn__inner .c-recipe2021-icon {
    right: 35px;
    width: 16px;
    height: 16px;
  }
}
.p-recipe2021-btn-laser {
  position: relative;
  display: block;
  border-bottom: 0.267vw solid #333;
  cursor: pointer;
}

.p-recipe2021-btn-laser::after, .p-recipe2021-btn-laser::before {
  position: absolute;
  display: block;
  width: 100%;
  height: 0.267vw;
  content: "";
  background: #333;
}

.p-recipe2021-btn-laser::before {
  top: 0;
  left: 0;
  -webkit-transition-delay: 50ms;
          transition-delay: 50ms;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: right top;
  transform-origin: right top;
  transition: -webkit-transform 0.15s;
  -webkit-transition: -webkit-transform 0.15s;
  transition: transform 0.15s;
  transition: transform 0.15s, -webkit-transform 0.15s;
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.p-recipe2021-btn-laser::after {
  right: 0;
  bottom: 0;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

@media (min-width: 769px) {
  .p-recipe2021-btn-laser {
    border-bottom-width: 1px;
  }
  .p-recipe2021-btn-laser::after, .p-recipe2021-btn-laser::before {
    height: 1px;
  }
  .p-recipe2021-btn-laser:hover {
    border-bottom-color: transparent;
  }
  .p-recipe2021-btn-laser:hover::before {
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
  }
  .p-recipe2021-btn-laser:hover::after {
    transition: -webkit-transform 0.25s;
    -webkit-transition: -webkit-transform 0.25s;
    transition: transform 0.25s;
    transition: transform 0.25s, -webkit-transform 0.25s;
    -webkit-transition-delay: 175ms;
            transition-delay: 175ms;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.p-recipe2021-btn-laser__inner {
  position: relative;
}

.p-recipe2021-btn-laser__inner::after, .p-recipe2021-btn-laser__inner::before {
  position: absolute;
  display: block;
  width: 0.267vw;
  height: 100%;
  content: "";
  background: #333;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  transition: -webkit-transform 0.1s;
  -webkit-transition: -webkit-transform 0.1s;
  transition: transform 0.1s;
  transition: transform 0.1s, -webkit-transform 0.1s;
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.p-recipe2021-btn-laser__inner::before {
  top: 0;
  left: 0;
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.p-recipe2021-btn-laser__inner::after {
  right: 0;
  bottom: 0;
  -webkit-transition-delay: 125ms;
          transition-delay: 125ms;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

@media (min-width: 769px) {
  .p-recipe2021-btn-laser__inner::after, .p-recipe2021-btn-laser__inner::before {
    width: 1px;
  }
  .p-recipe2021-btn-laser__inner:hover::after, .p-recipe2021-btn-laser__inner:hover::before {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
  }
}
.p-recipe2021-link__arrow .c-recipe2021-icon {
  transition: -webkit-transform 0.25s;
  -webkit-transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.p-recipe2021-link__arrow:hover .c-recipe2021-icon {
  -webkit-transform: translate(1rem, 0);
  transform: translate(1rem, 0);
}

.c-recipe2021-asterisk {
  text-indent: -1.2em;
  margin-left: 1.2em;
  line-height: 1.66;
}

.c-recipe2021-asterisk::before {
  content: "窶ｻ";
}

.c-recipe2021-time {
  border-radius: 50%;
  color: #fff;
  display: block;
  line-height: 1;
  vertical-align: text-top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 2.9em;
  height: 2.9em;
  padding-top: 0.7em;
}

@media (min-width: 769px) {
  .c-recipe2021-time {
    width: 72px;
    height: 72px;
    padding-top: 15px;
  }
}
.c-recipe2021-time .c-recipe2021-time__text {
  display: block;
  white-space: nowrap;
  font-size: 10px;
  font-size: 2.667vw;
}

@media (min-width: 769px) {
  .c-recipe2021-time .c-recipe2021-time__text {
    font-size: 13px;
    margin-top: -1px;
    margin-bottom: 5px;
  }
}
@media (max-width: 373.98px) {
  .c-recipe2021-time .c-recipe2021-time__text {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
.c-recipe2021-time .c-recipe2021-time__minutes {
  font-size: 14px;
  font-size: 3.733vw;
}

@media (min-width: 769px) {
  .c-recipe2021-time .c-recipe2021-time__minutes {
    font-size: 22px;
  }
}
@media (max-width: 373.98px) {
  .c-recipe2021-time .c-recipe2021-time__minutes {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
.c-recipe2021-time .c-recipe2021-time__unit {
  margin-left: -1vw;
  font-size: 10px;
  font-size: 2.667vw;
}

@media (min-width: 769px) {
  .c-recipe2021-time .c-recipe2021-time__unit {
    font-size: 14px;
    margin-left: -3px;
  }
}
@media (max-width: 373.98px) {
  .c-recipe2021-time .c-recipe2021-time__unit {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
.p-recipe2021-type-kohaku .c-recipe2021-time {
  background: #93132a;
  background: linear-gradient(135deg, #e11e30 0%, #93132a 100%);
}

.p-recipe2021-type-premium .c-recipe2021-time {
  background: #b37c18;
  background: linear-gradient(135deg, #deb64b 0%, #b37c18 100%);
}

.p-recipe2021-type-ale .c-recipe2021-time {
  background: #1d1b6c;
  background: linear-gradient(135deg, #4543b0 0%, #1d1b6c 100%);
}

.p-recipe2021-type-black .c-recipe2021-time {
  background: #1d0e09;
  background: linear-gradient(135deg, #542c19 0%, #1d0e09 100%);
}

.-recipe2021-basic.p-recipe2021-type-kohaku .c-recipe2021-time {
  background: #93132a;
  background: linear-gradient(135deg, #e11e30 0%, #93132a 100%);
}

.-recipe2021-basic.p-recipe2021-type-kohaku .c-recipe2021-accent {
  font-weight: 700;
  color: #b9001c;
}

.-recipe2021-basic.p-recipe2021-type-premium .c-recipe2021-time {
  background: #b37c18;
  background: linear-gradient(135deg, #deb64b 0%, #b37c18 100%);
}

.-recipe2021-basic.p-recipe2021-type-premium .c-recipe2021-accent {
  color: #b58c1c;
}

.-recipe2021-basic.p-recipe2021-type-ale .c-recipe2021-time {
  background: #1d1b6c;
  background: linear-gradient(135deg, #4543b0 0%, #1d1b6c 100%);
}

.-recipe2021-basic.p-recipe2021-type-ale .c-recipe2021-accent {
  color: #30348a;
}

.-recipe2021-basic.p-recipe2021-type-black .c-recipe2021-time {
  background: #1d0e09;
  background: linear-gradient(135deg, #542c19 0%, #1d0e09 100%);
}

.-recipe2021-basic.p-recipe2021-type-black .c-recipe2021-accent {
  color: #4d250f;
}

.recipe2021-main {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #340008;
  font-size: 18px;
  font-size: 4.8vw;
}

@media (min-width: 769px) {
  .recipe2021-main {
    font-size: 18px;
  }
}
.c-recipe2021-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 768px) {
  .c-recipe2021-column {
    margin-top: 5.333vw;
    padding: 5.333vw;
    background-color: #FFF;
  }
}
.c-recipe2021-column .recipe2021-index-recipe-panel {
  width: 47%;
}
@media (min-width: 769px) {
  .c-recipe2021-column .recipe2021-index-recipe-panel {
    background-color: #FFF;
    -webkit-box-shadow: 0 0 4px #dadada;
            box-shadow: 0 0 4px #dadada;
  }
}

@media (min-width: 769px) {
  .c-recipe2021-column .recipe2021-index-recipe-panel {
    width: 46.5%;
  }
}
.c-recipe2021-time__add {
  position: absolute;
  display: block;
  line-height: 1;
  background: #fff;
  padding: 0.8vw 2.667vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2.667vw;
  white-space: nowrap;
  margin: auto;
  bottom: -1.333vw;
  left: -4vw;
}

@media (max-width: 768px) {
  .c-recipe2021-time__add {
    min-width: 22vw;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    font-size: 10px;
    font-size: 2.667vw;
  }
}
@media (min-width: 769px) {
  .c-recipe2021-time__add {
    border-radius: 10px;
    font-size: 10px;
    left: 0;
    bottom: -4px;
    width: 75px;
    padding: 3px 0;
    margin-left: -1px;
  }
}
@media (max-width: 373.98px) {
  .c-recipe2021-time__add {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    left: -5.4vw;
  }
}
.recipe2021-index-recipe-panel::before, .recipe2021-index-recipe-panel::after {
  display: none;
}

.recipe2021-index-recipe-panel.-recipe2021-basic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

html.ie11 .recipe2021-index-recipe-panel.-recipe2021-basic {
  display: block;
}

@media (max-width: 768px) {
  .recipe2021-index-recipe-panel.-recipe2021-basic {
    margin-top: 17.6vw;
    padding: 0;
    margin-bottom: 0;
  }
  .recipe2021-index-recipe-panel.-recipe2021-basic:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media (min-width: 769px) {
  .recipe2021-index-recipe-panel.-recipe2021-basic {
    margin-top: 26px;
    margin-bottom: 64px;
    padding: 35px 55px;
  }
}
.recipe2021-index-recipe-panel.-recipe2021-basic .recipe2021-index-recipe-panel__cont {
  z-index: 1;
}

@media (max-width: 768px) {
  .recipe2021-index-recipe-panel.-recipe2021-basic .recipe2021-index-recipe-panel__cont {
    padding-top: 4.5vw;
  }
}
.recipe2021-index-recipe-panel.-recipe2021-basic .recipe2021-index-recipe-panel__cont .c-recipe2021-accent {
  line-height: 1.35;
}

@media (max-width: 768px) {
  .recipe2021-index-recipe-panel.-recipe2021-basic .recipe2021-index-recipe-panel__cont .c-recipe2021-accent {
    font-size: 14px;
    font-size: 3.733vw;
  }
}
.recipe2021-index-recipe-panel.-recipe2021-basic .recipe2021-index-recipe-panel__cont .c-recipe2021-menutitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 2em;
}

@media (max-width: 768px) {
  .recipe2021-index-recipe-panel.-recipe2021-basic .recipe2021-index-recipe-panel__cont .c-recipe2021-menutitle {
    line-height: 1.4;
    margin-top: 1.867vw;
  }
}
@media (min-width: 769px) {
  .recipe2021-index-recipe-panel.-recipe2021-basic .recipe2021-index-recipe-panel__cont .c-recipe2021-menutitle {
    min-height: 2.42em;
  }
}
.recipe2021-index-recipe-panel.-recipe2021-basic .recipe2021-index-recipe-panel__body {
  margin-bottom: 5.333vw;
}

@media (min-width: 769px) {
  .recipe2021-index-recipe-panel.-recipe2021-basic .recipe2021-index-recipe-panel__body {
    margin-bottom: 27px;
  }
}
.recipe2021-index-recipe-panel.-recipe2021-basic .recipe2021-index-recipe-panel__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 768px) {
  .recipe2021-index-recipe-panel.-recipe2021-basic .recipe2021-index-recipe-panel__img .c-recipe2021-time {
    bottom: 1.333vw;
    right: 1.6vw;
    width: 2.9em;
    height: 2.9em;
    font-size: 1.4rem;
  }
  .recipe2021-index-recipe-panel.-recipe2021-basic .recipe2021-index-recipe-panel__img .c-recipe2021-time .c-recipe2021-time__minutes {
    font-size: 16px;
    font-size: 4.267vw;
  }
}
@media (min-width: 769px) {
  .recipe2021-index-recipe-panel.-recipe2021-basic .recipe2021-index-recipe-panel__img .c-recipe2021-time {
    bottom: 11px;
    right: 11px;
  }
}
.recipe2021-index-recipe-panel.-recipe2021-basic .recipe2021-index-recipe-panel__p {
  margin: 3.2vw 0 0;
}

@media (min-width: 769px) {
  .recipe2021-index-recipe-panel.-recipe2021-basic .recipe2021-index-recipe-panel__p {
    margin: 15px 0 0;
    letter-spacing: -0.02em;
  }
}
@media (max-width: 768px) {
  .recipe2021-index-recipe-panel.-recipe2021-basic .recipe2021-index-recipe-panel__p.c-recipe2021-note {
    background-size: 100% 2.7em;
    line-height: 2.73em;
    background-position: 0 0.533vw;
  }
}
@media (min-width: 769px) {
  .recipe2021-index-recipe-panel.-recipe2021-basic .recipe2021-index-recipe-panel__p.c-recipe2021-note {
    background-size: 100% 2.7em;
    line-height: 2.7em;
    background-position: 0 1px;
    padding-top: 1px;
  }
}
@media (max-width: 768px) {
  .recipe2021-index-recipe-panel.-recipe2021-basic .c-recipe2021-title-menu {
    margin-top: 9.5vw;
  }
}
@media (min-width: 769px) {
  .recipe2021-index-recipe-panel.-recipe2021-basic .c-recipe2021-title-menu {
    margin-top: 2px;
    padding-top: 24px;
  }
}
.recipe2021-index-recipe-panel.-recipe2021-basic .recipe2021-index-recipe-panel__ph {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  z-index: 30;
}

@media (max-width: 768px) {
  .recipe2021-index-recipe-panel.-recipe2021-basic .recipe2021-index-recipe-panel__ph {
    bottom: -12vw;
    right: 0;
  }
}
@media (min-width: 769px) {
  .recipe2021-index-recipe-panel.-recipe2021-basic .recipe2021-index-recipe-panel__ph {
    bottom: -20px;
    left: -38px;
    right: auto;
  }
}
.recipe2021-index-recipe-panel.-recipe2021-basic .recipe2021-index-recipe-panel__ph-img {
  width: 11.8vw;
  -o-object-fit: contain;
     object-fit: contain;
  height: 23.8vw;
  -o-object-position: bottom;
     object-position: bottom;
}

@media (min-width: 769px) {
  .recipe2021-index-recipe-panel.-recipe2021-basic .recipe2021-index-recipe-panel__ph-img {
    width: 73px;
    height: 128px;
  }
}
.recipe2021-index-recipe-panel.-recipe2021-basic .recipe2021-index-recipe-panel__ph-baloon {
  position: absolute;
}

@media (max-width: 768px) {
  .recipe2021-index-recipe-panel.-recipe2021-basic .recipe2021-index-recipe-panel__ph-baloon {
    width: 10.5vw;
    margin: 0;
    bottom: 3vw;
    right: 11.7vw;
    -webkit-transform: rotate(-24deg);
            transform: rotate(-24deg);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
}
@media (min-width: 769px) {
  .recipe2021-index-recipe-panel.-recipe2021-basic .recipe2021-index-recipe-panel__ph-baloon {
    width: 42px;
    margin-left: -11px;
    -webkit-transform: translateY(-94px);
            transform: translateY(-94px);
  }
}
.recipe2021-index-recipe-panel.-recipe2021-basic .c-recipe2021-time .c-recipe2021-time__text {
  margin-bottom: 0;
}

@media (min-width: 769px) {
  .recipe2021-index-recipe-panel.-recipe2021-basic .c-recipe2021-time .c-recipe2021-time__text {
    margin-top: 3px;
    margin-bottom: 2px;
  }
}
.recipe2021-index-recipe-panel.-recipe2021-basic .c-recipe2021-title-menu .c-recipe2021-title .c-recipe2021-accent {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.08em;
  min-height: 44px;
}

@media (max-width: 768px) {
  .recipe2021-index-recipe-panel.-recipe2021-basic .c-recipe2021-title-menu .c-recipe2021-title .c-recipe2021-accent {
    letter-spacing: 0;
    min-height: 15.2vw;
  }
}
@media (max-width: 768px) {
  .recipe2021-index-recipe-panel.-recipe2021-basic .c-recipe2021-btn__inner {
    height: 16vw;
    padding-left: 3.467vw;
  }
  .recipe2021-index-recipe-panel.-recipe2021-basic .c-recipe2021-btn__inner .c-recipe2021-icon {
    right: 15px;
  }
}
.recipe2021-index-recipe-panel__ph {
  position: absolute;
  display: block;
  z-index: 1;
}

.recipe2021-index-recipe-panel__cont {
  position: relative;
  z-index: 0;
}

.recipe2021-index-recipe-panel__cont-inner {
  background: #fff;
  position: relative;
}

.recipe2021-index-recipe-panel .recipe2021-index-recipe-panel__img {
  position: relative;
}

.recipe2021-index-recipe-panel .recipe2021-index-recipe-panel__img img {
  width: 100%;
  height: auto;
}

.recipe2021-index-recipe-panel .recipe2021-index-recipe-panel__img .c-recipe2021-time {
  position: absolute;
  text-align: center;
  bottom: 2.4vw;
  right: 2.4vw;
}

@media (min-width: 769px) {
  .recipe2021-index-recipe-panel .recipe2021-index-recipe-panel__img .c-recipe2021-time {
    bottom: 9px;
    right: 9px;
  }
}
.c-recipe2021-title-menu .c-recipe2021-title {
  text-align: center;
  font-size: 12px;
  font-size: 3.2vw;
}

@media (min-width: 769px) {
  .c-recipe2021-title-menu .c-recipe2021-title {
    font-size: 15px;
    letter-spacing: 0.05em;
  }
}
.c-recipe2021-title-menu .c-recipe2021-title .c-recipe2021-accent {
  line-height: 1.7;
  display: inline-block;
  font-size: inherit;
}

.c-recipe2021-title-menu .c-recipe2021-title .c-recipe2021-menutitle {
  display: block;
  margin: 0.8vw 0 0;
  letter-spacing: 0.03em;
  font-weight: 500;
  line-height: 1.23;
  font-size: 18px;
  font-size: 4.8vw;
}

@media (min-width: 769px) {
  .c-recipe2021-title-menu .c-recipe2021-title .c-recipe2021-menutitle {
    margin: 3px 0 0;
    font-size: 26px;
  }
}
.recipe2021-index-recipe-panel__p {
  font-weight: 300;
  font-size: 13px;
  font-size: 3.467vw;
}

.recipe2021-index-recipe-panel__p.c-recipe2021-note {
  background-size: 100% 2.6em;
  line-height: 2.6em;
  background-position: 0px 2.7em;
}

@media (min-width: 769px) {
  .recipe2021-index-recipe-panel__p {
    font-size: 15px;
  }
}
.c-recipe2021-accent {
  font-weight: 500;
  font-size: 12px;
  font-size: 3.2vw;
}

@media (min-width: 769px) {
  .c-recipe2021-accent {
    font-size: 16px;
  }
}
.p-recipe2021-type-kohaku .c-recipe2021-accent, .p-recipe2021-type-kohaku .c-recipe2021-time__add {
  color: #b9001c;
}

.p-recipe2021-type-premium .c-recipe2021-accent, .p-recipe2021-type-premium .c-recipe2021-time__add {
  color: #b58c1c;
}

.p-recipe2021-type-ale .c-recipe2021-accent, .p-recipe2021-type-ale .c-recipe2021-time__add {
  color: #30348a;
}

.p-recipe2021-type-black .c-recipe2021-accent, .p-recipe2021-type-black .c-recipe2021-time__add {
  color: #4d250f;
}

.recipe2021-index-recipe-panel.p-recipe2021-type-kohaku .c-recipe2021-time__add {
  color: #b9001c;
}

.recipe2021-index-recipe-panel.p-recipe2021-type-premium .c-recipe2021-time__add {
  color: #b58c1c;
}

.recipe2021-index-recipe-panel.p-recipe2021-type-ale .c-recipe2021-time__add {
  color: #30348a;
}

.recipe2021-index-recipe-panel.p-recipe2021-type-black .c-recipe2021-time__add {
  color: #4d250f;
}

.c-recipe2021-title-lined {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-recipe2021-title-lined::before, .c-recipe2021-title-lined::after {
  content: "";
  display: block;
  background: #340008;
  height: 0.267vw;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (min-width: 769px) {
  .c-recipe2021-title-lined::before, .c-recipe2021-title-lined::after {
    height: 1px;
  }
}
.c-recipe2021-note {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(97%, transparent), color-stop(97%, #e2d6d0), to(#e2d6d0));
  background-image: linear-gradient(180deg, transparent 0%, transparent 97%, #e2d6d0 97%, #e2d6d0 100%);
  background-size: 100% 2.24em;
  line-height: 2.24em;
  background-position: 0 2.3em;
  padding: 0 0 1.333vw 0;
}

@media (min-width: 769px) {
  .c-recipe2021-note {
    padding: 0 0 5px 0;
  }
}
.rcipe2021-font-s {
  font-size: 11px;
  font-size: 2.933vw;
}

@media (min-width: 769px) {
  .rcipe2021-font-s {
    font-size: 12px;
  }
}
.p-recipe2021-stress {
  color: #b9001c;
}

.c-recipe2021-catch {
  font-weight: 700;
  color: #b9001c;
}

.recipe2021-mv {
  text-align: center;
  position: relative;
  height: 100vh;
  min-height: 100vw;
  background: #340008;
}

@media (min-width: 769px) {
  .recipe2021-mv {
    height: 610px;
    min-height: auto;
  }
}
.recipe2021-mv__picture {
  display: block;
  position: absolute;
  width: 100%;
  overflow: hidden;
  height: inherit;
  min-height: inherit;
}

@media (min-width: 769px) {
  .recipe2021-mv__picture {
    height: 100%;
    min-height: auto;
  }
}
.recipe2021-mv__img {
  margin: 0 auto auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-height: unset;
  height: 105vh;
  min-height: inherit;
  max-width: unset;
  max-height: unset;
}

@media (min-width: 769px) {
  .recipe2021-mv__img {
    max-height: unset;
    min-height: 610px;
    min-width: 1280px;
    width: 100%;
    height: auto;
  }
}
html.ie11 .recipe2021-mv__img {
  max-height: auto;
  min-height: auto;
  max-width: auto;
}

@media screen and (min-aspect-ratio: 5/7) and (max-width: 768px) {
  .recipe2021-mv__img {
    width: 100%;
    height: auto;
    max-height: unset;
  }
}
.recipe2021-mv__inner {
  position: relative;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (min-width: 769px) {
  .recipe2021-mv__inner {
    padding-top: 86px;
    width: 820px;
    height: 543px;
  }
}
.js-recipe2021-pin {
  z-index: 2;
  bottom: 0;
  position: fixed;
  opacity: 0;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.js-recipe2021-pin.-is-enter {
  opacity: 1;
}

@media (max-width: 768px) {
  .js-recipe2021-pin {
    position: absolute;
    bottom: -10vh;
  }
  html.ipad .js-recipe2021-pin {
    bottom: -20vh;
  }
}
.js-recipe2021-pin-sp {
  z-index: -1;
  bottom: 0;
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  width: 100%;
}

.js-recipe2021-pin-sp.-is-enter {
  position: fixed;
  opacity: 1;
  z-index: 2;
}

.js-recipe2021-pin-sp img {
  width: 100%;
}

.js-recipe2021-delay {
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.recipe2021-mv__float {
  z-index: 1;
  display: block;
  cursor: pointer;
}

@media (max-width: 768px) {
  .recipe2021-mv__float {
    position: absolute;
    width: 36.533vw;
    bottom: 9.067vw;
    left: 4vw;
  }
}
@media (min-width: 769px) {
  .recipe2021-mv__float {
    position: relative;
    top: -205px;
    left: 60px;
  }
  .recipe2021-mv__float .c-recipe2021-icon {
    width: 19px;
    height: 19px;
    bottom: 13px;
  }
  .recipe2021-mv__float:hover .c-recipe2021-icon {
    -webkit-transform: translate(0, 1rem);
    transform: translate(0, 1rem);
  }
}
.recipe2021-mv__float .c-recipe2021-icon {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  fill: #fff;
  transition: -webkit-transform 0.25s;
  -webkit-transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

@media screen and (max-width: 768px) and (orientation: landscape) {
  .recipe2021-mv__float {
    width: 18.667vw;
    bottom: 2.667vw;
  }
}
.recipe2021-mv__title {
  padding-top: 12.5vh;
}

@media (min-width: 769px) {
  .recipe2021-mv__title {
    padding-top: 0;
  }
}
.recipe2021-mv__title-tag {
  display: block;
  margin: 0 auto;
  width: 67.8%;
}

@media (min-width: 769px) {
  .recipe2021-mv__title-tag {
    width: 414px;
    max-width: unset;
  }
}
html.ie11 .recipe2021-mv__title-tag {
  max-width: 100%;
}

.recipe2021-mv__title-txt {
  display: block;
  width: 64.9%;
  margin: 0.8vw auto 0;
}

@media (min-width: 769px) {
  .recipe2021-mv__title-txt {
    width: 675px;
    margin: -7px auto 0;
    max-width: unset;
  }
}
html.ie11 .recipe2021-mv__title-txt {
  max-width: 100%;
}

.recipe2021-mv__yebisu {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0.533vw auto auto;
  width: 59%;
}

@media (min-width: 769px) {
  .recipe2021-mv__yebisu {
    width: 364px;
    bottom: -32px;
    margin: auto;
    max-width: unset;
  }
}
html.ie11 .recipe2021-mv__yebisu {
  bottom: -330px;
  max-width: 100%;
}

.recipe2021-mv__kanban {
  position: absolute;
  left: 0;
  right: 0;
  margin: -18.667vw 3.733vw auto auto;
  width: 22.2%;
}

@media (min-width: 769px) {
  .recipe2021-mv__kanban {
    width: 125px;
    bottom: 255px;
    right: -524px;
    margin: auto;
  }
}
html.ie11 .recipe2021-mv__kanban {
  bottom: -12px;
}

.recipe2021-body {
  background: #f2e9e3 url("/yebisu/communication/enjoy/recipe/images/recipe_bg.jpg") repeat 0 0;
}

.recipe2021-lead {
  text-align: center;
  position: relative;
  padding: 10.667vw 0 8.267vw;
}

@media (min-width: 769px) {
  .recipe2021-lead {
    padding: 95px 0 87px;
  }
}
.recipe2021-lead__title-main {
  display: block;
  width: 662px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .recipe2021-lead__title-main {
    margin: 0.267vw auto 0;
    width: 89%;
  }
}
@media (max-width: 373.98px) {
  .recipe2021-lead__title-main {
    width: 300px;
  }
}
@media (min-width: 769px) {
  .recipe2021-lead__title-main {
    margin: 4px auto 0;
  }
}
html.ie11 .recipe2021-lead__title-main {
  height: 70px;
}

.recipe2021-lead__title-sub {
  display: block;
  font-weight: 500;
  font-size: 20px;
  font-size: 5.333vw;
}

@media (max-width: 768px) {
  .recipe2021-lead__title-sub {
    letter-spacing: -0.1em;
  }
}
@media (min-width: 769px) {
  .recipe2021-lead__title-sub {
    font-size: 32px;
    letter-spacing: 0.03em;
  }
}
@media (min-width: 769px) {
  .recipe2021-lead__title-img {
    width: 583px;
    margin-top: 10px;
  }
}
.recipe2021-lead__text {
  letter-spacing: 0.04em;
  margin: 0.533vw 4vw 0;
  font-size: 14px;
  font-size: 3.733vw;
}

@media (min-width: 769px) {
  .recipe2021-lead__text {
    margin: 16px auto 0;
    width: 600px;
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .recipe2021-lead__text.c-recipe2021-note {
    line-height: 2.9em;
    background-size: 100% 2.85em;
    background-position: 0 0.533vw;
    letter-spacing: 0.07em;
  }
}
.recipe2021-lead__catch {
  text-align: center;
}

@media (min-width: 769px) {
  .recipe2021-lead__catch {
    position: absolute;
    right: 49px;
    bottom: 91px;
    width: 179px;
  }
}
@media (max-width: 768px) {
  .recipe2021-lead__catch .recipe2021-lead__catch-img {
    width: 35.5%;
    margin-top: 4.8vw;
  }
}
.recipe2021-lead__catch-txt {
  margin-bottom: 2.4vw;
  margin-right: 1.867vw;
}

@media (min-width: 769px) {
  .recipe2021-lead__catch-txt {
    margin-bottom: 9px;
    margin-right: 7px;
  }
}
.recipe2021-index-recipe-nav {
  padding: 2.4vw 0 7.467vw;
  background: #fff;
}

@media (min-width: 769px) {
  .recipe2021-index-recipe-nav {
    padding: 71px 0 56px;
  }
}
.recipe2021-index-recipe-nav::before, .recipe2021-index-recipe-nav::after {
  display: none;
}

.recipe2021-index-recipe-nav__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 820px;
  margin: 5.333vw 5.333vw 0;
}

@media (max-width: 373.98px) {
  .recipe2021-index-recipe-nav__inner {
    margin-right: 4px;
    margin-left: 4px;
  }
}
@media (min-width: 769px) {
  .recipe2021-index-recipe-nav__inner {
    margin: 0 auto;
  }
}
.c-recipe2021-btn-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 31.6%;
}

@media (min-width: 769px) {
  .c-recipe2021-btn-panel {
    width: 238px;
  }
}
.c-recipe2021-btn-panel:hover {
  text-decoration: none;
}

.c-recipe2021-btn-panel:hover .c-recipe2021-btn-panel__img > img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  width: 100%;
}

.c-recipe2021-btn-panel:hover .c-recipe2021-icon {
  -webkit-transform: translate(0, 1rem);
  transform: translate(0, 1rem);
}

.c-recipe2021-btn-panel .c-recipe2021-icon {
  margin-top: 8px;
  width: 3.467vw;
  height: 3.467vw;
  fill: #340008;
  transition: -webkit-transform 0.25s;
  -webkit-transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

@media (min-width: 769px) {
  .c-recipe2021-btn-panel .c-recipe2021-icon {
    margin-top: 20px;
    width: 20px;
    height: 20px;
  }
}
.c-recipe2021-btn-panel__img {
  width: 100%;
  overflow: hidden;
}

.c-recipe2021-btn-panel__img > img {
  transition: -webkit-transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.c-recipe2021-btn-panel__txt {
  width: 100%;
  color: #340008;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-top: 2.133vw;
  font-weight: 400;
  font-size: 10px;
  font-size: 2.667vw;
}

@media (min-width: 769px) {
  .c-recipe2021-btn-panel__txt {
    font-size: 16px;
    margin-top: 18px;
    white-space: nowrap;
    width: 105%;
  }
  html.ie11 .c-recipe2021-btn-panel__txt {
    letter-spacing: -0.07em;
  }
}
.c-recipe2021-btn-panel__txt > strong {
  white-space: nowrap;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #77213a;
  font-size: 10px;
  font-size: 2.667vw;
}

@media (max-width: 768px) {
  .c-recipe2021-btn-panel__txt > strong {
    display: inline-block;
    margin-bottom: 3px;
  }
}
@media (max-width: 373.98px) {
  .c-recipe2021-btn-panel__txt > strong {
    letter-spacing: 0;
  }
}
@media (min-width: 769px) {
  .c-recipe2021-btn-panel__txt > strong {
    font-size: 18px;
  }
}
.c-recipe2021-menutitle {
  font-weight: 500;
  position: relative;
  font-size: 16px;
  font-size: 4.267vw;
}

@media (min-width: 769px) {
  .c-recipe2021-menutitle {
    font-size: 26px;
  }
}
.recipe2021-index-recipe-paper {
  padding: 11.733vw 0 12vw;
}

@media (min-width: 769px) {
  .recipe2021-index-recipe-paper {
    padding: 10px 0 90px;
  }
}
.js-recipe2021-slide--layer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 1;
}

.p-recipe2021-type-kohaku .js-recipe2021-slide--layer {
  background: #93132a;
  background: -webkit-gradient(linear, left top, right top, from(#93132a), color-stop(35%, #e11e30), to(#93132a));
  background: linear-gradient(90deg, #93132a 0%, #e11e30 35%, #93132a 100%);
}

.p-recipe2021-type-premium .js-recipe2021-slide--layer {
  background: #b37c18;
  background: -webkit-gradient(linear, left top, right top, from(#b37c18), color-stop(35%, #deb64b), to(#b37c18));
  background: linear-gradient(90deg, #b37c18 0%, #deb64b 35%, #b37c18 100%);
}

.p-recipe2021-type-ale .js-recipe2021-slide--layer {
  background: #1d1b6c;
  background: -webkit-gradient(linear, left top, right top, from(#1d1b6c), color-stop(35%, #4543b0), to(#1d1b6c));
  background: linear-gradient(90deg, #1d1b6c 0%, #4543b0 35%, #1d1b6c 100%);
}

.p-recipe2021-type-black .js-recipe2021-slide--layer {
  background: #1d0e09;
  background: -webkit-gradient(linear, left top, right top, from(#1d0e09), color-stop(35%, #542c19), to(#1d0e09));
  background: linear-gradient(90deg, #1d0e09 0%, #542c19 35%, #1d0e09 100%);
}

.js-recipe2021-slide {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.js-recipe2021-slide--img {
  height: 100%;
  opacity: 1;
}

.js-recipe2021-slide--img.r1 {
  -o-object-position: center;
     object-position: center;
  -o-object-fit: 80% 100%;
     object-fit: 80% 100%;
}

.js-recipe2021-slide--label {
  opacity: 0;
}

.js-recipe2021 .js-recipe2021-slide--cont {
  opacity: 0;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
}

html.ie11 .js-recipe2021-slide--layer {
  display: none;
}

html.ie11 .js-recipe2021-slide--label, html.ie11 .js-recipe2021-slide--cont {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.recipe2021-campaign {
  background: #cda961;
  padding: 12.267vw 窶吉et_vw(20) 10.667vw;
  position: relative;
  overflow: hidden;
  background: #cda961;
}

@media (min-width: 769px) {
  .recipe2021-campaign {
    padding: 72px 0 71px;
  }
}
.recipe2021-campaign::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: #cda961;
  background-size: 0 0;
  background-position: 100% 100%;
  background: linear-gradient(135deg, #cda961 0%, #dcb763 4%, #f4df90 8%, #f4df90 11%, #dfbb74 15%, #cda961 50%);
}

@media (min-width: 769px) {
  .recipe2021-campaign::before {
    width: 2000px;
    height: 2000px;
    background: linear-gradient(135deg, #cda961 0%, #dcb763 25%, #f4df90 28%, #f4df90 31%, #dfbb74 35%, #cda961 50%);
    background-repeat: no-repeat;
    background-size: 2000px 2000px;
    background-position: -240px -240px;
  }
}
.recipe2021-campaign__inner {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  background: #f9f4e8;
  text-align: center;
  position: relative;
  padding-top: 6.667vw;
  padding-bottom: 16vw;
}

@media (max-width: 768px) {
  .recipe2021-campaign__inner {
    margin: 11.733vw 5.333vw 11.733vw;
  }
}
@media (min-width: 769px) {
  .recipe2021-campaign__inner {
    padding-top: 35px;
    padding-bottom: 90px;
  }
}
.recipe2021-campaign__yebisu {
  top: -8vw;
  left: 0.533vw;
  right: 0;
  margin: auto;
  display: inline-block;
  position: absolute;
}

@media (min-width: 769px) {
  .recipe2021-campaign__yebisu {
    top: -35px;
    left: 7px;
  }
}
.recipe2021-campaign__yebisu-img {
  width: 23.733vw;
}

@media (min-width: 769px) {
  .recipe2021-campaign__yebisu-img {
    width: 122px;
  }
}
.recipe2021-campaign__catch {
  margin-top: 8.8vw;
  letter-spacing: 0.1em;
  font-size: 15px;
  font-size: 4vw;
}

@media (min-width: 769px) {
  .recipe2021-campaign__catch {
    margin-top: 58px;
    font-size: 18px;
  }
}
.recipe2021-campaign__title {
  font-weight: 500;
  line-height: 1.28;
  letter-spacing: 0.09em;
  margin-top: 0.267vw;
  font-size: 25px;
  font-size: 6.667vw;
}

@media (min-width: 769px) {
  .recipe2021-campaign__title {
    font-size: 36px;
    margin-top: 2px;
    line-height: 1.2;
  }
}
.recipe2021-campaign__lead {
  letter-spacing: 0.035em;
  margin: 7.2vw 5.333vw 0;
  padding: 0;
}

@media (max-width: 768px) {
  .recipe2021-campaign__lead {
    letter-spacing: 0.02em;
  }
}
@media (min-width: 769px) {
  .recipe2021-campaign__lead {
    margin: 27px auto 0;
    padding: 0;
  }
}
.recipe2021-campaign__note {
  font-weight: 500;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  font-size: 4vw;
}

@media (min-width: 769px) {
  .recipe2021-campaign__note {
    font-size: 18px;
    width: 820px;
  }
}
@media (max-width: 768px) {
  .recipe2021-campaign__note.c-recipe2021-note {
    background-size: 100% 2.66em;
    line-height: 2.7em;
    background-position: 0 0.533vw;
  }
}
.recipe2021-campaign__date {
  border: 0.267vw solid #340008;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin: 6.933vw 5.333vw 0;
  padding: 2.133vw 0 2.667vw;
  line-height: 1.7;
  font-size: 3.467vw;
}

@media (min-width: 769px) {
  .recipe2021-campaign__date {
    border-width: 1px;
    letter-spacing: 0.11em;
    font-size: 18px;
    margin: 37px auto 0;
    padding: 15px 0;
    line-height: inherit;
  }
}
.recipe2021-campaign__point {
  position: relative;
  padding-right: 4vw;
  padding-left: 4vw;
}

@media (min-width: 769px) {
  .recipe2021-campaign__point {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.recipe2021-campaign__point .c-recipe2021-label {
  position: absolute;
}

.recipe2021-campaign__point .c-recipe2021-catch {
  font-weight: 700;
  letter-spacing: 0.09em;
  margin-top: 4.533vw;
  line-height: 1.3;
  font-size: 16px;
  font-size: 4.267vw;
}

@media (min-width: 769px) {
  .recipe2021-campaign__point .c-recipe2021-catch {
    font-size: 20px;
    margin-top: 17px;
    line-height: inherit;
  }
}
.recipe2021-campaign__point .c-recipe2021-text {
  margin: 2.933vw 0 0;
  line-height: 1.67;
  letter-spacing: 0.06em;
  font-weight: 400;
  font-size: 12px;
  font-size: 3.2vw;
}

@media (min-width: 769px) {
  .recipe2021-campaign__point .c-recipe2021-text {
    margin: 9px 15px 0;
    font-size: 15px;
    letter-spacing: 0.06em;
  }
}
@media (min-width: 769px) {
  html.ie11 .recipe2021-campaign__point .c-recipe2021-text, html.firefox .recipe2021-campaign__point .c-recipe2021-text, html.safari .recipe2021-campaign__point .c-recipe2021-text {
    letter-spacing: -0.02em;
  }
}
.recipe2021-campaign__point.-recipe2021-lottery {
  margin-top: 27.467vw;
}

@media (min-width: 769px) {
  .recipe2021-campaign__point.-recipe2021-lottery {
    margin-top: 74px;
  }
}
.recipe2021-campaign__point.-recipe2021-lottery .c-recipe2021-catch {
  margin-top: -8.8vw;
}

@media (min-width: 769px) {
  .recipe2021-campaign__point.-recipe2021-lottery .c-recipe2021-catch {
    margin-top: -52px;
  }
}
.recipe2021-campaign__point.-recipe2021-lottery .c-recipe2021-label {
  z-index: 0;
  width: 23.2vw;
  top: -20vw;
  margin: 0 auto;
  left: 0;
  right: 0;
}

@media (min-width: 769px) {
  .recipe2021-campaign__point.-recipe2021-lottery .c-recipe2021-label {
    width: 120px;
    left: 101px;
    top: -40px;
    margin-left: auto;
    right: auto;
  }
}
.recipe2021-campaign__point.-recipe2021-lottery .c-recipe2021-image {
  position: relative;
  margin: 0 auto;
  width: 76.533vw;
}

@media (min-width: 769px) {
  .recipe2021-campaign__point.-recipe2021-lottery .c-recipe2021-image {
    width: 424px;
  }
}
@media (max-width: 373.98px) {
  .recipe2021-campaign__point.-recipe2021-lottery .c-recipe2021-image {
    width: 240px;
  }
}
.recipe2021-campaign__point.-recipe2021-present {
  margin-top: 12vw;
}

@media (min-width: 769px) {
  .recipe2021-campaign__point.-recipe2021-present {
    margin-top: 83px;
  }
}
.recipe2021-campaign__point.-recipe2021-present .c-recipe2021-image {
  width: 65.867vw;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .recipe2021-campaign__point.-recipe2021-present .c-recipe2021-image {
    -webkit-transform: translateX(-4.533vw);
    transform: translateX(-4.533vw);
  }
}
@media (min-width: 769px) {
  .recipe2021-campaign__point.-recipe2021-present .c-recipe2021-image {
    width: 639px;
  }
}
.recipe2021-campaign__point.-recipe2021-present .c-recipe2021-label {
  width: 23.2vw;
  top: -9.867vw;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: translateX(26.133vw);
  transform: translateX(26.133vw);
  z-index: 1;
}

@media (min-width: 769px) {
  .recipe2021-campaign__point.-recipe2021-present .c-recipe2021-label {
    width: 120px;
    -webkit-transform: translate(242px);
    transform: translate(242px);
    right: 0;
    top: -37px;
    z-index: 0;
    left: 0;
    margin: auto;
  }
}
.recipe2021-campaign__point.-recipe2021-present .c-recipe2021-label img {
  width: 100%;
}

@media (min-width: 769px) {
  .recipe2021-campaign__point.-recipe2021-present .c-recipe2021-catch {
    margin-top: 24px;
  }
}
.recipe2021-index-recipe-bar {
  margin-top: 16vw;
}

@media (min-width: 769px) {
  .recipe2021-index-recipe-bar {
    padding: 74px 0 90px;
    margin-top: 120px;
  }
}
.recipe2021-index-recipe-bar__title {
  text-align: center;
}

@media (max-width: 768px) {
  .recipe2021-index-recipe-bar__title {
    width: 73.7%;
    margin: 0 auto;
  }
}
.recipe2021-index-recipe-panel.-recipe2021-wide {
  margin-bottom: 16vw;
  padding-top: 0;
}

@media (min-width: 769px) {
  .recipe2021-index-recipe-panel.-recipe2021-wide {
    margin-bottom: 70px;
  }
}
.recipe2021-index-recipe-panel.-recipe2021-wide .recipe2021-index-recipe-panel__body {
  position: relative;
}

@media (min-width: 769px) {
  .recipe2021-index-recipe-panel.-recipe2021-wide .recipe2021-index-recipe-panel__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.recipe2021-index-recipe-panel.-recipe2021-wide .c-recipe2021-time {
  width: 3.81em;
  height: 3.81em;
  padding-top: 1em;
}

@media (min-width: 769px) {
  .recipe2021-index-recipe-panel.-recipe2021-wide .c-recipe2021-time {
    width: 92px;
    height: 92px;
    padding-top: 25px;
  }
}
.recipe2021-index-recipe-panel.-recipe2021-wide .c-recipe2021-time .c-recipe2021-time__text {
  margin-bottom: 0.3em;
  font-size: 11px;
  font-size: 2.933vw;
}

@media (min-width: 769px) {
  .recipe2021-index-recipe-panel.-recipe2021-wide .c-recipe2021-time .c-recipe2021-time__text {
    font-size: 15px;
    margin-top: -1px;
    margin-bottom: 5px;
  }
}
.recipe2021-index-recipe-panel.-recipe2021-wide .c-recipe2021-time .c-recipe2021-time__minutes {
  font-size: 20px;
  font-size: 5.333vw;
}

@media (min-width: 769px) {
  .recipe2021-index-recipe-panel.-recipe2021-wide .c-recipe2021-time .c-recipe2021-time__minutes {
    font-size: 25px;
  }
}
.recipe2021-index-recipe-panel.-recipe2021-wide .c-recipe2021-time .c-recipe2021-time__unit {
  margin-left: -1vw;
  font-size: 12px;
  font-size: 3.2vw;
}

@media (min-width: 769px) {
  .recipe2021-index-recipe-panel.-recipe2021-wide .c-recipe2021-time .c-recipe2021-time__unit {
    font-size: 16px;
    margin-left: -3px;
  }
}
@media (max-width: 768px) {
  .recipe2021-index-recipe-panel.-recipe2021-wide .recipe2021-index-recipe-panel__ph {
    margin: 9.067vw 0 0 -1.067vw;
  }
}
@media (min-width: 769px) {
  .recipe2021-index-recipe-panel.-recipe2021-wide .recipe2021-index-recipe-panel__ph {
    margin: 10px auto auto 43px;
  }
}
.recipe2021-index-recipe-panel.-recipe2021-wide .recipe2021-index-recipe-panel__ph-img {
  width: 14.133vw;
}

@media (min-width: 769px) {
  .recipe2021-index-recipe-panel.-recipe2021-wide .recipe2021-index-recipe-panel__ph-img {
    width: 73px;
  }
}
@media (max-width: 768px) {
  .recipe2021-index-recipe-panel.-recipe2021-wide .recipe2021-index-recipe-panel__ph-baloon {
    width: 11.467vw;
    top: -9.6vw;
    left: 7.733vw;
    position: absolute;
  }
}
@media (min-width: 769px) {
  .recipe2021-index-recipe-panel.-recipe2021-wide .recipe2021-index-recipe-panel__ph-baloon {
    position: absolute;
    width: 63px;
    margin: -40px auto auto -59px;
  }
}
.recipe2021-index-recipe-panel.-recipe2021-wide .recipe2021-index-recipe-panel__p {
  padding-left: 3.733vw;
}

@media (min-width: 769px) {
  .recipe2021-index-recipe-panel.-recipe2021-wide .recipe2021-index-recipe-panel__p {
    margin-top: 25px;
    margin-left: 95px;
    width: 64.4%;
    max-width: 352px;
    padding-left: 45px;
  }
}
@media (max-width: 768px) {
  .recipe2021-index-recipe-panel.-recipe2021-wide .recipe2021-index-recipe-panel__p.c-recipe2021-note {
    margin-top: 9.867vw;
    line-height: 3.1em;
    background-size: 100% 3.1em;
    background-position: 0 0.267vw;
    padding-left: 14.667vw;
  }
}
.recipe2021-index-recipe-panel.-recipe2021-wide .recipe2021-index-recipe-panel__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10.667vw;
}

@media (min-width: 769px) {
  .recipe2021-index-recipe-panel.-recipe2021-wide .recipe2021-index-recipe-panel__btn {
    margin-top: 39px;
  }
  .recipe2021-index-recipe-panel.-recipe2021-wide .recipe2021-index-recipe-panel__btn .c-recipe2021-btn {
    width: 410px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .recipe2021-index-recipe-panel.-recipe2021-wide .recipe2021-index-recipe-panel__btn .c-recipe2021-btn {
    width: 100%;
  }
}
.recipe2021-index-recipe-panel.-recipe2021-wide .recipe2021-index-recipe-panel__img {
  margin-left: 5.333vw;
  margin-right: 5.333vw;
}

@media (min-width: 769px) {
  .recipe2021-index-recipe-panel.-recipe2021-wide .recipe2021-index-recipe-panel__img {
    margin-left: 0;
    margin-right: 0;
    max-width: 571px;
    width: 45%;
    right: 30px;
  }
  .recipe2021-index-recipe-panel.-recipe2021-wide .recipe2021-index-recipe-panel__img .c-recipe2021-time {
    right: 28px;
    bottom: 28px;
  }
}
.recipe2021-index-recipe-panel.-recipe2021-wide .recipe2021-index-recipe-panel__cont-inner {
  margin-top: -7.2vw;
  margin-left: 0;
  margin-right: 0;
  padding-top: 40px;
  padding: 15.733vw 5.333vw 8.267vw;
}

@media (min-width: 769px) {
  .recipe2021-index-recipe-panel.-recipe2021-wide .recipe2021-index-recipe-panel__cont-inner {
    margin: auto;
    left: -9.3%;
    top: 0;
    padding: 54px 9% 57px 13.4%;
  }
}
.recipe2021-index-recipe-panel.-recipe2021-wide .recipe2021-index-recipe-panel__cont-inner .recipe2021-title {
  text-align: center;
}

@media (min-width: 769px) {
  .recipe2021-index-recipe-panel.-recipe2021-wide .recipe2021-index-recipe-panel__cont {
    width: 50.8%;
    max-width: 650px;
  }
}
.recipe2021-index-recipe-panel.-recipe2021-wide .c-recipe2021-title-menu {
  margin-top: 0;
}

.recipe2021-index-recipe-panel.-recipe2021-wide .c-recipe2021-menutitle {
  line-height: 1.7;
  margin: 1.6vw 0 0;
  font-size: 26px;
  font-size: 6.933vw;
}

@media (min-width: 769px) {
  .recipe2021-index-recipe-panel.-recipe2021-wide .c-recipe2021-menutitle {
    font-size: 33px;
    line-height: 46px;
    margin: 9px 0 0;
    letter-spacing: 0.03em;
  }
}
.recipe2021-index-recipe-panel.-recipe2021-wide .c-recipe2021-menutitle .recipe2021-sup {
  position: absolute;
  font-size: 11px;
  font-size: 2.933vw;
}

@media (max-width: 768px) {
  .recipe2021-index-recipe-panel.-recipe2021-wide .c-recipe2021-menutitle .recipe2021-sup {
    top: -2.133vw;
    left: 0;
    right: 0;
    margin-left: -57vw;
  }
}
@media (min-width: 769px) {
  .recipe2021-index-recipe-panel.-recipe2021-wide .c-recipe2021-menutitle .recipe2021-sup {
    top: -27px;
    left: 0px;
    right: 0px;
    margin-left: -268px;
    font-size: 15px;
  }
}
.recipe2021-index-recipe-panel.-recipe2021-wide.-recipe2021-reverse .recipe2021-index-recipe-panel__body {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media (min-width: 769px) {
  .recipe2021-index-recipe-panel.-recipe2021-wide.-recipe2021-reverse .recipe2021-index-recipe-panel__img {
    right: -29px;
    margin-left: 0;
    margin-right: 0;
  }
}
.recipe2021-index-recipe-panel.-recipe2021-wide.-recipe2021-reverse .recipe2021-index-recipe-panel__img .c-recipe2021-time {
  right: auto;
  left: 2.667vw;
}

@media (min-width: 769px) {
  .recipe2021-index-recipe-panel.-recipe2021-wide.-recipe2021-reverse .recipe2021-index-recipe-panel__img .c-recipe2021-time {
    left: 28px;
    right: auto;
  }
}
.recipe2021-index-recipe-panel.-recipe2021-wide.-recipe2021-reverse .recipe2021-index-recipe-panel__cont-inner {
  padding: 17.6vw 5.333vw 10.933vw;
}

@media (min-width: 769px) {
  .recipe2021-index-recipe-panel.-recipe2021-wide.-recipe2021-reverse .recipe2021-index-recipe-panel__cont-inner {
    min-width: 452px;
    left: auto;
    right: -9.3%;
    padding: 53px 14.4% 56px 10%;
  }
}
@media (min-width: 769px) {
  .recipe2021-index-recipe-panel.-recipe2021-wide.-recipe2021-reverse .recipe2021-index-recipe-panel__p {
    margin-top: 31px;
    margin-right: 95px;
    margin-left: 40px;
    padding-right: 38px;
    padding-left: 3px;
  }
}
@media (max-width: 768px) {
  .recipe2021-index-recipe-panel.-recipe2021-wide.-recipe2021-reverse .recipe2021-index-recipe-panel__p.c-recipe2021-note {
    padding-left: 0;
    padding-right: 14.667vw;
  }
}
.recipe2021-index-recipe-panel.-recipe2021-wide.-recipe2021-reverse .recipe2021-index-recipe-panel__ph {
  left: auto;
  right: 4.267vw;
}

@media (min-width: 769px) {
  .recipe2021-index-recipe-panel.-recipe2021-wide.-recipe2021-reverse .recipe2021-index-recipe-panel__ph {
    margin: 16px 20% auto auto;
    left: auto;
    right: 0;
  }
}
.recipe2021-index-recipe-panel.-recipe2021-wide.-recipe2021-reverse .recipe2021-index-recipe-panel__ph-baloon {
  position: absolute;
}

@media (max-width: 768px) {
  .recipe2021-index-recipe-panel.-recipe2021-wide.-recipe2021-reverse .recipe2021-index-recipe-panel__ph-baloon {
    left: auto;
    right: 7.467vw;
    top: -9.067vw;
  }
}
@media (min-width: 769px) {
  .recipe2021-index-recipe-panel.-recipe2021-wide.-recipe2021-reverse .recipe2021-index-recipe-panel__ph-baloon {
    width: 63px;
    margin: -44px auto auto 72px;
  }
}
.recipe2021-index-recipe-panel.-recipe2021-wide.-recipe2021-reverse .recipe2021-shopname {
  letter-spacing: 0.13em;
}

.recipe2021-shopinfo {
  text-align: center;
  margin: 5.333vw auto 0;
}

@media (min-width: 769px) {
  .recipe2021-shopinfo {
    margin: 20px auto 0;
  }
}
.recipe2021-index-recipe-bar .recipe2021-shopinfo {
  margin: 0 auto;
}

@media (max-width: 768px) {
  .recipe2021-index-recipe-bar .recipe2021-shopinfo {
    margin-top: 7.467vw;
    padding: 0 5.333vw;
  }
}
@media (min-width: 769px) {
  .recipe2021-index-recipe-bar .recipe2021-shopinfo {
    margin-top: -20px;
  }
}
@media (min-width: 769px) {
  .-recipe2021-wide .recipe2021-shopinfo {
    margin-top: 28px;
    max-width: 410px;
  }
}
.recipe2021-shopname {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  color: #77213a;
  font-size: 16px;
  font-size: 4.267vw;
}

.recipe2021-index-recipe-bar .recipe2021-shopname {
  font-weight: 700;
  letter-spacing: 0.05em;
}

@media (min-width: 769px) {
  .recipe2021-index-recipe-bar .recipe2021-shopname {
    letter-spacing: 0.1em;
  }
}
@media (min-width: 769px) {
  .recipe2021-shopname {
    font-size: 18px;
  }
}
.recipe2021-shopname::before, .recipe2021-shopname::after {
  content: "";
  position: absolute;
  width: 1em;
  height: 1em;
  height: 1;
  font-size: 1.45em;
  line-height: 1.21;
  font-weight: 500;
}

@media (min-width: 769px) {
  .recipe2021-shopname::before, .recipe2021-shopname::after {
    line-height: 1.4;
  }
}
.recipe2021-shopname::before {
  left: -1.1em;
}

.recipe2021-shopname::after {
  right: -1.1em;
}

.recipe2021-shopcopy {
  text-align: left;
  font-weight: 300;
  margin-top: 0.267vw;
  line-height: 1.62;
  letter-spacing: 0.05em;
  font-size: 13px;
  font-size: 3.467vw;
}

@media (min-width: 769px) {
  .recipe2021-shopcopy {
    font-size: 14px;
    margin-top: 4px;
    line-height: 1.45;
  }
}
@media (max-width: 768px) {
  .recipe2021-index-recipe-bar .recipe2021-shopcopy {
    margin-top: 1.067vw;
    line-height: 1.6;
  }
}
@media (min-width: 769px) {
  .recipe2021-index-recipe-bar .recipe2021-shopcopy {
    text-align: center;
  }
}
.recipe2021-box-banner {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin: 12vw auto 0;
}

@media (min-width: 769px) {
  .recipe2021-box-banner {
    margin: 90px auto 0;
    padding: 0;
  }
}
.recipe2021-banner-more {
  outline: 0.533vw solid #340008;
  outline-offset: -0.533vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  position: relative;
}

@media (max-width: 768px) {
  .recipe2021-banner-more {
    width: 89.333vw;
  }
  .recipe2021-banner-more img {
    width: 100%;
  }
}
@media (max-width: 373.98px) {
  .recipe2021-banner-more {
    width: 285px;
  }
}
@media (min-width: 769px) {
  .recipe2021-banner-more {
    outline: 2px solid #340008;
    outline-offset: -2px;
  }
}
@media (min-width: 769px) {
  .recipe2021-banner-more:hover {
    outline-offset: -4px;
    outline-width: 4px;
  }
}
.recipe2021-reach {
  margin-top: 12vw;
  padding: 0 1.333vw;
}

@media (min-width: 769px) {
  .recipe2021-reach {
    margin-top: 71px;
    padding: 0;
  }
}
.recipe2021-reach-tw {
  margin-top: 14.4vw;
  margin-right: auto;
  margin-left: auto;
  width: 78.933vw;
  font-size: 14px;
  font-size: 3.733vw;
}

@media (max-width: 373.98px) {
  .recipe2021-reach-tw {
    width: 260px;
  }
}
@media (min-width: 769px) {
  .recipe2021-reach-tw {
    margin-top: 57px;
    width: 407px;
    font-size: 18px;
  }
}
.recipe2021-reach__title {
  font-size: 20px;
  font-size: 5.333vw;
}

@media (max-width: 768px) {
  .recipe2021-reach__title {
    margin-right: 4vw;
    margin-left: 4vw;
  }
}
@media (min-width: 769px) {
  .recipe2021-reach__title {
    font-size: 26px;
    line-height: 1.6;
  }
}
.recipe2021-reach__title.c-recipe2021-title-lined::before, .recipe2021-reach__title.c-recipe2021-title-lined::after {
  margin-top: 0.8vw;
}

@media (min-width: 769px) {
  .recipe2021-reach__title.c-recipe2021-title-lined::before, .recipe2021-reach__title.c-recipe2021-title-lined::after {
    margin-top: 7px;
  }
}
.recipe2021-reach__title.c-recipe2021-title-lined::before {
  margin-right: 27px;
}

@media (max-width: 768px) {
  .recipe2021-reach__title.c-recipe2021-title-lined::before {
    margin-right: 4.267vw;
  }
}
.recipe2021-reach__title.c-recipe2021-title-lined::after {
  margin-left: 27px;
}

@media (max-width: 768px) {
  .recipe2021-reach__title.c-recipe2021-title-lined::after {
    margin-left: 4.267vw;
  }
}
.recipe2021-reach__body {
  margin-top: 4.533vw;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 769px) {
  .recipe2021-reach__body {
    margin-top: 33px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.recipe2021-reach__step {
  position: relative;
  margin: 0 auto 15.733vw;
}

@media (min-width: 769px) {
  .recipe2021-reach__step {
    width: 225px;
    margin: 0;
  }
}
.recipe2021-reach__step > .c-recipe2021-icon {
  position: absolute;
  fill: #340008;
  margin: auto;
}

@media (max-width: 768px) {
  .recipe2021-reach__step > .c-recipe2021-icon {
    -webkit-transform: rotate(90deg) translateY(10px);
    transform: rotate(90deg) translateY(10px);
    margin-top: 5.067vw;
    width: 5.333vw;
    height: 5.333vw;
  }
}
@media (min-width: 769px) {
  .recipe2021-reach__step > .c-recipe2021-icon {
    top: 176px;
    right: -52px;
    width: 29px;
    height: 29px;
  }
}
@media (max-width: 768px) {
  .recipe2021-reach__step-image {
    width: 43.467vw;
    margin: 3.733vw auto 0;
  }
}
.recipe2021-reach__step-title {
  line-height: 1;
}

@media (min-width: 769px) {
  .recipe2021-reach__step-title {
    margin-bottom: 21px;
  }
}
.recipe2021-reach__step-title .c-recipe2021-title {
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 17px;
  font-size: 4.533vw;
}

@media (min-width: 769px) {
  .recipe2021-reach__step-title .c-recipe2021-title {
    font-size: 20px;
    margin-top: 13px;
    display: inline-block;
  }
}
.recipe2021-reach__step-text {
  margin-top: 2.933vw;
  line-height: 1.36;
  letter-spacing: 0.1em;
  font-weight: 400;
  font-size: 14px;
  font-size: 3.733vw;
}

@media (min-width: 769px) {
  .recipe2021-reach__step-text {
    margin-top: 12px;
    font-size: 15px;
    line-height: 1.6;
    width: 114%;
    margin-left: -7%;
    letter-spacing: 0.07em;
  }
  html.chrome .recipe2021-reach__step-text {
    letter-spacing: 0.09em;
  }
}
.c-recipe2021-tw {
  color: #1d9bf0;
  font-weight: 700;
  display: block;
  font-size: 15px;
  font-size: 4vw;
}

@media (min-width: 769px) {
  .c-recipe2021-tw {
    font-size: 20px;
  }
}
.recipe2021-reach__step-small {
  text-align: left;
  margin: -1.867vw 4vw 0;
}

@media (min-width: 769px) {
  .recipe2021-reach__step-small {
    margin: 34px auto 0;
    letter-spacing: 0.07em;
  }
}
.recipe2021-reach__step-small > li {
  font-weight: 400;
  line-height: 1.64;
  letter-spacing: 0.1em;
  text-indent: -1.1em;
  margin-left: 1.1em;
  font-size: 12px;
  font-size: 3.2vw;
}

@media (min-width: 769px) {
  .recipe2021-reach__step-small > li {
    font-size: 12px;
  }
}
.recipe2021-terms {
  padding: 8vw 4vw 0;
}

@media (min-width: 769px) {
  .recipe2021-terms {
    padding: 42px 0 0;
  }
}
.recipe2021-terms .c-recipe2021-btn {
  height: 18.667vw;
}

@media (min-width: 769px) {
  .recipe2021-terms .c-recipe2021-btn {
    height: 80px;
  }
}
.recipe2021-terms__body {
  border: 0.267vw solid #340008;
  border-top-width: 0;
  margin-top: -0.267vw;
  background: #fff;
  text-align: left;
}

@media (min-width: 769px) {
  .recipe2021-terms__body {
    margin-top: -1px;
    border-width: 1px;
    border-top-width: 0;
  }
}
.recipe2021-terms__inner {
  padding: 0 5.333vw 5.333vw;
}

@media (min-width: 769px) {
  .recipe2021-terms__inner {
    padding: 0 40px 40px;
  }
}
.recipe2021-terms__article {
  line-height: 1.7;
}

.recipe2021-terms__article-title {
  margin-top: 8vw;
  font-size: 14px;
  font-size: 3.733vw;
}

@media (min-width: 769px) {
  .recipe2021-terms__article-title {
    margin-top: 30px;
    font-size: 14px;
  }
}
.recipe2021-terms__clause {
  line-height: 1.7;
  font-weight: 400;
  font-size: 12px;
  font-size: 3.2vw;
}

@media (min-width: 769px) {
  .recipe2021-terms__clause {
    font-size: 12px;
  }
}
.recipe2021-terms__clause > li {
  text-indent: -0.6em;
  margin-left: 0.6em;
  letter-spacing: 0.1em;
  margin-top: 4.267vw;
}

@media (min-width: 769px) {
  .recipe2021-terms__clause > li {
    margin-top: 20px;
  }
}
.recipe2021-terms__step-title {
  margin-top: 5.333vw;
  font-weight: 500;
  font-size: 14px;
  font-size: 3.733vw;
}

@media (min-width: 769px) {
  .recipe2021-terms__step-title {
    margin-top: 20px;
    font-size: 14px;
  }
}
.recipe2021-terms__step-text {
  margin-top: 1.6vw;
  font-weight: 400;
  font-size: 12px;
  font-size: 3.2vw;
}

@media (min-width: 769px) {
  .recipe2021-terms__step-text {
    margin-top: 6px;
    font-size: 12px;
  }
}
.recipe2021-terms__p {
  line-height: 1.7;
  letter-spacing: 0.1em;
  margin-top: 4vw;
  font-weight: 400;
  font-size: 12px;
  font-size: 3.2vw;
}

@media (min-width: 769px) {
  .recipe2021-terms__p {
    margin-top: 20px;
    font-size: 12px;
  }
}
.recipe2021-terms__item {
  line-height: 1.7;
  letter-spacing: 0.1em;
  margin-top: 4vw;
  font-weight: 400;
  text-indent: -0.5em;
  margin-left: 1em;
  font-size: 12px;
  font-size: 3.2vw;
}

@media (min-width: 769px) {
  .recipe2021-terms__item {
    margin-top: 20px;
    font-size: 12px;
  }
}
.recipe2021-terms__item::before {
  content: "";
  display: inline-block;
}

.recipe2021-terms__small {
  font-weight: 400;
}

.recipe2021-terms__small > li {
  margin-top: 10px;
  font-size: 12px;
  font-size: 3.2vw;
}

@media (min-width: 769px) {
  .recipe2021-terms__small > li {
    font-size: 12px;
  }
}
.p-recipe2021-btn-laser.p-recipe2021-tw {
  background: #1d9bf0;
  border-color: #1d9bf0;
}

.p-recipe2021-btn-laser.p-recipe2021-tw::before, .p-recipe2021-btn-laser.p-recipe2021-tw::after {
  background: #1d9bf0;
}

.p-recipe2021-btn-laser.p-recipe2021-tw .c-recipe2021-btn__inner {
  border-color: #1d9bf0;
  color: #fff;
}

@media (max-width: 768px) {
  .p-recipe2021-btn-laser.p-recipe2021-tw .c-recipe2021-btn__inner {
    font-size: 4vw;
  }
}
@media (max-width: 373.98px) {
  .p-recipe2021-btn-laser.p-recipe2021-tw .c-recipe2021-btn__inner {
    font-size: 13px;
  }
}
.p-recipe2021-btn-laser.p-recipe2021-tw .c-recipe2021-btn__inner::before, .p-recipe2021-btn-laser.p-recipe2021-tw .c-recipe2021-btn__inner::after {
  background: #1d9bf0;
}

.p-recipe2021-btn-laser.p-recipe2021-tw .c-recipe2021-icon {
  fill: #fff;
}

html.ie11 .p-recipe2021-btn-laser.p-recipe2021-tw .c-recipe2021-icon {
  margin-top: -6px;
}

.p-recipe2021-btn-laser.p-recipe2021-tw:hover {
  background: transparent;
  border-color: transparent;
}

.p-recipe2021-btn-laser.p-recipe2021-tw:hover .c-recipe2021-btn__inner {
  color: #1d9bf0;
}

.p-recipe2021-btn-laser.p-recipe2021-tw:hover .c-recipe2021-icon {
  fill: #1d9bf0;
}

.js-recipe2021-text {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  visibility: hidden;
}

.no-js-recipe2021 .js-recipe2021-text {
  visibility: visible;
}

.c-recipe2021-btn.c-recipe2021-btn-accordion {
  position: relative;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}

@media (max-width: 768px) {
  .c-recipe2021-btn.c-recipe2021-btn-accordion {
    height: 3.3em;
  }
}
.c-recipe2021-btn.c-recipe2021-btn-accordion .c-recipe2021-icon {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  line-height: 1;
  font-size: 0;
  color: #fff;
  right: 4vw;
  height: 3.467vw;
  width: 3.467vw;
}

.c-recipe2021-btn.c-recipe2021-btn-accordion .c-recipe2021-icon::before, .c-recipe2021-btn.c-recipe2021-btn-accordion .c-recipe2021-icon::after {
  content: "";
  display: block;
  background: #340008;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.c-recipe2021-btn.c-recipe2021-btn-accordion .c-recipe2021-icon::before {
  width: 0.267vw;
  height: 3.467vw;
  transition: -webkit-transform 0.2s;
  -webkit-transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.c-recipe2021-btn.c-recipe2021-btn-accordion .c-recipe2021-icon::after {
  width: 3.467vw;
  height: 0.267vw;
}

@media (min-width: 769px) {
  .c-recipe2021-btn.c-recipe2021-btn-accordion .c-recipe2021-icon {
    right: 35px;
    height: 16px;
    width: 16px;
  }
  .c-recipe2021-btn.c-recipe2021-btn-accordion .c-recipe2021-icon::before {
    width: 1px;
    height: 16px;
  }
  .c-recipe2021-btn.c-recipe2021-btn-accordion .c-recipe2021-icon::after {
    width: 16px;
    height: 1px;
  }
}
.-js-open .c-recipe2021-btn.c-recipe2021-btn-accordion .c-recipe2021-icon::before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.-js-open .c-recipe2021-btn.c-recipe2021-btn-accordion {
  background: #fff;
  border-bottom-width: 0;
}

.js-recipe2021-accordion-body {
  height: 0;
  overflow: hidden;
}

#svg-title-copy-text {
  -webkit-mask: url(#svg-title-copy-mask);
  mask: url(#svg-title-copy-mask);
}

#svg-title-copy-line {
  stroke-dasharray: 4200px;
  stroke: #fff;
}

#svg-title-copy-text-sp {
  -webkit-mask: url(#svg-title-copy-mask-sp);
  mask: url(#svg-title-copy-mask-sp);
}

#svg-title-copy-line-sp {
  stroke-dasharray: 6020px;
  stroke: #fff;
}

#svg-title-lead-text {
  -webkit-mask: url(#svg-title-lead-mask);
  mask: url(#svg-title-lead-mask);
}

#svg-title-lead-line {
  stroke-dasharray: 2720px;
  stroke: #fff;
}

.recipe2021-svg-kawakamian {
  max-width: 497px;
  width: 100%;
  fill: #340008;
}

#svg-title-kawakamian-text {
  -webkit-mask: url(#svg-title-kawakamian-mask);
  mask: url(#svg-title-kawakamian-mask);
}

#svg-title-kawakamian-line {
  stroke-dasharray: 3800px;
  stroke: #fff;
}

.recipe2021-svg-youen {
  max-width: 475px;
  width: 100%;
  fill: #340008;
}

#svg-title-youen-text {
  -webkit-mask: url(#svg-title-youen-mask);
  mask: url(#svg-title-youen-mask);
}

#svg-title-youen-line {
  stroke-dasharray: 3800px;
  stroke: #fff;
}

.recipe2021-svg-yebisubar {
  max-width: 705px;
  width: 100%;
  fill: #340008;
}

#svg-title-yebisubar-text {
  -webkit-mask: url(#svg-title-yebisubar-mask);
  mask: url(#svg-title-yebisubar-mask);
}

#svg-title-yebisubar-line {
  stroke-dasharray: 4800px;
  stroke: #fff;
}

.recipe2021-svg-yebisubar-sp {
  max-width: 705px;
  width: 100%;
  fill: #340008;
}

#svg-title-yebisubar-text-sp {
  -webkit-mask: url(#svg-title-yebisubar-mask-sp);
  mask: url(#svg-title-yebisubar-mask-sp);
}

#svg-title-yebisubar-line-sp {
  stroke-dasharray: 9200px;
  stroke: #fff;
}

.c-recipe2021-accent {
  font-weight: 700;
  font-family: var(--ybs-gothic);
}

#yebisubar .recipe2021-index-recipe-bar__title {
  padding-inline: 4vw;
}
#yebisubar .ybs-btn {
  padding-inline: 20px;
  font-size: 1.4rem;
}

.crecipe2021-lead__text.js-recipe2021-fadein js-recipe2021-fadein-04 {
  margin-top: 60px;
}

@media (max-width: 768px) {
  .sdsg {
    padding-left: 26vw !important;
  }
}

@media (max-width: 768px) {
  .sdsga {
    padding-right: 29vw;
  }
}

@media (max-width: 768px) {
  .recipe2021-index-recipe-panel.-recipe2021-wide .recipe2021-index-recipe-panel__ph {
    margin: 1.067vw 0 0 -1.067vw;
  }
}

@media (max-width: 768px) {
  .sss {
    top: 2.4vw !important;
    left: 12.733vw !important;
  }
}

@media (max-width: 768px) {
  .ssa {
    top: 2.4vw !important;
    left: auto !important;
    right: 16.733vw !important;
  }
}
/*# sourceMappingURL=index.css.map */
