@charset "UTF-8";
/* リキッドレイアウト対応 */
.u-text__marker {
  background: linear-gradient(transparent 75%, var(--color-orange) 75%);
}

.u-text__inline-block {
  display: inline-block;
}

.u-text__indent {
  padding-inline-start: 1em;
  text-indent: -1em;
}

@property --root-font-size {
  syntax: "<length>";
  inherits: false;
  initial-value: 16px;
}
:root {
  --to-rem: calc(tan(atan2(1px, var(--root-font-size))) * 1rem);
  /* inner */
  --inner: 1040px;
  --padding-pc: 25px;
  --padding-sp: 15px;
  /* color */
  --color-white: #fff;
  --color-text: #5b3d10;
  --color-brown: #5b3d10;
  --color-gray: #f0f0f0;
  --color-accent: #da5217;
  --color-primary: #58a04f;
  --color-secondary: #ffbb00;
  /* font-weight */
  --regular: 300;
  --normal: 400;
  --medium: 500;
  --bold: 700;
  /* font-family */
  --base-font-family: "Noto Sans JP", sans-serif;
  --second-font-family: "Gotu", sans-serif;
  --title-font-family: "Lato", sans-serif;
  /* 8pxを余白の基準とした余白ルール */
  /* 参考：https://www.tak-dcxi.com/article/use-line-height-trim-as-css-variable/ */
  --leading-trim: calc((1em - 1lh) / 2);
  --spacing-unit: 0.5rem;
  --spacing-xs: calc(var(--spacing-unit) / 2);
  --spacing-sm: var(--spacing-unit);
  --spacing-md: calc(var(--spacing-unit) * 2);
  --spacing-lg: calc(var(--spacing-unit) * 3);
  --spacing-lg-2: calc(var(--spacing-unit) * 4);
  --spacing-xl: calc(var(--spacing-unit) * 5);
  --spacing-xl-2: calc(var(--spacing-unit) * 6);
  --spacing-2xl: calc(var(--spacing-unit) * 8);
  --spacing-3xl: calc(var(--spacing-unit) * 13);
  /* line-height分の余白を打ち消す */
  --spacing-xs-trim: calc(var(--spacing-xs) + var(--leading-trim));
  --spacing-sm-trim: calc(var(--spacing-sm) + var(--leading-trim));
  --spacing-md-trim: calc(var(--spacing-md) + var(--leading-trim));
  --spacing-lg-trim: calc(var(--spacing-lg) + var(--leading-trim));
  --spacing-xl-trim: calc(var(--spacing-xl) + var(--leading-trim));
  --spacing-2xl-trim: calc(var(--spacing-2xl) + var(--leading-trim));
  --spacing-3xl-trim: calc(var(--spacing-3xl) + var(--leading-trim));
  /* --leading-trimの使い方 */
}

@supports not (top: 1lh) {
  :root {
    --leading-trim: 0px;
    /* `px`などの単位が必要 */
  }
}
html {
  font-size: 16px;
}
@media (max-width: 1040px) {
  html {
    font-size: 1.5384615385vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

a[href^=tel] {
  text-decoration: none;
}

a {
  color: inherit;
  -webkit-tap-highlight-color: transparent; /* 強調をなくす */
}

a:hover {
  text-decoration: none;
}

img,
svg {
  vertical-align: middle;
}

img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

*,
::before,
::after {
  --clamp-root-font-size: 16;
  --clamp-slope: calc(
    (var(--clamp-max) - var(--clamp-min)) /
      (var(--clamp-viewport-max) - var(--clamp-viewport-min))
  );
  --clamp-y-axis-intersection: calc(
    var(--clamp-min) - (var(--clamp-slope) * var(--clamp-viewport-min))
  );
  --clamp-preffered-value: calc(
    var(--clamp-y-axis-intersection) * (1rem / var(--clamp-root-font-size)) +
      (var(--clamp-slope) * 100vi)
  );
  --clamp: clamp(
    calc(var(--clamp-min) * (1rem / var(--clamp-root-font-size))),
    var(--clamp-preffered-value),
    calc(var(--clamp-max) * (1rem / var(--clamp-root-font-size)))
  );
  font-size: var(--clamp);
}

/* bodyにデフォルト値を設定する */
body {
  font-family: var(--base-font-family);
  --clamp-viewport-min: 375;
  --clamp-viewport-max: 1200;
  --clamp-min: 14;
  --clamp-max: 16;
  color: var(--color-brown);
  background-image: url(../../assets_owner_cafe/images/bg.webp);
  background-size: 30%;
  background-repeat: repeat;
}

/* 👍使い方 */
@media (max-width: 767px) {
  [data-device=pc] {
    display: none;
  }
}

@media (min-width: 768px) {
  [data-device=sp] {
    display: none;
  }
}

:where(:any-link,
button,
[type=button],
[type=reset],
[type=submit],
label[for],
select,
summary,
[role=tab],
[role=button]) {
  cursor: pointer;
}

:where(button, [type=button], [type=reset], [type=submit]) {
  touch-action: manipulation;
}

:focus:not(:focus-visible) {
  outline: none;
}

input[type=text] {
  font-size: 1rem; /* = 16px */
}

textarea {
  field-sizing: content;
}

main {
  overflow-x: clip;
}

html {
  box-sizing: border-box;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

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

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

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

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

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;
  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 */
}

iframe {
  border-style: none;
}

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

[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;
  appearance: none;
  /* 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;
  resize: vertical;
}

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] {
  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;
  appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  appearance: none;
}

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

/* Style select like a standard input */
select {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
}

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 */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- 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 */
}

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

/* # =================================================================
     # 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;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
  list-style: "";
}

a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s;
}

.l-header {
  position: fixed;
  z-index: 900;
  top: 0;
  right: 0;
  left: 0;
}

.l-inner {
  max-width: calc(var(--inner) + var(--padding-pc) * 2);
  padding-right: var(--padding-pc);
  padding-left: var(--padding-pc);
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    max-width: 34.375rem;
    padding-right: var(--padding-sp);
    padding-left: var(--padding-sp);
  }
}

.l-page {
  padding-block-start: calc(64 * var(--to-rem));
}
@media screen and (max-width: 767px) {
  .l-page {
    padding-block-start: calc(80 * var(--to-rem));
  }
}

.l-top__about {
  margin-block-start: var(--spacing-xl);
}
@media screen and (max-width: 767px) {
  .l-top__about {
    margin-block-start: var(--spacing-3xl);
  }
}

.c-button a {
  padding: 1rem 2.5rem;
  position: relative;
  display: inline-block;
  font-size: 1.125rem;
  line-height: 1.2;
  letter-spacing: 0;
  color: var(--color-white);
  background-color: var(--color-primary);
  border-radius: calc(30 * var(--to-rem));
  transition: 0.3s all;
  box-shadow: rgba(0, 0, 0, 0.2) 0 3px 0;
}
@media screen and (max-width: 767px) {
  .c-button a {
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
  }
}

.c-button a:hover {
  background-color: var(--color-secondary);
  color: var(--color-text);
}
@media screen and (max-width: 767px) {
  .c-button a:hover {
    opacity: 1;
  }
}

.c-image-text {
  display: grid;
  align-items: center;
  grid-template: "image gutter text margin" auto/41.6666666667% 16px 1fr max((100% - var(--inner)) / 2, 32px);
}

.c-image-text--reverse {
  grid-template: "margin text gutter image" auto/max((100% - var(--inner)) / 2, 32px) 1fr 16px 41.6666666667%;
}

.c-image-text__image {
  grid-area: image;
}

.c-image-text__image img {
  height: 300px;
  width: 100%;
  object-fit: cover;
}

.c-image-text__text {
  grid-area: text;
}

.c-image-text02 {
  display: grid;
  align-items: center;
  grid-template: "image text margin" auto/41.6666666667% 1fr max((100% - var(--inner)) / 2, 32px);
}

.c-image-text02--reverse {
  grid-template: "margin text image" auto/max((100% - var(--inner)) / 2, 32px) 1fr 41.6666666667%;
}

.c-image-text02__image {
  grid-area: image;
}

.c-image-text02__image img {
  height: 300px;
  width: 100%;
  object-fit: cover;
}

.c-image-text02__text {
  grid-area: text;
  padding: 20px 0 20px 20px;
  margin-left: -100px;
  background: #fff;
}

.c-image-text02--reverse .c-image-text02__text {
  padding: 20px 20px 20px 0;
  margin-left: auto;
  margin-right: -100px;
}

.c-lead {
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-lead {
    font-size: 1.125rem;
  }
}
.c-lead span {
  font-size: 2rem;
  color: var(--color-accent);
}
@media screen and (max-width: 767px) {
  .c-lead span {
    font-size: 1.25rem;
  }
}

.c-section-title {
  position: relative;
  font-size: calc(40 * var(--to-rem));
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-section-title {
    font-size: calc(60 * var(--to-rem));
  }
}

.c-section-title.c-section-title--left {
  text-align: left;
}

.c-section-title.c-section-title--right {
  text-align: right;
}

.c-section-title.c-section-title--left::before {
  left: 0;
  transform: translate(0, -50%);
}

.c-section-title.c-section-title--right::before {
  right: 0;
  left: initial;
  transform: translate(0, -50%);
}

.c-summary01 {
  position: relative;
  height: 8.1875rem;
  background-color: var(--color-secondary);
}
.c-summary01 p {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-summary01 p {
    font-size: 1.25rem;
  }
}
.c-summary01 span {
  font-size: 1.375rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .c-summary01 span {
    font-size: 1rem;
  }
}

.c-summary01:before {
  content: "";
  width: calc(50dvw - 51%);
  height: 100%;
  background-color: var(--color-secondary);
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(99.8%);
}

.c-summary01:after {
  content: "";
  width: calc(50dvw - 50%);
  height: 100%;
  background-color: var(--color-secondary);
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-98%);
}

.c-summary01__inner {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .c-summary01__inner {
    padding-right: 4.375rem;
  }
}

.c-summary01__inner::before {
  content: "";
  width: 9.6875rem;
  aspect-ratio: 155/165;
  object-fit: cover;
  height: auto;
  background-image: url("../../assets_owner_cafe/images/summary-img01.webp");
  background-size: cover;
  position: absolute;
  bottom: -0.125rem;
  right: 0;
}
@media screen and (max-width: 767px) {
  .c-summary01__inner::before {
    width: 6.25rem;
  }
}

.c-summary02 {
  position: relative;
  height: 8.1875rem;
  background-color: var(--color-white);
}
.c-summary02 p {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-summary02 p {
    font-size: 1.25rem;
  }
}
.c-summary02 span {
  font-size: 1.375rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .c-summary02 span {
    font-size: 1rem;
  }
}

.c-summary02:before {
  content: "";
  width: calc(50dvw - 51%);
  height: 100%;
  background-color: var(--color-white);
  clip-path: polygon(100% 0, 100% 100%, 0% 100%);
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-99.8%);
}

.c-summary02:after {
  content: "";
  width: calc(50dvw - 50%);
  height: 100%;
  background-color: var(--color-white);
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(98%);
}

.c-summary02__inner {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .c-summary02__inner {
    padding-left: 7.5rem;
  }
}

.c-summary02__inner::before {
  content: "";
  width: 13.1875rem;
  aspect-ratio: 211/176;
  object-fit: cover;
  height: auto;
  background-image: url("../../assets_owner_cafe/images/summary-img02.webp");
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .c-summary02__inner::before {
    width: 7.5rem;
  }
}

.c-table {
  border-spacing: 8px;
}

.c-table th,
.c-table td {
  border-radius: 0.5rem;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .c-table th,
  .c-table td {
    font-size: 0.75rem;
  }
}

.c-table__head {
  background-color: var(--color-brown);
  color: var(--color-white);
  padding: 0.8125rem 2.875rem;
}
@media screen and (max-width: 767px) {
  .c-table__head {
    padding: 0.625rem;
  }
}

.c-table__detail {
  padding: 0.8125rem 1.25rem;
  background-color: var(--color-white);
  color: var(--color-brown);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-table__detail {
    padding: 0.625rem;
  }
}
.c-table__detail span {
  color: var(--color-accent);
  font-size: 1.375rem;
}
@media screen and (max-width: 767px) {
  .c-table__detail span {
    font-size: 0.75rem;
  }
}

.c-table__title2 {
  background-color: #99d792;
  padding: 0.8125rem 0.9375rem;
}

.c-table__title3 {
  background-color: var(--color-primary);
  padding: 0.8125rem 0.9375rem;
  color: var(--color-white);
}

.c-table__title1 {
  background-color: transparent;
}

.c-title01 {
  font-size: 2rem;
  position: relative;
  padding-bottom: 1rem;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .c-title01 {
    font-size: 1.25rem;
  }
}
.c-title01 span {
  font-size: 2.5rem;
  color: var(--color-primary);
}
@media screen and (max-width: 767px) {
  .c-title01 span {
    font-size: 1.5rem;
  }
}

.c-title01:before {
  content: "";
  width: calc(100% + 2.5rem);
  height: 6px;
  background-image: url("");
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("../../assets_owner_cafe/images/pattern01.svg");
  background-repeat: repeat;
  background-size: 1%;
  opacity: 0.5;
}

.c-title01--colored::before {
  background-image: url("../../assets_owner_cafe/images/pattern02.svg");
}

.c-title02 {
  font-size: 2rem;
  font-weight: 700;
  display: inline-block;
  position: relative;
  padding: 0 1.25rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-title02 {
    font-size: 1.25rem;
    padding: 0 0.625rem;
  }
}
.c-title02 span {
  font-size: 2.5rem;
  color: var(--color-primary);
}
@media screen and (max-width: 767px) {
  .c-title02 span {
    font-size: 1.5rem;
  }
}

.c-title02:before,
.c-title02:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 40px solid var(--color-secondary);
  border-bottom: 0;
  position: absolute;
  bottom: 0;
  transform-origin: bottom;
}
@media screen and (max-width: 767px) {
  .c-title02:before,
  .c-title02:after {
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 30px solid var(--color-secondary);
  }
}

.c-title02:before {
  left: 0;
  transform: rotate(-30deg);
}

.c-title02:after {
  right: 0;
  transform: rotate(30deg);
}

.c-triangle {
  aspect-ratio: 1/1;
  width: calc(64 * var(--to-rem));
  background-color: var(--color-black);
  display: inline-block;
}

.c-triangle--top {
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}

.c-triangle--bottom {
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.c-triangle--left {
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
}

.c-triangle--right {
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.c-triangle--lower-left {
  clip-path: polygon(0 0, 100% 100%, 0 100%);
}

.c-triangle--upper-left {
  clip-path: polygon(0 0, 100% 0, 0 100%);
}

.c-triangle--lower-right {
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

.c-triangle--upper-right {
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}

.p-bg {
  width: 100dvw;
  height: 100dvh;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 1;
  top: 0;
  left: 0;
}

.p-bg.is-open {
  opacity: 1;
  visibility: visible;
}

.p-box {
  background: var(--color-white);
  border-radius: 1.5rem;
  padding: 1.25rem;
  color: var(--color-brown);
}

.p-box__text {
  font-size: 1.375rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-box__text {
    font-size: 1rem;
  }
}

.p-box__img {
  width: 12.5rem;
  margin: 0 auto;
}

.p-box__button {
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-box__button {
    margin-top: 0.625rem;
  }
}

.p-contact {
  padding-block: calc(40 * var(--to-rem));
}
@media screen and (max-width: 767px) {
  .p-contact {
    padding-block: calc(80 * var(--to-rem));
  }
}

.p-contact__contents {
  display: grid;
  margin-block-start: calc(40 * var(--to-rem));
  gap: calc(40 * var(--to-rem));
  place-items: center;
}
@media screen and (max-width: 767px) {
  .p-contact__contents {
    gap: calc(80 * var(--to-rem));
  }
}

.p-cta {
  background-color: rgba(91, 61, 16, 0.6);
  text-align: center;
  padding-block: 3.75rem;
  color: var(--color-white);
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-cta {
    padding: 3.75rem 0 12.5rem;
  }
}

.p-cta__box {
  max-width: 35.0625rem;
  margin: 2.5rem auto 0;
}

.p-cta__text {
  margin-top: 1.25rem;
  font-size: 1.375rem;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-cta__text {
    font-size: 1rem;
  }
}

.p-cta:before {
  content: "";
  width: 14.6875rem;
  aspect-ratio: 235/328;
  height: auto;
  background-image: url("../../assets_owner_cafe/images/cta-img01.webp");
  background-size: cover;
  position: absolute;
  bottom: 0;
  right: calc(50% + 18.75rem);
}
@media screen and (max-width: 767px) {
  .p-cta:before {
    right: calc(50% + 1.25rem);
    width: 8.125rem;
  }
}

.p-cta:after {
  content: "";
  width: 15.5rem;
  aspect-ratio: 248/339;
  height: auto;
  background-image: url("../../assets_owner_cafe/images/cta-img02.webp");
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: calc(50% + 17.5rem);
}
@media screen and (max-width: 767px) {
  .p-cta:after {
    left: calc(50% + 1.25rem);
    width: 8.75rem;
  }
}

.p-drawer {
  background: var(--color-white);
  width: 75dvw;
  height: 100dvh;
  position: fixed;
  top: 0;
  right: 0;
  transform: translateX(100%);
  transition: transform 0.5s ease;
  z-index: 2;
  scrollbar-width: none;
}

.p-drawer::-webkit-scrollbar {
  display: none;
}

.p-drawer__inner {
  padding: calc(100 * var(--to-rem)) var(--padding-sp) calc(40 * var(--to-rem));
  background: var(--color-black);
  width: 100dvw;
  height: 100dvh;
}

.p-drawer__item {
  border-bottom: 1px solid var(--color-white);
}

.p-drawer__item.p-drawer__item--contact {
  margin-top: calc(40 * var(--to-rem));
  margin-left: calc(32 * var(--to-rem));
  border-bottom: none;
}

.p-drawer__item > a,
.p-drawer__accordion-title {
  padding: calc(20 * var(--to-rem)) calc(32 * var(--to-rem));
  display: block;
  font-size: calc(14 * var(--to-rem));
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  cursor: pointer;
}

.p-drawer__item.p-drawer__item--contact a {
  padding: calc(15 * var(--to-rem)) 0;
  position: relative;
  max-width: calc(180 * var(--to-rem));
  width: 100%;
  color: var(--color-white);
  text-align: center;
  background-color: var(--color-primary);
}

.p-drawer__item.p-drawer__item--contact a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(20 * var(--to-rem));
  transform: translateY(-50%);
  width: calc(15 * var(--to-rem));
  height: calc(15 * var(--to-rem));
  display: inline-block;
  background-image: url(./../images/common/mail-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.p-drawer__item.p-drawer__item--contact a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(20 * var(--to-rem));
  width: calc(8 * var(--to-rem));
  height: calc(8 * var(--to-rem));
  border-top: calc(2 * var(--to-rem)) solid var(--color-white);
  border-right: calc(2 * var(--to-rem)) solid var(--color-white);
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s;
}

.p-drawer__accordion-title {
  position: relative;
}

.p-drawer__accordion-title::before,
.p-drawer__accordion-title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(20 * var(--to-rem));
  width: calc(12 * var(--to-rem));
  height: calc(2 * var(--to-rem));
  display: block;
  background: #333;
  transition: 0.3s;
}

.p-drawer__accordion-title::before {
  transform: translateY(-50%);
}

.p-drawer__accordion-title::after {
  transform: translateY(-50%) rotate(90deg);
}

.p-drawer__accordion-title.is-open::after {
  transform: translateY(-50%);
}

.p-drawer__accordion-list {
  padding-bottom: calc(10 * var(--to-rem));
  display: none;
}

.p-drawer__accordion-list a {
  padding: calc(10 * var(--to-rem)) calc(32 * var(--to-rem));
  display: block;
  font-size: calc(12 * var(--to-rem));
  line-height: 1;
  letter-spacing: 0.05em;
}

.p-example {
  padding-block-start: 1.375rem;
  background-color: var(--color-white);
  border-radius: 1.5rem;
  padding: 1.875rem 2.5rem 1.25rem;
  border: var(--color-brown) 1px solid;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-example {
    padding: 1.875rem 1.25rem 1.25rem;
  }
}

.p-example__title {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 0.25rem;
  background: var(--color-brown);
  color: var(--color-white);
  font-weight: 700;
  font-size: 1.375rem;
  padding: 0.375rem 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-example__title {
    padding: 0.25rem 1.875rem;
    font-size: 1.125rem;
  }
}

.p-example__lead {
  font-size: 1.375rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-example__lead {
    font-size: 1.125rem;
  }
}

.p-example__img {
  margin-top: 1.25rem;
}

.p-example__text {
  margin-top: 1.25rem;
  font-size: 1.125rem;
  font-weight: 500;
}

.p-faq {
  font-size: 1.125rem;
  line-height: 1.5;
  text-align: left;
}

.p-faq__q {
  padding: 1rem 2.5rem 1rem 3.5rem;
  background: var(--color-brown);
  color: var(--color-white);
  border-radius: 0.5rem 0.5rem 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-faq__q {
    padding: 0.625rem 1.25rem 0.625rem 2.5rem;
  }
}

.p-faq__a {
  padding: 1rem 2.5rem 1rem 3.5rem;
  background: var(--color-white);
  border-radius: 0 0 0.5rem 0.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-faq__a {
    padding: 0.625rem 1.25rem 0.625rem 2.5rem;
  }
}

.p-faq__q::before,
.p-faq__a::before {
  content: "Q.";
  width: 1.6875rem;
  height: 1.6875rem;
  position: absolute;
  top: 0.875rem;
  left: 1.75rem;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-faq__q::before,
  .p-faq__a::before {
    left: 1rem;
    top: 0.4375rem;
  }
}

.p-faq__q::before {
  content: "Q.";
}

.p-faq__a::before {
  content: "A.";
}

.p-footer {
  background-color: var(--color-brown);
  padding: 1.25rem;
  text-align: center;
}

.p-footer__copyright {
  font-size: 0.875rem;
  color: var(--color-white);
}

.p-header {
  height: calc(80 * var(--to-rem));
}
@media screen and (max-width: 767px) {
  .p-header {
    width: 100%;
    height: calc(64 * var(--to-rem));
  }
}

.p-header__inner {
  padding: calc(40 * var(--to-rem));
  height: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-header__inner {
    width: 100%;
    padding: 0 calc(16 * var(--to-rem));
  }
}

.p-header__logo {
  max-width: calc(200 * var(--to-rem));
  width: 100%;
  aspect-ratio: 200/48;
  object-fit: cover;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-header__logo {
    max-width: calc(140 * var(--to-rem));
  }
}

.p-header__logo a {
  height: inherit;
  display: flex;
  align-items: center;
}

.p-header__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.p-item__title {
  font-style: 700;
  font-size: 1.25rem;
  color: var(--color-white);
  background-color: var(--color-brown);
  border-radius: 0.25rem;
  padding: 0.25rem 0;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-item__title {
    font-size: 0.875rem;
    width: 100%;
    margin: 0.5rem auto 0;
  }
}

.p-item--text {
  margin-top: 1rem;
  font-size: 1rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-item--text {
    font-size: 0.75rem;
  }
}

.p-item img {
  width: 100%;
  aspect-ratio: 230/138;
  object-fit: cover;
  height: auto;
}

.p-marketing {
  background-color: var(--color-white);
  border-radius: 0 0 1.5rem 1.5rem;
  padding: 3.75rem 1.875rem 1.875rem;
  position: relative;
}

.p-marketing__title {
  font-weight: 700;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-marketing__title {
    font-size: 1.25rem;
  }
}
.p-marketing__title span {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-marketing__title span {
    font-size: 1.5rem;
  }
}

.p-marketing ul {
  text-align: left;
  max-width: 26.25rem;
  margin: 1.25rem auto 0;
  list-style: disc;
}

.p-marketing ul li {
  text-align: left;
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-marketing ul li {
    font-size: 1.125rem;
  }
}
.p-marketing ul li span {
  font-size: 1.25rem;
  color: var(--color-accent);
}
@media screen and (max-width: 767px) {
  .p-marketing ul li span {
    font-size: 1.125rem;
  }
}
.p-marketing ul li small {
  font-size: 1rem;
  font-weight: 500;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-marketing ul li small {
    font-size: 0.875rem;
  }
}

.p-marketing ul li + li {
  margin-top: 0.75rem;
}

.p-marketing__img01 {
  width: 12.5rem;
  position: absolute;
  bottom: 0;
  right: calc(50% + 16.25rem);
}

.p-marketing__img02 {
  width: 10.1875rem;
  position: absolute;
  bottom: 2.3125rem;
  left: calc(50% + 16.25rem);
}
@media screen and (max-width: 767px) {
  .p-marketing__img02 {
    left: initial;
    right: 0;
    width: 5rem;
    bottom: 3.75rem;
  }
}

.p-mv {
  width: 100%;
  position: relative;
  overflow-x: clip;
  height: min(80dvw, 834px);
}
@media screen and (max-width: 1040px) {
  .p-mv {
    height: 80dvw;
  }
}
@media screen and (max-width: 767px) {
  .p-mv {
    height: auto;
  }
}

.p-mv__inner {
  margin: 0 auto;
  padding-top: calc(130 * var(--to-rem));
  max-width: calc(1440 * var(--to-rem));
  position: relative;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-mv__inner {
    padding-top: 5rem;
    padding-bottom: 1.25rem;
  }
}

.p-mv__container {
  position: relative;
  padding-left: 3.8194444444vw;
  margin: 0 auto 0 0;
  height: inherit;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-mv__container {
    padding-left: 1rem;
    padding-right: 1rem;
    max-width: 31.25rem;
    margin: 0 auto;
  }
}

.p-mv__box {
  width: calc(730 * var(--to-rem));
  background: var(--color-white);
  padding: 2.5rem;
  border-radius: 1.5rem;
  box-shadow: 0 2px 2px rgba(91, 61, 16, 0.2);
}
@media screen and (max-width: 767px) {
  .p-mv__box {
    width: 100%;
    padding: 1.25rem;
  }
}

.p-mv__img01 {
  position: absolute;
  width: calc(300 * var(--to-rem));
  aspect-ratio: 300/321;
  height: auto;
  left: 40%;
  bottom: 0;
  transform: scaleX(-1);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-mv__img01 {
    width: 9.375rem;
    left: 10%;
    bottom: 6.4375rem;
    transform: scaleX(1);
    filter: drop-shadow(var(--color-white) 0px 0px 2px);
  }
}

.p-mv__bg {
  width: 55vw;
  max-width: calc(792 * var(--to-rem));
  z-index: 0;
  position: absolute;
  height: inherit;
  right: 0;
  top: 0;
  padding-top: calc(256 * var(--to-rem));
  padding-bottom: calc(46 * var(--to-rem));
}
@media screen and (max-width: 767px) {
  .p-mv__bg {
    position: relative;
    right: initial;
    top: initial;
    width: 100%;
    height: auto;
    padding: 0 1rem;
  }
}

.p-mv__bgimg {
  width: 100%;
  object-fit: cover;
  border-radius: calc(40 * var(--to-rem));
}
@media screen and (max-width: 767px) {
  .p-mv__bgimg {
    border-radius: 1.5rem;
    max-height: 18.75rem;
    display: block;
    margin: 0 auto;
  }
}

.p-mv__img02 {
  position: absolute;
  width: calc(254 * var(--to-rem));
  aspect-ratio: 254/339;
  height: auto;
  right: 10%;
  bottom: 0;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-mv__img02 {
    width: 7.5rem;
    bottom: 6.4375rem;
  }
}

.p-mv__title {
  font-size: calc(50 * var(--to-rem));
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-mv__title {
    font-size: 1.5rem;
  }
}

.p-mv__text {
  margin-top: calc(20 * var(--to-rem));
  font-size: calc(28 * var(--to-rem));
  line-height: 150%;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-mv__text {
    font-size: 1.125rem;
  }
}
.p-mv__text span {
  color: var(--color-accent);
  font-size: calc(28 * var(--to-rem));
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .p-mv__text span {
    font-size: 1.125rem;
  }
}

.p-mv__button {
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-mv__button {
    text-align: center;
  }
}

.p-mv::before {
  content: "";
  width: 40.5625rem;
  height: 21.1875rem;
  border-radius: 1.5rem;
  background-image: url("../../assets_owner_cafe/images/pattern02.svg");
  background-repeat: repeat;
  background-size: 1%;
  position: absolute;
  bottom: 0;
  left: calc(50% + 6.25rem);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-mv::before {
    background-size: 1%;
    width: 12.5rem;
    height: 12.5rem;
  }
}

.p-mv__box::before {
  content: "";
  width: 15.75rem;
  height: 10.6875rem;
  border-radius: 1.5rem;
  background-image: url("../../assets_owner_cafe/images/pattern02.svg");
  background-repeat: repeat;
  background-size: 3%;
  position: absolute;
  top: 2.5rem;
  left: -8.9375rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-mv__box::before {
    background-size: 1%;
    width: 12.5rem;
    height: 12.5rem;
    top: -1.25rem;
  }
}

.p-mv__box::after {
  content: "";
  width: 31.8125rem;
  height: 16.625rem;
  border-radius: 1.5rem;
  background-image: url("../../assets_owner_cafe/images/pattern01.svg");
  background-repeat: repeat;
  background-size: 1.5%;
  position: absolute;
  bottom: 5.4375rem;
  left: -7.75rem;
  z-index: -1;
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .p-mv__box::after {
    width: 9.375rem;
    background-size: 1%;
    right: -20%;
    left: initial;
    bottom: initial;
    top: 10%;
  }
}

.p-mv__bg::before {
  content: "";
  width: 31.8125rem;
  height: 16.625rem;
  border-radius: 1.5rem;
  background-image: url("../../assets_owner_cafe/images/pattern01.svg");
  background-repeat: repeat;
  background-size: 1.3%;
  position: absolute;
  top: 8.125rem;
  left: 50%;
  z-index: -1;
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .p-mv__bg::before {
    background-size: 1%;
    width: 12.5rem;
    height: 12.5rem;
    outline: 1px solid red;
  }
}

.p-mv__bg::after {
  content: "";
  width: 23.5625rem;
  height: 21.1875rem;
  border-radius: 1.5rem;
  background-image: url("../../assets_owner_cafe/images/pattern02.svg");
  background-repeat: repeat;
  background-size: 1.5%;
  position: absolute;
  top: 5rem;
  left: -10.9375rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-mv__bg::after {
    background-size: 1%;
    width: 12.5rem;
    height: 12.5rem;
    outline: 1px solid red;
  }
}

.p-mv__imgsp {
  margin-top: 1.25rem;
}

@media screen and (max-width: 767px) {
  .p-mv__img02sp {
    position: absolute;
    width: 7.5rem;
    aspect-ratio: 254/339;
    height: auto;
    object-fit: cover;
    height: auto;
    right: 0;
    bottom: 5.1875rem;
    filter: drop-shadow(var(--color-white) 0px 0px 2px);
  }
}

.p-problem {
  background-color: #ffebb2;
  border-radius: 1.5rem 1.5rem 0 0;
  padding: 1.875rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-problem {
    padding: 1.25rem;
  }
}

.p-problem::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 90px solid transparent;
  border-left: 90px solid transparent;
  border-top: 30px solid #ffebb2;
  border-bottom: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  z-index: 1;
}

.p-problem__title {
  font-weight: 700;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-problem__title {
    font-size: 1.25rem;
  }
}

.p-problem ul {
  max-width: 25rem;
  margin: 1.25rem auto 0;
}

.p-problem ul li {
  padding-left: 2.25rem;
  font-size: 1.125rem;
  position: relative;
  font-weight: 500;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-problem ul li {
    font-size: 0.875rem;
  }
}

.p-problem ul li + li {
  margin-top: 0.625rem;
}

.p-problem ul li:before {
  content: "";
  width: calc(30 * var(--to-rem));
  aspect-ratio: 30/39;
  height: auto;
  background-image: url("../../assets_owner_cafe/images/icon03.svg");
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.p-problem__img {
  position: absolute;
  bottom: 0;
  left: calc(50% + 12.5rem);
  width: 8.6875rem;
}
@media screen and (max-width: 767px) {
  .p-problem__img {
    left: initial;
    width: 4.375rem;
    right: 0;
    bottom: 2.5rem;
  }
}

.p-result__text {
  font-size: 1.375rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-result__text {
    font-size: 1.125rem;
  }
}

.p-result__main {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--color-accent);
  position: relative;
  display: inline-block;
  padding: 0 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-result__main {
    font-size: 1.25rem;
  }
}
.p-result__main span {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-result__main span {
    font-size: 1.5rem;
  }
}

.p-result__main:before,
.p-result__main:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 60px solid var(--color-accent);
  border-bottom: 0;
  position: absolute;
  bottom: 0;
  transform-origin: bottom;
}

.p-result__main:before {
  left: 0;
  transform: rotate(-30deg);
}

.p-result__main:after {
  right: 0;
  transform: rotate(30deg);
}

.p-result__img {
  width: 15.125rem;
  margin: 0 auto;
}

/* 下記サンプル 構築時は削除してください */
.p-sample {
  padding-block: var(--spacing-xl);
}

.p-sample__link-wrap {
  display: grid;
  gap: var(--spacing-sm);
  margin-block-start: var(--spacing-xl);
}

.p-sample__link {
  display: inline-block;
  font-size: calc(24 * var(--to-rem));
  margin-block-start: var(--spacing-xl);
  text-decoration: underline;
}

@media (any-hover: hover) {
  .p-sample__link:hover {
    text-decoration: none;
  }
}
.p-sample__bg {
  aspect-ratio: 1/1;
  width: 300px;
  background-image: image-set(url("/images/bg_sample.webp") type("image/webp"), url("/images/bg_sample.png") type("image/png"));
  background-size: contain;
}

.p-sample__image {
  max-width: 400px;
  width: 100%;
  aspect-ratio: 1/1;
}

.p-sample__image img {
  object-fit: cover;
}

.p-sample__text-block {
  margin-block: var(--spacing-xl);
}

.p-sample__head {
  font-size: calc(24 * var(--to-rem));
}
@media screen and (max-width: 767px) {
  .p-sample__head {
    font-size: calc(32 * var(--to-rem));
  }
}

.p-sample__text {
  letter-spacing: 0.05em;
  height: 1.5em;
}

.p-sample__title2 {
  font-size: calc(18 * var(--to-rem));
  letter-spacing: 0.05em;
  line-height: 1.2;
  display: inline-block;
  margin-block-end: var(--spacing-md);
}
@media screen and (max-width: 767px) {
  .p-sample__title2 {
    font-size: calc(24 * var(--to-rem));
  }
}

.p-sample__divider {
  margin-block: var(--spacing-lg-2);
}

.p-sample__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(64px, 100%), 1fr));
  gap: var(--spacing-md);
}

@media screen and (max-width: 767px) {
  .p-section01 {
    overflow-x: clip;
  }
}

.p-section01__bg {
  padding-top: 3.75rem;
  background: rgba(91, 61, 16, 0.6);
  color: var(--color-white);
  position: relative;
  padding-bottom: 4.3125rem;
}

.p-section01__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-section01__inner {
    grid-template-columns: 1fr;
  }
}

.p-section01__title {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-section01__title {
    font-size: 1.125rem;
  }
}

.p-section01__heading img {
  width: 21.5625rem;
  aspect-ratio: 345/207;
  object-fit: cover;
  height: auto;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-section01__heading img {
    position: absolute;
    width: 11.25rem;
    top: -1.875rem;
    right: -2.5rem;
  }
}

.p-section01__content ul {
  list-style: none;
}
@media screen and (max-width: 767px) {
  .p-section01__content ul {
    margin-top: 1.875rem;
  }
}

.p-section01__content ul li {
  padding-left: 2.25rem;
  font-size: 1.25rem;
  position: relative;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-section01__content ul li {
    font-size: 0.875rem;
  }
}

.p-section01__content ul li + li {
  margin-top: 1.25rem;
}

.p-section01__content ul li:before {
  content: "";
  width: calc(30 * var(--to-rem));
  aspect-ratio: 30/39;
  height: auto;
  background-image: url("../../assets_owner_cafe/images/icon01.svg");
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.p-section01__bg::before {
  content: "";
  width: 100%;
  aspect-ratio: 1440/69;
  object-fit: cover;
  height: auto;
  background-image: url("../../assets_owner_cafe/images/section01-bg.webp");
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
}

.p-section01__white {
  background: var(--color-white);
  padding-bottom: 3.75rem;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.25;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-section01__white {
    padding-top: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.5;
    padding-bottom: 2.5rem;
  }
}

.p-section01__white span {
  font-size: 2rem;
  color: var(--color-accent);
}
@media screen and (max-width: 767px) {
  .p-section01__white span {
    font-size: 1.5rem;
  }
}

.p-section02 {
  text-align: center;
  padding: 6.25rem 0 0 0;
  background-color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 767px) {
  .p-section02 {
    padding: 3.75rem 0 0 0;
  }
}

.p-section02__lead {
  margin-top: 1.25rem;
}

.p-section02__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.875rem 2.5rem;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-section02__items {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
}

.p-section02__summary {
  margin-top: 6.25rem;
}

.p-section03 {
  text-align: center;
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-section03 {
    margin-top: 3.75rem;
  }
}

.p-section03__table {
  margin: 3.75rem auto 0;
}

.p-section03__summary {
  margin-top: 3.75rem;
}

.p-section04 {
  background-color: rgba(255, 255, 255, 0.5);
  padding-block-start: 6.25rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-section04 {
    padding-block-start: 3.75rem;
  }
}

.p-section04__container {
  margin-block-start: 3.75rem;
  display: flex;
  gap: 1.25rem;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-section04__container {
    flex-direction: column;
  }
}

.p-section04__example {
  width: 35.6875rem;
  margin-top: 1.375rem;
}
@media screen and (max-width: 767px) {
  .p-section04__example {
    width: 100%;
  }
}

.p-section04__result {
  width: 18.75rem;
}
@media screen and (max-width: 767px) {
  .p-section04__result {
    width: 100%;
  }
}

.p-section04__triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 45px solid transparent;
  border-bottom: 45px solid transparent;
  border-left: 30px solid var(--color-brown);
  border-right: 0;
}
@media screen and (max-width: 767px) {
  .p-section04__triangle {
    border-right: 35px solid transparent;
    border-left: 35px solid transparent;
    border-top: 20px solid var(--color-brown);
    border-bottom: none;
  }
}

.p-section04__summary {
  margin-top: 3.75rem;
}

.p-section05 {
  padding-block-start: 6.25rem;
  background: url("../../assets_owner_cafe/images/section05-bg.webp");
  background-position: center 70%;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-section05 {
    padding-block-start: 3.75rem;
  }
}

.p-section05__title {
  color: var(--color-white);
}

.p-section05::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(91, 61, 16, 0.8);
  position: absolute;
  top: 0;
  left: 0;
}

.p-section05__inner {
  position: relative;
  z-index: 1;
}

.p-section05__voices {
  margin-top: 3.75rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-section05__voices {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 2.5rem;
  }
}

.p-section05__summary {
  margin-top: 3.75rem;
}

.p-section06 {
  padding-block: 6.25rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-section06 {
    padding-block: 3.75rem 7.5rem;
  }
}

.p-section06__lead {
  margin-top: 1.25rem;
}

.p-section06__items {
  max-width: 43.75rem;
  width: 100%;
  margin: 1.875rem auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem 1.0625rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-section06__items {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem 0.625rem;
  }
}

.p-section06__item {
  background-color: var(--color-white);
  padding: 1.25rem;
  border-radius: 0.75rem;
  border: 1px var(--color-primary) solid;
}
@media screen and (max-width: 767px) {
  .p-section06__item {
    padding: 0.625rem;
  }
}

.p-section06__text {
  font-size: 1.25rem;
  position: relative;
  width: 100%;
  padding-left: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-section06__text {
    font-size: 1rem;
    padding-left: 1.5rem;
  }
}

.p-section06__text::before {
  content: "";
  width: 1.5rem;
  aspect-ratio: 1;
  height: auto;
  background-image: url("../../assets_owner_cafe/images/icon02.svg");
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-section06__text::before {
    width: 1.25rem;
  }
}

.p-section06__box {
  color: var(--color-white);
  font-size: 0.875rem;
  background-color: var(--color-primary);
  padding: 0.125rem 0.625rem;
  display: inline-block;
  margin-top: 0.625rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-section06__box {
    font-size: 0.75rem;
  }
}

.p-section06__img {
  position: absolute;
  bottom: 0;
  right: -9.125rem;
  width: 11.5625rem;
}
@media screen and (max-width: 767px) {
  .p-section06__img {
    right: 0;
    bottom: -7.5rem;
    width: 7.5rem;
  }
}

.p-section07 {
  padding-block: 6.25rem;
  background-color: rgba(255, 255, 255, 0.5);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-section07 {
    padding-block: 3.75rem;
  }
}

.p-section07__container {
  margin-top: 1.875rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.875rem 4.3125rem;
}

.p-section08 {
  text-align: center;
  padding-block-start: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-section08 {
    padding-block-start: 3.75rem;
  }
}

.p-section08__lead {
  margin-top: 1.25rem;
}

.p-section08__container01 {
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-section08__container01 {
    margin-top: 2.5rem;
  }
}

.p-section08__summary {
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-section08__summary {
    margin-top: 2.5rem;
  }
}

.p-section09 {
  padding-block: 6.25rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-section09 {
    padding-block: 3.75rem;
  }
}

.p-section09__faq {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-section09__faq {
    margin-top: 1.25rem;
  }
}

.p-section09__faq::first-of-type {
  margin-top: 3.75rem;
}

.p-unit {
  background-color: var(--color-white);
  padding: 2.5rem 1.875rem;
  border-radius: 1.5rem;
  border: var(--color-secondary) 1px solid;
}
@media screen and (max-width: 767px) {
  .p-unit {
    padding: 1.25rem;
    width: 100%;
  }
}

.p-unit__title {
  color: var(--color-white);
  font-size: 2rem;
  font-weight: 700;
  line-height: 3.4375rem;
  background-color: var(--color-primary);
  padding: 0 1.25rem 0 4.625rem;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-unit__title {
    font-size: 1.25rem;
    padding: 0 0.625rem 0 3.125rem;
    line-height: 2.5rem;
  }
}
.p-unit__title span {
  display: block;
  font-size: 5rem;
  position: absolute;
  left: 0.625rem;
  bottom: 0.625rem;
  font-weight: 900;
  text-stroke: 4px var(--color-primary);
  -webkit-text-stroke: 4px var(--color-primary);
}
@media screen and (max-width: 767px) {
  .p-unit__title span {
    font-size: 3.125rem;
  }
}

.p-unit__lead {
  font-size: 1.25rem;
  color: var(--color-primary);
  margin-top: 0.5rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-unit__lead {
    font-size: 1rem;
  }
}

.p-unit__text {
  font-weight: 500;
  font-size: 1rem;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-unit__text {
    font-size: 0.875rem;
  }
}

.p-unit:nth-of-type(1) .p-unit__img {
  width: 28.25rem;
  margin: 2.5rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-unit:nth-of-type(1) .p-unit__img {
    width: 100%;
  }
}

.p-unit:nth-of-type(2) .p-unit__img {
  width: 22.5rem;
  margin: 2.5rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-unit:nth-of-type(2) .p-unit__img {
    width: 100%;
  }
}

.p-unit:nth-of-type(3) .p-unit__img {
  width: 14.1875rem;
}
@media screen and (max-width: 767px) {
  .p-unit:nth-of-type(3) .p-unit__img {
    margin: 0 auto;
  }
}

.p-unit:nth-of-type(3) {
  display: flex;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-unit:nth-of-type(3) {
    flex-direction: column;
  }
}

.p-voice {
  background-color: var(--color-white);
  border-radius: 1.5rem;
  padding: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-voice {
    padding: 0.625rem;
  }
}

.p-voice__img {
  width: 6.25rem;
  aspect-ratio: 1;
  object-fit: cover;
  height: auto;
  margin: 0 auto;
}

.p-voice__text {
  margin-top: 1rem;
  font-size: 1rem;
  font-weight: 700;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-voice__text {
    font-size: 0.875rem;
  }
}