@charset "UTF-8";

/*! 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;
  font-weight: inherit;
  margin: 0;
}

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

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

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 */
  -webkit-text-decoration: underline dotted;
  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,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

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

[type=radio] {
  -webkit-appearance: radio;
  -moz-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;
  -moz-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;
}

@-webkit-keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}



html {
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #242424;
  line-height: 2;
  text-align: justify;
  overflow-y: scroll;
  min-width: 1200px;
  font-feature-settings: "pkna";
  -webkit-font-smoothing: antialiased;
}

@media (max-width: 960px) {
  body {
    min-width: 375px;
  }
}

body.-fixed {
  position: fixed;
  left: 0;
  right: 0;
}

body:not(.-mounted) *[v-else],
body:not(.-mounted) *[v-else-if],
body:not(.-mounted) *[v-show] {
  display: none;
}

*::-moz-selection {
  background: rgba(19, 92, 143, 0.4);
  color: #fff;
}

*::selection {
  background: rgba(19, 92, 143, 0.4);
  color: #fff;
}

*::-moz-selection {
  background: rgba(19, 92, 143, 0.4);
  color: #fff;
}

a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  outline: none;
}

a:active {
  outline: none;
}

img,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

.l-content {
  position: relative;
}

.l-content.-active::before {
  pointer-events: auto;
  opacity: 1;
}

.l-content::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.55);
  width: 100%;
  height: 100%;
  z-index: 10;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s;
}

.l-content figure {
  margin-bottom: inherit;
}

.l-footer {
  position: relative;
}

.l-footer.-active::before {
  pointer-events: auto;
  opacity: 1;
}

.l-footer::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.55);
  width: 100%;
  height: 100%;
  z-index: 10;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s;
}

@media (max-width: 960px) {
  .l-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
  }
}

.l-inner {
  max-width: 1200px;
  margin: 0 auto;
}

@media (max-width: 960px) {
  .l-inner {
    width: calc(100% - 40px);
    max-width: 100%;
  }
}

.l-side {
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 9999;
  transition: opacity 0.3s;
  opacity: 0;
}

@media (max-width: 960px) {
  .l-side {
    right: 20px;
    bottom: 20px;
  }
}

.l-side a {
  display: block;
  width: 70px;
  cursor: pointer;
}

@media (max-width: 960px) {
  .l-side a {
    width: 35px;
  }
}

@media (min-width: 961px) {
  .l-side a:hover {
    opacity: 0.7;
  }
}

.l-wrapper {
  min-width: 1200px;
  overflow: hidden;
}

@media (max-width: 960px) {
  .l-wrapper {
    min-width: 375px;
  }
}

@media (max-width: 960px) {
  .c-btn-more button {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0066dd;
    width: 100%;
    height: 30px;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.15em;
  }
}

.c-editor .c-ttl {
  margin: 28px 0 0;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4;
}

@media (max-width: 960px) {
  .c-editor .c-ttl {
    margin: 20px 20px 0;
    font-size: 2.2rem;
    letter-spacing: 0;
  }
}

.c-editor .c-ttl+figure {
  margin: 2rem 0;
}

@media (max-width: 960px) {
  .c-editor .c-ttl+figure {
    margin: 16px 0 0;
  }
}

.c-editor .c-ttl+figure img {
  margin: 0 auto;
}

.c-editor .c-ttl+figure+p {
  margin: 26px 0 0;
}

@media (max-width: 960px) {
  .c-editor .c-ttl+figure+p {
    margin: 6px 20px 0;
  }
}

/* 見出し */
.c-editor h1,
.c-editor h2,
.c-editor h3,
.c-editor h4,
.c-editor h5,
.c-editor h6 {
  font-weight: 700;
  margin: 1em 0 .5em;
}

.c-editor h1 {
  font-size: 3.2rem;
}

.c-editor h2 {
  position: relative;
  margin: 46px 0 0;
  font-size: 2.6rem;
  letter-spacing: .05em;
  line-height: 1.4;
  border-top: 1px solid #06d;
  border-bottom: 1px solid #06d;
  padding: 16px 0 16px 21px;
}

body.single-recipe .c-editor h2 {
  border: 0;
}

.c-editor h2::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #0066dd;
  width: 5px;
  height: calc(100% - 26px);
}

.c-editor h3 {
  font-size: 2.4rem;
}

.c-editor h3::before {
  content: '■ ';
  color: #0066dd;
}

.c-editor h4 {
  font-size: 2.1rem;
}

.c-editor h5 {
  font-size: 1.6rem;
}

.c-editor h6 {
  font-size: 1.6rem;
  letter-spacing: 0.03125em;
  text-transform: uppercase;
}

@media (max-width: 960px) {
  .c-editor h2 {
    margin: 34px 0 0;
    padding: 8px 0 8px 13px;
    font-size: 2.2rem;
  }

  .c-editor h3 {
    font-size: 2rem;
  }

  .c-editor h4 {
    font-size: 1.8rem;
  }

  .c-editor h5 {
    font-size: 1.6rem;
  }

  .c-editor h6 {
    font-size: 1.4rem;
  }
}

.c-editor .osusume {
  display: inline-block;
  background-color: #FF5E00;
  border-radius: 4px;
  color: #fff;
  font-size: .65em;
  padding: 4px 6px;
  position: relative;
  bottom: 2px;
}

.c-editor h2 .num,
.c-editor h3 .num,
.c-editor h4 .num,
.c-editor h5 .num,
.c-editor h6 .num {
  background-color: #000;
  border-radius: 50%;
  bottom: 2px;
  color: #fff;
  display: inline-block;
  font-size: .8em;
  line-height: 1.7;
  position: relative;
  text-align: center;
  height: 1.8em;
  width: 1.8em;
}

.c-editor em,
.c-editor q,
.c-editor dfn {
  font-style: italic;
}

.c-editor sub,
.c-editor sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

.c-editor sup {
  top: -0.5em;
}

.c-editor sub {
  bottom: -0.25em;
}

.c-editor hr {
  border-style: solid;
  border-width: 0.1rem 0 0 0;
  border-color: #dcd7ca;
  margin: 4rem 0;
}

.c-editor hr,
hr.styled-separator {
  background: linear-gradient(to left, currentColor calc(50% - 16px), transparent calc(50% - 16px), transparent calc(50% + 16px), currentColor calc(50% + 16px));
  background-color: transparent !important;
  border: none;
  height: 0.1rem;
  overflow: visible;
  position: relative;
}

.c-editor hr:not(.has-background),
hr.styled-separator {
  color: #6d6d6d;
}

.c-editor hr::before,
.c-editor hr::after,
hr.styled-separator::before,
hr.styled-separator::after {
  background: currentColor;
  content: "";
  display: block;
  height: 1.6rem;
  position: absolute;
  top: calc(50% - 0.8rem);
  transform: rotate(22.5deg);
  width: 0.1rem;
}

.c-editor hr::before,
hr.styled-separator::before {
  left: calc(50% - 0.5rem);
}

.c-editor hr::after,
hr.styled-separator::after {
  right: calc(50% - 0.5rem);
}

.c-editor p {
  margin: 1em 0 0;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
}

@media (max-width: 960px) {
  .c-editor p {
    margin: 4px 20px 0;
  }
}


/* Lists ------------------------------------- */
.c-editor li {
  line-height: 1.5;
}

.c-editor ul li {
  margin: .4em 0 .4em 1.6em;
  text-indent: -1.6em;
}

/* body.single-recipe .c-editor ul li { */
body.single-recipe .c-editor__recipe ul li {
  margin: 0;
  text-indent: 0;
}

.c-editor ol li {
  margin: .4em 1em;
}

.c-editor li>ul,
.c-editor li>ol {
  margin: 0 0 0 2rem;
}

.c-editor .reset-list-style,
.c-editor .reset-list-style ul,
.c-editor .reset-list-style ol {
  list-style: none;
  margin: 0;
}

.c-editor .reset-list-style li {
  margin: 0;
}

.c-editor ul li::before {
  content: "・";
  font-size: 1.5em;
  line-height: 1;
  position: relative;
  top: 3px;
}

.c-editor ol {
  list-style: decimal;
}

.c-editor ol ol {
  list-style: lower-alpha;
}

.c-editor ol ol ol {
  list-style: lower-roman;
}

.c-editor dt,
.c-editor dd {
  line-height: 1.5;
}

.c-editor dt {
  font-weight: 700;
}

.c-editor dt+dd {
  margin-top: 0.5rem;
}

.c-editor dd+dt {
  margin-top: 1.5rem;
}

/* Quotes ------------------------------------ */
.c-editor blockquote {
  background-color: #efefef;
  font-size: 1rem;
  font-style: italic;
  line-height: 1.25;
  margin: 4rem 0;
  padding: 2rem 5rem;
  position: relative;
}

.c-editor blockquote::after,
.c-editor blockquote::before {
  display: inline-block;
  position: absolute;
  font-family: "Font Awesome 5 Free";
  color: #cfcfcf;
  font-size: 16px;
  line-height: 1;
  font-weight: 900;
}

.c-editor blockquote::before {
  top: 18px;
  left: 15px;
  content: "\f10d";
}

.c-editor blockquote::after {
  bottom: 18px;
  right: 15px;
  content: "\f10e";
}

.c-editor blockquote cite {
  color: #6d6d6d;
  display: block;
  margin: 2rem 0 0 0;
  text-align: right;
  font-size: 1.4rem;
}

.c-editor blockquote p:first-child {
  margin: 0;
}

@media (max-width: 960px) {
  .c-editor blockquote {
    padding: 2rem 4rem;
  }

  .c-editor blockquote cite {}
}


/* Media ------------------------------------- */
.c-editor figure {
  display: block;
}

.c-editor video {
  display: block;
}

.c-editor figcaption,
.c-editor .wp-caption-text {
  color: #6d6d6d;
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 1.5rem;
  text-align: center;
}

.c-editor figcaption a,
.c-editor .wp-caption-text a {
  color: inherit;
}

.c-editor blockquote.instagram-media,
.c-editor iframe.instagram-media {
  margin: auto !important;
}

/* Tables ------------------------------------ */
.c-editor table {
  background-color: #fff;
  border: 0.1rem solid #dcd7ca;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  font-size: 1.6rem;
  margin: 4rem 0;
  max-width: 100%;
  overflow: hidden;
  width: 100%;
}

.c-editor .alignleft>table {
  margin: 0;
}

.c-editor .alignright>table {
  margin: 0;
}

.c-editor th,
.c-editor td {
  border: 0.1rem solid #dcd7ca;
  line-height: 1.4;
  margin: 0;
  overflow: visible;
  padding: 0.5em;
}

.c-editor caption {
  background: #dcd7ca;
  font-weight: 600;
  padding: 0.5em;
  text-align: center;
}

.c-editor thead {
  vertical-align: bottom;
  white-space: nowrap;
}

.c-editor th {
  font-weight: 700;
}

.c-editor table+figcaption {
  margin-bottom: 4rem;
}

.c-editor iframe {
  width: 100%;
  height: 388px;
  margin: 44px 0 0;
}

@media (max-width: 960px) {
  .c-editor iframe {
    height: 45vw;
    margin: 32px 0 0;
  }
}

/* アイキャッチ画像 */
.c-editor__eyecatch img {
  object-fit: cover;
  width: 100%;
  max-height: 750px;
  /* aspect-ratio: 16 / 9; */
}

/* プロフィール */
.c-editor__profile {
  background-color: #fff;
  padding: 40px 0;
  position: relative;
}

@media (max-width: 960px) {
  .c-editor__profile {
    height: 290px;
    overflow: hidden;
  }

  .c-editor__profile::after {
    /* 本文との余白 */
    content: '';
    display: block;
    height: 20px;
    background-color: #fff;
    width: 100%;
  }
}

dt.c-editor__profile__ttl {
  top: 20px;
  left: 2em;
}

@media (max-width: 960px) {
  dt.c-editor__profile__ttl {
    left: 1em;
    top: 26px;
    width: 120px;
    height: 40px;
    font-size: 13px;
    padding-top: 8px;
  }
}

.c-editor__profile__inner {
  display: flex;
  position: relative;
  padding: 32px;
  border: 2px solid #242424;
}

@media (max-width: 960px) {
  .c-editor__profile__inner {
    align-items: flex-start;
    padding: 20px;
  }
}

.c-editor__profile__img {
  margin: 0 30px 0 0;
}

@media (max-width: 960px) {
  .c-editor__profile__img {
    margin: 0 15px 0 0;
  }
}

.c-editor__profile__img figure {
  width: 180px;
}

@media (max-width: 960px) {
  .c-editor__profile__img figure {
    width: 100%;
    min-width: 110px;
  }
}

.c-editor__profile__img figure img {
  margin: 0 auto;
}

.c-editor__profile__textarea .c-writer {
  margin: 0;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

@media (max-width: 960px) {
  .c-editor__profile__textarea .c-writer {
    margin: -2px 0 0;
    font-size: 1.5rem;
  }
}

.c-editor__profile__textarea .c-belongs {
  margin: 0;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}

@media (max-width: 960px) {
  .c-editor__profile__textarea .c-belongs {
    font-size: 1.4rem;
  }
}

.c-editor__profile__textarea .c-name {
  margin: 10px 0 0;
  font-size: 3.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

@media (max-width: 960px) {
  .c-editor__profile__textarea .c-name {
    margin: 4px 0 0;
    font-size: 2.3rem;
  }
}

.c-editor__profile__textarea .c-en {
  margin: -4px 0 0;
  color: #0066dd;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.17em;
}

@media (max-width: 960px) {
  .c-editor__profile__textarea .c-en {
    font-size: 1rem;
  }
}

.c-editor__profile__textarea .c-desc {
  margin: 10px 0 0;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}

@media (max-width: 960px) {
  .c-editor__profile__textarea .c-desc {
    margin: 8px 0 0;
    font-size: 1.4rem;
  }
}

.c-editor__profile__textarea .c-license {
  margin: 10px 0 0;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

@media (max-width: 960px) {
  .c-editor__profile__textarea .c-license {
    margin: 8px 0 0;
    font-size: 1.4rem;
  }
}

.c-editor__profile__textarea .c-detail {
  margin: 0;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}

@media (max-width: 960px) {
  .c-editor__profile__textarea .c-detail {
    font-size: 1.4rem;
  }
}

@media (max-width: 960px) {
  .c-editor__profile .c-btn-more {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
  }
}



.c-editor__main {
  padding: 20px 45px;
}

@media (max-width: 960px) {
  .c-editor__main {
    padding: 8px 20px 32px;
  }
}

/* 目次 (Easy Table of Contents プラグイン)*/
.c-editor__main #ez-toc-container .ez-toc-title-container {
  display: none;
}

.c-editor__main #ez-toc-container {
  position: relative;
  background: transparent;
  width: 100%;
  margin: 3em 0;
  padding: 0;
  border: none;
  border-radius: 0;
}

.c-editor__main #ez-toc-container::before {
  content: "目 次";
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -22px;
  left: 24px;
  background-image: url("../images/category/img_bg-contents.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 169px;
  height: 45px;
  padding: 0 0 0 10px;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  z-index: 2;
}

@media (max-width: 960px) {
  .c-editor__main #ez-toc-container::before {
    top: -15px;
    left: 10px;
    width: 116px;
    height: 31px;
  }
}

.c-editor__main #ez-toc-container::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -14px;
  background-image: url("../images/category/img_shadow.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 769px;
  height: 40px;
}

@media (max-width: 960px) {
  .c-editor__main #ez-toc-container::after {
    bottom: -22px;
    width: 100%;
  }
}

.c-editor__main #ez-toc-container nav ul:first-child {
  position: relative;
  background-image: url("../images/common/img_bg_gr.webp");
  padding: 38px 40px 26px;
}

@media (max-width: 960px) {
  .c-editor__main #ez-toc-container nav ul:first-child {
    padding: 34px 20px 20px;
  }
}

.c-editor__main #ez-toc-container nav ul li {
  text-indent: 0;
}

.c-editor__main #ez-toc-container nav ul li::before {
  content: "";
}

.c-editor__main #ez-toc-container nav ul li:not(:last-child) {
  border-bottom: 2px dotted #d9d9d9;
}

.c-editor__main #ez-toc-container nav ul li a {
  display: flex;
  padding: 12px 0 10px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  cursor: pointer;
}

@media (max-width: 960px) {
  .c-editor__main #ez-toc-container nav ul li a {
    font-size: 1.5rem;
    line-height: 1.6;
  }
}

@media (min-width: 961px) {
  .c-editor__main #ez-toc-container nav ul li a:hover {
    text-decoration: none;
    opacity: 0.7;
  }
}

.c-editor__main #ez-toc-container nav ul li a::before {
  content: "";
  display: block;
  background-image: url("../images/category/img_arrow.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 8px;
  flex: 0 0 auto;
  margin: 7px 16px 0;
}

@media (max-width: 960px) {
  .c-editor__main #ez-toc-container nav ul li a::before {
    margin: 6px 12px 0;
  }
}

.c-editor__main #ez-toc-container nav ul li ul {
  border-top: 2px dotted #d9d9d9;
}

.c-editor__main #ez-toc-container nav ul li ul li {
  padding-left: 10px;
}

.c-editor__main #ez-toc-container nav ul li ul li a::before {
  content: "";
  display: block;
  background-image: url("../images/category/img_dot.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 5px;
  height: 9px;
  flex: 0 0 auto;
  margin: 7px 16px 0;
}

#ez-toc-container ul ul,
.ez-toc div.ez-toc-widget-container ul ul {
  margin-left: 0 !important;
  padding-left: 1.5em;
}

.c-editor__main__detail>figure {
  margin: 20px 0 0;
}

@media (max-width: 960px) {
  .c-editor__main__detail>figure {
    margin: 12px 0 0;
  }
}

.c-editor__main__detail>h4+figure {
  margin: 0;
}

.c-editor__main__detail>figure img {
  margin: 0 auto;
}

.c-editor__main__detail>figure.w-full img {
  width: 100%;
}

@media (max-width: 960px) {
  .c-editor__main__detail p {
    margin: 12px 0 0;
  }
}

/* ブロックパターンのスタイル
------------------------------------- */
/* == ふせん == */
[class*="sticky-"] {
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: -4px;
  left: 24px;
  z-index: 1;
  height: 49px;
  width: 146px;
  padding: 10px 8px 10px 12px;
  text-align: center;
  transform: rotate(-2.5deg);
}

.sticky-yellow {
  background-image: url(../images/common/sticky_yellow.png);
}

.sticky-green {
  background-image: url(../images/common/sticky_green.png);
}

.sticky-blue {
  background-image: url(../images/common/sticky_blue.png);
}

.sticky-pink {
  background-image: url(../images/common/sticky_pink.png);
}

.sticky-purple {
  background-image: url(../images/common/sticky_purple.png);
}

.sticky-gray {
  background-image: url(../images/common/sticky_gray.png);
}

@media (max-width: 960px) {
  [class*="sticky-"] {
    font-size: .9em;
    padding-top: 8px;
    width: 128px;
    top: -8px;
    left: 20px;
  }
}

/* MEMO・ポイント・補足 共通 */
.c-editor__note {
  position: relative;
  margin: 2em 0 0;
  padding: 40px 40px 30px;
  overflow: visible !important;
}

.c-editor__note::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: calc(100% - 20px);
  border: 8px solid #f7f6f3;
  pointer-events: none;
}

.c-editor__note dd {
  overflow: hidden;
}

@media (max-width: 960px) {
  .c-editor__note {
    margin: 32px 0 0;
    padding: 30px 24px;
  }

  .c-editor__note::before {
    width: 100%;
    height: calc(100% - 16px);
  }

  .c-editor__note img.alignleft,
  .c-editor__note img.alignright {
    max-width: 28%;
    margin-top: .4em;
  }
}

/* Q and A */
.c-editor__faq {
  margin-top: 2em;
}

.c-editor__faq dt {
  background-color: #e5effc;
  border-radius: 12px;
  padding: 2em 3.5em 2em 5.5em;
}

.c-editor__faq dd {
  padding: 1.5em 3.5em 1.5em 5.5em;
}

.c-editor__faq dt::before,
.c-editor__faq dd::before {
  border-radius: 50%;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  padding: 4px 12px 9px 12px;
  position: absolute;
  left: 30px;
}

.c-editor__faq dt::before {
  background-color: #1d9bf0;
  content: 'Ｑ';
}

.c-editor__faq dd::before {
  background-color: #df6969;
  content: 'Ａ';
}

.c-editor__faq+.c-editor__note {
  margin-top: 0;
}

@media (max-width: 960px) {

  .c-editor__faq dt,
  .c-editor__faq dd {
    padding: 1em 1.5em 1em 3.5em;
  }

  .c-editor__faq dt::before,
  .c-editor__faq dd::before {
    font-size: 16px;
    padding: 3px 8px 6px 8px;
    left: 14px;
  }

  .c-editor__faq+.c-editor__note {
    margin-top: 1em;
  }
}

/* 記事内商品カテゴリリンク */
.c-editor__catlink {
  margin: 2em 0;
}

.c-editor__catlink a p {
  margin: 0;
}

.c-editor__catlink a {
  background-color: #0066dd;
  border-radius: 8px;
  box-shadow: 0 5px 0 #488EE0;
  color: #fff;
  display: block;
  font-size: 2.2rem;
  font-weight: bold;
  padding: 1.5rem 2rem;
  position: relative;
  text-align: center;
  transition: all .2s;
  width: 100%;
}

.c-editor__catlink a .c-editor__catlink-ttl {
  border-radius: 4px;
  background: #fff;
  color: #0066dd;
  display: inline-block;
  font-size: 1.6rem;
  margin-bottom: .5em;
  padding: .5rem;
  width: 100%;
}

.c-editor__catlink a .c-editor__catlink-link::before {
  font-family: "Font Awesome 5 Free";
  font-size: 3rem;
  line-height: 1;
  position: relative;
  left: -.5em;
  top: .1em;
  content: "\f30b";
  transition: all .3s;
}

.c-editor__catlink a:hover {
  opacity: 0.7;
}

.c-editor__catlink a:active {
  transform: translate(0, 5px);
  box-shadow: none;
}

.c-editor__catlink a:hover .c-editor__catlink-link::before {
  left: -.3em;
}

@media (max-width: 960px) {
  .c-editor__catlink a .c-editor__catlink-link {
    font-size: 1.8rem;
    display: block;
    line-height: 1.5;
  }

  .c-editor__catlink a .c-editor__catlink-link::before {
    font-size: 2.2rem;
  }
}

/* 罫線付きリスト */
.c-editor .bordered-list {
  background-color: #fff;
  border: 3px solid #0066dd;
  border-radius: 12px;
  padding: 24px;
  width: 75%;
  margin: 1.5em auto !important;
}

.c-editor .bordered-list dt {
  font-size: 1.4em;
  font-weight: normal;
  margin-bottom: 1em;
}

.c-editor .bordered-list dd {
  border-top: 1px solid #ccc;
  padding: .4em 0 .4em 1.5em;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAiklEQVR4AWJwL/ABYy0tLUClVG2AUBBDU8EQNKfbIVviugpOdeR9958r4i4TY8ySYaO1fgDAQwdb7pcg7/2MDReG0AMX+MA3y5w5D8PVOTcla+0CCgnAl7I+gxA2xMP9pAHs+40NeMS3lO0+CGFJWBVWJnC+wVd6uGt+uOZrrHiwA9MnIONX1df4A1XtsXhnBRz1AAAAAElFTkSuQmCC) 10px 16px no-repeat;
  background-size: 5px;
}

.c-editor .bordered-list dd:last-child {
  border-bottom: 1px solid #ccc;
}

@media (max-width: 960px) {
  .c-editor .bordered-list {
    width: 100%;
  }

  .c-editor .bordered-list dt {
    font-size: 1.2em;
    margin-bottom: .8em;
  }
}

.c-editor .bordered-list li {
  border-top: 1px solid #ccc;
  margin: 0;
  padding: .4em 0 .6em 1.6em;
  text-indent: -1.6em;
}

.c-editor .bordered-list li:last-child {
  border-bottom: 1px solid #ccc;
}


/* 表組み1（左見出し列） */
.c-editor .table-style1 {
  background-color: #fff;
  margin: 1em auto;
}

.c-editor .table-style1 table,
.c-editor .table-style1 table th,
.c-editor .table-style1 table td {
  margin: 0;
}

.c-editor .table-style1 table th {
  width: 1%;
  white-space: nowrap;
  background-color: rgba(220, 215, 202, .5);
}

@media (max-width: 768px) {

  .c-editor .table-style1 table th,
  .c-editor .table-style1 table td {
    font-size: .8em;
  }
}

/* 表組み2（引用元付き） */
.c-editor .table-style2,
.c-editor .table-style2.is-style-stripes {
  margin: 1em auto;
  border: none;
}

.c-editor .table-style2 table {
  background-color: #fff;
  margin: 0;
  table-layout: fixed;
}

.c-editor .table-style2 table th,
.c-editor .table-style2 table td {
  border: 1px solid #dcd7ca;
  text-align: center;
}

.c-editor .table-style2 table th {
  background-color: #e5effc;
  white-space: pre-wrap;
}

.c-editor .table-style2 figcaption,
.c-editor .table-style2 .wp-element-caption {
  text-align: right;
}

@media (max-width: 768px) {

  .c-editor .table-style2 table th,
  .c-editor .table-style2 table td {
    font-size: .8em;
  }

  .c-editor .table-style2>figcaption,
  .c-editor .table-style2 .wp-element-caption {
    font-size: .8em;
    margin-top: 1rem;
  }
}


/* 表組み3（リスト風） */
.c-editor .table-style3 {
  background-color: #fff;
  border: 3px solid #0066dd;
  border-radius: 12px;
  padding: 24px;
  margin: 1em auto;
}

.c-editor .table-style3 table,
.c-editor .table-style3 table th,
.c-editor .table-style3 table td {
  border: 0;
  margin: 0;
}

.c-editor .table-style3 table th {
  width: 1%;
  white-space: nowrap;
}

.c-editor .table-style3 table td::before {
  content: '　・・・ ';
}

@media (max-width: 768px) {

  .c-editor .table-style3 table th,
  .c-editor .table-style3 table td {
    display: block;
  }

  .c-editor .table-style3 table td {
    padding-top: 0;
  }
}

/* ポイント */
.c-editor__point dt {
  font-weight: bold;
}

.c-editor__point dd {
  text-decoration: underline;
  text-decoration-thickness: 0.4em;
  text-decoration-color: rgba(255, 253, 107, 0.7);
  text-underline-offset: -.4em;
  text-decoration-skip-ink: none;
}

/* 2カラム時の調整 */
@media (max-width: 768px) {
  .wp-block-columns {
    gap: 0 !important;
  }
}

/* 豆知識 */
.c-editor__trivia {
  border: 2px solid #ccc;
  border-radius: 8px;
  margin: 1em auto;
  padding: 12px 24px 24px;
  background-color: #fff;
}

.c-editor__trivia h4 {
  font-weight: normal;
  font-size: 1.9rem;
}

.c-editor__trivia p {
  font-size: .9em;
}

/* 結びの言葉 */
.c-editor .c-editor__closing {
  background: url(../images/common/img_bg_gr.webp);
  font-size: clamp(2rem, 0.568rem + 2.16vw, 3.5rem);
  font-weight: 500;
  text-align: center;
  padding: 1em;
  border: 3px solid #dcd7ca;
}

/* END ブロックパターン */



.c-editor__main__detail__free {
  margin: 44px 0 0;
}

@media (max-width: 960px) {
  .c-editor__main__detail__free {
    margin: 26px 0 0;
  }
}

.c-editor__main__detail__free a {
  cursor: pointer;
}

@media (min-width: 961px) {
  .c-editor__main__detail__free a:hover {
    opacity: 0.7;
  }
}




/* 比較表 */
.c-editor__main__detail__table {
  margin: 60px 0 0;
  overflow-x: auto;
}

.c-editor__main__detail__table table {
  border: 0;
  width: 100%;
  table-layout: fixed;
  margin: 0;
}

.c-editor__main__detail__table table tr.-item td {
  padding: 20px 20px 14px;
  text-align: center;
}

.c-editor__main__detail__table table tr.-item td figure {
  width: 255px;
  margin: 0 auto 8px;
}

.c-editor__main__detail__table table tr.-item a {
  display: block;
  width: 100%;
  height: 100%;
  color: #0066dd;
  font-weight: 700;
  cursor: pointer;
}

.c-editor__main__detail__table table tr.-review td {
  text-align: center;
}

.c-editor__main__detail__table table tr.-review td a {
  cursor: pointer;
}

.c-editor__main__detail__table table tr.-review td span {
  color: #f39800;
}

.c-editor__main__detail__table table tr.-review td span+span {
  color: #b5b5b5;
}

.c-editor__main__detail__table table tr.-review td span+span+span {
  color: #d80c18;
  font-weight: 700;
}

.c-editor__main__detail__table table tr.-price td {
  color: #d80c18;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
}

.c-editor__main__detail__table table tr.-price td span {
  font-size: 1.4rem;
}

.c-editor__main__detail__table table tr th {
  background-color: #e5effc;
  width: 120px;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  border: 2px solid #f7f6f3;
}

.c-editor__main__detail__table table tr td {
  width: 295px;
  padding: 16px 18px 12px;
  border: 2px solid #f7f6f3;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.c-editor__main__detail__table+p {
  font-size: 1.4rem;
  text-align: right;
}

@media (max-width: 960px) {
  .c-editor__main__detail__table {
    margin: 30px 0 0;
  }

  .c-editor__main__detail__table table tr.-item td {
    padding: 10px 10px 14px;
  }

  .c-editor__main__detail__table table tr.-item td figure {
    width: 100%;
  }

  .c-editor__main__detail__table table tr.-price td {
    font-size: 1.6rem;
  }

  .c-editor__main__detail__table table tr.-price td span {
    font-size: 1rem;
  }

  .c-editor__main__detail__table table tr.is-hidden {
    display: none;
  }

  .c-editor__main__detail__table table tr th {
    width: 24px;
    padding: 12px 4px;
    font-size: 1.2rem;
  }

  .c-editor__main__detail__table table tr td {
    width: 140px;
    font-size: 1rem;
  }

  .c-editor__main__detail__table+p {
    margin: 8px 0 0;
    font-size: 1.1rem;
  }
}

@media (min-width: 961px) {
  .c-editor__main__detail__table table tr.-review td a:hover {
    opacity: 0.7;
  }

  .c-editor__main__detail__table table tr th {
    white-space: nowrap;
  }

  .c-editor__main__detail__table table tr td a:hover figure {
    opacity: 0.7;
  }
}







@media (max-width: 960px) {
  .c-editor__main__detail .c-btn-more {
    /* 本文との余白 */
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 20px solid #fff;
  }
}

.c-editor__main__detail .c-btn-more+p {
  font-size: 1.4rem;
  text-align: right;
}

@media (max-width: 960px) {
  .c-editor__main__detail .c-btn-more+p {
    margin: 8px 0 0;
    font-size: 1.1rem;
  }
}

/* SNSシェアボタン */
.c-editor__main__detail__share {
  margin: 34px 0 0;
}

@media (max-width: 768px) {
  .c-editor__main__detail__share {
    margin: 10px 0 0;
  }
}

.c-editor__main__detail__share p {
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
}

@media (max-width: 768px) {
  .c-editor__main__detail__share p {
    font-size: 1.6rem;
  }
}

.c-editor__main__detail__share ul {
  display: flex;
  justify-content: center;
  margin: 10px 0 0;
}

@media (max-width: 768px) {
  .c-editor__main__detail__share ul {
    flex-direction: column;
    align-items: center;
  }
}

.c-editor__main__detail__share ul li {
  margin: 0;
  text-indent: 0;
}

.c-editor__main__detail__share ul li:first-child {
  margin: 0 12px 0 0;
}

@media (max-width: 768px) {
  .c-editor__main__detail__share ul li:first-child {
    margin: 0 0 8px;
  }
}

.c-editor__main__detail__share ul li:first-child a {
  /* background-color: #1d9bf0; */
  background-color: #000;
}

.c-editor__main__detail__share ul li:first-child a svg {
  width: 28px;
  height: 21px;
}

@media (max-width: 768px) {
  .c-editor__main__detail__share ul li:first-child a svg {
    width: 20px;
    height: 15px;
  }
}

.c-editor__main__detail__share ul li:nth-child(2) a {
  background-color: #1877f2;
}

.c-editor__main__detail__share ul li:nth-child(2) a svg {
  width: 31px;
  height: 31px;
}

@media (max-width: 768px) {
  .c-editor__main__detail__share ul li:nth-child(2) a svg {
    width: 22px;
    height: 22px;
  }
}

.c-editor__main__detail__share ul li::before {
  content: "";
}

.c-editor__main__detail__share ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  padding: 12px 0;
  cursor: pointer;
}

@media (max-width: 768px) {
  .c-editor__main__detail__share ul li a {
    width: 210px;
    padding: 8px 0;
  }
}

@media (min-width: 961px) {
  .c-editor__main__detail__share ul li a:hover {
    opacity: 0.7;
  }
}

.c-editor__main__detail__share ul li a svg {
  fill: #fff;
  margin: 0 10px 0 0;
}

.c-editor__main__detail__share ul li a p {
  margin: 0;
  padding: 4px 0 0;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.15em;
}

@media (max-width: 768px) {
  .c-editor__main__detail__share ul li a p {
    font-size: 1.3rem;
  }
}

.c-editor__main__detail__other {
  margin: 40px 0 0;
}

@media (max-width: 960px) {
  .c-editor__main__detail__other {
    margin: 16px 0 0;
  }
}

.c-editor__main__detail__other ul {
  display: flex;
  justify-content: space-between;
  width: 380px;
  margin: 0 auto;
}

@media (max-width: 960px) {
  .c-editor__main__detail__other ul {
    width: 100%;
  }
}

.c-editor__main__detail__other ul li {
  width: 50%;
}

.c-editor__main__detail__other ul li:first-child {
  display: flex;
}

@media (max-width: 960px) {
  .c-editor__main__detail__other ul li:first-child {
    justify-content: flex-end;
    padding: 0 34px 0 0;
  }
}

.c-editor__main__detail__other ul li:first-child a::before {
  transform: rotate(225deg);
  margin: -2px 4px 0 0;
}

.c-editor__main__detail__other ul li:last-child {
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 960px) {
  .c-editor__main__detail__other ul li:last-child {
    justify-content: flex-start;
    padding: 0 0 0 34px;
  }
}

.c-editor__main__detail__other ul li:last-child a {
  flex-direction: row-reverse;
}

.c-editor__main__detail__other ul li:last-child a::before {
  transform: rotate(45deg);
  margin: -2px 0 0 4px;
}

.c-editor__main__detail__other ul li:last-child a span:first-child {
  margin: 0 0 0 16px;
}

.c-editor__main__detail__other ul li a {
  display: inline-flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.c-editor__main__detail__other ul li a::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #0066dd;
  border-right: 1px solid #0066dd;
}

@media (min-width: 961px) {
  .c-editor__main__detail__other ul li a:hover {
    opacity: 0.7;
  }
}

.c-editor__main__detail__other ul li a span:first-child {
  margin: 0 16px 0 0;
  color: #0066dd;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}

@media (max-width: 960px) {
  .c-editor__main__detail__other ul li a span:first-child {
    font-size: 1.2rem;
  }
}

.c-editor__main__detail__other ul li a span:last-child {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}

@media (max-width: 960px) {
  .c-editor__main__detail__other ul li a span:last-child {
    font-size: 1.4rem;
  }
}

@media (min-width: 961px) {
  .c-editor__main__detail__recipe {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}

.c-editor__main__detail__recipeOther {
  background-color: #fff;
  width: 375px;
  max-height: 500px;
  padding: 26px 20px 30px;
  border: 2px solid #0066dd;
  border-radius: 8px;
  overflow-y: auto;
}

@media (max-width: 960px) {
  .c-editor__main__detail__recipeOther {
    width: 100%;
    max-height: 130vw;
    margin: 30px 0 0;
  }
}

.c-editor__main__detail__recipeOther h2 {
  margin: 0 0 26px !important;
  padding: 0;
  color: #0066dd;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0;
}

@media (max-width: 960px) {
  .c-editor__main__detail__recipeOther h2 {
    margin: 0 0 14px;
  }
}

.c-editor__main__detail__recipeOther h2::before {
  display: none;
}

.c-editor__main__detail__recipeOther ul li {
  margin: 0;
  text-indent: 0;
}

.c-editor__main__detail__recipeOther ul li:not(:first-of-type) {
  margin: 30px 0 0;
}

.c-editor__main__detail__recipeOther ul li a {
  display: flex;
}

@media (min-width: 961px) {
  .c-editor__main__detail__recipeOther ul li a:hover figure {
    opacity: 0.7;
  }
}

.c-editor__main__detail__recipeOther ul li figure {
  width: 38%;
  margin: 0 20px 0 0;
  flex: 0 0 auto;
}

.c-editor__main__detail__recipeOther ul li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
}

.c-editor__main__detail__recipeOther__text p {
  margin: -2px 0 0;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.4;
}

.c-editor__main__detail__recipeOther__text p+p {
  margin: 8px 0 0;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
}

.c-editor__main__detail__recipeProduct {
  background-color: #fff;
  width: 375px;
  max-height: 500px;
  padding: 26px 20px 30px;
  border: 2px solid #0066dd;
  border-radius: 8px;
  overflow-y: auto;
}

@media (max-width: 960px) {
  .c-editor__main__detail__recipeProduct {
    width: 100%;
    max-height: 145vw;
  }
}

.c-editor__main__detail__recipeProduct h2 {
  margin: 0 0 26px !important;
  padding: 0;
  color: #0066dd;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0;
}

.c-editor__main__detail__recipeProduct h2::before {
  display: none;
}

.c-editor__main__detail__recipeProduct ul li {
  margin: 0;
  text-indent: 0;
}

.c-editor__main__detail__recipeProduct ul li:not(:first-of-type) {
  margin: 22px 0 0;
}

.c-editor__main__detail__recipeProduct ul li a {
  display: flex;
}

@media (min-width: 961px) {
  .c-editor__main__detail__recipeProduct ul li a:hover figure {
    opacity: 0.7;
  }
}

.c-editor__main__detail__recipeProduct ul li a figure {
  width: 38%;
  margin: 0 20px 0 0;
  flex: 0 0 auto;
}

.c-editor__main__detail__recipeProduct ul li a figure img {
  margin: 0 auto;
}

.c-editor__main__detail__recipeProduct ul li a p {
  margin: -2px 0 0;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.4;
}

.c-editor__main__detail__recipeProduct ul li a p+p {
  margin: 8px 0 0;
  font-weight: 400;
  font-size: 1.2rem;
}

.c-editor__recipe ul li::before,
.c-editor__main__detail__recipe ul li::before {
  content: '';
}

.c-editor__recipe ol li {
  margin: 0;
}

.c-editor__recipe .c-time {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

@media (max-width: 960px) {
  .c-editor__recipe .c-time {
    margin: 0 20px;
  }
}

.c-editor__recipe .c-time i {
  margin: 0 4px 0 0;
  color: #0066dd;
  font-size: 1.8rem;
}

.c-editor__recipe .c-time p {
  margin: 2px 0 0;
  font-size: 1.6rem;
}

@media (max-width: 960px) {
  .c-editor__recipe .c-time p {
    margin: 0;
    font-size: 1.4rem;
  }
}

.c-editor__recipe .c-time time {
  margin: 0 0 0 14px;
  color: #0066dd;
  font-size: 2.2rem;
  font-weight: 700;
}

@media (max-width: 960px) {
  .c-editor__recipe .c-time time {
    font-size: 2rem;
  }
}

.c-editor__recipe .c-time time span {
  font-size: 1.6rem;
}

@media (max-width: 960px) {
  .c-editor__recipe .c-time time span {
    font-size: 1.4rem;
  }
}

@media (max-width: 960px) {
  .c-editor__recipe .recipe {
    width: calc(100% - 40px);
  }
}

.c-editor__recipe .recipe .swiper-wrapper .swiper-slide figure {
  width: 100%;
  height: 100%;
  /* display: flex;
  align-items: center;
  justify-content: center; */
  background-image: url(../images/common/img_bg_gr.webp);
  background-position: center center;
  background-repeat: repeat;
  background-size: 300px 300px;
  height: 470px;
}

@media (max-width: 960px) {
  .c-editor__recipe .recipe .swiper-wrapper .swiper-slide figure {
    width: 100%;
    height: 49.6vw;
  }
}

.c-editor__recipe .recipe .swiper-wrapper .swiper-slide figure img {
  /* margin: 0 auto; */
  aspect-ratio: 850/470;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.c-editor__recipe .recipe .c-editor__recipe__btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-editor__recipe .recipe .c-editor__recipe__btn .swiper-button-prev,
.c-editor__recipe .recipe .c-editor__recipe__btn .swiper-button-next {
  position: absolute;
  top: 50%;
  width: 24px;
  height: 24px;
  border-top: 3px solid #333;
  border-right: 3px solid #333;
  cursor: pointer;
  z-index: 1;
}

@media (max-width: 960px) {

  .c-editor__recipe .recipe .c-editor__recipe__btn .swiper-button-prev,
  .c-editor__recipe .recipe .c-editor__recipe__btn .swiper-button-next {
    width: 16px;
    height: 16px;
  }
}

@media (min-width: 961px) {

  .c-editor__recipe .recipe .c-editor__recipe__btn .swiper-button-prev,
  .c-editor__recipe .recipe .c-editor__recipe__btn .swiper-button-next {
    transition: 0.3s;
  }

  .c-editor__recipe .recipe .c-editor__recipe__btn .swiper-button-prev:hover,
  .c-editor__recipe .recipe .c-editor__recipe__btn .swiper-button-next:hover {
    border-top: 3px solid #0066dd;
    border-right: 3px solid #0066dd;
  }
}

.c-editor__recipe .recipe .c-editor__recipe__btn .swiper-button-prev {
  left: 20px;
  transform: translateY(-50%) rotate(225deg);
}

@media (max-width: 960px) {
  .c-editor__recipe .recipe .c-editor__recipe__btn .swiper-button-prev {
    left: 10px;
  }
}

.c-editor__recipe .recipe .c-editor__recipe__btn .swiper-button-next {
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
}

@media (max-width: 960px) {
  .c-editor__recipe .recipe .c-editor__recipe__btn .swiper-button-next {
    right: 10px;
  }
}

@media (max-width: 960px) {
  .c-editor__recipe .recipe-thumbnail {
    width: calc(100% - 40px);
  }
}

.c-editor__recipe .recipe-thumbnail .swiper-wrapper {
  display: flex;
  overflow-x: auto;
}

.c-editor__recipe .recipe-thumbnail .swiper-wrapper .swiper-slide {
  width: calc(18% - 8px);
  height: clamp(47px, 12vw, 104px);
  margin: 4px 10px 0 0;
  cursor: pointer;
}

@media (max-width: 960px) {
  .c-editor__recipe .recipe-thumbnail .swiper-wrapper .swiper-slide {
    width: calc(22% - 4px);
    margin: 0 5px 0 0;
  }
}

@media (min-width: 961px) {
  .c-editor__recipe .recipe-thumbnail .swiper-wrapper .swiper-slide:hover {
    opacity: 0.7;
  }
}

.c-editor__recipe .recipe-thumbnail .swiper-wrapper .swiper-slide:last-child {
  margin-right: 0;
}

.c-editor__recipe .recipe-thumbnail .swiper-wrapper .swiper-slide::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.55);
  width: 100%;
  height: 100%;
  z-index: 10;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s;
}

.c-editor__recipe .recipe-thumbnail .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  pointer-events: none;
}

.c-editor__recipe .recipe-thumbnail .swiper-wrapper .swiper-slide.swiper-slide-thumb-active::before {
  opacity: 1;
}

.c-editor__recipe .recipe-thumbnail .swiper-wrapper .swiper-slide figure {
  width: 100%;
  height: 100%;
}

.c-editor__recipe .recipe-thumbnail .swiper-wrapper .swiper-slide figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-editor__recipe__writer {
  margin: 28px 0 0;
}

@media (max-width: 960px) {
  .c-editor__recipe__writer {
    margin: 28px 20px 0;
  }
}

.c-editor__recipe__writer__comment {
  position: relative;
  border: 2px solid #0066dd;
  border-radius: 8px;
}

.c-editor__recipe__writer__comment::before {
  content: "";
  display: block;
  position: absolute;
  left: 28px;
  bottom: -12px;
  transform: rotate(45deg);
  background-color: #fff;
  width: 22px;
  height: 22px;
  border-right: 2px solid #0066dd;
  border-bottom: 2px solid #0066dd;
}

.c-editor__recipe__writer__comment p {
  position: relative;
  margin: 0;
  padding: 16px 20px 14px;
  color: #0066dd;
  font-size: 1.6rem;
  line-height: 1.6;
}

@media (max-width: 960px) {
  .c-editor__recipe__writer__comment p {
    font-size: 1.4rem;
  }
}

.c-editor__recipe__writer__profile {
  display: flex;
  margin: 24px 0 0;
}

.c-editor__recipe__writer__profile figure {
  width: 80px;
  flex: 0 0 auto;
  margin: 0 14px 0 0;
}

.c-editor__recipe__writer__profile figure img {
  width: 80px;
  height: 80px;
  border-radius: 80px;
  object-fit: cover;
}

.c-editor__recipe__writer__profile__text {
  margin: -2px 0 0;
}

.c-editor__recipe__writer__profile__text p {
  margin: 0;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.6;
}

@media (max-width: 960px) {
  .c-editor__recipe__writer__profile__text p {
    font-size: 1.6rem;
  }
}

.c-editor__recipe__writer__profile__text p+p {
  margin: 4px 0 0;
  font-size: 1.6rem;
  font-weight: 400;
}

@media (max-width: 960px) {
  .c-editor__recipe__writer__profile__text p+p {
    font-size: 1.4rem;
  }
}

.c-editor__recipe__food {
  margin: 30px 0 0;
}

@media (max-width: 960px) {
  .c-editor__recipe__food {
    margin: 30px 20px 0;
  }
}

.c-editor__recipe__food h2 {
  margin: 0 0 14px;
  padding: 0 0 10px;
  color: #0066dd;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0;
}

@media (max-width: 960px) {
  .c-editor__recipe__food h2 {
    font-size: 2rem;
  }
}

.c-editor__recipe__food h2::before {
  top: auto;
  bottom: 0;
  transform: none;
  background-color: #acc7e7;
  width: 100%;
  height: 2px;
}

.c-editor__recipe__food h2::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0px;
  background-color: #0066dd;
  width: 30%;
  height: 2px;
}

.c-editor__recipe__food__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 0 4px;
  border-bottom: 1px dotted #ccc;
}

.c-editor__recipe__food__item dt {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
}

@media (max-width: 960px) {
  .c-editor__recipe__food__item dt {
    font-size: 1.4rem;
  }
}

.c-editor__recipe__food__item dd {
  font-size: 1.6rem;
  line-height: 1.6;
}

@media (max-width: 960px) {
  .c-editor__recipe__food__item dd {
    font-size: 1.4rem;
  }
}

.c-editor__recipe__food__detail {
  display: flex;
  padding: 8px 0;
  border-bottom: 1px dotted #ccc;
}

.c-editor__recipe__food__detail dl:first-child {
  width: 32.8%;
}

.c-editor__recipe__food__detail dl:first-child .c-editor__recipe__food__item {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
  border-right: 2px solid #ccc;
  border-bottom: none;
}

.c-editor__recipe__food__detail dl:first-child .c-editor__recipe__food__item dt {
  font-weight: 700;
}

.c-editor__recipe__food__detail dl:not(:first-child) {
  width: 67.2%;
}

.c-editor__recipe__food__detail dl:not(:first-child) .c-editor__recipe__food__item {
  margin: 0 0 0 20px;
}

.c-editor__recipe__food__detail dl:not(:first-child) .c-editor__recipe__food__item:first-child {
  padding: 0 0 4px;
}

.c-editor__recipe__food__detail dl:not(:first-child) .c-editor__recipe__food__item:last-child {
  padding: 6px 0 0;
  border-bottom: none;
}

.c-editor__recipe__make {
  margin: 36px 0 0;
}

@media (max-width: 960px) {
  .c-editor__recipe__make {
    margin: 36px 20px 0;
  }
}

.c-editor__recipe__make h2 {
  margin: 0 0 24px;
  padding: 0 0 10px;
  color: #0066dd;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0;
}

@media (max-width: 960px) {
  .c-editor__recipe__make h2 {
    font-size: 2rem;
  }
}

.c-editor__recipe__make h2::before {
  top: auto;
  bottom: 0;
  transform: none;
  background-color: #acc7e7;
  width: 100%;
  height: 2px;
}

.c-editor__recipe__make h2::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0px;
  background-color: #0066dd;
  width: 30%;
  height: 2px;
}

.c-editor__recipe__make ol {
  list-style: none;
  counter-reset: countOl;
}

.c-editor__recipe__make ol li {
  overflow: hidden;
}

.c-editor__recipe__make ol li:not(:first-child) {
  margin: 16px 0 0;
  padding: 16px 0 0;
  border-top: 1px dotted #ccc;
}

.c-editor__recipe__make ol li a {
  display: block;
  width: 30.4%;
  margin: 0 20px 0 0;
  float: left;
}

@media (min-width: 961px) {
  .c-editor__recipe__make ol li a:hover {
    opacity: 0.7;
  }
}

.c-editor__recipe__make ol li a figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-editor__recipe__make__text>p {
  display: flex;
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.4;
}

@media (max-width: 960px) {
  .c-editor__recipe__make__text>p {
    font-size: 1.4rem;
  }
}

.c-editor__recipe__make__text>p::before {
  counter-increment: countOl;
  content: counter(countOl);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #333;
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  margin: 1px 6px 0 0;
  padding: 2px;
  border-radius: 50%;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
}

@media (max-width: 960px) {
  .c-editor__recipe__make__text>p::before {
    margin: 0 6px 0 0;
    padding: 2px 0 0 1px;
    font-size: 1rem;
  }
}

.c-editor__recipe__make__text>p span {
  font-weight: 700;
}

.c-editor__recipe__make__text__point {
  position: relative;
  margin: 18px 0 8px;
  padding: 14px 12px 10px;
  border: 1px solid #0066dd;
  float: left;
  max-width: 67%;
}

.c-editor__recipe__make__text__point__ttl {
  display: flex;
  align-items: center;
  position: absolute;
  top: -10px;
  left: -2px;
  background-color: #fff;
  padding: 0 4px 0 0;
}

.c-editor__recipe__make__text__point__ttl i {
  margin: 0 4px 0 0;
  color: #0066dd;
  font-size: 1.2rem;
}

@media (max-width: 960px) {
  .c-editor__recipe__make__text__point {
    max-width: 100%;
    margin-top: 12px;
  }

  .c-editor__recipe__make__text__point__ttl i {
    font-size: 1.4rem;
  }
}

.c-editor__recipe__make__text__point__ttl p {
  margin: 0;
  color: #0066dd;
  font-size: 1.4rem;
  font-family: "Roboto", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  letter-spacing: 0.04em;
}

@media (max-width: 960px) {
  .c-editor__recipe__make__text__point__ttl p {
    font-size: 1.2rem;
  }
}

.c-editor__recipe__make__text__point>p {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.6;
}

@media (max-width: 960px) {
  .c-editor__recipe__make__text__point>p {
    font-size: 1.2rem;
  }
}

.c-editor__recipe__finish {
  margin: 36px 0 20px;
}

@media (max-width: 960px) {
  .c-editor__recipe__finish {
    margin: 36px 20px 20px;
  }
}

.c-editor__recipe__finish h2 {
  margin: 0 0 24px;
  padding: 0 0 10px;
  color: #0066dd;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0;
}

@media (max-width: 960px) {
  .c-editor__recipe__finish h2 {
    font-size: 2rem;
  }
}

.c-editor__recipe__finish h2::before {
  top: auto;
  bottom: 0;
  transform: none;
  background-color: #acc7e7;
  width: 100%;
  height: 2px;
}

.c-editor__recipe__finish h2::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0px;
  background-color: #0066dd;
  width: 30%;
  height: 2px;
}

.c-editor__recipe__finish figure img {
  margin: 0 auto;
}

.c-editor__recipe__finish p {
  margin: 16px 4vw 0;
  font-size: 1.6rem;
  line-height: 1.6;
}

@media (max-width: 960px) {
  .c-editor__recipe__finish p {
    font-size: 1.4rem;
    margin: 16px 0 0;
  }
}

.c-icon {
  width: 1em;
  height: 1em;
  display: block;
  fill: currentColor;
}

.c-menu {
  background-color: #fff;
  width: 100%;
  padding: 54px 0 44px;
  border-top: 2px solid #0066dd;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s;
}

.c-menu.-active {
  pointer-events: auto;
  opacity: 1;
}

.c-menu .l-inner>p {
  margin: 0 0 40px;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-align: center;
}

.c-menu__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.c-menu__list li {
  width: 273px;
  margin: 0 0 36px;
}

.c-menu__list li a {
  display: block;
  cursor: pointer;
}

@media (min-width: 961px) {
  .c-menu__list li a:hover {
    opacity: 0.7;
  }
}

.c-menu__list li a figure {
  position: relative;
}

.c-menu__list li a figure p {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  padding: 9px 0;
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  text-align: center;
}

.c-svg-sprite {
  display: none;
  width: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
}

.c-text-desc {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}

@media (max-width: 960px) {
  .c-text-desc {
    font-size: 1.2rem;
  }
}

.c-text-main {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}

.yt {
  position: relative;
  margin: 0 auto;
}

.yt_play {
  position: absolute;
  width: 100%;
  height: 100%;
}

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

.yt_play:hover {
  cursor: pointer;
}

.yt_play::before {
  /* YouTubeアイコン */
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../images/top/icon_play.webp");
  background-size: 100%;
  width: 70px;
  height: 50px;
  opacity: 0.9;
  transition: 0.3s;
}

.yt_play:hover::before {
  /* YouTubeアイコン */
  background-image: url("../images/top/icon_play_gr.webp");
  cursor: pointer;
}

.p-content {
  padding: 50px 20px 92px;
}

@media (max-width: 960px) {
  .p-content {
    padding: 30px 0 42px;
  }
}

.p-content .l-inner {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 960px) {
  .p-content .l-inner {
    flex-direction: column;
    width: 100%;
  }
}

.p-content__main {
  width: 850px;
}

@media (max-width: 960px) {
  .p-content__main {
    width: 100%;
  }
}

.p-content__main__top {
  position: relative;
}

.p-content__main__top a {
  display: block;
  cursor: pointer;
}

@media (min-width: 961px) {
  .p-content__main__top a:hover figure {
    opacity: 0.7;
  }
}

.p-content__main__top a figure {
  background-image: url(../images/common/img_bg_gr.webp);
  background-position: center center;
  background-repeat: repeat;
  background-size: 300px 300px;
}

.p-content__main__top a figure img {
  aspect-ratio: 1200/630;
  object-fit: contain;
}

.p-content__main__top__textarea {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.45);
  width: 100%;
  padding: 14px 30px 12px;
}

@media (max-width: 960px) {
  .p-content__main__top__textarea {
    padding: 12px 20px;
  }
}

.p-content__main__top__textarea h2 {
  margin: 0 0 4px;
  color: #fff;
  font-size: 2.4rem;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

@media (max-width: 960px) {
  .p-content__main__top__textarea h2 {
    font-size: 1.6rem;
  }
}

.p-content__main__top__textarea .c-text-desc {
  color: #fff;
  line-height: 1.6;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

@media (max-width: 960px) {
  .p-content__main__news {
    padding: 0 20px;
  }
}

.p-content__main__news__top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin: 4px 0 0;
}

.p-content__main__news__top__ttl picture {
  display: block;
  width: 42px;
}

@media (max-width: 960px) {
  .p-content__main__news__top__ttl picture {
    width: 36px;
  }
}

.p-content__main__news__top__ttl h2 {
  margin: -2px 0 0;
  font-size: 2.6rem;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  font-weight: 700;
  letter-spacing: 0.2em;
}

@media (max-width: 960px) {
  .p-content__main__news__top__ttl h2 {
    margin: 0;
    font-size: 2.2rem;
  }
}

.p-content__main__news__top__ttl p {
  margin: -8px 0 0;
  font-size: 1.7rem;
  letter-spacing: 0.05em;
}

@media (max-width: 960px) {
  .p-content__main__news__top__ttl p {
    margin: -10px 0 0;
    font-size: 1.5rem;
  }
}

.p-content__main__news__top__link {
  padding: 0 0 10px;
}

@media (max-width: 960px) {
  .p-content__main__news__top__link {
    display: none;
  }
}

.p-content__main__news__top__link a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #0066dd;
  width: 160px;
  height: 30px;
  padding: 0 6px 0 0;
  border-radius: 15px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  cursor: pointer;
}

@media (min-width: 961px) {
  .p-content__main__news__top__link a:hover {
    opacity: 0.7;
  }
}

.p-content__main__news__top__link a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.p-content__main__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 10px 0 76px;
}

@media (max-width: 960px) {
  .p-content__main__list {
    margin: 12px 0 0;
    padding: 0 20px;
  }
}

.p-content__main__list>li {
  width: 405px;
}

@media (max-width: 960px) {
  .p-content__main__list>li {
    width: calc(50% - 10px);
  }
}

.p-content__main__list>li:nth-child(n+3) {
  margin: 46px 0 0;
}

@media (max-width: 960px) {
  .p-content__main__list>li:nth-child(n+3) {
    margin: 16px 0 0;
  }
}

.p-content__main__list>li a {
  display: block;
  cursor: pointer;
}

@media (min-width: 961px) {
  .p-content__main__list>li a:hover figure {
    opacity: 0.7;
  }
}

.p-content__main__list>li a figure {
  background-image: url(../images/common/img_bg_gr.webp);
  background-position: center center;
  background-repeat: repeat;
  background-size: 300px 300px;
}

.p-content__main__list>li a figure img {
  aspect-ratio: 405/250;
  object-fit: cover;
}

.p-content__main__list>li a h3 {
  margin: 16px 0 6px;
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.6;
}

@media (max-width: 960px) {
  .p-content__main__list>li a h3 {
    margin: 12px 0 4px;
    font-size: 1.5rem;
    letter-spacing: 0;
    line-height: 1.4;
  }
}

.p-content__main__list>li a .c-text-main {
  line-height: 1.6;
}

.p-content__main__list>li ul {
  display: flex;
  flex-wrap: wrap;
  margin: 14px 0 0;
}

@media (max-width: 960px) {
  .p-content__main__list>li ul {
    margin: 10px 0 0;
  }
}

.p-content__main__list>li ul li {
  margin: 0 4px 4px 0;
}

.p-content__main__list>li ul li.-ikura a {
  background-color: #11314d;
}

.p-content__main__list>li ul li.-hotate a {
  background-color: #a13b3a;
}

.p-content__main__list>li ul li.-sake a {
  background-color: #202b58;
}

.p-content__main__list>li ul li.-uni a {
  background-color: #300a35;
}

.p-content__main__list>li ul li.-recipe a {
  background-color: #254f89;
}

.p-content__main__list>li ul li.-kazunoko a {
  background-color: #9e5449;
}

.p-content__main__list>li ul li.-season a {
  background-color: #0066dd;
}

.p-content__main__list>li ul li.-ebi a {
  background-color: #a74d1c;
}

.p-content__main__list>li ul li.-kaki a {
  background-color: #547d1c;
}

.p-content__main__list>li ul li.-kani a {
  background-color: #83240d;
}

.p-content__main__list>li ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  padding: 0 4px;
  color: #fff;
  font-size: 1.3rem;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  letter-spacing: 0.05em;
  cursor: pointer;
}

@media (min-width: 961px) {
  .p-content__main__list>li ul li a:hover {
    opacity: 0.7;
  }
}

.p-content__main__movie {
  width: 850px;
}

@media (max-width: 960px) {
  .p-content__main__movie {
    width: 100%;
    margin: 36px 0 0;
  }
}

@media (max-width: 960px) {
  .p-content__main__movie__top {
    padding: 0 20px;
  }
}

.p-content__main__movie__top picture {
  display: block;
  width: 47px;
}

@media (max-width: 960px) {
  .p-content__main__movie__top picture {
    width: 39px;
  }
}

.p-content__main__movie__top h2 {
  margin: -2px 0 0;
  font-size: 2.6rem;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  font-weight: 700;
  letter-spacing: 0.2em;
}

@media (max-width: 960px) {
  .p-content__main__movie__top h2 {
    margin: 0;
    font-size: 2.2rem;
  }
}

.p-content__main__movie__top p {
  margin: -10px 0 0;
  font-size: 1.7rem;
  letter-spacing: 0.05em;
}

@media (max-width: 960px) {
  .p-content__main__movie__top p {
    margin: -4px 0 0;
    font-size: 1.5rem;
    line-height: 1.6;
  }
}

.p-content__main__movie .youtube,
.p-content__main__movie .youtube_sp {
  margin: 10px 0 0;
}

@media (max-width: 960px) {

  .p-content__main__movie .youtube,
  .p-content__main__movie .youtube_sp {
    margin: 14px 0 0;
  }
}

.p-content__main__movie .youtube .swiper-wrapper .swiper-slide iframe,
.p-content__main__movie .youtube_sp .swiper-wrapper .swiper-slide iframe {
  width: 100%;
  height: 474px;
}

@media (max-width: 960px) {

  .p-content__main__movie .youtube .swiper-wrapper .swiper-slide iframe,
  .p-content__main__movie .youtube_sp .swiper-wrapper .swiper-slide iframe {
    height: 55.5vw;
    margin: 0 auto;
  }
}

.p-content__main__movie .youtube-thumbnail,
.p-content__main__movie .youtube-thumbnail_sp {
  margin: 12px 0 36px;
}

@media (max-width: 960px) {

  .p-content__main__movie .youtube-thumbnail,
  .p-content__main__movie .youtube-thumbnail_sp {
    margin: 8px 0 50px;
  }
}

.p-content__main__movie .youtube-thumbnail .swiper-wrapper,
.p-content__main__movie .youtube-thumbnail_sp .swiper-wrapper {
  display: flex;
}

.p-content__main__movie .youtube-thumbnail .swiper-wrapper .swiper-slide,
.p-content__main__movie .youtube-thumbnail_sp .swiper-wrapper .swiper-slide {
  width: calc(25% - 9px);
  cursor: pointer;
}

@media (max-width: 960px) {

  .p-content__main__movie .youtube-thumbnail .swiper-wrapper .swiper-slide,
  .p-content__main__movie .youtube-thumbnail_sp .swiper-wrapper .swiper-slide {
    width: calc(25% - 6px);
  }
}

@media (min-width: 961px) {

  .p-content__main__movie .youtube-thumbnail .swiper-wrapper .swiper-slide:hover,
  .p-content__main__movie .youtube-thumbnail_sp .swiper-wrapper .swiper-slide:hover {
    opacity: 0.7;
  }
}

.p-content__main__movie .youtube-thumbnail .swiper-wrapper .swiper-slide:not(:last-child),
.p-content__main__movie .youtube-thumbnail_sp .swiper-wrapper .swiper-slide:not(:last-child) {
  margin: 0 12px 0 0;
}

@media (max-width: 960px) {

  .p-content__main__movie .youtube-thumbnail .swiper-wrapper .swiper-slide:not(:last-child),
  .p-content__main__movie .youtube-thumbnail_sp .swiper-wrapper .swiper-slide:not(:last-child) {
    margin: 0 8px 0 0;
  }
}

.p-content__main__movie .youtube-thumbnail .swiper-wrapper .swiper-slide::before,
.p-content__main__movie .youtube-thumbnail_sp .swiper-wrapper .swiper-slide::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.55);
  width: 100%;
  height: 100%;
  z-index: 10;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s;
}

.p-content__main__movie .youtube-thumbnail .swiper-wrapper .swiper-slide.swiper-slide-thumb-active,
.p-content__main__movie .youtube-thumbnail_sp .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  pointer-events: none;
}

.p-content__main__movie .youtube-thumbnail .swiper-wrapper .swiper-slide.swiper-slide-thumb-active::before,
.p-content__main__movie .youtube-thumbnail_sp .swiper-wrapper .swiper-slide.swiper-slide-thumb-active::before {
  opacity: 1;
}

.p-content__main__movie__pickup {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 0 20px;
  padding: 8px 0;
  border-top: 3px solid #0066dd;
  border-bottom: 3px solid #0066dd;
}

@media (max-width: 960px) {
  .p-content__main__movie__pickup {
    margin: 0 20px 18px;
    padding: 10px 0;
  }
}

.p-content__main__movie__pickup::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 19px 18.5px 0 18.5px;
  border-color: #0066dd transparent transparent transparent;
}

@media (max-width: 960px) {
  .p-content__main__movie__pickup::before {
    bottom: -13px;
    border-width: 10px 9.5px 0 9.5px;
  }
}

.p-content__main__movie__pickup picture {
  display: block;
  width: 54px;
  margin: 0 10px 0 0;
}

@media (max-width: 960px) {
  .p-content__main__movie__pickup picture {
    width: 48px;
  }
}

.p-content__main__movie__pickup h4 {
  color: #0066dd;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

@media (max-width: 960px) {
  .p-content__main__movie__pickup h4 {
    font-size: 1.5rem;
    letter-spacing: 0.02em;
    line-height: 1.6;
  }
}

.p-content__main__movie>p {
  margin: 0 0 20px;
  font-size: 1.7rem;
  letter-spacing: 0.05em;
}

@media (max-width: 960px) {
  .p-content__main__movie>p {
    margin: 0 20px 12px;
    font-size: 1.4rem;
    line-height: 1.6;
  }
}

.p-content__main__movie a {
  display: block;
  cursor: pointer;
}

@media (min-width: 961px) {
  .p-content__main__movie a:hover picture {
    opacity: 0.7;
  }
}

.p-content__main__movie a>picture {
  display: block;
  margin: 0 0 4px;
  box-shadow: 0 0 5px rgba(21, 13, 10, 0.3);
}

@media (max-width: 960px) {
  .p-content__main__movie a>picture {
    margin: 0 0 4px;
  }
}

.p-content__main__movie a+p {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

@media (max-width: 960px) {
  .p-content__main__movie a+p {
    font-size: 1.3rem;
    letter-spacing: 0.03em;
  }
}

.p-content__main__ytchannel {
  margin: 0 auto;
  padding: 20px;
  max-width: 540px;
}

/* パンくず */
.p-content__main__breadcrumbs {
  background-color: rgba(229, 229, 229, 0.3);
  padding: 14px 22px;
  overflow-x: auto;
}

@media (max-width: 960px) {
  .p-content__main__breadcrumbs {
    padding: 7px 18px 5px;
  }
}

.p-content__main__breadcrumbs ol {
  display: flex;
}

.p-content__main__breadcrumbs li {
  white-space: nowrap;
}

.p-content__main__breadcrumbs li:not(:last-child)::after {
  content: "";
  display: inline-block;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
  margin: 0 12px 0 9px;
  border-top: 1px solid #0066dd;
  border-right: 1px solid #0066dd;
  top: -1px;
  position: relative;
}

@media (max-width: 960px) {
  .p-content__main__breadcrumbs li:not(:last-child)::after {
    width: 7px;
    height: 7px;
    margin: 0 9px 0 4px;
  }
}

.p-content__main__breadcrumbs li {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}

@media (max-width: 960px) {
  .p-content__main__breadcrumbs li {
    font-size: 1.2rem;
  }
}

.p-content__main__breadcrumbs li a {
  cursor: pointer;
}

@media (min-width: 961px) {
  .p-content__main__breadcrumbs li a:hover {
    opacity: 0.7;
  }
}

@media (max-width: 960px) {
  .p-content__main__category {
    margin: 0 20px;
  }
}

.p-content__main__category__wrap {
  display: flex;
  align-items: center;
  position: relative;
  background-color: #fff;
  margin: 36px 0;
}

@media (max-width: 960px) {
  .p-content__main__category__wrap {
    margin: 22px 0;
  }
}

.p-content__main__category__wrap figure {
  display: none;
  width: 150px;
}

@media (max-width: 960px) {
  .p-content__main__category__wrap figure {
    width: 30%;
    height: 23.5vw;
    flex: 0 0 auto;
  }
}

@media (max-width: 960px) {
  .p-content__main__category__wrap figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.p-content__main__category__text {
  /* padding: 0 26px; */
  padding: unset;
}

@media (max-width: 960px) {
  .p-content__main__category__text {
    /* padding: 0 0 0 18px; */
    padding: unset;
  }
}

.p-content__main__category__text h2 {
  font-size: 4rem;
  font-weight: 700;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  letter-spacing: 0.1em;
}

@media (max-width: 960px) {
  .p-content__main__category__text h2 {
    margin: 0 0 0 -2px;
    font-size: 1.7rem;
    letter-spacing: 0.05em;
  }
}

.p-content__main__category__text p {
  margin: -6px 0 0;
  font-size: 1.7rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

@media (max-width: 960px) {
  .p-content__main__category__text p {
    margin: -2px 0 0;
    font-size: 1.3rem;
    line-height: 1.4;
  }
}

.p-content__main__category>p {
  margin: 2px 0 0;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  text-align: right;
}

.p-content__main>p {
  margin: 0 0 42px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

@media (max-width: 960px) {
  .p-content__main>p {
    margin: 0 20px 30px;
    font-size: 1.4rem;
  }
}

.p-content__main__article {
  margin: -8px 0 0;
}

@media (max-width: 960px) {
  .p-content__main__article {
    background-image: url("../images/common/img_bg_gr.webp");
    background-position: center center;
    background-repeat: repeat;
    background-size: 300px 300px;
    margin: 30px 0 0;
    padding: 6px 20px 0;
  }
}

.p-content__main__article li {
  display: flex;
  border-bottom: 2px solid #e5e5e5;
  padding: 50px 0;
}

@media (max-width: 960px) {
  .p-content__main__article li {
    justify-content: space-between;
    padding: 30px 0;
  }
}

@media (max-width: 960px) {
  .p-content__main__article li:last-child {
    border-bottom: none;
  }
}

@media (max-width: 960px) {
  .p-content__main__article li .c-img {
    width: calc(50% - 10px);
  }
}

.p-content__main__article li .c-img a {
  display: block;
  cursor: pointer;
}

@media (min-width: 961px) {
  .p-content__main__article li .c-img a:hover figure {
    opacity: 0.7;
  }
}

.p-content__main__article li .c-img figure {
  background-image: url(../images/common/img_bg_gr.webp);
  background-position: center center;
  background-repeat: repeat;
  background-size: 300px 300px;
  width: 330px;
}

@media (max-width: 960px) {
  .p-content__main__article li .c-img figure {
    width: auto;
  }
}

.p-content__main__article li .c-img figure img {
  aspect-ratio: 405/250;
  object-fit: cover;
}

.p-content__main__article li .c-img__addition {
  display: flex;
  align-items: end;
  gap: 8px;
}

@media (max-width: 960px) {
  .p-content__main__article li .c-img__addition {
    margin: 4px 0 0;
  }
}

.p-content__main__article li .c-img__addition .fb-like {
  margin: -4px -18px 0 -20px;
}

.p-content__main__article li .c-img__addition .fb-like iframe {
  position: static;
}

.p-content__main__article li .c-img__addition a {
  position: relative;
  margin: 0 0 0 4px;
  z-index: 1;
  cursor: pointer;
}

.p-content__main__article li .c-img__addition a picture {
  display: block;
  width: 73px;
}

@media (max-width: 960px) {
  .p-content__main__article li .c-img__addition a picture {
    width: 63px;
  }
}

.p-content__main__article li .c-content {
  width: 520px;
  margin: -8px 0 0;
  padding: 0 0 0 30px;
}

@media (max-width: 960px) {
  .p-content__main__article li .c-content {
    width: calc(50% - 10px);
    margin: -6px 0 0;
    padding: 0;
  }
}

.p-content__main__article li .c-content a {
  cursor: pointer;
}

@media (min-width: 961px) {
  .p-content__main__article li .c-content a:hover .c-btn {
    opacity: 0.7;
  }
}

.p-content__main__article li .c-content time {
  display: block;
  margin: 0 0 4px;
  color: #0066dd;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}

@media (max-width: 960px) {
  .p-content__main__article li .c-content time {
    font-size: 1.2rem;
  }
}

.p-content__main__article li .c-content h3 {
  margin: 0 0 10px;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.4;
}

@media (max-width: 960px) {
  .p-content__main__article li .c-content h3 {
    font-size: 1.5rem;
  }
}

.p-content__main__article li .c-content p {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

@media (max-width: 960px) {
  .p-content__main__article li .c-content p {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}

.p-content__main__article li .c-content .c-btn {
  display: flex;
  justify-content: flex-end;
  margin: 54px 0 0;
}

@media (max-width: 960px) {
  .p-content__main__article li .c-content .c-btn {
    margin: 10px 0 0;
  }
}

.p-content__main__article li .c-content .c-btn span {
  display: flex;
  align-items: center;
  background-color: #0066dd;
  padding: 2px 20px 0 30px;
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}

@media (max-width: 960px) {
  .p-content__main__article li .c-content .c-btn span {
    padding: 1px 20px 1px 22px;
    font-size: 1.1rem;
  }
}

.p-content__main__article li .c-content .c-btn span::after {
  content: "";
  display: block;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
  margin: 0 0 0 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

@media (max-width: 960px) {
  .p-content__main__article li .c-content .c-btn span::after {
    width: 6px;
    height: 6px;
  }
}

.p-content__main__product {
  padding: 70px 0 8px;
}

@media (max-width: 960px) {
  .p-content__main__product {
    padding: 36px 20px 0;
  }
}

.p-content__main__product a {
  display: block;
  cursor: pointer;
}

@media (min-width: 961px) {
  .p-content__main__product a:hover {
    opacity: 0.7;
  }
}

.p-content__main__info {
  background-color: rgba(229, 229, 229, 0.3);
  padding: 10px 20px 8px;
}

.p-content__main__info ol {
  display: flex;
  flex-wrap: wrap;
  margin: 4px 0;
}

.p-content__main__info ol li {
  display: flex;
  line-height: 1.6;
}

.p-content__main__info ol li:not(:last-child)::after {
  content: "";
  display: block;
  transform: rotate(45deg);
  width: 6px;
  height: 6px;
  margin: 8px 10px 0 8px;
  border-top: 1px solid #0066dd;
  border-right: 1px solid #0066dd;
}

@media (max-width: 960px) {
  .p-content__main__info ol li:not(:last-child)::after {
    width: 7px;
    height: 7px;
    margin: 5px 10px 0 6px;
  }
}

.p-content__main__info ol li a {
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  cursor: pointer;
}

@media (max-width: 960px) {
  .p-content__main__info ol li a {
    font-size: 1.2rem;
  }
}

@media (min-width: 961px) {
  .p-content__main__info ol li a:hover {
    opacity: 0.7;
  }
}

.p-content__main__info ol li p,
.p-content__main__info ol li span {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}

@media (max-width: 960px) {

  .p-content__main__info ol li p,
  .p-content__main__info ol li span {
    font-size: 1.2rem;
  }
}

.p-content__main__info ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: -16px;
}

@media (max-width: 960px) {
  .p-content__main__info ul {
    margin-top: -6px;
  }
}

.p-content__main__info ul li {
  margin: 0 8px 8px 0;
}

@media (max-width: 960px) {
  .p-content__main__info ul li {
    margin: 0 6px 6px 0;
  }
}

.p-content__main__info ul li a {
  padding: 4px 14px;
  border: 2px solid #0066dd;
  border-radius: 16px;
  color: #0066dd;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  cursor: pointer;
}

@media (max-width: 960px) {
  .p-content__main__info ul li a {
    font-size: 1.3rem;
  }
}

@media (min-width: 961px) {
  .p-content__main__info ul li a:hover {
    opacity: 0.7;
  }
}

.p-content__main__info ul li a::before {
  content: "#";
}

.p-content__main__relation {
  margin: 66px 0 0;
}

@media (max-width: 640px) {
  .p-content__main__relation {
    margin: 26px 20px 0;
  }
}

.p-content__main__relation h2 {
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
}

@media (max-width: 640px) {
  .p-content__main__relation h2 {
    font-size: 2.2rem;
  }
}

.p-content__main__relation ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 4px 20px 0;
}

@media (max-width: 640px) {
  .p-content__main__relation ul {
    margin: 10px 0 0;
  }
}

.p-content__main__relation ul li {
  width: calc(50% - 15px);
}

@media (max-width: 640px) {
  .p-content__main__relation ul li {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .p-content__main__relation ul li:nth-child(2) {
    margin: 24px 0 0;
  }
}

.p-content__main__relation ul li:nth-child(n+3) {
  margin: 30px 0 0;
}

@media (max-width: 640px) {
  .p-content__main__relation ul li:nth-child(n+3) {
    margin: 24px 0 0;
  }
}

.p-content__main__relation ul li a {
  display: block;
  cursor: pointer;
}

@media (min-width: 961px) {
  .p-content__main__relation ul li a:hover figure {
    opacity: 0.7;
  }

  .p-content__main__relation ul {
    margin: 4px 0 0;
  }

}

.p-content__main__relation ul li a figure {
  background-image: url(../images/common/img_bg_gr.webp);
  background-position: center center;
  background-repeat: repeat;
  background-size: 300px 300px;
}

.p-content__main__relation ul li a figure img {
  aspect-ratio: 410/297;
  object-fit: cover;
}

.p-content__main__relation ul li a h3 {
  margin: 10px 0 0;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

@media (max-width: 640px) {
  .p-content__main__relation ul li a h3 {
    margin: 8px 0 0;
    font-size: 1.6rem;
  }
}

.p-content__main__relation .c-btn {
  display: flex;
  justify-content: center;
  margin: 62px 0 0;
}

@media (max-width: 640px) {
  .p-content__main__relation .c-btn {
    margin: 44px 0 0;
  }
}

.p-content__main__relation .c-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0066dd;
  width: 390px;
  height: 64px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  cursor: pointer;
}

@media (max-width: 640px) {
  .p-content__main__relation .c-btn a {
    width: 100%;
    height: 46px;
    font-size: 1.6rem;
  }
}

@media (min-width: 961px) {
  .p-content__main__relation .c-btn a:hover {
    opacity: 0.7;
  }
}

.p-content__main__relation .c-btn a::after {
  content: "";
  display: block;
  transform: rotate(45deg);
  width: 10px;
  height: 10px;
  margin: 0 0 0 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.p-content__side {
  width: 300px;
}

@media (max-width: 960px) {
  .p-content__side {
    width: 100%;
    margin: 30px 0 0;
  }
}

.p-content__side__ranking {
  margin: 0 0 40px;
}

@media (max-width: 960px) {
  .p-content__side__ranking {
    margin: 0 0 36px;
    padding: 0 20px;
  }
}

@media (max-width: 960px) {
  .p-content__side__ranking ol {
    margin: -4px 0 10px;
  }
}

.p-content__side__ranking ol li:nth-child(-n+3) a::before {
  top: 6px;
  left: 6px;
  width: 46px;
  height: 34px;
}

.p-content__side__ranking ol li:nth-child(4) a::before,
.p-content__side__ranking ol li:nth-child(5) a::before {
  top: 8px;
  left: 8px;
  width: 36px;
  height: 36px;
}

.p-content__side__ranking ol li:first-child a::before {
  background-image: url("../images/top/icon_ranking1.webp");
}

.p-content__side__ranking ol li:nth-child(2) a::before {
  background-image: url("../images/top/icon_ranking2.webp");
}

.p-content__side__ranking ol li:nth-child(3) a::before {
  background-image: url("../images/top/icon_ranking3.webp");
}

.p-content__side__ranking ol li:nth-child(4) a::before {
  background-image: url("../images/top/icon_ranking4.webp");
}

.p-content__side__ranking ol li:nth-child(5) a::before {
  background-image: url("../images/top/icon_ranking5.webp");
}

.p-content__side__ranking ol li a {
  position: relative;
}

.p-content__side__ranking ol li a::before {
  content: "";
  display: block;
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}

.p-content__side__ranking figure {
  margin-bottom: 0;
}

.p-content__side__keyword {
  margin: 0 0 34px;
}

@media (max-width: 960px) {
  .p-content__side__keyword {
    background-color: #e5effc;
    margin: 0 0 54px;
    padding: 36px 20px 32px;
  }
}

.p-content__side__category {
  margin: 0 0 40px;
}

@media (max-width: 960px) {
  .p-content__side__category {
    margin: 0 0 30px;
    padding: 0 20px;
  }
}

@media (max-width: 960px) {
  .p-content__side__recommend {
    background-color: #e5effc;
    padding: 36px 20px;
  }
}

@media (max-width: 960px) {
  .p-content__side__recommend .p-content__side__list {
    margin: 0 0 10px;
  }
}

.p-content__side__ttl {
  position: relative;
}

.p-content__side__ttl img {
  width: 100%;
  height: 38px;
}

.p-content__side__ttl h3 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 4px 16px 0;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

@media (max-width: 960px) {
  .p-content__side__ttl h3 {
    padding: 2px 8px 0;
    font-size: 1.6rem;
  }
}

.p-content__side__ttl+p {
  margin: 8px 0 6px;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
}

.p-content__side__list,
.p-content__side ol {
  margin: 20px 0 14px;
}

@media (max-width: 960px) {

  .p-content__side__list,
  .p-content__side ol {
    margin: 20px 0 10px;
  }
}

.p-content__side__list li:not(:first-child),
.p-content__side ol li:not(:first-child) {
  margin: 10px 0 0;
}

@media (max-width: 960px) {

  .p-content__side__list li:not(:first-child),
  .p-content__side ol li:not(:first-child) {
    margin: 16px 0 0;
  }
}

.p-content__side__list li a,
.p-content__side ol li a {
  display: flex;
  background-color: #fff;
  min-height: 130px;
  border-radius: 10px;
  box-shadow: 0 0 3px rgba(21, 13, 10, 0.3);
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  overflow: hidden;
  cursor: pointer;
}

@media (max-width: 960px) {

  .p-content__side__list li a,
  .p-content__side ol li a {
    border-radius: 5px;
  }
}

@media (min-width: 961px) {

  .p-content__side__list li a:hover figure,
  .p-content__side ol li a:hover figure {
    opacity: 0.7;
  }
}

.p-content__side__list li a figure,
.p-content__side ol li a figure {
  position: relative;
  width: 130px;
  flex: 0 0 auto;
}

@media (max-width: 960px) {

  .p-content__side__list li a figure,
  .p-content__side ol li a figure {
    width: 49.6%;
    height: 29.6vw;
    min-height: 130px;
  }
}

.p-content__side__list li a figure img,
.p-content__side ol li a figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
}

.p-content__side__list li a h4,
.p-content__side ol li a h4 {
  width: 100%;
  padding: 16px 18px;
}

@media (max-width: 960px) {

  .p-content__side__list li a h4,
  .p-content__side ol li a h4 {
    padding: 14px 16px;
  }
}

.p-content__side__tag {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0 0;
}

@media (max-width: 960px) {
  .p-content__side__tag {
    margin: 0;
  }
}

.p-content__side__tag li {
  margin: 0 4px 4px 0;
}

@media (max-width: 960px) {
  .p-content__side__tag li {
    margin: 0 8px 8px 0;
  }
}

.p-content__side__tag li a {
  display: inline-block;
  padding: 2px 12px;
  border: 2px solid #0066dd;
  border-radius: 18px;
  color: #0066dd;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  cursor: pointer;
}

@media (min-width: 961px) {
  .p-content__side__tag li a:hover {
    opacity: 0.7;
  }
}

.p-content__side__tag li a::before {
  content: "#";
}

.p-content__side__item {
  margin: 2px 0 0;
}

@media (max-width: 960px) {
  .p-content__side__item {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }
}

.p-content__side__item li {
  border-bottom: 1px solid #242424;
}

@media (max-width: 960px) {
  .p-content__side__item li {
    width: calc(33.3% - 6px);
    border-bottom: none;
  }
}

.p-content__side__item li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 10px 6px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  cursor: pointer;
}

@media (max-width: 960px) {
  .p-content__side__item li a {
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    padding: 0;
    font-size: 1.4rem;
  }
}

@media (min-width: 961px) {
  .p-content__side__item li a:hover {
    opacity: 0.7;
  }
}

.p-content__side__item li a::after {
  content: "";
  display: block;
  transform: rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 2px solid #0066dd;
  border-right: 2px solid #0066dd;
}

@media (max-width: 960px) {
  .p-content__side__item li a::after {
    display: none;
  }
}

.p-content__side__link {
  display: flex;
  justify-content: flex-end;
}

.p-content__side__link a {
  display: inline-block;
  border-bottom: 1px solid #0066dd;
  color: #0066dd;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.1;
  cursor: pointer;
}

@media (min-width: 961px) {
  .p-content__side__link a:hover {
    opacity: 0.7;
  }
}

.p-foot-nav__upper {
  background-image: url("../images/common/img_bg_gr.webp");
  background-position: center center;
  background-repeat: repeat;
  background-size: 300px 300px;
}

.p-foot-nav__upper .l-inner {
  position: relative;
  padding: 90px 0 234px;
}

@media (max-width: 960px) {
  .p-foot-nav__upper .l-inner {
    padding: 50px 0 0;
  }
}

.p-foot-nav__other {
  display: flex;
  gap: 24px;
  justify-content: space-between;
  padding: 0 0 56px;
  align-items: center;
}

@media (max-width: 768px) {
  .p-foot-nav__other {
    flex-direction: column;
  }
}

.p-foot-nav__other li {
  max-width: 580px;
  width: 100%;
}

.p-foot-nav__other li a {
  display: block;
  cursor: pointer;
}

@media (min-width: 961px) {
  .p-foot-nav__other li a:hover {
    opacity: 0.7;
  }
}

.p-foot-nav__article {
  display: flex;
  justify-content: space-between;
  padding: 0 0 62px;
}

@media (max-width: 960px) {
  .p-foot-nav__article {
    flex-direction: column;
    padding: 0 0 30px;
  }
}

.p-foot-nav__article>li {
  width: 580px;
}

@media (max-width: 960px) {
  .p-foot-nav__article>li {
    width: 100%;
  }
}

.p-foot-nav__article>li>p {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

@media (max-width: 960px) {
  .p-foot-nav__article>li>p {
    font-size: 1.6rem;
  }
}

.p-foot-nav__article__recommend {
  display: flex;
  flex-wrap: wrap;
  margin: 6px 0 0;
}

@media (max-width: 960px) {
  .p-foot-nav__article__recommend {
    margin: 6px 0 20px;
  }
}

.p-foot-nav__article__recommend li {
  margin: 0 8px 8px 0;
}

.p-foot-nav__article__recommend li a {
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 4px 12px;
  box-shadow: 0 0 5px rgba(21, 13, 10, 0.3);
  cursor: pointer;
}

@media (max-width: 960px) {
  .p-foot-nav__article__recommend li a {
    padding: 2px 8px;
  }
}

@media (min-width: 961px) {
  .p-foot-nav__article__recommend li a:hover {
    opacity: 0.7;
  }
}

.p-foot-nav__article__recommend li a svg {
  fill: #0066dd;
  stroke: #0066dd;
  width: 17px;
  height: 17px;
  margin: 0 10px 0 0;
  transform: rotate(45deg);
}

@media (max-width: 960px) {
  .p-foot-nav__article__recommend li a svg {
    width: 12px;
    height: 12px;
    margin: 0 8px 0 0;
  }
}

.p-foot-nav__article__recommend li a p {
  padding: 2px 0 0;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}

@media (max-width: 960px) {
  .p-foot-nav__article__recommend li a p {
    font-size: 1rem;
  }
}

.p-foot-nav__article__keyword {
  display: flex;
  flex-wrap: wrap;
  margin: 4px 0 0;
}

@media (max-width: 960px) {
  .p-foot-nav__article__keyword {
    margin: 6px 0 0;
  }
}

.p-foot-nav__article__keyword li {
  margin: 0 6px 6px 0;
}

.p-foot-nav__article__keyword li a {
  display: inline-block;
  padding: 2px 12px;
  border: 2px solid #0066dd;
  border-radius: 18px;
  color: #0066dd;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  cursor: pointer;
}

@media (min-width: 961px) {
  .p-foot-nav__article__keyword li a:hover {
    opacity: 0.7;
  }
}

.p-foot-nav__article__keyword li a::before {
  content: "#";
}

.p-foot-nav__content {
  position: absolute;
  top: 68.6%;
  left: 0;
  background-color: #fff;
  width: 100%;
  z-index: 1;
}

@media (max-width: 960px) {
  .p-foot-nav__content {
    position: relative;
    top: 0;
  }
}

.p-foot-nav__content__link {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 36px 60px 36px 40px;
}

@media (max-width: 960px) {
  .p-foot-nav__content__link {
    flex-direction: column;
    align-items: center;
    padding: 26px 0 0;
  }
}

.p-foot-nav__content__link>a {
  display: block;
  width: 147px;
  cursor: pointer;
}

@media (max-width: 960px) {
  .p-foot-nav__content__link>a {
    width: 125px;
  }
}

.p-foot-nav__content__link__sns {
  display: flex;
  align-items: center;
  padding: 0 0 4px;
}

@media (max-width: 960px) {
  .p-foot-nav__content__link__sns {
    padding: 20px 0 0;
  }
}

.p-foot-nav__content__link__sns li:not(:first-child) {
  margin: 0 0 0 20px;
}

@media (max-width: 960px) {
  .p-foot-nav__content__link__sns li:not(:first-child) {
    margin: 0 0 0 18px;
  }
}

.p-foot-nav__content__link__sns li a {
  display: block;
  cursor: pointer;
}

@media (min-width: 961px) {
  .p-foot-nav__content__link__sns li a:hover {
    opacity: 0.7;
  }
}

.p-foot-nav__content__link__sns li.-youtube svg {
  fill: #231815;
  width: 39px;
  height: 27px;
}

@media (max-width: 960px) {
  .p-foot-nav__content__link__sns li.-youtube svg {
    width: 33px;
    height: 23px;
  }
}

.p-foot-nav__content__link__sns li.-twitter svg {
  fill: #242424;
  width: 39px;
  height: 31px;
}

@media (max-width: 960px) {
  .p-foot-nav__content__link__sns li.-twitter svg {
    width: 33px;
    height: 26px;
  }
}

.p-foot-nav__content__link__sns li.-instagram svg {
  fill: #242424;
  width: 35px;
  height: 35px;
}

@media (max-width: 960px) {
  .p-foot-nav__content__link__sns li.-instagram svg {
    width: 29px;
    height: 29px;
  }
}

.p-foot-nav__content__link__sns li.-line svg {
  fill: #231815;
  width: 35px;
  height: 35px;
}

@media (max-width: 960px) {
  .p-foot-nav__content__link__sns li.-line svg {
    width: 29px;
    height: 29px;
  }
}

.p-foot-nav__content__all {
  display: flex;
  padding: 0 0 50px;
}

@media (max-width: 960px) {
  .p-foot-nav__content__all {
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 22px 20px 30px;
  }
}

.p-foot-nav__content__all>li {
  width: 25%;
  padding: 0 30px 0 50px;
}

@media (max-width: 960px) {
  .p-foot-nav__content__all>li {
    width: calc(50% - 10px);
    padding: 0;
  }
}

.p-foot-nav__content__all>li:not(:first-child) {
  border-left: 1px solid #0066dd;
}

@media (max-width: 960px) {
  .p-foot-nav__content__all>li:not(:first-child) {
    border-left: none;
  }
}

.p-foot-nav__content__all>li:first-child {
  margin: 0 0 0 12px;
}

@media (max-width: 960px) {
  .p-foot-nav__content__all>li:first-child {
    margin: 0;
  }
}

.p-foot-nav__content__all>li:last-child {
  padding: 40px 30px 0 50px;
}

@media (max-width: 960px) {
  .p-foot-nav__content__all>li:last-child {
    padding: 30px 0 0;
  }
}

@media (max-width: 960px) {
  .p-foot-nav__content__all>li:nth-child(n+3) {
    margin: 14px 0 0;
  }
}

.p-foot-nav__content__all>li p {
  margin: 0 0 4px -4px;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

@media (max-width: 960px) {
  .p-foot-nav__content__all>li p {
    margin: 0 0 2px -2px;
    font-size: 1.4rem;
  }
}

.p-foot-nav__content__all__link li a {
  display: flex;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  cursor: pointer;
}

@media (max-width: 960px) {
  .p-foot-nav__content__all__link li a {
    font-size: 1.3rem;
  }
}

@media (min-width: 961px) {
  .p-foot-nav__content__all__link li a:hover {
    opacity: 0.7;
  }
}

.p-foot-nav__content__all__link li a::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: 8px 8px 0 0;
  border-style: solid;
  border-width: 3px 0 3px 8px;
  border-color: transparent transparent transparent #0067dd;
}

@media (max-width: 960px) {
  .p-foot-nav__content__all__link li a::before {
    margin: 6px 8px 0 0;
  }
}

.p-foot-nav__lower {
  position: relative;
  background-color: #0066dd;
  padding: 220px 0 0;
  overflow: hidden;
}

@media (max-width: 960px) {
  .p-foot-nav__lower {
    margin: -264px 0 0;
  }
}

.p-foot-nav__lower::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("../images/common/img_bg-wave.webp");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1569px;
  height: 782px;
  pointer-events: none;
}

.p-foot-nav small {
  display: block;
  padding: 38px 0;
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  text-align: center;
}

@media (max-width: 960px) {
  .p-foot-nav small {
    padding: 70px 0 28px;
    font-size: 1rem;
    line-height: 1.6;
  }
}

.p-gnav {
  position: relative;
}

.p-gnav__bg {
  position: relative;
  background-image: url("../images/common/img_bg_gr.webp");
  background-position: center center;
  background-repeat: repeat;
  background-size: 300px 300px;
  padding: 0 0 14px;
  border-top: 4px solid #0066dd;
  overflow: hidden;
}

@media (max-width: 960px) {
  .p-gnav__bg {
    padding: 8px 17px 6px 10px;
    border-top: 7px solid #0066dd;
  }
}

.p-gnav__bg::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("../images/common/img_bg-wave.webp");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1569px;
  height: 782px;
  pointer-events: none;
}

.p-gnav__bg>.l-inner {
  display: flex;
  justify-content: space-between;
  position: relative;
}

@media (max-width: 960px) {
  .p-gnav__bg>.l-inner {
    width: 100%;
  }
}

.p-gnav__logo a {
  display: block;
  width: 158px;
  margin: 20px 0 0;
  cursor: pointer;
}

@media (max-width: 960px) {
  .p-gnav__logo a {
    width: 79px;
    margin: 0;
  }
}

.p-gnav__item {
  display: flex;
}

@media (max-width: 960px) {
  .p-gnav__item {
    align-items: center;
  }
}

.p-gnav__item__link {
  /* display: flex; */
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin: 46px 8px 0 0;
}

@media (max-width: 960px) {
  .p-gnav__item__link {
    display: none;
  }
}

.p-gnav__item__link li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 40px;
  cursor: pointer;
}

@media (min-width: 961px) {
  .p-gnav__item__link li:hover svg {
    opacity: 0.7;
  }
}

.p-gnav__item__link li:not(:first-child) {
  position: relative;
}

.p-gnav__item__link li:not(:first-child)::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #0066dd;
  width: 1px;
  height: 26px;
}

.p-gnav__item__link li.-top svg {
  width: 20px;
  height: 37px;
}

.p-gnav__item__link li.-info svg {
  width: 48px;
  height: 26px;
  margin: 6px 0 5px;
}

.p-gnav__item__link li.-recipe svg {
  width: 26px;
  height: 32px;
  margin: 4px 0 1px;
}

.p-gnav__item__link li.-category {
  position: relative;
}

.p-gnav__item__link li.-category.-active::after {
  pointer-events: auto;
  opacity: 1;
}

.p-gnav__item__link li.-category::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -14px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6.5px 6px 6.5px;
  border-color: transparent transparent #0067dd transparent;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s;
}

.p-gnav__item__link li.-category svg {
  width: 35px;
  height: 27px;
  margin: 9px 0 1px;
}

.p-gnav__item__link li.-mail svg {
  width: 29px;
  height: 24px;
  margin: 12px 0 1px;
}

.p-gnav__item__link li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}

.p-gnav__item__link li svg {
  fill: #0066dd;
  stroke: #0066dd;
}

.p-gnav__item__link li p {
  display: grid;
  place-content: center;
  min-height: 34px;
  margin-top: 3px;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  white-space: nowrap;
  line-height: 1.3;
  text-align: center;
}

.p-gnav__item__link li p.-small {
  font-size: 1.4rem;
  line-height: 1.2;
}

.p-gnav__item__other {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.p-gnav__item__other a {
  display: flex;
  align-items: center;
  background-color: #0066dd;
  padding: 4px 18px 9px;
  border-radius: 0 0 5px 5px;
  cursor: pointer;
}

@media (max-width: 960px) {
  .p-gnav__item__other a {
    margin: 0 17px 0 0;
    padding: 9px 6px 9px 9px;
    border-radius: 5px;
  }
}

@media (min-width: 961px) {
  .p-gnav__item__other a:hover {
    opacity: 0.7;
  }
}

.p-gnav__item__other a svg {
  fill: #fff;
  stroke: #fff;
  width: 28px;
  height: 25px;
}

.p-gnav__item__other a p {
  margin: 4px 0 0 6px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

@media (max-width: 960px) {
  .p-gnav__item__other a p {
    margin: 0;
    font-size: 0;
  }
}

.p-gnav__item__other form {
  position: relative;
  margin: 20px 0 0;
}

@media (max-width: 960px) {
  .p-gnav__item__other form {
    display: none;
  }
}

.p-gnav__item__other form input {
  display: flex;
  align-items: center;
  background-color: #fff;
  width: 260px;
  height: 36px;
  padding: 0 10px;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(21, 13, 10, 0.3);
}

.p-gnav__item__other form button {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  cursor: pointer;
}

@media (min-width: 961px) {
  .p-gnav__item__other form button:hover {
    opacity: 0.7;
  }
}

.p-gnav__item__other form button svg {
  fill: #535353;
  width: 17px;
  height: 17px;
}

.p-gnav__item .c-btn-menu {
  display: none;
}

@media (max-width: 960px) {
  .p-gnav__item .c-btn-menu {
    display: block;
    position: relative;
    width: 31px;
    height: 26px;
    transition: 0.3s;
  }
}

.p-gnav__item .c-btn-menu__line {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #0066dd;
  width: 31px;
  height: 3px;
  transition: 0.3s;
}

.p-gnav__item .c-btn-menu__line::before,
.p-gnav__item .c-btn-menu__line::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  background-color: #0066dd;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}

.p-gnav__item .c-btn-menu__line::before {
  top: -8px;
}

.p-gnav__item .c-btn-menu__line::after {
  top: 8px;
}

.p-gnav__item .c-btn-menu.-active .c-btn-menu__line {
  background-color: transparent;
}

.p-gnav__item .c-btn-menu.-active .c-btn-menu__line::before,
.p-gnav__item .c-btn-menu.-active .c-btn-menu__line::after {
  top: 0;
}

.p-gnav__item .c-btn-menu.-active .c-btn-menu__line::before {
  transform: rotate(30deg);
}

.p-gnav__item .c-btn-menu.-active .c-btn-menu__line::after {
  transform: rotate(-30deg);
}

.p-gnav .c-menu {
  position: absolute;
  top: 133px;
  left: 0;
  z-index: 100;
}

@media (max-width: 960px) {
  .p-mainvisual {
    padding: 67px 0 0;
  }
}

.p-mainvisual__campaign {
  display: flex;
  justify-content: center;
  background-color: #29c756;
}

.p-mainvisual__campaign a {
  display: block;
  cursor: pointer;
}

@media (min-width: 961px) {
  .p-mainvisual__campaign a:hover {
    opacity: 0.7;
  }
}

.p-mainvisual__campaign a picture {
  display: block;
  width: 706px;
}

@media (max-width: 960px) {
  .p-mainvisual__campaign a picture {
    width: 304px;
  }
}

.p-mainvisual__mv {
  position: relative;
}

.p-mainvisual__mv>picture {
  display: block;
}

.p-mainvisual__mv>picture>img {
  width: 100%;
  min-height: 540px;
  object-fit: cover;
}

@media (max-width: 960px) {
  .p-mainvisual__mv>picture>img {
    min-height: 320px;
    height: 40vw;
    max-height: 570px;
  }
}

.p-mainvisual__mv h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  width: 100%;
  text-align: center;
}

.p-mainvisual__mv h1 picture {
  display: block;
  width: 300px;
  margin: 0 auto 20px;
}

@media (max-width: 960px) {
  .p-mainvisual__mv h1 picture {
    width: 191px;
  }
}

.p-mainvisual__addition {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #e5effc;
  padding: 34px 0;
  overflow: hidden;
}

@media (max-width: 960px) {
  .p-mainvisual__addition {
    padding: 16px 0;
  }
}

.p-mainvisual__addition::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("../images/top/img_bg-wave.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1384px;
  height: 209px;
  pointer-events: none;
}

@media (max-width: 960px) {
  .p-mainvisual__addition::before {
    background-image: url("../images/top/img_bg-wave_sp.webp");
    top: 50%;
    transform: translate(-50%, -50%);
    width: 375px;
    height: 108px;
  }
}

.p-mainvisual__addition h2 {
  position: relative;
  font-size: 2.2rem;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.5;
  text-align: center;
}

@media (max-width: 960px) {
  .p-mainvisual__addition h2 {
    font-size: 1.3rem;
  }
}

.p-mainvisual__addition h2 span {
  color: #0066dd;
  font-size: 2.7rem;
}

@media (max-width: 960px) {
  .p-mainvisual__addition h2 span {
    font-size: 1.4rem;
  }
}

.p-nav-menu {
  display: none;
}

@media (max-width: 960px) {
  .p-nav-menu {
    display: block;
    position: fixed;
    top: 67px;
    left: 0;
    background-color: #fff;
    width: 100%;
    height: 100%;
    padding: 0 0 91px;
    overflow-y: scroll;
    z-index: 9999;
    transition: opacity 0.3s;
    opacity: 0;
    pointer-events: none;
  }

  .p-nav-menu.-active {
    opacity: 1;
    pointer-events: auto;
  }

  .p-nav-menu form {
    position: relative;
    padding: 16px 20px;
  }

  .p-nav-menu form input {
    display: flex;
    align-items: center;
    width: 100%;
    height: 30px;
    padding: 0 10px;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(21, 13, 10, 0.3);
  }

  .p-nav-menu form button {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    cursor: pointer;
  }

  .p-nav-menu form button svg {
    fill: #535353;
    width: 17px;
    height: 17px;
  }

  .p-nav-menu>a {
    cursor: pointer;
  }

  .p-nav-menu>a figure {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0066dd;
    padding: 18px 0 24px;
  }

  .p-nav-menu>a figure img {
    width: 319px;
  }

  .p-nav-menu__link li .c-item {
    display: flex;
    align-items: center;
    position: relative;
    border-bottom: 2px solid #0066dd;
  }

  .p-nav-menu__link li .c-item::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(45deg);
    width: 10px;
    height: 10px;
    border-top: 2px solid #0066dd;
    border-right: 2px solid #0066dd;
    pointer-events: none;
  }

  .p-nav-menu__link li .c-item a {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 14px 20px;
  }

  .p-nav-menu__link li .c-item svg {
    fill: #0066dd;
    stroke: #0066dd;
  }

  .p-nav-menu__link li .c-item p {
    padding: 2px 0 0;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.05em;
  }

  .p-nav-menu__link li.-top svg {
    width: 16px;
    height: 30px;
    margin: 0 24px 0 12px;
  }

  .p-nav-menu__link li.-info svg {
    width: 38px;
    height: 21px;
    margin: 0 12px 0 2px;
  }

  .p-nav-menu__link li.-recipe svg {
    width: 21px;
    height: 25px;
    margin: 0 22px 0 10px;
  }

  .p-nav-menu__link li.-category.-active .c-item::before,
  .p-nav-menu__link li.-ranking.-active .c-item::before,
  .p-nav-menu__link li.-recommend.-active .c-item::before {
    transform: translateY(-50%) rotate(135deg);
  }

  .p-nav-menu__link li.-category .c-item,
  .p-nav-menu__link li.-ranking .c-item,
  .p-nav-menu__link li.-recommend .c-item {
    padding: 14px 20px;
  }

  .p-nav-menu__link li.-category .c-item::before,
  .p-nav-menu__link li.-ranking .c-item::before,
  .p-nav-menu__link li.-recommend .c-item::before {
    transition: transform 0.3s;
  }

  .p-nav-menu__link li.-category .c-item svg,
  .p-nav-menu__link li.-ranking .c-item svg,
  .p-nav-menu__link li.-recommend .c-item svg {
    width: 28px;
    height: 22px;
    margin: 0 19px 0 6px;
  }

  .p-nav-menu__link li.-category .c-wrap,
  .p-nav-menu__link li.-ranking .c-wrap,
  .p-nav-menu__link li.-recommend .c-wrap {
    display: none;
  }

  .p-nav-menu__link li.-category .c-wrap p,
  .p-nav-menu__link li.-ranking .c-wrap p,
  .p-nav-menu__link li.-recommend .c-wrap p {
    padding: 24px 20px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 1.5rem;
    font-family: "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.6;
    text-align: center;
  }

  .p-nav-menu__link li.-category .c-wrap ul li,
  .p-nav-menu__link li.-category .c-wrap ol li,
  .p-nav-menu__link li.-ranking .c-wrap ul li,
  .p-nav-menu__link li.-ranking .c-wrap ol li,
  .p-nav-menu__link li.-recommend .c-wrap ul li,
  .p-nav-menu__link li.-recommend .c-wrap ol li {
    border-bottom: 1px solid #e5e5e5;
  }

  .p-nav-menu__link li.-category .c-wrap ul li:last-child,
  .p-nav-menu__link li.-category .c-wrap ol li:last-child,
  .p-nav-menu__link li.-ranking .c-wrap ul li:last-child,
  .p-nav-menu__link li.-ranking .c-wrap ol li:last-child,
  .p-nav-menu__link li.-recommend .c-wrap ul li:last-child,
  .p-nav-menu__link li.-recommend .c-wrap ol li:last-child {
    border-bottom: 2px solid #0066dd;
  }

  .p-nav-menu__link li.-category .c-wrap ul li a,
  .p-nav-menu__link li.-category .c-wrap ol li a,
  .p-nav-menu__link li.-ranking .c-wrap ul li a,
  .p-nav-menu__link li.-ranking .c-wrap ol li a,
  .p-nav-menu__link li.-recommend .c-wrap ul li a,
  .p-nav-menu__link li.-recommend .c-wrap ol li a {
    display: flex;
    align-items: center;
    position: relative;
    padding: 18px 44px 17px 20px;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    line-height: 1.6;
  }

  .p-nav-menu__link li.-category .c-wrap ul li a::before,
  .p-nav-menu__link li.-category .c-wrap ol li a::before,
  .p-nav-menu__link li.-ranking .c-wrap ul li a::before,
  .p-nav-menu__link li.-ranking .c-wrap ol li a::before,
  .p-nav-menu__link li.-recommend .c-wrap ul li a::before,
  .p-nav-menu__link li.-recommend .c-wrap ol li a::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(45deg);
    width: 10px;
    height: 10px;
    border-top: 2px solid #e5e5e5;
    border-right: 2px solid #e5e5e5;
    pointer-events: none;
  }

  .p-nav-menu__link li.-category .c-wrap ul li a figure,
  .p-nav-menu__link li.-category .c-wrap ol li a figure,
  .p-nav-menu__link li.-ranking .c-wrap ul li a figure,
  .p-nav-menu__link li.-ranking .c-wrap ol li a figure,
  .p-nav-menu__link li.-recommend .c-wrap ul li a figure,
  .p-nav-menu__link li.-recommend .c-wrap ol li a figure {
    display: none;
  }

  .p-nav-menu__link li.-keyword {
    padding: 16px 20px 20px;
    border-bottom: 2px solid #0066dd;
  }

  .p-nav-menu__link li.-keyword .c-item {
    border-bottom: none;
  }

  .p-nav-menu__link li.-keyword .c-item::before {
    display: none;
  }

  .p-nav-menu__link li.-keyword ul {
    display: flex;
    flex-wrap: wrap;
    margin: 6px 0 0;
  }

  .p-nav-menu__link li.-keyword ul li {
    margin: 0 8px 8px 0;
  }

  .p-nav-menu__link li.-keyword ul li a {
    display: inline-block;
    padding: 2px 12px;
    border: 2px solid #0066dd;
    border-radius: 18px;
    color: #0066dd;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    cursor: pointer;
  }

  .p-nav-menu__link li.-keyword ul li a::before {
    content: "#";
  }

  .p-nav-menu__btn {
    margin: 24px 0 0;
  }

  .p-nav-menu__btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0066dd;
    margin: 0 20px;
  }

  .p-nav-menu__btn a svg {
    fill: #fff;
    width: 24px;
    height: 19px;
    margin: 0 14px 0 0;
  }

  .p-nav-menu__btn a p {
    padding: 2px 0 0;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.1em;
  }

  .p-nav-menu__sns {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0 0;
  }

  .p-nav-menu__sns li:not(:first-child) {
    margin: 0 0 0 18px;
  }

  .p-nav-menu__sns li a {
    display: block;
    cursor: pointer;
  }
}

@media (max-width: 960px) and (min-width: 961px) {
  .p-nav-menu__sns li a:hover {
    opacity: 0.7;
  }
}

@media (max-width: 960px) {
  .p-nav-menu__sns li.-youtube svg {
    fill: #231815;
    width: 48px;
    height: 33px;
  }
}

@media (max-width: 960px) {
  .p-nav-menu__sns li.-twitter svg {
    fill: #242424;
    width: 48px;
    height: 37px;
  }
}

@media (max-width: 960px) {
  .p-nav-menu__sns li.-instagram svg {
    fill: #242424;
    width: 42px;
    height: 42px;
  }
}

@media (max-width: 960px) {
  .p-nav-menu__sns li.-line svg {
    fill: #231815;
    width: 42px;
    height: 42px;
  }
}

@media (min-width: 961px) {
  .u-sp {
    display: none !important;
  }
}

@media (min-width: 601px) {
  .u-tb {
    display: none !important;
  }
}

@media (max-width: 960px) {
  .u-pc {
    display: none !important;
  }
}

.home .p-content,
.single-recipe .p-content {
  /**
  * Swiper 6.2.0
  * Most modern mobile touch slider and framework with hardware accelerated transitions
  * http://swiperjs.com
  *
  * Copyright 2014-2020 Vladimir Kharlampidi
  *
  * Released under the MIT License
  *
  * Released on: September 4, 2020
  */
  /* Auto Height */
  /* 3D Effects */
  /* CSS Mode */
  /* Common Styles */
  /* Bullets */
  /* Progress */
  /* Scrollbar */
  /* Preloader */
  /* a11y */
}

@font-face {

  .home .p-content,
  .single-recipe .p-content {
    font-family: "swiper-icons";
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
    font-weight: 400;
    font-style: normal;
  }
}

.home .p-content :root,
.single-recipe .p-content :root {
  --swiper-theme-color: #007aff;
}

.home .p-content .swiper-container,
.single-recipe .p-content .swiper-container,
.swiper-container.recipe {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.home .p-content .swiper-container-vertical>.swiper-wrapper,
.single-recipe .p-content .swiper-container-vertical>.swiper-wrapper {
  flex-direction: column;
}

.home .p-content .swiper-wrapper,
.single-recipe .p-content .swiper-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.home .p-content .swiper-container-android .swiper-slide,
.home .p-content .swiper-wrapper,
.single-recipe .p-content .swiper-container-android .swiper-slide,
.single-recipe .p-content .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.home .p-content .swiper-container-multirow>.swiper-wrapper,
.single-recipe .p-content .swiper-container-multirow>.swiper-wrapper {
  flex-wrap: wrap;
}

.home .p-content .swiper-container-multirow-column>.swiper-wrapper,
.single-recipe .p-content .swiper-container-multirow-column>.swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.home .p-content .swiper-container-free-mode>.swiper-wrapper,
.single-recipe .p-content .swiper-container-free-mode>.swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.home .p-content .swiper-slide,
.single-recipe .p-content .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  position: relative;
  transition-property: transform;
}

.home .p-content .swiper-slide-invisible-blank,
.single-recipe .p-content .swiper-slide-invisible-blank {
  visibility: hidden;
}

.home .p-content .swiper-container-autoheight,
.home .p-content .swiper-container-autoheight .swiper-slide,
.single-recipe .p-content .swiper-container-autoheight,
.single-recipe .p-content .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.home .p-content .swiper-container-autoheight .swiper-wrapper,
.single-recipe .p-content .swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.home .p-content .swiper-container-3d,
.single-recipe .p-content .swiper-container-3d {
  perspective: 1200px;
}

.home .p-content .swiper-container-3d .swiper-wrapper,
.home .p-content .swiper-container-3d .swiper-slide,
.home .p-content .swiper-container-3d .swiper-slide-shadow-left,
.home .p-content .swiper-container-3d .swiper-slide-shadow-right,
.home .p-content .swiper-container-3d .swiper-slide-shadow-top,
.home .p-content .swiper-container-3d .swiper-slide-shadow-bottom,
.home .p-content .swiper-container-3d .swiper-cube-shadow,
.single-recipe .p-content .swiper-container-3d .swiper-wrapper,
.single-recipe .p-content .swiper-container-3d .swiper-slide,
.single-recipe .p-content .swiper-container-3d .swiper-slide-shadow-left,
.single-recipe .p-content .swiper-container-3d .swiper-slide-shadow-right,
.single-recipe .p-content .swiper-container-3d .swiper-slide-shadow-top,
.single-recipe .p-content .swiper-container-3d .swiper-slide-shadow-bottom,
.single-recipe .p-content .swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.home .p-content .swiper-container-3d .swiper-slide-shadow-left,
.home .p-content .swiper-container-3d .swiper-slide-shadow-right,
.home .p-content .swiper-container-3d .swiper-slide-shadow-top,
.home .p-content .swiper-container-3d .swiper-slide-shadow-bottom,
.single-recipe .p-content .swiper-container-3d .swiper-slide-shadow-left,
.single-recipe .p-content .swiper-container-3d .swiper-slide-shadow-right,
.single-recipe .p-content .swiper-container-3d .swiper-slide-shadow-top,
.single-recipe .p-content .swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.home .p-content .swiper-container-3d .swiper-slide-shadow-left,
.single-recipe .p-content .swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.home .p-content .swiper-container-3d .swiper-slide-shadow-right,
.single-recipe .p-content .swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.home .p-content .swiper-container-3d .swiper-slide-shadow-top,
.single-recipe .p-content .swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.home .p-content .swiper-container-3d .swiper-slide-shadow-bottom,
.single-recipe .p-content .swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.home .p-content .swiper-container-css-mode>.swiper-wrapper,
.single-recipe .p-content .swiper-container-css-mode>.swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.home .p-content .swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar,
.single-recipe .p-content .swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.home .p-content .swiper-container-css-mode>.swiper-wrapper>.swiper-slide,
.single-recipe .p-content .swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: start start;
}

.home .p-content .swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper,
.single-recipe .p-content .swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.home .p-content .swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper,
.single-recipe .p-content .swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

.home .p-content :root,
.single-recipe .p-content :root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.home .p-content .swiper-button-prev.swiper-button-disabled,
.home .p-content .swiper-button-next.swiper-button-disabled,
.single-recipe .p-content .swiper-button-prev.swiper-button-disabled,
.single-recipe .p-content .swiper-button-next.swiper-button-disabled {
  opacity: 0.2;
  cursor: auto;
  pointer-events: none;
}

.home .p-content .swiper-button-lock,
.single-recipe .p-content .swiper-button-lock {
  display: none;
}

.home .p-content :root,
.single-recipe .p-content :root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

.home .p-content .swiper-pagination,
.single-recipe .p-content .swiper-pagination {
  transform: translate3d(0, 0, 0);
  margin: 4px 0 40px;
  text-align: center;
  transition: 300ms opacity;
  z-index: 10;
}

@media (max-width: 960px) {

  .home .p-content .swiper-pagination,
  .single-recipe .p-content .swiper-pagination {
    margin: -2px 0 26px;
  }
}

.home .p-content .swiper-pagination.swiper-pagination-hidden,
.single-recipe .p-content .swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.home .p-content .swiper-pagination-fraction,
.home .p-content .swiper-pagination-custom,
.home .p-content .swiper-container-horizontal>.swiper-pagination-bullets,
.single-recipe .p-content .swiper-pagination-fraction,
.single-recipe .p-content .swiper-pagination-custom,
.single-recipe .p-content .swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.home .p-content .swiper-pagination-bullets-dynamic,
.single-recipe .p-content .swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.home .p-content .swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.single-recipe .p-content .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.home .p-content .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.single-recipe .p-content .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.home .p-content .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main,
.single-recipe .p-content .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.home .p-content .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev,
.single-recipe .p-content .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.home .p-content .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev,
.single-recipe .p-content .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.home .p-content .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next,
.single-recipe .p-content .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.home .p-content .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next,
.single-recipe .p-content .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.home .p-content .swiper-pagination-bullet,
.single-recipe .p-content .swiper-pagination-bullet {
  display: inline-block;
  background-color: #d9d9d9;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.home .p-content .swiper-pagination-bullet:last-child,
.single-recipe .p-content .swiper-pagination-bullet:last-child {
  margin: 0;
}

.home .p-content button.swiper-pagination-bullet,
.single-recipe .p-content button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.home .p-content .swiper-pagination-clickable .swiper-pagination-bullet,
.single-recipe .p-content .swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.home .p-content .swiper-pagination-bullet-active,
.single-recipe .p-content .swiper-pagination-bullet-active {
  background-color: #0066dd;
}

.home .p-content .swiper-container-vertical>.swiper-pagination-bullets,
.single-recipe .p-content .swiper-container-vertical>.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.home .p-content .swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,
.single-recipe .p-content .swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.home .p-content .swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.single-recipe .p-content .swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.home .p-content .swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.single-recipe .p-content .swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.home .p-content .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet:not(:first-child),
.single-recipe .p-content .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet:not(:first-child) {
  margin: 0 0 0 16px;
}

.home .p-content .swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.single-recipe .p-content .swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.home .p-content .swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.single-recipe .p-content .swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.home .p-content .swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.single-recipe .p-content .swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

.home .p-content .swiper-pagination-progressbar,
.single-recipe .p-content .swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.home .p-content .swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
.single-recipe .p-content .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.home .p-content .swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
.single-recipe .p-content .swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.home .p-content .swiper-container-horizontal>.swiper-pagination-progressbar,
.home .p-content .swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.single-recipe .p-content .swiper-container-horizontal>.swiper-pagination-progressbar,
.single-recipe .p-content .swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.home .p-content .swiper-container-vertical>.swiper-pagination-progressbar,
.home .p-content .swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.single-recipe .p-content .swiper-container-vertical>.swiper-pagination-progressbar,
.single-recipe .p-content .swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.home .p-content .swiper-pagination-white,
.single-recipe .p-content .swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.home .p-content .swiper-pagination-black,
.single-recipe .p-content .swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.home .p-content .swiper-pagination-lock,
.single-recipe .p-content .swiper-pagination-lock {
  display: none;
}

.home .p-content .swiper-scrollbar,
.single-recipe .p-content .swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.home .p-content .swiper-container-horizontal>.swiper-scrollbar,
.single-recipe .p-content .swiper-container-horizontal>.swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.home .p-content .swiper-container-vertical>.swiper-scrollbar,
.single-recipe .p-content .swiper-container-vertical>.swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.home .p-content .swiper-scrollbar-drag,
.single-recipe .p-content .swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.home .p-content .swiper-scrollbar-cursor-drag,
.single-recipe .p-content .swiper-scrollbar-cursor-drag {
  cursor: move;
}

.home .p-content .swiper-scrollbar-lock,
.single-recipe .p-content .swiper-scrollbar-lock {
  display: none;
}

.home .p-content .swiper-zoom-container,
.single-recipe .p-content .swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.home .p-content .swiper-zoom-container>img,
.home .p-content .swiper-zoom-container>svg,
.home .p-content .swiper-zoom-container>canvas,
.single-recipe .p-content .swiper-zoom-container>img,
.single-recipe .p-content .swiper-zoom-container>svg,
.single-recipe .p-content .swiper-zoom-container>canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.home .p-content .swiper-slide-zoomed,
.single-recipe .p-content .swiper-slide-zoomed {
  cursor: move;
}

.home .p-content :root,
.single-recipe .p-content :root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.home .p-content .swiper-lazy-preloader,
.single-recipe .p-content .swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.home .p-content .swiper-lazy-preloader-white,
.single-recipe .p-content .swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.home .p-content .swiper-lazy-preloader-black,
.single-recipe .p-content .swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

.home .p-content .swiper-container .swiper-notification,
.single-recipe .p-content .swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.home .p-content .swiper-container-fade.swiper-container-free-mode .swiper-slide,
.single-recipe .p-content .swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.home .p-content .swiper-container-fade .swiper-slide,
.single-recipe .p-content .swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.home .p-content .swiper-container-fade .swiper-slide .swiper-slide,
.single-recipe .p-content .swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.home .p-content .swiper-container-fade .swiper-slide-active,
.home .p-content .swiper-container-fade .swiper-slide-active .swiper-slide-active,
.single-recipe .p-content .swiper-container-fade .swiper-slide-active,
.single-recipe .p-content .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.home .p-content .swiper-container-cube,
.single-recipe .p-content .swiper-container-cube {
  overflow: visible;
}

.home .p-content .swiper-container-cube .swiper-slide,
.single-recipe .p-content .swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.home .p-content .swiper-container-cube .swiper-slide .swiper-slide,
.single-recipe .p-content .swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.home .p-content .swiper-container-cube.swiper-container-rtl .swiper-slide,
.single-recipe .p-content .swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.home .p-content .swiper-container-cube .swiper-slide-active,
.home .p-content .swiper-container-cube .swiper-slide-active .swiper-slide-active,
.single-recipe .p-content .swiper-container-cube .swiper-slide-active,
.single-recipe .p-content .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.home .p-content .swiper-container-cube .swiper-slide-active,
.home .p-content .swiper-container-cube .swiper-slide-next,
.home .p-content .swiper-container-cube .swiper-slide-prev,
.home .p-content .swiper-container-cube .swiper-slide-next+.swiper-slide,
.single-recipe .p-content .swiper-container-cube .swiper-slide-active,
.single-recipe .p-content .swiper-container-cube .swiper-slide-next,
.single-recipe .p-content .swiper-container-cube .swiper-slide-prev,
.single-recipe .p-content .swiper-container-cube .swiper-slide-next+.swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.home .p-content .swiper-container-cube .swiper-slide-shadow-top,
.home .p-content .swiper-container-cube .swiper-slide-shadow-bottom,
.home .p-content .swiper-container-cube .swiper-slide-shadow-left,
.home .p-content .swiper-container-cube .swiper-slide-shadow-right,
.single-recipe .p-content .swiper-container-cube .swiper-slide-shadow-top,
.single-recipe .p-content .swiper-container-cube .swiper-slide-shadow-bottom,
.single-recipe .p-content .swiper-container-cube .swiper-slide-shadow-left,
.single-recipe .p-content .swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.home .p-content .swiper-container-cube .swiper-cube-shadow,
.single-recipe .p-content .swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0;
}

.home .p-content .swiper-container-flip,
.single-recipe .p-content .swiper-container-flip {
  overflow: visible;
}

.home .p-content .swiper-container-flip .swiper-slide,
.single-recipe .p-content .swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.home .p-content .swiper-container-flip .swiper-slide .swiper-slide,
.single-recipe .p-content .swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.home .p-content .swiper-container-flip .swiper-slide-active,
.home .p-content .swiper-container-flip .swiper-slide-active .swiper-slide-active,
.single-recipe .p-content .swiper-container-flip .swiper-slide-active,
.single-recipe .p-content .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.home .p-content .swiper-container-flip .swiper-slide-shadow-top,
.home .p-content .swiper-container-flip .swiper-slide-shadow-bottom,
.home .p-content .swiper-container-flip .swiper-slide-shadow-left,
.home .p-content .swiper-container-flip .swiper-slide-shadow-right,
.single-recipe .p-content .swiper-container-flip .swiper-slide-shadow-top,
.single-recipe .p-content .swiper-container-flip .swiper-slide-shadow-bottom,
.single-recipe .p-content .swiper-container-flip .swiper-slide-shadow-left,
.single-recipe .p-content .swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.page-category .p-mainvisual__campaign a picture,
.category .p-mainvisual__campaign a picture {
  width: 744px;
}

@media (max-width: 960px) {

  .page-category .p-mainvisual__campaign a picture,
  .category .p-mainvisual__campaign a picture {
    width: 320px;
  }
}

.page-category .p-mainvisual__mv h1,
.category .p-mainvisual__mv h1 {
  width: auto;
  color: #fff;
  font-size: 6rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
  white-space: nowrap;
}

@media (max-width: 960px) {

  .page-category .p-mainvisual__mv h1,
  .category .p-mainvisual__mv h1 {
    font-size: 3.2rem;
  }
}

.page-category .p-mainvisual__mv h1 figure,
.category .p-mainvisual__mv h1 figure {
  width: 208px;
  margin: -14px auto 28px;
}

@media (max-width: 960px) {

  .page-category .p-mainvisual__mv h1 figure,
  .category .p-mainvisual__mv h1 figure {
    width: 104px;
    margin: -4px auto 14px;
  }
}

.page-category .p-mainvisual__mv h1 span,
.category .p-mainvisual__mv h1 span {
  display: block;
  font-size: 2.6rem;
  line-height: 1.5;
}

@media (max-width: 960px) {

  .page-category .p-mainvisual__mv h1 span,
  .category .p-mainvisual__mv h1 span {
    font-size: 1.5rem;
  }
}

@media (max-width: 960px) {

  .page-category .p-content,
  .category .p-content {
    padding: 0 0 50px;
  }
}

@media (max-width: 960px) {

  .page-detail .p-content,
  .single .p-content {
    padding: 0 0 50px;
  }
}

.page-detail .l-inner,
.single .l-inner {
  align-items: flex-start;
}

.page-detail .c-editor__main__detail,
.single .c-editor__main__detail {
  position: relative;
}

.page-detail .c-editor__main__detail .-background2,
.single .c-editor__main__detail .-background2 {
  position: absolute;
  top: 1200px;
  left: -350px;
  transform: scale(-1, 1) rotate(-15deg);
  width: 320px;
  height: 320px;
  margin: 0;
  filter: grayscale(1);
  opacity: 0.3;
  pointer-events: none;
  z-index: -1;
}

.page-detail .c-editor__main__detail .-background3,
.single .c-editor__main__detail .-background3 {
  position: absolute;
  top: 1800px;
  right: -420px;
  width: 400px;
  height: 316px;
  margin: 0;
  filter: grayscale(1);
  opacity: 0.3;
  pointer-events: none;
  z-index: -1;
}

.page-detail .c-editor__main__detail .-background4,
.single .c-editor__main__detail .-background4 {
  position: absolute;
  top: 2400px;
  left: -400px;
  width: 400px;
  height: 400px;
  margin: 0;
  filter: grayscale(1);
  opacity: 0.3;
  pointer-events: none;
  z-index: -1;
}

.page-detail .c-editor__main__detail .-background5,
.single .c-editor__main__detail .-background5 {
  position: absolute;
  top: 3000px;
  right: -420px;
  transform: scale(-1, 1) rotate(-10deg);
  width: 400px;
  height: 265px;
  margin: 0;
  filter: grayscale(1);
  opacity: 0.3;
  pointer-events: none;
  z-index: -1;
}

.page-detail .c-editor__main__detail .-background6,
.single .c-editor__main__detail .-background6 {
  position: absolute;
  top: 3600px;
  left: -350px;
  transform: scale(-1, 1) rotate(-15deg);
  width: 320px;
  height: 320px;
  margin: 0;
  filter: grayscale(1);
  opacity: 0.3;
  pointer-events: none;
  z-index: -1;
}

.page-detail .c-editor__main__detail .-background7,
.single .c-editor__main__detail .-background7 {
  position: absolute;
  top: 4200px;
  right: -420px;
  width: 400px;
  height: 282px;
  margin: 0;
  filter: grayscale(1);
  opacity: 0.3;
  pointer-events: none;
  z-index: -1;
}

.page-detail .c-editor__main__detail .-background8,
.single .c-editor__main__detail .-background8 {
  position: absolute;
  top: 4800px;
  left: -420px;
  width: 400px;
  height: 400px;
  margin: 0;
  filter: grayscale(1);
  opacity: 0.3;
  pointer-events: none;
  z-index: -1;
}

.page-detail .c-editor__main__detail .-background9,
.single .c-editor__main__detail .-background9 {
  position: absolute;
  top: 5400px;
  right: -390px;
  width: 320px;
  height: 243px;
  margin: 0;
  filter: grayscale(1);
  opacity: 0.3;
  pointer-events: none;
  z-index: -1;
}

.page-detail .c-editor__main__detail .-background10,
.single .c-editor__main__detail .-background10 {
  position: absolute;
  top: 6000px;
  left: -350px;
  transform: scale(-1, 1) rotate(-15deg);
  width: 320px;
  height: 320px;
  margin: 0;
  filter: grayscale(1);
  opacity: 0.3;
  pointer-events: none;
  z-index: -1;
}

.page-detail .c-editor__main__detail .-background11,
.single .c-editor__main__detail .-background11 {
  position: absolute;
  top: 6600px;
  right: -420px;
  width: 400px;
  height: 316px;
  margin: 0;
  filter: grayscale(1);
  opacity: 0.3;
  pointer-events: none;
  z-index: -1;
}

.page-detail .c-editor__main__detail .-background12,
.single .c-editor__main__detail .-background12 {
  position: absolute;
  top: 7200px;
  left: -420px;
  width: 400px;
  height: 400px;
  margin: 0;
  filter: grayscale(1);
  opacity: 0.3;
  pointer-events: none;
  z-index: -1;
}

.page-detail .c-editor__main__detail .-background13,
.single .c-editor__main__detail .-background13 {
  position: absolute;
  top: 7800px;
  right: -460px;
  width: 400px;
  height: 265px;
  margin: 0;
  filter: grayscale(1);
  opacity: 0.3;
  pointer-events: none;
  z-index: -1;
}

.page-detail .p-content__side,
.single .p-content__side {
  position: relative;
}

.page-detail .p-content__side::before,
.single .p-content__side::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -310px;
  background-image: url("../images/category/img_background1.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  filter: grayscale(1);
  width: 320px;
  height: 243px;
  opacity: 0.3;
  pointer-events: none;
  z-index: -1;
}

@media (max-width: 960px) {

  .page-recipe .p-content,
  .single-recipe .p-content {
    padding: 0 0 50px;
  }
}

.page-recipe .p-content__side::before,
.single-recipe .p-content__side::before {
  display: none;
}

/* modaal */
@media (max-width: 960px) {
  .modaal-gallery-control {
    width: 38px !important;
    height: 38px !important;
    bottom: 40% !important;
  }

  .modaal-gallery-control::after,
  .modaal-gallery-control::before {
    top: 12px !important;
    left: 17px !important;
    width: 4px !important;
    height: 12px !important;
  }

  .modaal-gallery-prev {
    left: -18px !important;
  }

  .modaal-gallery-next {
    right: -18px !important;
  }

  .modaal-gallery-prev::after,
  .modaal-gallery-next::before {
    margin: -3px 0 0 !important;
  }

  .modaal-gallery-next::after,
  .modaal-gallery-prev::before {
    margin: 3px 0 0 !important;
  }

  .modaal-gallery-control:focus,
  .modaal-gallery-control:hover {
    background: rgba(0, 0, 0, .7) !important;
  }
}



/* 汎用スタイル（Tailwind参考） */
.c-editor .p-0 {
  padding: 0;
}

.c-editor .p-1 {
  padding: .75rem 1rem;
}

.c-editor .p-2 {
  padding: 1rem 2rem;
}

.c-editor .p-3 {
  padding: 1.5rem 3rem;
}

.c-editor .rounded {
  border-radius: 1.25rem;
}

.c-editor .rounded-blue {
  /* 枠囲みの青背景 */
  border-radius: 1.25rem;
  background-color: #e5effc;
  padding: 1.25em 1.75em;
  margin: 1em auto;
}

.c-editor .rounded-blue li {
  margin: .2em 0 .2em 1em;
  text-indent: -1.5em;
}

.c-editor ol.has-background,
.c-editor ul.has-background {
  padding: 1.25em 1.75em !important;
  margin: 1em auto;
}

/* 番号付きリスト（カッコ） */
.c-editor .list-style-paren {
  background-color: #e5effc;
  border-radius: 1.25rem;
  padding: 1.25em 1.75em 1.25em 2.75em;
}

.c-editor .list-style-paren li {
  list-style-type: none;
  counter-increment: cnt;
  position: relative;
}

.c-editor .list-style-paren li:before {
  content: "(" counter(cnt) ")";
  display: inline-block;
  margin-left: -3.5em;
  width: 3em;
  text-align: right;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 960px) {
  .c-editor .list-style-paren {
    padding: .5em .5em .5em 2em;
  }
}

/* ブログカード (functions.phpで定義) */
.blogcard {
  line-height: 1;
  background-color: #f7f7f7;
  border: 1px solid #eeeeee;
  word-wrap: break-word;
  box-shadow: 0 0 10px 6px rgba(0, 0, 0, .025);
  position: relative;
  margin: 2em 0;
  padding: 20px;
}

.blogcard dt {
  top: -24px;
}

.blogcard a {
  display: block;
  text-decoration: none;
  opacity: 1;
  transition: all 0.2s ease;
  overflow: hidden;
}

.blogcard a:hover {
  opacity: 0.75;
}

.blogcard_thumbnail {
  float: left;
  padding-right: 20px;
}

.blogcard_thumbnail img {
  width: 240px;
  height: 160px;
  object-fit: cover;
}

.blogcard_title {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.4;
}

.blogcard_excerpt {
  font-size: 0.85em;
  line-height: 1.6;
}

@media (max-width: 960px) {
  .blogcard {
    margin: 2em 0;
    padding: 16px;
  }

  .blogcard_thumbnail {
    padding-right: 12px;
  }

  .blogcard_thumbnail img {
    width: 90px;
    height: 60px;
  }

  .blogcard_title {
    font-size: 0.9em;
  }

  .blogcard_excerpt {
    display: none;
  }
}


/* Alignment Classes ------------------------- */

.alignnone,
.aligncenter,
.alignleft,
.alignright,
.alignwide {
  margin-top: 4rem;
  margin-right: auto;
  margin-bottom: 4rem;
  margin-left: auto;
}

[class*="__inner-container"]>*:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright) {
  margin-left: auto;
  margin-right: auto;
}

/* Full */

.alignfull {
  margin-top: 5rem;
  margin-right: auto;
  margin-bottom: 5rem;
  margin-left: auto;
  max-width: 100vw;
  position: relative;
  width: 100%;
}

[class*="__inner-container"]>.alignfull {
  max-width: 100%;
}

/* Wide */

.alignwide {
  max-width: 120rem;
  position: relative;
  width: calc(100% - 4rem);
}

[class*="__inner-container"]>.alignwide {
  width: 100%;
}

/* Center */

.aligncenter,
.aligncenter img {
  margin-left: auto;
  margin-right: auto;
}

/* Left and right */

.alignleft,
.alignright {
  max-width: 50%;
}

.alignleft {

  /*rtl:ignore*/
  float: left;
  margin: 0 2rem 0 0;
}

.alignright {

  /*rtl:ignore*/
  float: right;
  margin: 0 0 0 2rem;
}

[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"]>.alignleft,
[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"]>p .alignleft,
[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"]>.wp-block-image .alignleft {

  /*rtl:ignore*/
  margin-left: 2rem;
}

[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"]>.alignright,
[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"]>p .alignright,
[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"]>.wp-block-image .alignright {

  /*rtl:ignore*/
  margin-right: 2rem;
}

/* Entry Media ------------------------------- */

.alignfull>figcaption,
.alignfull>.wp-caption-text {
  margin-left: auto;
  margin-right: auto;
  max-width: 58rem;
  width: calc(100% - 4rem);
}


/* 蛍光マーカーの高さを無理やり指定 */
span[style*="252"] {
  background-image: linear-gradient(transparent 50%, rgba(252, 185, 0, .5) 50%) !important;
}

span[style*="123"] {
  background-image: linear-gradient(transparent 50%, rgba(123, 220, 181, .5) 50%) !important;
}

span[style*="247"] {
  background-image: linear-gradient(transparent 50%, rgba(247, 141, 167, .5) 50%) !important;
}

/* 記事内横並びの商品リンク */
.p-itemlink__container {
  width: 100%;
  height: auto;
  margin: 1rem 0;
  padding: 2rem;
  display: flex;
  gap: 2rem;
  background: url(../images/common/img_bg_gr.webp) #f7f6f3;
}

.p-itemlink__item {
  width: 50%;
  background: #fff;
  position: relative;
  padding: 8px;
}

.p-itemlink__item a {
  display: flex;
  align-items: start;
  flex-wrap: wrap;
  justify-content: space-between;
}

.p-itemlink__item::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f054';
  color: #fff;
  position: absolute;
  text-align: center;
  line-height: 50px;
  font-size: 24px;
  bottom: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #06d;
  cursor: pointer;
}

.p-itemlink__img {
  width: 25%;
  min-width: 150px;
  display: inline-block;
}

.p-itemlink__name {
  width: 53%;
  max-width: calc(100% - 150px);
  font-size: 17px;
  font-weight: 800;
  text-align: right;
  vertical-align: top;
  display: inline-block;
  line-height: 1.5;
}

.p-itemlink__sig {
  width: 95%;
  font-size: 10px;
  font-weight: 800;
  text-align: left;
  display: inline-block;
  color: #8c8c8c;
}

.p-itemlink__price {
  width: 95%;
  font-size: 18px;
  font-weight: 800;
  text-align: left;
  vertical-align: bottom;
  display: inline-block;
  color: #c10000;
}

.p-itemlink__item:hover::after,
.p-itemlink__item:hover>* {
  opacity: 0.75;
}

@media (max-width: 768px) {
  .p-itemlink__container {
    flex-direction: column;
    padding: 1rem;
  }

  .p-itemlink__item {
    width: 100%;
    padding: 8px;
  }

  .p-itemlink__name {
    width: 48%;
  }
}

/*ページネーション*/
.nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
  gap: 10px
}

.nav-links a,
.nav-links span {
  display: inline-block;
  min-width: 32px;
  padding: 5px 7px;
  line-height: 1;
  text-align: center;
  color: #fff;
  background-color: #06d;
  border: 2px solid transparent;
}

.nav-links .current {
  background-color: #fff;
  color: #06d;
  border-color: #06d;
}

.nav-links .dots {
  min-width: inherit;
  padding: 5px 0;
  background-color: #fff;
  color: #06d;
}

.nav-links a:hover {
  opacity: 0.75;
}

.nav-links .prev,
.nav-links .next {
  position: relative;
  width: 70px;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}

.nav-links .prev::before,
.nav-links .next::after {
  content: "";
  display: block;
  position: absolute;
  border-top: 1px solid #fff;
  width: 8px;
  height: 8px;
  top: 9px;
}

.nav-links .prev {
  padding-left: 20px;
}

.nav-links .prev::before {
  left: 12px;
  border-left: 1px solid #fff;
  transform: rotate(-45deg);
}

.nav-links .next {
  padding-right: 20px;
}

.nav-links .next::after {
  right: 12px;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}

.p-content__side__recommend figure {
  margin-bottom: 0 !important;
}