@charset "UTF-8";
/*- recipe/common/scss/_style.scss -*
============================================================*/
/* common 
------------------------------*/
/*- common/_index.scss -*
============================================================*/
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: inherit;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
textarea {
  -webkit-appearance: none;
  appearance: none;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* html
---------------------------------------------------------------------*/
html {
  font-size: 62.5%;
}

/* body
---------------------------------------------------------------------*/
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* @use */
/*- config/_index.scss -*
============================================================*/
/* @use */
/*- config/_functions.scss -*
============================================================*/
/*- config/_mixins.scss -*
============================================================*/
/* media query */
/* pseudo set */
/* background set */
/*- config/_variables.scss -*
============================================================*/
/* Color
------------------------------------------------------------*/
/* Size
------------------------------------------------------------*/
/* @use */
/*- common/_common.scss -*
============================================================*/
article, aside, details, figcaption, figure, iframe,
footer, header, hgroup, menu, nav, section, img, svg, small,
*::before, *::after {
  display: block;
}

html {
  overflow-y: scroll;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(1.4rem, 1.8229166667vw, 1.6rem);
  line-height: 1.8;
  color: #333333;
  background: url(../img/bg.jpg) no-repeat center top;
  background-attachment: fixed;
  background-size: auto;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  transition: 0.7s;
  color: #333333;
}

/* fuji, mv, big
------------------------------------------------------------*/
body:not([id^=portal]) #header #header_inner {
  justify-content: center;
}

main {
  min-height: 100vh;
}

/* layout 
------------------------------*/
/*- layout/_index.scss -*
============================================================*/
/* @use */
/*- recipe/common/scss/layout/_header.scss -*
============================================================*/
#header_logo {
  background-color: #FFFFFF;
  padding: clamp(12px, 1.5625vw, 20px) clamp(10px, 1.3020833333vw, 20px) clamp(10px, 1.3020833333vw, 16px);
}
#header_logo img {
  margin-inline: auto;
  height: clamp(28px, 3.6458333333vw, 44px);
}
#header_title {
  background: url(/recipe/common/img/title_bg.png) repeat center, #f0eae3;
}
#header_title__inner {
  background-image: linear-gradient(transparent 60%, #f07d2d 60%, #f07d2d calc(60% + 5px), #FFFFFF calc(60% + 5px));
}
#header_title__inner img {
  margin-inline: auto;
  height: clamp(200px, 26.0416666667vw, 400px);
}

/* @use */
/*- recipe/common/scss/layout/_footer.scss -*
============================================================*/
#footer_sns {
  background-color: #f0eae3;
  padding-block: clamp(24px, 3.125vw, 40px);
}
#footer_sns .share_btn_list {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  column-gap: clamp(10px, 1.3020833333vw, 16px);
}
#footer_content {
  background-color: #f07d2d;
  padding: clamp(32px, 4.1666666667vw, 96px) clamp(10px, 1.3020833333vw, 20px) clamp(24px, 3.125vw, 56px);
}
#footer_content__logo img {
  margin-inline: auto;
  height: clamp(30px, 3.90625vw, 60px);
}
#footer_content #copyright {
  text-align: center;
  font-size: clamp(1.2rem, 1.5625vw, 1.4rem);
  color: #FFFFFF;
}
#footer_content * + #copyright {
  margin-top: clamp(12px, 1.5625vw, 24px);
}
#footer #returntop {
  position: fixed;
  bottom: clamp(14px, 1.8229166667vw, 40px);
  right: clamp(10px, 1.3020833333vw, 40px);
}
#footer #returntop img {
  cursor: pointer;
}

/* @use */
/*- recipe/common/scss/layout/_header.scss -*
============================================================*/
/* .layout-box-center
------------------------------------------------------------*/
.layout-box-center {
  padding-inline: clamp(10px, 1.3020833333vw, 20px);
}
.layout-box-center > * {
  margin-inline: auto;
  max-width: 1280px;
}

/* .recipe_inner
------------------------------------------------------------*/
.recipe_inner {
  padding-block: clamp(40px, 5.2083333333vw, 48px) clamp(40px, 5.2083333333vw, 80px);
}
.recipe_inner > * + * {
  margin-top: clamp(40px, 5.2083333333vw, 56px);
}

/* #recipe_cat_title
------------------------------------------------------------*/
#recipe_cat_title {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: clamp(12px, 1.5625vw, 20px);
  font-weight: 400;
  font-size: clamp(2.8rem, 3.6458333333vw, 4rem);
}
#recipe_cat_title[class^=cat-]::before {
  content: "";
  display: block;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  aspect-ratio: 1/1;
  width: clamp(32px, 4.1666666667vw, 50px);
}
#recipe_cat_title[class^=cat-][class*=meat]::before {
  background-image: url(/recipe/common/img/icon/cat_meat.png);
}
#recipe_cat_title[class^=cat-][class*=vegetable]::before {
  background-image: url(/recipe/common/img/icon/cat_vegetable.png);
}
#recipe_cat_title[class^=cat-][class*=fish]::before {
  background-image: url(/recipe/common/img/icon/cat_fish.png);
}

/* .title-recipe-[style]
------------------------------------------------------------*/
*[class^=title-recipe][class*=style01] {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  column-gap: clamp(12px, 1.5625vw, 18px);
  font-size: clamp(2.4rem, 3.125vw, 3.6rem);
  line-height: 1.4;
}
*[class^=title-recipe][class*=style01]::before, *[class^=title-recipe][class*=style01]::after {
  content: "";
  display: block;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  aspect-ratio: 1/1.667;
  width: clamp(24px, 3.125vw, 36px);
}
*[class^=title-recipe][class*=style01]::before {
  background-image: url(/recipe/common/img/icon/title-left.png);
}
*[class^=title-recipe][class*=style01]::after {
  background-image: url(/recipe/common/img/icon/title-right.png);
}

/* .list-category
------------------------------------------------------------*/
.list-category {
  display: grid;
  gap: clamp(12px, 1.5625vw, 24px) clamp(16px, 2.0833333333vw, 32px);
  grid-template-columns: repeat(2, clamp(140px, 18.2291666667vw, 200px));
  justify-self: center;
}
@media (min-width: 768px) {
  .list-category {
    grid-template-columns: repeat(4, clamp(140px, 18.2291666667vw, 200px));
  }
}
.list-category-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 8px;
  border: 1px solid #CCCCCC;
  border-radius: 99px;
  background-color: #FFFFFF;
  height: clamp(45px, 5.859375vw, 50px);
}
.list-category-btn .icon-image {
  width: 32px;
}
.list-category-btn:hover {
  background-color: #fff5eb;
  border-color: #fff5eb;
}

/* .list-kurashiru
------------------------------------------------------------*/
.list-kurashiru {
  display: grid;
  row-gap: clamp(48px, 6.25vw, 56px);
}
.list-kurashiru-item {
  background-image: linear-gradient(150deg, #f0b400 min(10vw, 60px), #fdf7e5 min(10vw, 60px));
  padding: 16px clamp(16px, 1.25vw, 32px) clamp(24px, 3.125vw, 32px);
}
.list-kurashiru-item > * + * {
  margin-top: 24px;
}
.list-kurashiru-item * {
  font-weight: normal;
}
.list-kurashiru-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.list-kurashiru-top .rubrik img {
  height: clamp(32px, 4.1666666667vw, 40px);
}
.list-kurashiru-top .datum {
  color: #777779;
}
.list-kurashiru-title {
  font-size: clamp(2.4rem, 3.125vw, 3.2rem);
  line-height: 1.4;
}
.list-kurashiru-title .recipe-author {
  font-size: 1.6rem;
  margin-top: 8px;
}
.list-kurashiru-box {
  border-top-right-radius: clamp(10px, 1.3020833333vw, 20px);
  border-top-left-radius: clamp(10px, 1.3020833333vw, 20px);
  overflow: hidden;
}
@media (min-width: 1024px) {
  .list-kurashiru-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-bottom-right-radius: clamp(10px, 1.3020833333vw, 20px);
    border-bottom-left-radius: clamp(10px, 1.3020833333vw, 20px);
  }
}
.list-kurashiru-box .recipe-text {
  position: relative;
  background-color: #FFFFFF;
  padding: clamp(20px, 2.6041666667vw, 24px) clamp(10px, 1.3020833333vw, 24px) clamp(80px, 10.4166666667vw, 160px);
  height: clamp(250px, 32.5520833333vw, 500px);
}
@media (min-width: 1024px) {
  .list-kurashiru-box .recipe-text {
    height: auto;
    aspect-ratio: 1/0.75;
    padding-bottom: clamp(10px, 1.3020833333vw, 24px);
  }
}
.list-kurashiru-box .recipe-text::after {
  content: "";
  display: block;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 50%, rgba(253, 247, 229, 0.9));
  height: clamp(125px, 16.2760416667vw, 250px);
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (min-width: 1024px) {
  .list-kurashiru-box .recipe-text::after {
    display: none;
  }
}
.list-kurashiru-box .recipe-text .grad-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  background-color: #ff9933;
  color: #FFFFFF;
  height: 40px;
  width: 130px;
  transform: translateX(-50%);
  position: absolute;
  z-index: 99;
  bottom: clamp(20px, 2.6041666667vw, 40px);
  left: 50%;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .list-kurashiru-box .recipe-text .grad-btn {
    display: none;
  }
}
.list-kurashiru-box .recipe-text .grad-btn::after {
  content: "";
  display: block;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-image: url(/recipe/common/img/icon/btn_plus.png);
  aspect-ratio: 1/1;
  width: 16px;
}
@media (min-width: 1024px) {
  .list-kurashiru-box .recipe-text .materials-list {
    overflow: auto;
    height: 100%;
  }
}
.list-kurashiru-box .recipe-text .materials-list > * + * {
  margin-top: clamp(15px, 1.953125vw, 30px);
}
.list-kurashiru-box .recipe-text .materials-list h4 {
  display: grid;
  row-gap: clamp(15px, 1.953125vw, 30px);
  border-bottom: 2px solid #f07d2d;
  font-size: 2rem;
  line-height: 1.2;
  padding-bottom: clamp(15px, 1.953125vw, 20px);
}
@media (min-width: 768px) {
  .list-kurashiru-box .recipe-text .materials-list h4 {
    grid-template-columns: repeat(2, auto);
    justify-content: space-between;
  }
}
.list-kurashiru-box .recipe-text .materials-list h4 .kochzeit {
  display: flex;
  align-items: center;
  column-gap: 10px;
  font-size: 2rem;
  color: #f07d2d;
}
.list-kurashiru-box .recipe-text .materials-list h4 .kochzeit > span {
  display: inline-flex;
  align-items: center;
  column-gap: 6px;
  border-radius: 99px;
  background-color: #f07d2d;
  font-size: 1.6rem;
  color: #FFFFFF;
  padding: 3px 12px;
}
.list-kurashiru-box .recipe-text .materials-list h4 .kochzeit > span::before {
  content: "";
  display: block;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-image: url(/recipe/common/img/icon/watch-white.svg);
  aspect-ratio: 1/1;
  width: 20px;
}
.list-kurashiru-box .recipe-text .materials-list > ul {
  display: grid;
  row-gap: clamp(6px, 0.78125vw, 16px);
}
.list-kurashiru-box .recipe-text .materials-list > ul > * {
  border-bottom: 1px dashed #CCCCCC;
  padding-bottom: clamp(6px, 0.78125vw, 16px);
}
.list-kurashiru .btn-text {
  text-align: center;
  margin-top: clamp(24px, 3.125vw, 32px);
}
.list-kurashiru .btn-text .mehr-btn {
  display: inline-block;
  border-radius: 5px;
  background-color: #32be46;
  padding: 5px;
}
.list-kurashiru .btn-text .mehr-btn > * {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #FFFFFF;
  border-radius: 5px;
  color: #FFFFFF;
  aspect-ratio: 1/0.167;
  width: 240px;
}
.list-kurashiru .btn-text .mehr-btn:hover {
  opacity: 0.7;
}
.list-kurashiru .grad-trigger {
  display: none;
}
.list-kurashiru .grad-trigger:checked ~ .list-kurashiru-box .recipe-text {
  height: auto;
}
.list-kurashiru .grad-trigger:checked ~ .list-kurashiru-box .recipe-text::after {
  display: none;
}
.list-kurashiru .grad-trigger:checked ~ .list-kurashiru-box .recipe-text .grad-btn {
  background-color: #777779;
}
.list-kurashiru .grad-trigger:checked ~ .list-kurashiru-box .recipe-text .grad-btn::after {
  background-image: url(/recipe/common/img/icon/btn_minus.png);
}

/* #storetv-bnr
------------------------------------------------------------*/
#storetv-bnr img {
  margin-inline: auto;
}

/* #past-recipes
------------------------------------------------------------*/
#past-recipes > * + * {
  margin-top: clamp(40px, 5.2083333333vw, 64px);
}
#past-recipes #past-recipes-list {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 14px clamp(20px, 2.6041666667vw, 40px);
}
@media (min-width: 768px) {
  #past-recipes #past-recipes-list {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  #past-recipes #past-recipes-list > * {
    max-width: 320px;
    flex: 1;
  }
}
#past-recipes #past-recipes-list img {
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.25);
}

/* #recipe-search
------------------------------------------------------------*/
#recipe-search {
  background-color: rgba(0, 0, 0, 0.8);
  height: 100vh;
  width: 100%;
  transition: 0.5s;
  transform: translateX(100%);
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
}
#recipe-search-inner {
  margin-left: auto;
  width: 70vw;
  position: relative;
}
#recipe-search-nav {
  background-color: #FFFFFF;
  scrollbar-width: none;
  overflow-y: scroll;
  padding: clamp(18px, 2.34375vw, 36px);
  height: 100vh;
}
#recipe-search-nav > * + * {
  margin-top: 48px;
}
#recipe-search img[class^=btn-] {
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  background-color: #ff9933;
  padding: 12px;
  aspect-ratio: 1/1;
  width: 48px;
  transform: translate(-100%, -50%);
  position: absolute;
  left: 0;
  top: 50%;
}
#recipe-search img[class^=btn-][class*=open] {
  transition: 0.5s;
}
#recipe-search img[class^=btn-][class*=close] {
  z-index: 999999999;
}
#recipe-search img[class^=btn-]:hover {
  cursor: pointer;
}
#recipe-search .search-area-title {
  border-bottom: 2px solid #ff9933;
  padding-bottom: clamp(10px, 1.3020833333vw, 16px);
  font-size: clamp(2rem, 2.6041666667vw, 2.4rem);
}
#recipe-search .search-area #search {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  gap: 10px 16px;
}
@media (min-width: 768px) {
  #recipe-search .search-area #search {
    align-items: center;
    flex-direction: row;
  }
}
#recipe-search .search-area #search_txt {
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.15) inset;
  font-size: 1.6rem;
  padding-inline: 16px;
  min-height: clamp(32px, 4.1666666667vw, 48px);
  height: clamp(32px, 4.1666666667vw, 48px);
  width: 100%;
}
@media (min-width: 768px) {
  #recipe-search .search-area #search_txt {
    flex: 1;
  }
}
#recipe-search .search-area #search_btn {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: clamp(16px, 2.0833333333vw, 24px) !important;
  background-image: url(/recipe/common/img/icon/search-white.svg);
  background-color: #ff9933;
  border-radius: clamp(5px, 0.6510416667vw, 8px);
  text-indent: 999999rem;
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.15);
  aspect-ratio: 1/1;
  width: clamp(32px, 4.1666666667vw, 48px);
}
#recipe-search .search-area #search label:has(#search_btn) {
  height: clamp(32px, 4.1666666667vw, 48px);
}
#recipe-search .search-area * + #search {
  margin-top: clamp(16px, 2.0833333333vw, 20px);
}
#recipe-search .search-area .search-tag-list .tag-category {
  font-weight: 700;
  font-size: clamp(2rem, 2.6041666667vw, 2.4rem);
}
#recipe-search .search-area .search-tag-list > * + .tag-category {
  margin-top: clamp(16px, 2.0833333333vw, 20px);
}
#recipe-search .search-area .search-tag-list .tag-sub-category {
  margin-top: clamp(14px, 1.8229166667vw, 16px);
}
#recipe-search .search-area .search-tag-list .tag-sub-category-list {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(14px, 1.8229166667vw, 16px) clamp(24px, 3.125vw, 32px);
}
#recipe-search .search-area * + .search-tag-list {
  margin-top: clamp(24px, 3.125vw, 32px);
}
#recipe-search.active {
  transform: translateX(0);
}
#recipe-search.active .btn-open {
  opacity: 0;
}

/* .error-txt
------------------------------------------------------------*/
.error-txt {
  text-align: center;
  font-weight: 700;
  font-size: 1.6rem;
}

/* .page-nav
------------------------------------------------------------*/
.page-nav {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
}
@media (min-width: 768px) {
  .page-nav {
    justify-content: center;
  }
}
.page-nav > * {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #CCCCCC;
  background-color: #FFFFFF;
  font-size: 1.6rem;
}
.page-nav > *:not(:last-child) {
  margin-right: 10px;
}
.page-nav .k_page_next *[class^=link_] {
  padding-inline: 8px;
}
.page-nav .link_page, .page-nav .current_page {
  aspect-ratio: 1/1;
  height: 30px;
}
.page-nav a:hover, .page-nav .current_page {
  background-color: #ff9933 !important;
  border-color: #ff9933 !important;
  color: #FFFFFF;
}/*# sourceMappingURL=style.css.map */