@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&family=Noto+Serif+JP:wght@300;400;500;700&display=swap);
@charset "UTF-8";
/*================================================
Foundation
================================================*/
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  -moz-tab-size: 4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -o-tab-size: 4;
     tab-size: 4;
  word-break: normal;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0; /* Reset `padding` and `margin` of all elements */
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  color: inherit; /* Correct border color in Firefox. */
  height: 0; /* Add the correct box sizing in Firefox */
  overflow: visible; /* Show the overflow in Edge and IE */
}

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

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

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

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

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

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

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

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

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

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  color: inherit;
  cursor: pointer;
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
}

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

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

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

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

/*=====
変数
=====*/
/*=====
Mixin
=====*/
body {
  background-color: #4D2E1E;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 1.75;
  margin-left: auto;
  margin-right: auto;
  max-width: 480px;
}

ul, ol {
  padding-left: 0;
}

li {
  list-style: none;
}

img, svg {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.1em;
}

h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.1em;
}

/*================================================
Layout
================================================*/
.l-main {
  background-color: #FF762E;
  min-height: 100vh;
}

.l-header {
  background-color: #ffffff;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  height: 50px;
}

.l-footer {
  background-color: #ffffff;
  color: #000000;
  padding-top: 3rem;
}

/*================================================
Object
================================================*/
.c-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding-left: 1rem;
  padding-right: 1rem;
}
.c-container--s {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  padding-left: 1rem;
  padding-right: 1rem;
}

.c-hamburger {
  height: 20px;
  position: relative;
  width: 28px;
  z-index: 999;
}
.c-hamburger__line {
  background-color: #000000;
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  -webkit-transition: opacity 0.1s ease, top 0.3s ease, background-color 0.3s, -webkit-transform 0.3s ease;
  transition: opacity 0.1s ease, top 0.3s ease, background-color 0.3s, -webkit-transform 0.3s ease;
  -o-transition: opacity 0.1s ease, transform 0.3s ease, top 0.3s ease, background-color 0.3s;
  transition: opacity 0.1s ease, transform 0.3s ease, top 0.3s ease, background-color 0.3s;
  transition: opacity 0.1s ease, transform 0.3s ease, top 0.3s ease, background-color 0.3s, -webkit-transform 0.3s ease;
  width: 28px;
}
.c-hamburger__line1 {
  top: 0;
}
.c-hamburger__line2 {
  top: 9px;
}
.c-hamburger__line3 {
  top: 18px;
}
.c-hamburger__check {
  display: none;
}
.c-hamburger__check:checked ~ .c-hamburger__button {
  position: fixed;
}
.c-hamburger__check:checked ~ .c-hamburger__button .c-hamburger__line1 {
  background-color: #ffffff;
  top: 8px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-hamburger__check:checked ~ .c-hamburger__button .c-hamburger__line2 {
  opacity: 0;
}
.c-hamburger__check:checked ~ .c-hamburger__button .c-hamburger__line3 {
  background-color: #ffffff;
  top: 8px;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}
.c-hamburger__check:checked ~ .c-hamburger__nav {
  opacity: 1;
  visibility: visible;
}
.c-hamburger__button {
  position: relative;
  z-index: 100;
}
.c-hamburger__nav {
  background-color: rgba(0, 0, 0, 0.8);
  height: 100vh;
  left: 0;
  opacity: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 60px;
  position: fixed;
  top: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  visibility: hidden;
  width: 100vw;
  z-index: 99;
}
.c-hamburger__item {
  border-bottom: 1px dashed #ffffff;
}
.c-hamburger__link {
  color: #ffffff;
  display: block;
  padding: 12px;
}
.c-hamburger__link:hover {
  opacity: 0.8;
}

.c-split {
  display: inline-block;
}
.c-split--block {
  display: block;
}

.p-section__title {
  color: #FFE577;
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 2rem;
  padding-top: 32px;
  position: relative;
  text-align: center;
}
.p-section__title::before {
  background-image: url(../svg/title.svg);
  background-position: center;
  background-size: contain;
  content: "";
  height: 32px;
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 50px;
}
.p-section__title span.l {
  font-size: 48px;
}

.p-about__text {
  padding: 1.5rem;
  text-align: center;
}
.p-about__title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 1rem;
}
.p-about__title span {
  border-bottom: 1px solid #000000;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}
.p-about__title span.l {
  border-bottom: none;
  font-size: 48px;
}
.p-about__title span.m {
  font-size: 36px;
}
.p-about__caption {
  font-family: "Noto Serif JP", serif;
}

.p-banner {
  position: relative;
}
.p-banner__text {
  background-color: #FF762E;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding-bottom: 3rem;
  padding-top: 3rem;
  text-align: center;
  width: 100%;
}
.p-banner__title {
  border-bottom: 2px solid #000000;
  display: inline-block;
  font-size: 24px;
  margin-bottom: 1rem;
}
.p-banner__caption {
  font-size: 20px;
}

.p-footer {
  border-top: 1px solid #ffffff;
  font-weight: 300;
  margin-top: 3rem;
  padding-top: 1.5rem;
}
.p-footer__contact, .p-footer__info {
  padding-bottom: 1.5rem;
}
.p-footer__info {
  font-size: 0.75rem;
}

.p-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 5vw;
  padding-right: 5vw;
}
.p-header__logo-link {
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.p-header__logo-link:hover {
  color: #FF762E;
}
.p-header__nav {
  display: none;
}
.p-header__menu {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-header__item {
  display: block;
  margin-left: 2rem;
}
.p-header__link {
  padding-bottom: 14px;
  position: relative;
}
.p-header__link::after {
  background-color: #FF762E;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  width: 100%;
}
.p-header__link:hover::after {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

.p-item {
  background-color: #FF762E;
  font-weight: 700;
  padding-top: 200px;
  position: relative;
}
.p-item::before {
  background-image: url(../images/item.png);
  background-size: contain;
  content: "";
  height: 300px;
  left: 50%;
  position: absolute;
  top: -3rem;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 200px;
  z-index: 3;
}
.p-item__title {
  margin-bottom: 2rem;
  text-align: center;
}
.p-item__grid {
  display: grid;
  gap: 1.5rem 0.5rem;
  grid-template-columns: 1fr 1fr;
}
.p-item__media {
  margin-bottom: 0.5rem;
}
.p-item__image {
  aspect-ratio: 1/1;
}
.p-item__name {
  font-size: 10px;
  line-height: 1.5;
  position: relative;
}
.p-item__price {
  font-size: 10px;
  margin-bottom: 0.5rem;
}
.p-item__link {
  background-color: #B10000;
  border: 2px solid #B10000;
  border-radius: 24px;
  color: #ffffff;
  display: block;
  font-size: 0.8rem;
  position: relative;
  text-align: center;
  -webkit-transition: background-color 0.3s, color 0.3s;
  -o-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  width: 100%;
}
.p-item__link::after {
  border-bottom: 5px solid transparent;
  border-left: 8.66px solid #ffffff;
  border-top: 5px solid transparent;
  content: "";
  height: 0;
  position: absolute;
  right: 16px;
  top: 6px;
  -webkit-transition: border-left 0.3s, -webkit-transform 0.3s;
  transition: border-left 0.3s, -webkit-transform 0.3s;
  -o-transition: border-left 0.3s, transform 0.3s;
  transition: border-left 0.3s, transform 0.3s;
  transition: border-left 0.3s, transform 0.3s, -webkit-transform 0.3s;
  width: 0;
}
.p-item__link:hover {
  background-color: #ffffff;
  color: #B10000;
}
.p-item__link:hover::after {
  border-left: 10.39px solid #B10000;
  -webkit-transform: translateX(3px);
      -ms-transform: translateX(3px);
          transform: translateX(3px);
}

.p-mainvisual {
  position: relative;
}
.p-mainvisual__text {
  padding: 1.5rem 1.5rem 6rem;
}

.p-recipe {
  background-image: url(../images/background.jpg);
  background-size: cover;
  padding-top: 3rem;
}
.p-recipe__item {
  background-repeat: no-repeat;
  background-size: 190%;
  margin-bottom: 2rem;
  padding: 2rem;
}
.p-recipe__item:nth-child(2n-1) {
  background-image: url(../images/recipe-left.png);
  background-position: right bottom;
}
.p-recipe__item:nth-child(2n) {
  background-image: url(../images/recipe-right.png);
  background-position: left center;
}
.p-recipe__number {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 0.5rem;
  position: relative;
  text-align: center;
}
.p-recipe__number::after {
  background-color: #000000;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 36px;
  z-index: 1;
}
.p-recipe__title {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 1rem;
  text-align: center;
}
.p-recipe__media {
  margin-bottom: 1rem;
}
.p-recipe__caption {
  font-family: "Noto Serif JP", serif;
  font-size: 12px;
  line-height: 1.5;
}
.p-recipe__arrange {
  color: #ffffff;
  padding: 4rem 1.5rem 6em;
}
.p-recipe__arrange-title {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  margin-bottom: 1rem;
  text-align: center;
}

.p-review {
  background-color: #000000;
  padding-bottom: 6em;
  padding-top: 6em;
  position: relative;
  z-index: 5;
}
.p-review::before {
  background-image: url(../images/review--l.png);
  background-position: center;
  background-size: cover;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.p-review__header {
  margin-bottom: 3rem;
  position: relative;
  z-index: 3;
}
.p-review__title {
  font-family: "Noto Serif JP", serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.25;
  position: relative;
  text-align: center;
}
.p-review__title::before, .p-review__title::after {
  background-size: cover;
  content: "";
  height: 120px;
  position: absolute;
  width: 40px;
}
.p-review__title::before {
  background-image: url(../images/title-left.png);
  height: 120px;
  left: 80px;
  top: 0;
  width: 40px;
}
.p-review__title::after {
  background-image: url(../images/title-right.png);
  height: 110px;
  right: 96px;
  top: 10px;
  width: 63px;
}
.p-review__star {
  margin: 1rem auto;
  width: 80%;
}
.p-review__rate {
  text-align: center;
}
.p-review__rate span {
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  line-height: 1.25;
}
.p-review__rate span.l {
  font-size: 64px;
  padding-left: 8px;
}
.p-review__body {
  position: relative;
  z-index: 3;
}
.p-review__subtitle {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  line-height: 1.25;
  position: relative;
  text-align: center;
}
.p-review__subtitle::before, .p-review__subtitle::after {
  background-size: cover;
  content: "";
  height: 80px;
  position: absolute;
  top: -10px;
  width: 40px;
}
.p-review__subtitle::before {
  background-image: url(../images/subtitle-left.png);
  left: 40px;
}
.p-review__subtitle::after {
  background-image: url(../images/subtitle-right.png);
  right: 40px;
}
.p-review__list {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.p-review__item {
  background-color: #ffffff;
  border-radius: 12px;
  -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.05), -4px 4px 4px rgba(0, 0, 0, 0.05), 4px -4px 4px rgba(0, 0, 0, 0.05), -4px -4px 4px rgba(0, 0, 0, 0.05);
          box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.05), -4px 4px 4px rgba(0, 0, 0, 0.05), 4px -4px 4px rgba(0, 0, 0, 0.05), -4px -4px 4px rgba(0, 0, 0, 0.05);
  margin-bottom: 3rem;
  padding: 1rem;
  position: relative;
  width: calc(100% - 1rem);
}
.p-review__item::before {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 17.32px solid #ffffff;
  bottom: -17.32px;
  content: "";
  height: 0;
  position: absolute;
  width: 0;
}
.p-review__item strong {
  color: #DE0000;
}
.p-review__item:nth-child(2n-1)::before {
  right: 2rem;
}
.p-review__item:nth-child(2n) {
  margin-left: auto;
}
.p-review__item:nth-child(2n)::before {
  left: 2rem;
}
.p-review__caption {
  color: #ffffff;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.p-review__caption span {
  border-bottom: 1px solid #ffffff;
  margin-bottom: 0.75rem;
}

.p-secret {
  padding-bottom: 6em;
  padding-top: 6em;
}
.p-secret__item:nth-child(1) {
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  position: relative;
}
.p-secret__item:nth-child(1)::after {
  background-color: #000000;
  bottom: 0;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 200px;
  z-index: 1;
}
.p-secret__number {
  margin: 0 auto 1rem;
  width: 160px;
}
.p-secret__media {
  margin: 0 auto 1rem;
  width: 90%;
}
.p-secret__title {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 1rem;
  text-align: center;
}
.p-secret__caption {
  font-family: "Noto Serif JP", serif;
  font-size: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.p-site {
  font-family: "Noto Serif JP", serif;
  text-align: center;
}
.p-site__title {
  margin-bottom: 1.5rem;
}
.p-site__grid {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: 1fr 1fr;
}
.p-site__button {
  border: 2px solid #000000;
  border-radius: 32px;
  display: block;
  font-size: 24px;
  margin: 3rem auto;
  padding: 4px 2rem;
  -webkit-transition: background-color 0.3s, color 0.3s;
  -o-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  width: 80%;
}
.p-site__button:hover {
  background-color: #000000;
  color: #ffffff;
}
.p-site__link {
  display: block;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-site__link:hover {
  opacity: 0.7;
}

.u-ptxxl {
  padding-top: 6em;
}

@media (min-width: 1200px) {
  body {
    font-size: 16px;
  }
  .l-header {
    height: 80px;
  }
  .p-header__hamburger {
    display: none;
  }
  .p-header__nav {
    display: block;
  }
}

@media (min-width: 520px) {
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 28px;
  }
  .p-about__title {
    font-size: 36px;
  }
  .p-about__title span.l {
    font-size: 56px;
  }
  .p-about__title span.m {
    font-size: 42px;
  }
  .p-banner__title {
    font-size: 32px;
  }
  .p-banner__caption {
    font-size: 28px;
  }
  .p-item__name {
    font-size: 0.9rem;
    padding-left: 1.2rem;
  }
  .p-item__name::before {
    background-image: url(../svg/item-name.svg);
    background-size: contain;
    content: "";
    height: 0.9rem;
    left: 0;
    position: absolute;
    top: 4px;
    width: 0.9rem;
  }
  .p-item__price {
    font-size: 0.9rem;
    padding-left: 1.2rem;
  }
  .p-item__link {
    font-size: 1rem;
  }
  .p-item__link::after {
    border-bottom: 6px solid transparent;
    border-left: 10.39px solid #ffffff;
    border-top: 6px solid transparent;
    top: 8px;
  }
  .p-recipe__item {
    background-size: 190%;
    margin-bottom: 4rem;
    padding: 3rem;
  }
  .p-recipe__item:last-child {
    margin-bottom: 0;
  }
  .p-recipe__title {
    font-size: 28px;
  }
  .p-recipe__caption {
    font-size: 1rem;
  }
  .p-recipe__arrange-title {
    font-size: 32px;
  }
  .p-secret__title {
    font-size: 36px;
  }
  .p-site__button {
    width: 60%;
  }
}

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