@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Kaisei+Opti&family=Marcellus&family=Noto+Sans+JP:wght@100..900&display=swap");
/* ====================
 SIZE SET
==================== */
/* ===================
 MIXIN
==================== */
/*----------------------------------------
	RESET
-----------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul, li {
  list-style: none !important;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

@media only screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}

html {
  font-size: 62.5%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
}
@media only screen and (max-width: 768px) {
  html {
    overflow-x: hidden;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-display: swap;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: justify;
  color: #333333;
  background: url(../img/common/bg.jpg);
  background-size: 605px;
  width: 100%;
  word-wrap: break-word;
  line-height: 1.6;
  letter-spacing: 0.05em;
  overflow: scroll;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  position: relative;
  hanging-punctuation: allow-end;
  margin: 0 auto;
  min-width: 1000px;
}
@media only screen and (max-width: 768px) {
  body {
    min-width: none;
    width: 100%;
    font-size: calc(14 / 375 * 100vw);
    min-width: 0;
  }
}
@media print {
  body {
    -webkit-print-color-adjust: exact;
  }
}
* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #333333;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  opacity: 0.8;
}

@media only screen and (min-width: 769px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
input[type=text],
input[type=password],
textarea,
select {
  outline: none;
}

img,
video {
  max-width: 100%;
  height: auto;
  line-height: 1;
  vertical-align: top;
}

.u-inview,
.u-inview-next {
  -webkit-animation: none !important;
          animation: none !important;
}

/*===================================
オリジナル
===================================*/
.u-mask-up {
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(33%, transparent), color-stop(50%, black));
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, transparent 33%, black 50%);
          mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(33%, transparent), color-stop(50%, black));
          mask-image: linear-gradient(to bottom, transparent 0%, transparent 33%, black 50%);
  -webkit-mask-size: 100% 300%;
          mask-size: 100% 300%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: top;
          mask-position: top;
  -webkit-animation: animate-maskUp 1s ease-out forwards;
          animation: animate-maskUp 1s ease-out forwards;
}
.u-mask-down {
  -webkit-mask-image: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(33%, transparent), color-stop(50%, black));
  -webkit-mask-image: linear-gradient(to top, transparent 0%, transparent 33%, black 50%);
          mask-image: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(33%, transparent), color-stop(50%, black));
          mask-image: linear-gradient(to top, transparent 0%, transparent 33%, black 50%);
  -webkit-mask-size: 100% 300%;
          mask-size: 100% 300%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: bottom;
          mask-position: bottom;
  -webkit-animation: animate-maskDown 1s ease-out forwards;
          animation: animate-maskDown 1s ease-out forwards;
}
@media only screen and (max-width: 768px) {
  .u-mask-down-sp {
    -webkit-mask-image: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(33%, transparent), color-stop(50%, black));
    -webkit-mask-image: linear-gradient(to top, transparent 0%, transparent 33%, black 50%);
            mask-image: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(33%, transparent), color-stop(50%, black));
            mask-image: linear-gradient(to top, transparent 0%, transparent 33%, black 50%);
    -webkit-mask-size: 100% 300%;
            mask-size: 100% 300%;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: bottom;
            mask-position: bottom;
    -webkit-animation: animate-maskDown 1s ease-out forwards;
            animation: animate-maskDown 1s ease-out forwards;
  }
}
.u-mask-left {
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(33%, transparent), color-stop(50%, black));
  -webkit-mask-image: linear-gradient(to right, transparent 0%, transparent 33%, black 50%);
          mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(33%, transparent), color-stop(50%, black));
          mask-image: linear-gradient(to right, transparent 0%, transparent 33%, black 50%);
  -webkit-mask-size: 300% 100%;
          mask-size: 300% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: left;
          mask-position: left;
  -webkit-animation: animate-maskLeft 1s ease-out forwards;
          animation: animate-maskLeft 1s ease-out forwards;
}
.u-mask-right {
  -webkit-mask-image: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(33%, transparent), color-stop(50%, black));
  -webkit-mask-image: linear-gradient(to left, transparent 0%, transparent 33%, black 50%);
          mask-image: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(33%, transparent), color-stop(50%, black));
          mask-image: linear-gradient(to left, transparent 0%, transparent 33%, black 50%);
  -webkit-mask-size: 300% 100%;
          mask-size: 300% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: right;
          mask-position: right;
  -webkit-animation: animate-maskRight 1s ease-out forwards;
          animation: animate-maskRight 1s ease-out forwards;
}

/* アニメーション定義 */
@-webkit-keyframes animate-maskUp {
  to {
    -webkit-mask-position: bottom;
            mask-position: bottom;
  }
}
@keyframes animate-maskUp {
  to {
    -webkit-mask-position: bottom;
            mask-position: bottom;
  }
}
@-webkit-keyframes animate-maskDown {
  to {
    -webkit-mask-position: top;
            mask-position: top;
  }
}
@keyframes animate-maskDown {
  to {
    -webkit-mask-position: top;
            mask-position: top;
  }
}
@-webkit-keyframes animate-maskLeft {
  to {
    -webkit-mask-position: right;
            mask-position: right;
  }
}
@keyframes animate-maskLeft {
  to {
    -webkit-mask-position: right;
            mask-position: right;
  }
}
@-webkit-keyframes animate-maskRight {
  to {
    -webkit-mask-position: left;
            mask-position: left;
  }
}
@keyframes animate-maskRight {
  to {
    -webkit-mask-position: left;
            mask-position: left;
  }
}
/*===================================
フェードイン
===================================*/
.u-fade-in {
  opacity: 0;
  -webkit-animation: animate-fadein 0.8s forwards;
          animation: animate-fadein 0.8s forwards;
}
.u-fade-up {
  opacity: 0;
  -webkit-animation: animate-fadeUp 0.8s forwards;
          animation: animate-fadeUp 0.8s forwards;
}
.u-fade-down {
  opacity: 0;
  -webkit-animation: animate-fadeDown 0.8s forwards;
          animation: animate-fadeDown 0.8s forwards;
}
.u-fade-left {
  opacity: 0;
  -webkit-animation: animate-fadeInLeft 0.8s forwards;
          animation: animate-fadeInLeft 0.8s forwards;
}
.u-fade-right {
  opacity: 0;
  -webkit-animation: animate-fadeInRight 0.8s forwards;
          animation: animate-fadeInRight 0.8s forwards;
}

@-webkit-keyframes animate-fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes animate-fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes animate-fadeUp {
  from {
    opacity: 0;
    -webkit-transform: translate(0, 25px);
            transform: translate(0, 25px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@keyframes animate-fadeUp {
  from {
    opacity: 0;
    -webkit-transform: translate(0, 25px);
            transform: translate(0, 25px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@-webkit-keyframes animate-fadeDown {
  from {
    opacity: 0;
    -webkit-transform: translate(0, -50px);
            transform: translate(0, -50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@keyframes animate-fadeDown {
  from {
    opacity: 0;
    -webkit-transform: translate(0, -50px);
            transform: translate(0, -50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@-webkit-keyframes animate-fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate(-50px, 0);
            transform: translate(-50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@keyframes animate-fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate(-50px, 0);
            transform: translate(-50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@-webkit-keyframes animate-fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate(50px, 0);
            transform: translate(50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@keyframes animate-fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate(50px, 0);
            transform: translate(50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
/*===================================
回転
===================================*/
.rotateX {
  -webkit-animation: animate-rotateX 8s forwards;
          animation: animate-rotateX 8s forwards;
}

.rotateXcenter {
  -webkit-animation: animate-rotateX 8s forwards;
          animation: animate-rotateX 8s forwards;
}

@-webkit-keyframes animate-rotateX {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes animate-rotateX {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes animate-rotateXcenter {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes animate-rotateXcenter {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
/*==================================================
スーッ
===================================*/
.slideIn {
  -webkit-animation: animate-slideIn 0.4s linear forwards;
          animation: animate-slideIn 0.4s linear forwards;
}

@-webkit-keyframes animate-slideIn {
  from {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes animate-slideIn {
  from {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
/*==================================================
滑らかに変形して出現
===================================*/
.smooth {
  -webkit-animation: animate-smooth 1s forwards;
          animation: animate-smooth 1s forwards;
  -webkit-transform-origin: left;
          transform-origin: left;
  opacity: 0;
}

@-webkit-keyframes animate-smooth {
  from {
    -webkit-transform: translate3d(0, 100%, 0) skewY(12deg);
            transform: translate3d(0, 100%, 0) skewY(12deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0) skewY(0);
            transform: translate3d(0, 0, 0) skewY(0);
    opacity: 1;
  }
}

@keyframes animate-smooth {
  from {
    -webkit-transform: translate3d(0, 100%, 0) skewY(12deg);
            transform: translate3d(0, 100%, 0) skewY(12deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0) skewY(0);
            transform: translate3d(0, 0, 0) skewY(0);
    opacity: 1;
  }
}
/*===================================
画面サイズ 
===================================*/
.c-inner {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.c-outer {
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 1600px) {
  .fullWidth {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .c-outer {
    width: 95%;
  }
}
@media screen and (max-width: 1000px) {
  .c-inner {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  .c-inner {
    width: 90%;
  }
  .c-outer {
    width: 90%;
  }
}
.c-blk-com {
  width: 100vw;
  margin-left: -350px;
  padding-right: 40px;
  min-width: 1000px;
}
.c-blk-com__inner {
  margin-left: 350px;
}
@media only screen and (max-width: 768px) {
  .c-blk-com {
    margin-left: calc(50% - 50vw);
    padding-right: 0;
    min-width: auto;
  }
  .c-blk-com__inner {
    margin-left: 0;
    padding-inline: 5%;
  }
}

.c-blk-w1000 {
  max-width: 1000px;
  margin: 0 auto;
}

.c-btn {
  width: 350px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background: #b8583c;
  border: 1px solid #b8583c;
  border-radius: 50px;
  position: relative;
  line-height: 1;
  font-size: 2rem;
  position: relative;
  font-family: "Kaisei Opti", serif;
}
.c-btn::after {
  content: "";
  display: block;
  width: 6px;
  height: 7px;
  background: #fff;
  -webkit-mask-image: url(../img/common/icon_arw.svg);
          mask-image: url(../img/common/icon_arw.svg);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (min-width: 769px) {
  .c-btn:hover {
    background: #fff;
    color: #b8583c;
  }
  .c-btn:hover::after {
    background: #b8583c;
  }
}
@media only screen and (max-width: 768px) {
  .c-btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: calc(232 / 375 * 100vw);
    height: calc(50 / 375 * 100vw);
    border-radius: calc(50 / 375 * 100vw);
    font-size: calc(16 / 375 * 100vw);
    font-family: "Kaisei Opti", serif;
    letter-spacing: 0;
    padding-inline: calc(40 / 375 * 100vw);
  }
  .c-btn::after {
    width: calc(6 / 375 * 100vw);
    height: calc(7 / 375 * 100vw);
    right: calc(15 / 375 * 100vw);
  }
}

.c-btn-video {
  width: 23px;
  height: 23px;
  display: block;
  position: relative;
  border: 1px solid #b8583c;
  border-radius: 50%;
  background: #fff;
}
.c-btn-video::after {
  background: #b8583c;
}
.c-btn-video--play::after {
  content: "";
  width: 10px;
  height: 11px;
  display: block;
  -webkit-mask-image: url(../img/common/icon_play.svg);
          mask-image: url(../img/common/icon_play.svg);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 55%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.c-btn-video--stop::after {
  content: "";
  width: 10px;
  height: 11px;
  display: block;
  background: #b8583c;
  -webkit-mask-image: url(../img/common/icon_stop.svg);
          mask-image: url(../img/common/icon_stop.svg);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.c-btn-video.is-active {
  background: #b8583c;
}
.c-btn-video.is-active::after {
  background: #fff;
}
@media only screen and (max-width: 768px) {
  .c-btn-video {
    width: calc(23 / 375 * 100vw);
    height: calc(23 / 375 * 100vw);
    border: calc(1 / 375 * 100vw) solid #b8583c;
  }
  .c-btn-video--play::after {
    width: calc(10 / 375 * 100vw);
    height: calc(11 / 375 * 100vw);
  }
  .c-btn-video--stop::after {
    width: calc(10 / 375 * 100vw);
    height: calc(11 / 375 * 100vw);
  }
}

.c-btn-slick {
  width: 50px;
  height: 50px;
  background: #b8583c;
  border-radius: 50%;
  z-index: 5;
}
.c-btn-slick::before {
  content: "";
  width: 15px;
  height: 22px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 1;
}
.c-btn-slick--prev::before {
  left: 48%;
  background: url(../img/common/icon_slick_arw_left.svg) no-repeat;
  background-position: center;
  background-size: contain;
}
.c-btn-slick--next::before {
  left: 52%;
  background: url(../img/common/icon_slick_arw_right.svg) no-repeat;
  background-position: center;
  background-size: contain;
}
.c-btn-slick:hover, .c-btn-slick:focus {
  background: #b8583c;
  opacity: 0.8;
}
@media only screen and (max-width: 768px) {
  .c-btn-slick {
    width: calc(40 / 375 * 100vw);
    height: calc(40 / 375 * 100vw);
  }
  .c-btn-slick::before {
    content: "";
    width: calc(12 / 375 * 100vw);
    height: calc(18 / 375 * 100vw);
  }
  .c-btn-slick--prev::before {
    left: 48%;
  }
  .c-btn-slick--next::before {
    left: 52%;
  }
}

.c-btn-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 60px;
}
.c-btn-category__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 150px;
  height: 60px;
  line-height: 1;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  border-radius: 60px;
  color: #fff;
  background: #333;
}
.c-btn-category__btn.--orange {
  background: url(../img/common/ctg_recipe_org.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.c-btn-category__btn.--blue {
  background: url(../img/common/ctg_recipe_blue.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.c-btn-category__btn.--red {
  background: url(../img/common/ctg_recipe_red.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.c-btn-category__btn.--green {
  background: url(../img/common/ctg_recipe_grn.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.c-btn-category__btn.--brown {
  background: url(../img/common/ctg_recipe_br.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.c-btn-category__btn.--dblue {
  background: url(../img/common/ctg_recipe_dblue.png) no-repeat;
  background-size: cover;
  background-position: center;
}

@media only screen and (max-width: 768px) {
  .c-btn-category {
    gap: calc(10 / 375 * 100vw);
    margin-bottom: calc(60 / 375 * 100vw);
  }
  .c-btn-category__btn {
    width: calc(105 / 375 * 100vw);
    height: calc(50 / 375 * 100vw);
    font-size: calc(18 / 375 * 100vw);
    border-radius: calc(50 / 375 * 100vw);
  }
}
.c-card-info {
  position: relative;
  background: #fff;
  border-radius: 10px;
  padding: 15px;
}
.c-card-info__category {
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  font-family: "Kaisei Opti", serif;
  font-size: 2rem;
  color: #fff;
  position: absolute;
  top: -50px;
  left: -10px;
  z-index: 2;
}
.c-card-info__category.--news {
  background: #78a12f;
}
.c-card-info__category.--event {
  background: #599faa;
}
.c-card-info__category.--other {
  background: #bbb;
}
.c-card-info__img {
  width: 100%;
  height: 0;
  padding-bottom: 57%;
  position: relative;
}
.c-card-info__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-card-info__date {
  font-weight: bold;
  margin: 10px 0 5px;
}
@media only screen and (max-width: 768px) {
  .c-card-info {
    border-radius: calc(10 / 375 * 100vw);
    padding: calc(15 / 375 * 100vw);
  }
  .c-card-info__category {
    width: calc(90 / 375 * 100vw);
    height: calc(90 / 375 * 100vw);
    font-size: calc(16 / 375 * 100vw);
    top: calc(-40 / 375 * 100vw);
  }
  .c-card-info__date {
    margin: calc(10 / 375 * 100vw) 0 0;
  }
}

.c-card-shop__img {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  border-radius: min(3vw, 20px);
  overflow: hidden;
}
.c-card-shop__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-card-shop__name {
  margin-top: 20px;
  font-size: 2.4rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.c-card-shop__other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px 10px;
}
.c-card-shop__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-card-shop__category span:not(:first-child) {
  display: none;
}
.c-card-shop__map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: underline;
  gap: 10px;
}
.c-card-shop__map img {
  width: 22px;
}
@media only screen and (max-width: 768px) {
  .c-card-shop__img {
    border-radius: calc(20 / 375 * 100vw);
    overflow: hidden;
  }
  .c-card-shop__name {
    margin-top: calc(20 / 375 * 100vw);
    font-size: calc(20 / 375 * 100vw);
  }
  .c-card-shop__other {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: calc(10 / 375 * 100vw);
  }
  .c-card-shop__category span {
    gap: calc(5 / 375 * 100vw);
  }
  .c-card-shop__map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: underline;
    gap: calc(5 / 375 * 100vw);
  }
  .c-card-shop__map img {
    width: calc(17 / 375 * 100vw);
  }
}

.c-card-recipe__img {
  border-radius: 25px;
  padding: 15px;
  background: #b8583c;
}
.c-card-recipe__img span {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  border-radius: 20px;
  display: block;
  overflow: hidden;
}
.c-card-recipe__img span img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-card-recipe__textarea {
  padding: 25px 0;
  text-align: center;
}
.c-card-recipe__name {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.c-card-recipe__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
  .c-card-recipe__img {
    border-radius: calc(15 / 375 * 100vw);
    padding: calc(15 / 375 * 100vw);
  }
  .c-card-recipe__img span {
    border-radius: calc(10 / 375 * 100vw);
  }
  .c-card-recipe__textarea {
    padding: calc(25 / 375 * 100vw) 0 0;
  }
  .c-card-recipe__name {
    font-size: calc(18 / 375 * 100vw);
    margin-bottom: calc(20 / 375 * 100vw);
  }
}
.c-card-shop01__img {
  width: 100%;
  height: 0;
  padding-bottom: 57%;
  position: relative;
}
.c-card-shop01__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-card-shop01__textarea {
  padding-top: 10px;
}
.c-card-shop01__name {
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: 500;
  margin-bottom: 5px;
}
.c-card-shop01__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
}
.c-card-shop01__category {
  margin-top: 10px;
}

@media only screen and (max-width: 768px) {
  .c-card-shop01__textarea {
    padding-top: calc(10 / 375 * 100vw);
  }
  .c-card-shop01__name {
    font-size: calc(18 / 375 * 100vw);
    margin-bottom: calc(6 / 375 * 100vw);
  }
  .c-card-shop01__area {
    gap: calc(5 / 375 * 100vw);
  }
  .c-card-shop01__category {
    margin-top: calc(10 / 375 * 100vw);
  }
}
.c-fonts-kaisei {
  font-family: "Kaisei Opti", serif;
}

.c-fonts-marce {
  font-family: "Marcellus", serif;
}

.splide .splide__arrows {
  display: none;
}
.splide.is-overflow .splide__arrows {
  display: block;
}

.c-ttl-enja {
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 40px;
  font-family: "Kaisei Opti", serif;
}
.c-ttl-enja span {
  font-family: "Marcellus", serif;
  color: #b8583c;
  display: block;
  font-weight: 400;
  margin-bottom: 5px;
}
.c-ttl-enja.--center {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .c-ttl-enja {
    font-size: calc(24 / 375 * 100vw);
    margin-bottom: calc(30 / 375 * 100vw);
  }
  .c-ttl-enja span {
    font-size: calc(20 / 375 * 100vw);
    margin-bottom: calc(5 / 375 * 100vw);
  }
  .c-ttl-enja.--center-sp {
    text-align: center;
  }
}

.c-txt-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2rem;
  color: #fff;
  height: 30px;
  padding-inline: 15px;
  background: #333333;
  border-radius: 30px;
}
.c-txt-category.--orange {
  background: url(../img/common/ctg_recipe_org.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.c-txt-category.--blue {
  background: url(../img/common/ctg_recipe_blue.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.c-txt-category.--red {
  background: url(../img/common/ctg_recipe_red.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.c-txt-category.--green {
  background: url(../img/common/ctg_recipe_grn.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.c-txt-category.--brown {
  background: url(../img/common/ctg_recipe_br.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.c-txt-category.--dblue {
  background: url(../img/common/ctg_recipe_dblue.png) no-repeat;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 768px) {
  .c-txt-category {
    font-size: calc(16 / 375 * 100vw);
    height: calc(35 / 375 * 100vw);
    padding-inline: calc(10 / 375 * 100vw);
    background: #333333;
    border-radius: calc(35 / 375 * 100vw);
    min-width: calc(75 / 375 * 100vw);
  }
}

.c-txt-recipe-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 7px;
}
.c-txt-recipe-category.--left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.c-txt-recipe-category__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80px;
  height: 25px;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  border-radius: 25px;
  color: #fff;
}
.c-txt-recipe-category__block.--orange {
  background: url(../img/common/ctg_recipe_org.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.c-txt-recipe-category__block.--blue {
  background: url(../img/common/ctg_recipe_blue.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.c-txt-recipe-category__block.--red {
  background: url(../img/common/ctg_recipe_red.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.c-txt-recipe-category__block.--green {
  background: url(../img/common/ctg_recipe_grn.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.c-txt-recipe-category__block.--brown {
  background: url(../img/common/ctg_recipe_br.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.c-txt-recipe-category__block.--dblue {
  background: url(../img/common/ctg_recipe_dblue.png) no-repeat;
  background-size: cover;
  background-position: center;
}

@media only screen and (max-width: 768px) {
  .c-txt-recipe-category {
    gap: calc(10 / 375 * 100vw);
  }
  .c-txt-recipe-category__block {
    width: calc(67 / 375 * 100vw);
    height: calc(24 / 375 * 100vw);
    font-size: calc(14 / 375 * 100vw);
    border-radius: calc(24 / 375 * 100vw);
  }
}
.c-txt-area {
  display: inline-block;
  border: 1px solid #333333;
  min-width: 120px;
  height: 25px;
  line-height: 1;
  border-radius: 30px;
  padding: 3px 13px 5px 25px;
  position: relative;
}
.c-txt-area::before {
  content: "";
  display: block;
  width: 10px;
  height: 15px;
  background: url(../img/common/icon_pin.svg) no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: calc(50% - 7px);
  left: 10px;
}
.c-txt-area.--noboder {
  border: none;
}
.c-txt-area.--noboder::before {
  width: 20px;
  height: 25px;
  top: auto;
  bottom: 3px;
  left: 0;
}

@media only screen and (max-width: 768px) {
  .c-txt-area {
    border: calc(1 / 375 * 100vw) solid #333333;
    min-width: calc(115 / 375 * 100vw);
    height: calc(25 / 375 * 100vw);
    border-radius: calc(25 / 375 * 100vw);
    padding: calc(3 / 375 * 100vw) calc(13 / 375 * 100vw) calc(5 / 375 * 100vw) calc(25 / 375 * 100vw);
    font-size: calc(14 / 375 * 100vw);
  }
  .c-txt-area::before {
    width: calc(10 / 375 * 100vw);
    height: calc(15 / 375 * 100vw);
    top: calc(50% - 7 / 375 * 100vw);
    left: calc(10 / 375 * 100vw);
  }
  .c-txt-area.--noboder {
    padding-left: calc(20 / 375 * 100vw);
  }
  .c-txt-area.--noboder::before {
    width: calc(14 / 375 * 100vw);
    height: calc(20 / 375 * 100vw);
    top: auto;
    bottom: calc(3 / 375 * 100vw);
    left: 0;
  }
}
.em-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 70px;
  gap: 20px;
}
.em-pagination .page-numbers {
  color: #b8583c;
  background-color: #fff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  line-height: 1;
  letter-spacing: 0;
  border-radius: 50%;
}
.em-pagination .page-numbers.current {
  color: #fff;
  background-color: #b8583c;
}
.em-pagination .page-numbers.dots {
  background-color: transparent;
}
.em-pagination .page-numbers.prev, .em-pagination .page-numbers.next {
  width: 50px;
  height: 50px;
  background-color: transparent;
  position: relative;
}
.em-pagination .page-numbers.prev::before, .em-pagination .page-numbers.next::before {
  content: "";
  display: block;
  width: 15px;
  height: 21px;
  background: #b8583c;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.em-pagination .page-numbers.prev {
  margin-right: 30px;
}
.em-pagination .page-numbers.prev::before {
  -webkit-mask-image: url(../img/common/icon_bread_arw_l.svg);
          mask-image: url(../img/common/icon_bread_arw_l.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
}
.em-pagination .page-numbers.next {
  margin-left: 30px;
}
.em-pagination .page-numbers.next::before {
  -webkit-mask-image: url(../img/common/icon_bread_arw_r.svg);
          mask-image: url(../img/common/icon_bread_arw_r.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
}

@media only screen and (max-width: 768px) {
  .em-pagination {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: calc(40 / 375 * 100vw);
    gap: calc(7 / 375 * 100vw);
  }
  .em-pagination .page-numbers {
    width: calc(38 / 375 * 100vw);
    height: calc(38 / 375 * 100vw);
  }
  .em-pagination .page-numbers.prev, .em-pagination .page-numbers.next {
    width: calc(38 / 375 * 100vw);
    height: calc(38 / 375 * 100vw);
  }
  .em-pagination .page-numbers.prev::before, .em-pagination .page-numbers.next::before {
    width: calc(11 / 375 * 100vw);
    height: calc(17 / 375 * 100vw);
  }
  .em-pagination .page-numbers.prev {
    margin-right: calc(13 / 375 * 100vw);
  }
  .em-pagination .page-numbers.next {
    margin-left: calc(13 / 375 * 100vw);
  }
}
.u-mt0 {
  margin-top: 0 !important;
}

.u-mt10 {
  margin-top: 10px;
}

.u-mt20 {
  margin-top: 20px;
}

.u-mt30 {
  margin-top: 30px;
}

.u-mt40 {
  margin-top: 40px;
}

.u-mt50 {
  margin-top: 50px;
}

.u-mt60 {
  margin-top: 60px;
}

.u-mt70 {
  margin-top: 70px;
}

.u-mt80 {
  margin-top: 80px;
}

.u-mt90 {
  margin-top: 90px;
}

.u-mt100 {
  margin-top: 100px;
}

.u-tal {
  text-align: left;
}

.u-tac {
  text-align: center;
}

.u-tac {
  text-align: center;
}

.u-tal {
  text-align: left;
}

.u-tar {
  text-align: right;
}

.u-taj {
  text-align: justify;
}

.u-tdu {
  text-decoration: underline;
}

.u-indent {
  text-indent: -1em;
  padding-left: 1em;
}

.u-fwb {
  font-weight: bold;
}

.u-redCol {
  color: #db0000;
}

@media only screen and (max-width: 768px) {
  .u-mt10 {
    margin-top: 0.6em;
  }
  .u-mt20 {
    margin-top: 1.2em;
  }
  .u-mt30 {
    margin-top: 1.8em;
  }
  .u-mt40 {
    margin-top: 2.4em;
  }
  .u-mt50 {
    margin-top: 3em;
  }
  .u-mt60 {
    margin-top: 3.6em;
  }
  .u-mt70 {
    margin-top: 4.2em;
  }
  .u-mt80 {
    margin-top: 4.8em;
  }
  .u-mt90 {
    margin-top: 5.4em;
  }
  .u-mt100 {
    margin-top: 6em;
  }
}
.l-ft {
  background-color: #9f6934;
  position: relative;
  padding: 70px 0;
  color: #fff;
}
.l-ft-top-bg {
  width: 100%;
  max-width: unset;
  position: absolute;
  bottom: 100%;
  left: 0;
}
.l-ft__inner {
  max-width: 950px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-ft-logo {
  width: 310px;
}
.l-ft-logo a {
  display: block;
  width: 208px;
}
.l-ft-center {
  width: 320px;
  margin-top: 30px;
}
.l-ft-center__name {
  margin-bottom: 30px;
}
.l-ft-center__name strong {
  font-size: 2.4rem;
  display: block;
}
.l-ft-center__address a {
  color: #fff;
}
.l-ft-links {
  width: 330px;
  margin-top: 30px;
}
.l-ft-links ul li:nth-of-type(n+2) {
  margin-top: 5px;
}
.l-ft-links ul li a {
  color: #fff;
  text-decoration: underline;
}
.l-ft-copy {
  margin-top: 50px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .l-ft {
    padding: calc(50 / 375 * 100vw) 0;
  }
  .l-ft__inner {
    display: block;
    padding-inline: 5%;
  }
  .l-ft-logo {
    width: calc(180 / 375 * 100vw);
    margin: 0 auto;
  }
  .l-ft-logo a {
    display: block;
    width: 100%;
  }
  .l-ft-center {
    width: 100%;
    margin-top: calc(30 / 375 * 100vw);
  }
  .l-ft-center__name {
    margin-bottom: calc(30 / 375 * 100vw);
  }
  .l-ft-center__name strong {
    font-size: calc(20 / 375 * 100vw);
  }
  .l-ft-links {
    width: 100%;
    margin-top: calc(30 / 375 * 100vw);
  }
  .l-ft-links ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: calc(8 / 375 * 100vw);
  }
  .l-ft-links ul li {
    width: calc(50% - 8 / 375 * 100vw);
    letter-spacing: 0;
  }
  .l-ft-links ul li:nth-of-type(n+2) {
    margin-top: 0;
  }
  .l-ft-links ul li:nth-of-type(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .l-ft-links ul li:nth-of-type(2) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .l-ft-links ul li:nth-of-type(3) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .l-ft-links ul li:nth-of-type(4) {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .l-ft-links ul li:nth-of-type(5) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .l-ft-links ul li:nth-of-type(6) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .l-ft-links ul li:nth-of-type(7) {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .l-ft-links ul li:nth-of-type(8) {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .l-ft-copy {
    font-size: calc(10 / 375 * 100vw);
    margin-top: calc(35 / 375 * 100vw);
  }
}

.l-hd {
  position: fixed;
  width: 250px;
  height: auto;
  top: 20px;
  margin: 20px;
  background: #fff;
  border-radius: 20px;
  padding: 40px 20px;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  z-index: 100;
}
.l-hd__links {
  margin-top: 40px;
  text-align: center;
}
.l-hd__links a {
  display: block;
}
.l-hd__links a:nth-of-type(n+2) {
  margin-top: 20px;
}
@media only screen and (min-width: 769px) {
  .l-hd__links a:hover {
    opacity: 1;
    color: #b8583c;
  }
}
@media only screen and (max-width: 768px) {
  .l-hd {
    width: 100%;
    height: calc(80 / 375 * 100vw);
    top: 0;
    left: 0;
    background: none;
    border-radius: 0;
    padding: calc(20 / 375 * 100vw) 5% 5%;
    margin: 0;
    -webkit-transition: 0.5 ease;
    transition: 0.5 ease;
  }
  .l-hd.is-bg {
    background: #fff;
    -webkit-box-shadow: 0 calc(2 / 375 * 100vw) calc(6 / 375 * 100vw) rgba(0, 0, 0, 0.1);
            box-shadow: 0 calc(2 / 375 * 100vw) calc(6 / 375 * 100vw) rgba(0, 0, 0, 0.1);
  }
  .l-hd__title {
    width: calc(110 / 375 * 100vw);
    margin: 0 auto;
    position: relative;
    z-index: 10;
  }
  .l-hd-toggle {
    width: calc(60 / 375 * 100vw);
    height: calc(60 / 375 * 100vw);
    border-radius: 50%;
    background: #b8583c;
    position: absolute;
    top: calc(15 / 375 * 100vw);
    right: 5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    color: #fff;
    font-size: calc(10 / 375 * 100vw);
    padding: calc(17 / 375 * 100vw) calc(15 / 375 * 100vw);
    z-index: 10;
  }
  .l-hd-toggle__bar {
    position: relative;
    width: calc(30 / 375 * 100vw);
    height: calc(20 / 375 * 100vw);
  }
  .l-hd-toggle__bar span {
    width: 100%;
    height: calc(3 / 375 * 100vw);
    border-radius: calc(3 / 375 * 100vw);
    background: #fff;
    position: absolute;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .l-hd-toggle__bar span:nth-of-type(1) {
    top: 0;
  }
  .l-hd-toggle__bar span:nth-of-type(2) {
    top: 45%;
  }
  .l-hd-toggle__bar span:nth-of-type(3) {
    top: 90%;
  }
  .l-hd__links {
    position: absolute;
    top: calc(0 / 375 * 100vw);
    left: 100%;
    width: 100%;
    height: 100vh;
    margin-top: calc(0 / 375 * 100vw);
    padding: calc(80 / 375 * 100vw) 0 calc(0 / 375 * 100vw);
    background: url(../img/common/bg.jpg);
    background-size: calc(605 / 375 * 100vw);
    width: 100%;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    overflow: hidden;
  }
  .l-hd__links-inner {
    height: 100%;
    background: none;
    border-radius: calc(0 / 375 * 100vw);
    padding: calc(0 / 375 * 100vw);
    position: relative;
    overflow: scroll;
    position: relative;
  }
  .l-hd__links-sp-wrap {
    overflow: hidden;
    width: 100%;
    height: auto;
    min-height: calc(100vh - 80 / 375 * 100vw);
    position: relative;
    padding: calc(0 / 375 * 100vw) 5% calc(100 / 375 * 100vw);
  }
  .l-hd__links-sp-inner {
    height: auto;
    padding: calc(20 / 375 * 100vw) calc(20 / 375 * 100vw) calc(40 / 375 * 100vw);
    position: relative;
  }
  .l-hd__links-sp-inner::after {
    content: "";
    display: block;
    width: calc(343 / 375 * 100vw);
    height: calc(444 / 375 * 100vw);
    background: url(../img/common/hd_nav_box.png) no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
  .l-hd__links-sp-inner a {
    position: relative;
    z-index: 1;
    display: block;
    padding: calc(7 / 375 * 100vw);
    font-size: calc(20 / 375 * 100vw);
    border-bottom: calc(1 / 375 * 100vw) dotted #b8583c;
  }
  .l-hd__links-sp-inner a:nth-of-type(n+2) {
    margin-top: 0;
  }
  .l-hd__links-deco01 {
    position: absolute;
    bottom: calc(-80 / 375 * 100vw);
    left: calc(-70 / 375 * 100vw);
    width: calc(495 / 375 * 100vw);
    max-width: unset;
    z-index: 5;
  }
  .l-hd__links-deco02 {
    position: absolute;
    width: calc(54 / 375 * 100vw);
    bottom: calc(0 / 375 * 100vw);
    right: calc(5 / 375 * 100vw);
    z-index: 5;
  }
  .l-hd.is-open .l-hd-toggle__bar span:nth-of-type(1) {
    top: 40%;
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  .l-hd.is-open .l-hd-toggle__bar span:nth-of-type(2) {
    display: none;
  }
  .l-hd.is-open .l-hd-toggle__bar span:nth-of-type(3) {
    top: 40%;
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
  .l-hd.is-open .l-hd__links {
    left: 0;
  }
}

.l-nav {
  position: fixed;
  top: -200vh;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1100;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  overflow-y: scroll;
}
.l-nav.open {
  top: 0;
}
.l-nav-inner {
  max-width: 1100px;
  margin: 100px auto;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.l-nav-blk {
  width: 30%;
}
.l-nav-blk:last-child {
  width: 25%;
}
.l-nav-blk .-ttl {
  padding-bottom: 10px;
  border-bottom: 1px solid #333333;
  font-size: 2.2rem;
}
.l-nav-blk .-ttl span {
  display: inline-block;
  margin-left: 5px;
}
.l-nav-blk .-under {
  position: relative;
}
.l-nav-blk .-under__link {
  padding: 10px;
  border-bottom: 1px solid #e6e6e6;
  display: block;
}
.l-nav-blk .-under details summary {
  padding: 10px;
  border-bottom: 1px solid #e6e6e6;
  display: block;
  list-style: none;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.l-nav-blk .-under details summary span {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.l-nav-blk .-under details summary::-webkit-details-marker {
  display: none;
}
.l-nav-blk .-under details summary span {
  position: absolute;
  top: 50%;
  right: 5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-nav-blk .-under details[open] summary {
  color: #599faa;
}
.l-nav-blk .-under details[open] summary span {
  background: #599faa;
}
.l-nav-blk .-under details div {
  position: absolute;
  top: 0;
  left: 100%;
  width: 117%;
  height: 100%;
  background: #599faa;
  z-index: 10;
  padding: 30px;
}
.l-nav-blk .-under details div a {
  color: #fff;
  text-decoration: underline;
  margin-bottom: 20px;
  display: block;
}
.l-nav-blk .-under details div a:not(:first-of-type) {
  margin-left: 30px;
}
.l-nav-blk .-under details div.--lft {
  left: -117%;
  height: 233%;
}
.l-nav-blk.--btns {
  margin-top: 40px;
}
.l-nav-blk.--btns a {
  margin-bottom: 20px;
}
.l-nav-blk.--btns .-txtlink {
  display: block;
  text-decoration: underline;
  margin-bottom: 10px;
}
.l-nav-blk.--btns .-txtlink.--1st {
  margin-top: 40px;
}

@media only screen and (max-width: 768px) {
  .l-nav-inner {
    max-width: 400px;
    width: 90%;
    margin: 20px auto 100px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
  }
  .l-nav-blk {
    width: 100%;
    margin-top: 50px;
  }
  .l-nav-blk:last-child {
    width: 100%;
  }
  .l-nav-blk .-ttl {
    font-size: 2.2rem;
  }
  .l-nav-blk .-under {
    position: relative;
  }
  .l-nav-blk .-under details summary {
    padding: 10px 5%;
  }
  .l-nav-blk .-under details summary span {
    position: absolute;
    top: 50%;
    right: 5%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 10px;
    height: 10px;
    display: block;
  }
  .l-nav-blk .-under details summary span small {
    position: relative;
    display: block;
    width: 10px;
    height: 10px;
  }
  .l-nav-blk .-under details summary span small::before {
    content: "";
    width: 100%;
    height: 1px;
    background: #333333;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .l-nav-blk .-under details summary span small::after {
    content: "";
    width: 1px;
    height: 100%;
    background: #333333;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .l-nav-blk .-under details[open] summary span {
    background: transparent;
  }
  .l-nav-blk .-under details[open] summary span small::after {
    width: 100%;
    height: 1px;
  }
  .l-nav-blk .-under details div {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    padding: 20px 5%;
  }
  .l-nav-blk .-under details div a {
    color: #fff;
    text-decoration: underline;
    margin-bottom: 20px;
    display: block;
  }
  .l-nav-blk .-under details div a:not(:first-of-type) {
    margin-left: 5%;
  }
  .l-nav-blk .-under details div.--lft {
    left: auto;
    height: auto;
  }
  .l-nav-blk.--btns {
    margin-top: 70px;
  }
  .l-nav-blk.--btns .-btn {
    margin: 0 auto 5px;
  }
  .l-nav-blk.--btns .-txtlink {
    padding-left: 5%;
  }
}
@media print {
  .l-nav {
    display: none;
  }
}
.l-main {
  margin: 20px 0 0 0;
  overflow-x: hidden;
  padding: 0 40px 0 350px;
}

@media only screen and (max-width: 768px) {
  .l-main {
    margin-top: calc(80 / 375 * 100vw);
    padding: 0 5%;
  }
}
.l-underlayer {
  padding-block: 120px 150px;
}
.l-underlayer-title {
  text-align: center;
  margin-bottom: 70px;
}
.l-underlayer-title img {
  height: 114px;
  width: auto;
}

@media only screen and (max-width: 768px) {
  .l-underlayer {
    padding-block: calc(50 / 375 * 100vw) calc(120 / 375 * 100vw);
  }
  .l-underlayer-title {
    margin-bottom: calc(30 / 375 * 100vw);
  }
  .l-underlayer-title img {
    height: calc(70 / 375 * 100vw);
    width: auto;
  }
}
.l-underlayer-ttl-enja {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 30px;
  font-family: "Kaisei Opti", serif;
}
.l-underlayer-ttl-enja span {
  font-family: "Marcellus", serif;
  color: #b8583c;
  font-size: 2rem;
  display: block;
  font-weight: 400;
  margin-bottom: 5px;
}
.l-underlayer-ttl-enja.--center {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .l-underlayer-ttl-enja {
    font-size: calc(32 / 375 * 100vw);
    margin-bottom: calc(30 / 375 * 100vw);
  }
  .l-underlayer-ttl-enja span {
    font-size: calc(20 / 375 * 100vw);
    margin-bottom: calc(5 / 375 * 100vw);
  }
  .l-underlayer-ttl-enja.--center-sp {
    text-align: center;
  }
}

.p-top .slick-slider div {
  -webkit-transition: none;
  transition: none;
}
.p-top-mv {
  position: relative;
}
.p-top-mv__inr {
  position: relative;
}
.p-top-mv__video {
  width: 110%;
  margin-left: -5%;
  -webkit-mask-image: url(../img/top/mv_path.svg);
          mask-image: url(../img/top/mv_path.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  height: 0;
  padding-bottom: 60%;
  position: relative;
}
.p-top-mv__video img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 0;
}
.p-top-mv__video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
.p-top-mv__title {
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 64%;
  max-width: 620px;
}
.p-top-mv__deco01 {
  position: absolute;
  bottom: -70px;
  right: -100px;
  width: 48%;
  max-width: 480px;
}
.p-top-mv__deco02 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
}
@media only screen and (max-width: 768px) {
  .p-top-mv {
    margin-top: calc(10 / 375 * 100vw);
  }
  .p-top-mv__video {
    width: 100%;
    margin-left: 0;
    height: 0;
    padding-bottom: 62%;
    -webkit-mask-image: url(../img/top/mv_path.svg);
            mask-image: url(../img/top/mv_path.svg);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-size: contain;
            mask-size: contain;
  }
  .p-top-mv__video video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 1;
  }
  .p-top-mv__title {
    position: relative;
    bottom: auto;
    left: 0;
    width: 90%;
    max-width: calc(620 / 375 * 100vw);
  }
  .p-top-mv__deco01 {
    position: absolute;
    bottom: calc(-10 / 375 * 100vw);
    right: calc(-30 / 375 * 100vw);
    width: 48%;
    max-width: calc(250 / 375 * 100vw);
  }
  .p-top-mv__deco02 {
    position: absolute;
    top: calc(-10 / 375 * 100vw);
    left: 0;
    width: calc(47 / 375 * 100vw);
  }
}
.p-top-video-btn {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.p-top-video-btn a {
  color: #b8583c;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
}
.p-top-video-btn--recipe {
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  .p-top-video-btn {
    margin-top: calc(10 / 375 * 100vw);
    gap: calc(15 / 375 * 100vw);
  }
  .p-top-video-btn a {
    gap: calc(7 / 375 * 100vw);
  }
  .p-top-video-btn--recipe {
    margin-top: calc(10 / 375 * 100vw);
  }
}
.p-top-about {
  position: relative;
  padding-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-top-about-txtarea {
  position: relative;
  width: 55%;
  padding-bottom: 20px;
}
.p-top-about-txtarea__text {
  line-height: 2.5;
}
.p-top-about-txtarea__button {
  margin-top: 55px;
}
.p-top-about-txtarea__deco {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  margin-top: 66px;
}
.p-top-about-imgarea {
  width: 43%;
  margin-top: -50px;
}
.p-top-about__deco01 {
  width: 85px;
}
.p-top-about__deco02 {
  width: 120px;
}
@media only screen and (max-width: 768px) {
  .p-top-about {
    padding-top: calc(90 / 375 * 100vw);
    display: block;
  }
  .p-top-about-txtarea {
    position: unset;
    width: 100%;
    padding-bottom: 0;
  }
  .p-top-about-txtarea__text {
    line-height: 1.6;
  }
  .p-top-about-txtarea__button {
    margin: calc(40 / 375 * 100vw) 0 0;
  }
  .p-top-about-txtarea__button a {
    margin: 0 auto;
  }
  .p-top-about-txtarea__deco {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
    width: 95%;
    margin-inline: auto;
    margin-top: calc(45 / 375 * 100vw);
  }
  .p-top-about-imgarea {
    width: calc(226 / 375 * 100vw);
    margin-top: calc(30 / 375 * 100vw);
    margin-inline: auto;
  }
  .p-top-about__deco01 {
    width: calc(56 / 375 * 100vw);
  }
  .p-top-about__deco02 {
    width: calc(84 / 375 * 100vw);
  }
}
.p-top-info {
  position: relative;
  padding-bottom: 100px;
}
.p-top-info__deco01 {
  width: 70px;
  position: absolute;
  top: 80px;
  right: 20px;
}
.p-top-info__deco02 {
  width: 210px;
  position: absolute;
  bottom: -14px;
  left: 19px;
}
.p-top-info__title {
  margin-bottom: 100px;
}
.p-top-info__slide {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 15px;
}
.p-top-info__slide li {
  width: calc((100% - 30px) / 3);
}
.p-top-info__button a {
  margin-left: auto;
}
@media only screen and (max-width: 768px) {
  .p-top-info {
    padding: calc(40 / 375 * 100vw) 0 calc(130 / 375 * 100vw);
  }
  .p-top-info__deco01 {
    display: none;
  }
  .p-top-info__deco02 {
    width: calc(130 / 375 * 100vw);
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .p-top-info__title {
    margin-bottom: 0;
  }
  .p-top-info__slide {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-bottom: calc(40 / 375 * 100vw);
    display: block;
    gap: 0;
  }
  .p-top-info__slide .slick-list {
    padding-top: calc(55 / 375 * 100vw) !important;
  }
  .p-top-info__slide .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .p-top-info__slide .slick-prev {
    left: 5%;
  }
  .p-top-info__slide .slick-next {
    right: 5%;
  }
  .p-top-info__slide li {
    width: 100%;
    height: auto;
    margin: 0 calc(5 / 375 * 100vw);
  }
  .p-top-info__button a {
    margin: 0 auto;
  }
}
.p-top-food {
  position: relative;
  padding: 200px 0 390px;
}
.p-top-food::before {
  content: "";
  display: block;
  width: 1000px;
  height: 600px;
  background: url(../../img/top/food_bg.svg) no-repeat;
  background: url(../img/top/food_bg.svg) no-repeat;
  background-position: center top;
  background-size: contain;
  position: absolute;
  top: 100px;
  left: calc(50% - 500px);
  z-index: -1;
}
.p-top-food__deco01 {
  width: 130px;
  position: absolute;
  top: 5px;
  right: 243px;
}
.p-top-food__deco02 {
  width: 120px;
  position: absolute;
  bottom: 82px;
  left: 180px;
}
.p-top-food__deco03 {
  width: 105px;
  position: absolute;
  bottom: 82px;
  right: 100px;
}
.p-top-food__title {
  margin-bottom: 60px;
}
.p-top-food__text {
  position: relative;
  line-height: 2.5;
  text-align: center;
}
.p-top-food__img01 {
  position: absolute;
  width: 100%;
  top: 100px;
  text-align: center;
}
.p-top-food__img02 {
  position: absolute;
  width: 107%;
  left: -7%;
  top: 115%;
  text-align: center;
}
.p-top-food__button {
  margin-top: 45px;
}
.p-top-food__button a {
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .p-top-food {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-top: calc(30 / 375 * 100vw);
    position: relative;
    background: url(../img/top/food_bg_sp.png) no-repeat;
    background-position: center top;
    background-size: 130%;
    padding: calc(70 / 375 * 100vw) 5% calc(200 / 375 * 100vw);
  }
  .p-top-food::before {
    content: none;
  }
  .p-top-food__deco01 {
    width: calc(80 / 375 * 100vw);
    position: absolute;
    top: calc(-40 / 375 * 100vw);
    right: 5%;
  }
  .p-top-food__deco02 {
    width: calc(80 / 375 * 100vw);
    position: absolute;
    bottom: 0;
    left: 7%;
  }
  .p-top-food__deco03 {
    width: calc(78 / 375 * 100vw);
    position: absolute;
    bottom: calc(70 / 375 * 100vw);
    right: 10%;
  }
  .p-top-food__title {
    margin-bottom: calc(30 / 375 * 100vw);
  }
  .p-top-food__text {
    line-height: 1.6;
    text-align: justify;
  }
  .p-top-food__img01 {
    position: relative;
    width: 100%;
    top: 0;
    margin-top: calc(30 / 375 * 100vw);
    max-width: calc(350 / 375 * 100vw);
  }
  .p-top-food__button {
    margin-top: calc(35 / 375 * 100vw);
  }
}
.p-top-shop {
  padding-block: 100px 200px;
  position: relative;
  background: url(../img/top/shop_bg_repeat.jpg) repeat;
  background-size: 300px;
  -webkit-mask-image: url(../img/top/shop_bg_wrap.svg);
          mask-image: url(../img/top/shop_bg_wrap.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center top;
          mask-position: center top;
  -webkit-mask-repeat: repeat-x;
          mask-repeat: repeat-x;
}
@media (max-width: 1200px) {
  .p-top-shop {
    -webkit-mask-size: cover;
            mask-size: cover;
  }
}
.p-top-shop__deco01 {
  width: 100px;
  position: absolute;
  top: 100px;
  right: 12vw;
}
.p-top-shop__deco02 {
  width: 126px;
  position: absolute;
  bottom: 175px;
  left: 30vw;
}
.p-top-shop-slide {
  width: calc(100% + 40px);
}
.p-top-shop-slide .slick-list {
  padding: 6% 0 50px;
}
.p-top-shop-slide .slick-slide {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.p-top-shop-slide li {
  position: relative;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  margin-top: 0.8%;
  padding: 10px;
}
.p-top-shop-slide--other {
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.p-top-shop-slide .slick-current {
  margin: 0;
  padding: 10px;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}
.p-top-shop-slide .slick-current + li {
  -webkit-transform: scale(0.8) translateX(-7%);
          transform: scale(0.8) translateX(-7%);
}
.p-top-shop-slide .slick-current + li + li {
  -webkit-transform: scale(0.8) translateX(-28%);
          transform: scale(0.8) translateX(-28%);
}
.p-top-shop-slide .slick-current + li + li + li {
  -webkit-transform: scale(0.8) translateX(10%);
          transform: scale(0.8) translateX(10%);
}
.p-top-shop-slide .slick-current .p-top-shop-slideimg {
  position: relative;
}
.p-top-shop-slide .slick-current .p-top-shop-slideimg::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 105%;
  height: 105%;
  display: block;
  background: url(../img/top/shop_current.svg) no-repeat;
  background-size: contain;
  background-position: center;
  z-index: -1;
}
.p-top-shop-slide .slick-arrow {
  top: 0;
}
.p-top-shop-slide .slick-prev {
  left: 20px;
}
.p-top-shop-slide .slick-next {
  left: 80px;
  right: 0;
}
.p-top-shop__button {
  margin-top: 10px;
}
.p-top-shop__button a {
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .p-top-shop {
    padding-block: calc(100 / 375 * 100vw) calc(110 / 375 * 100vw);
    background: url(../img/top/shop_bg_sp.png) no-repeat;
    background-size: calc(1171 / 375 * 100vw);
    background-position: center top;
    position: relative;
    -webkit-mask-image: none;
            mask-image: none;
  }
  .p-top-shop__deco01 {
    width: calc(65 / 375 * 100vw);
    position: absolute;
    top: calc(100 / 375 * 100vw);
    right: 5%;
  }
  .p-top-shop__deco02 {
    width: calc(58 / 375 * 100vw);
    position: absolute;
    bottom: calc(50 / 375 * 100vw);
    left: 8%;
  }
  .p-top-shop__inner {
    padding-inline: 0;
  }
  .p-top-shop-slide {
    width: 100%;
  }
  .p-top-shop-slide .slick-list {
    padding-bottom: calc(20 / 375 * 100vw) !important;
  }
  .p-top-shop-slide li {
    position: relative;
    -webkit-transform: scale(1);
            transform: scale(1);
    margin-top: calc(15 / 375 * 100vw);
    padding: calc(10 / 375 * 100vw);
  }
  .p-top-shop-slide li:has(+ .slick-current) {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  .p-top-shop-slide--other {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .p-top-shop-slide .slick-current {
    margin-top: 0;
    padding: calc(10 / 375 * 100vw);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .p-top-shop-slide .slick-current + li {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  .p-top-shop-slide .slick-current + li + li {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .p-top-shop-slide .slick-current + li + li + li {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .p-top-shop-slide .slick-current .p-top-shop-slide--other {
    opacity: 1;
  }
  .p-top-shop-slide .slick-arrow {
    top: calc(150 / 375 * 100vw);
  }
  .p-top-shop-slide .slick-prev {
    left: calc(15 / 375 * 100vw);
  }
  .p-top-shop-slide .slick-next {
    left: auto;
    right: calc(15 / 375 * 100vw);
  }
  .p-top-shop__button {
    margin-top: calc(30 / 375 * 100vw);
  }
  .p-top-shop__button a {
    margin: 0 auto;
  }
}
.p-top-story {
  position: relative;
  padding-block: 190px 200px;
}
.p-top-story__deco01 {
  width: 70px;
  position: absolute;
  top: 0px;
  left: -10px;
}
.p-top-story__deco02 {
  width: 130px;
  position: absolute;
  top: 40px;
  left: 280px;
}
.p-top-story__deco03 {
  width: 120px;
  position: absolute;
  bottom: 30px;
  left: -2vw;
}
.p-top-story__deco04 {
  width: 83px;
  position: absolute;
  bottom: 140px;
  left: 11vw;
}
.p-top-story__map {
  width: 66%;
  position: absolute;
  top: -36%;
  right: -2%;
}
.p-top-story__inner {
  position: relative;
}
.p-top-story__title {
  position: absolute;
  top: 0;
  left: 5vw;
}
.p-top-story-slide {
  position: relative;
  padding-bottom: 50px;
}
.p-top-story-slide__card {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-top-story-slide__card--text {
  margin-top: 130px;
  width: 39%;
}
.p-top-story-slide__card--text h3 {
  position: relative;
  font-size: 3.2rem;
  padding: 10px 30px;
  line-height: 1.2;
}
.p-top-story-slide__card--text h3::before {
  content: "『";
  color: #b8583c;
  position: absolute;
  top: 0;
  left: -18px;
}
.p-top-story-slide__card--text h3::after {
  content: "』";
  color: #b8583c;
  position: absolute;
  bottom: 0;
  right: -10px;
}
.p-top-story-slide__card--text p {
  margin-top: 10px;
  line-height: 2.5;
}
.p-top-story-slide__card--img {
  width: 59%;
  height: 100%;
  background: #fff;
  padding: 10px;
}
.p-top-story-slide .slick-arrow {
  top: auto;
  bottom: 0;
  -webkit-transform: none;
          transform: none;
}
.p-top-story-slide .slick-prev {
  left: auto;
  right: 70px;
}
.p-top-story-slide .slick-next {
  right: 0;
}
.p-top-story-num {
  position: absolute;
  bottom: 0;
  right: 150px;
  font-size: 2.4rem;
}
.p-top-story__button {
  margin-top: 60px;
}
.p-top-story__button a {
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .p-top-story {
    position: relative;
    padding-block: calc(140 / 375 * 100vw) calc(180 / 375 * 100vw);
  }
  .p-top-story__deco01 {
    width: calc(52 / 375 * 100vw);
    position: absolute;
    top: 0px;
    left: calc(20 / 375 * 100vw);
  }
  .p-top-story__deco02 {
    width: calc(80 / 375 * 100vw);
    position: absolute;
    top: calc(60 / 375 * 100vw);
    left: calc(180 / 375 * 100vw);
  }
  .p-top-story__deco03 {
    width: calc(95 / 375 * 100vw);
    bottom: calc(20 / 375 * 100vw);
    left: calc(20 / 375 * 100vw);
  }
  .p-top-story__deco04 {
    width: calc(63 / 375 * 100vw);
    bottom: calc(80 / 375 * 100vw);
    left: auto;
    right: calc(10 / 375 * 100vw);
  }
  .p-top-story__map {
    width: 100%;
    position: absolute;
    top: calc(0 / 375 * 100vw);
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .p-top-story__title {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: calc(40 / 375 * 100vw);
  }
  .p-top-story-slide {
    padding-bottom: 0;
  }
  .p-top-story-slide__card {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-top-story-slide__card--text {
    margin-top: calc(20 / 375 * 100vw);
    width: 100%;
  }
  .p-top-story-slide__card--text h3 {
    position: relative;
    font-size: calc(24 / 375 * 100vw);
    padding: calc(10 / 375 * 100vw) calc(10 / 375 * 100vw);
    width: calc(267 / 375 * 100vw);
    margin: 0 auto;
  }
  .p-top-story-slide__card--text h3::before {
    left: calc(-20 / 375 * 100vw);
  }
  .p-top-story-slide__card--text h3::after {
    right: calc(-20 / 375 * 100vw);
  }
  .p-top-story-slide__card--text p {
    margin-top: calc(10 / 375 * 100vw);
    line-height: 1.6;
  }
  .p-top-story-slide__card--img {
    width: 100%;
    height: auto;
    background: #fff;
    padding: calc(5 / 375 * 100vw);
  }
  .p-top-story-slide .slick-arrow {
    top: calc(80 / 375 * 100vw);
    bottom: auto;
    -webkit-transform: none;
            transform: none;
  }
  .p-top-story-slide .slick-prev {
    left: calc(0 / 375 * 100vw);
    right: auto;
  }
  .p-top-story-slide .slick-next {
    right: calc(0 / 375 * 100vw);
  }
  .p-top-story-num {
    display: none;
  }
  .p-top-story__button {
    margin-top: calc(40 / 375 * 100vw);
  }
}
.p-top-recipe {
  padding-block: 100px 200px;
  background: url(../img/top/recipe_bg.png) no-repeat;
  background-size: cover;
  background-position: top center;
  position: relative;
}
.p-top-recipe__deco {
  width: 165px;
  position: absolute;
  top: 0;
  right: 20px;
}
.p-top-recipe__title {
  margin-bottom: 60px;
}
.p-top-recipe-slide__card {
  padding: 0 5px;
}
.p-top-recipe-slide__card .-img {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  -webkit-mask-image: url(../img/top/recipe_img.svg);
          mask-image: url(../img/top/recipe_img.svg);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  overflow: hidden;
}
.p-top-recipe-slide__card .-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-recipe-slide__card .-text {
  text-align: center;
  font-size: 2.4rem;
  margin: 10px 0 5px;
}
.p-top-recipe-slide__card .-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}
.p-top-recipe-slide .slick-arrow {
  top: 40%;
  z-index: 2;
}
.p-top-recipe__button {
  margin-top: 80px;
}
.p-top-recipe__button a {
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .p-top-recipe {
    padding-block: calc(100 / 375 * 100vw) calc(110 / 375 * 100vw);
    background: url(../img/top/recipe_bg_sp.png) no-repeat;
    background-size: cover;
    background-position: top center;
  }
  .p-top-recipe__deco {
    width: calc(100 / 375 * 100vw);
    position: absolute;
    top: 0;
    right: 5%;
  }
  .p-top-recipe__title {
    margin-bottom: calc(40 / 375 * 100vw);
  }
  .p-top-recipe-slide {
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }
  .p-top-recipe-slide__card {
    padding: 0 calc(10 / 375 * 100vw);
  }
  .p-top-recipe-slide__card .-text {
    font-size: calc(20 / 375 * 100vw);
    margin: calc(10 / 375 * 100vw) 0 calc(5 / 375 * 100vw);
  }
  .p-top-recipe-slide__card .-category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: calc(8 / 375 * 100vw);
  }
  .p-top-recipe-slide .slick-arrow {
    top: 35%;
    z-index: 2;
  }
  .p-top-recipe-slide .slick-prev {
    left: 5%;
  }
  .p-top-recipe-slide .slick-next {
    right: 5%;
  }
  .p-top-recipe__button {
    margin-top: calc(40 / 375 * 100vw);
  }
}

.p-recipe-items {
  max-width: 910px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 25px 100px;
}
.p-recipe-items__card {
  width: calc((100% - 100px) / 2);
}
.p-recipe-advice {
  margin-top: 60px;
  border-radius: 20px;
  border: 1px solid #b8583c;
  padding: 40px 10px;
  background: #fff;
}
.p-recipe-advice__title {
  text-align: center;
  margin-bottom: 30px;
}
.p-recipe-advice__title img {
  width: 138px;
}
.p-recipe-advice ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-recipe-advice ul li {
  width: 50%;
  padding-inline: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-recipe-advice ul li:first-of-type {
  border-right: 2px dotted #b8583c;
}
.p-recipe-advice ul li .-img {
  width: 45%;
}
.p-recipe-advice ul li .-textarea {
  width: 50%;
}
.p-recipe-advice ul li .-textarea__position {
  font-size: 1.4rem;
  font-weight: bold;
}
.p-recipe-advice ul li .-textarea__title {
  font-size: 2.2rem;
  font-weight: bold;
  color: #b8583c;
  margin-bottom: 15px;
}
.p-recipe-advice ul li .-textarea__title small {
  font-size: 1.6rem;
}
.p-recipe-advice ul li .-textarea__text {
  text-align: justify;
  font-size: 1.4rem;
}

@media only screen and (max-width: 768px) {
  .p-recipe-items {
    gap: calc(50 / 375 * 100vw);
  }
  .p-recipe-items__card {
    width: 100%;
  }
  .p-recipe-advice {
    margin-top: calc(50 / 375 * 100vw);
    border-radius: calc(15 / 375 * 100vw);
    border: calc(1 / 375 * 100vw) solid #b8583c;
    padding: calc(30 / 375 * 100vw) calc(15 / 375 * 100vw);
  }
  .p-recipe-advice__title {
    margin-bottom: 0;
  }
  .p-recipe-advice__title img {
    width: calc(126 / 375 * 100vw);
  }
  .p-recipe-advice ul {
    display: block;
  }
  .p-recipe-advice ul li {
    width: 100%;
    padding: calc(40 / 375 * 100vw) 0;
    display: block;
  }
  .p-recipe-advice ul li:first-of-type {
    border-right: none;
    border-bottom: calc(2 / 375 * 100vw) dotted #b8583c;
  }
  .p-recipe-advice ul li .-img {
    width: 100%;
  }
  .p-recipe-advice ul li .-img img {
    max-width: calc(200 / 375 * 100vw);
    display: block;
    margin: 0 auto;
  }
  .p-recipe-advice ul li .-textarea {
    width: 100%;
  }
  .p-recipe-advice ul li .-textarea__position {
    font-size: calc(12 / 375 * 100vw);
  }
  .p-recipe-advice ul li .-textarea__title {
    font-size: calc(18 / 375 * 100vw);
    margin-bottom: calc(15 / 375 * 100vw);
  }
  .p-recipe-advice ul li .-textarea__title small {
    font-size: calc(14 / 375 * 100vw);
  }
  .p-recipe-advice ul li .-textarea__text {
    font-size: calc(14 / 375 * 100vw);
  }
}
.p-recipe-detail-contents {
  background: #fff;
  border-radius: 20px;
  padding: 50px;
}
.p-recipe-detail-category {
  margin-bottom: 10px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.p-recipe-detail-title {
  font-size: 3.2rem;
  line-height: 1.6;
  padding-bottom: 20px;
  margin-bottom: 30px;
  position: relative;
}
.p-recipe-detail-title::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../img/recipe/detail/title_under_bar.svg) no-repeat;
  background-size: cover;
  background-position: left center;
}
.p-recipe-detail-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-recipe-detail-main__img {
  width: 44%;
}
.p-recipe-detail-main__img img {
  border-radius: 10px;
}
.p-recipe-detail-main__img video {
  width: 100%;
  border-radius: 10px;
}
.p-recipe-detail-main__textarea {
  width: 53%;
}
.p-recipe-detail-main__icon {
  margin: 30px 0 10px;
  color: #b8583c;
  font-weight: bold;
}
.p-recipe-detail-main__icon img {
  width: 28px;
  margin-right: 5px;
}
.p-recipe-detail-main.--video .p-recipe-detail-main__img {
  width: 35%;
}
.p-recipe-detail-main.--video .p-recipe-detail-main__textarea {
  width: 60%;
}
.p-recipe-detail-material {
  margin-top: 60px;
  border: 1px solid #b8583c;
  border-radius: 20px;
  padding: 30px 50px;
}
.p-recipe-detail-material__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
.p-recipe-detail-material__title img {
  width: 67px;
  margin-right: 10px;
}
.p-recipe-detail-material__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.p-recipe-detail-material__block dl {
  border-bottom: 2px dotted #b8583c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-block: 12px;
}
.p-recipe-detail-material__block dl:first-of-type {
  padding-top: 0;
}
.p-recipe-detail-material__block dt {
  width: 54%;
  font-size: 1.8rem;
}
.p-recipe-detail-material__block dd {
  width: 45%;
  text-align: right;
}
.p-recipe-detail-material__block dd small {
  display: block;
  font-size: 1.4rem;
}
.p-recipe-detail-create {
  margin-top: 60px;
}
.p-recipe-detail-create__title {
  text-align: center;
  margin-bottom: 50px;
}
.p-recipe-detail-create__title img {
  width: 89px;
}
.p-recipe-detail-create ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-recipe-detail-create ul li:nth-of-type(n+2) {
  margin-top: 30px;
}
.p-recipe-detail-create ul li .-textarea {
  width: 51%;
  padding-left: 50px;
  position: relative;
}
.p-recipe-detail-create ul li .-textarea__num {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #b8583c;
  color: #fff;
  font-size: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
.p-recipe-detail-create ul li .-textarea__point {
  margin-top: 20px;
  padding-left: 80px;
  position: relative;
  color: #da6c27;
}
.p-recipe-detail-create ul li .-textarea__point::before {
  content: "";
  width: 72px;
  height: 24px;
  display: block;
  background: url(../img/recipe/detail/icon_point.svg) no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
.p-recipe-detail-create ul li .-img {
  width: 45%;
}
.p-recipe-detail-create ul li .-img img {
  border-radius: 10px;
}
.p-recipe-detail-nav {
  margin-top: 40px;
  font-size: 1.8rem;
  font-weight: bold;
}
.p-recipe-detail-nav::after {
  content: "";
  display: block;
  clear: both;
}
.p-recipe-detail-nav__prev {
  float: left;
  padding-left: 35px;
  position: relative;
}
.p-recipe-detail-nav__prev::before {
  content: "";
  display: block;
  width: 14px;
  height: 21px;
  background: #b8583c;
  -webkit-mask-image: url(../img/common/icon_bread_arw_l.svg);
          mask-image: url(../img/common/icon_bread_arw_l.svg);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 10px);
  left: 0;
}
.p-recipe-detail-nav__next {
  float: right;
  padding-right: 35px;
  position: relative;
}
.p-recipe-detail-nav__next::before {
  content: "";
  display: block;
  width: 14px;
  height: 21px;
  background: #b8583c;
  -webkit-mask-image: url(../img/common/icon_bread_arw_r.svg);
          mask-image: url(../img/common/icon_bread_arw_r.svg);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 10px);
  right: 0;
}
.p-recipe-detail-others {
  margin-top: 80px;
}
.p-recipe-detail-others__title {
  text-align: center;
  margin-bottom: 30px;
}
.p-recipe-detail-others__title img {
  width: 136px;
}
.p-recipe-detail-others__back {
  margin-top: 70px;
  text-align: center;
}
.p-recipe-detail-others__back a {
  margin: 0 auto;
}
.p-recipe-detail-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
.p-recipe-detail-items__card {
  width: 300px;
}
.p-recipe-detail-items__card .c-card-recipe__name {
  text-align: left;
}
.p-recipe-detail-items__card .c-card-recipe__category {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media only screen and (max-width: 768px) {
  .p-recipe-detail-contents {
    border-radius: calc(15 / 375 * 100vw);
    padding: calc(30 / 375 * 100vw) calc(15 / 375 * 100vw) calc(40 / 375 * 100vw);
  }
  .p-recipe-detail-category {
    margin-bottom: calc(10 / 375 * 100vw);
  }
  .p-recipe-detail-title {
    font-size: calc(20 / 375 * 100vw);
    padding-bottom: calc(10 / 375 * 100vw);
    margin-bottom: calc(20 / 375 * 100vw);
  }
  .p-recipe-detail-title::after {
    height: calc(3 / 375 * 100vw);
    background: url(../img/recipe/detail/title_under_bar_sp.svg) no-repeat;
    background-size: cover;
    background-position: left center;
  }
  .p-recipe-detail-main {
    display: block;
  }
  .p-recipe-detail-main__img {
    width: 100%;
    margin-bottom: calc(25 / 375 * 100vw);
  }
  .p-recipe-detail-main__img img {
    border-radius: calc(10 / 375 * 100vw);
  }
  .p-recipe-detail-main__img video {
    border-radius: calc(10 / 375 * 100vw);
  }
  .p-recipe-detail-main__textarea {
    width: 100%;
  }
  .p-recipe-detail-main__text {
    font-size: calc(16 / 375 * 100vw);
  }
  .p-recipe-detail-main__icon {
    margin: calc(30 / 375 * 100vw) 0 calc(10 / 375 * 100vw);
    color: #b8583c;
    font-weight: bold;
    font-size: calc(18 / 375 * 100vw);
    text-align: center;
  }
  .p-recipe-detail-main__icon img {
    display: block;
    margin: 0 auto calc(6 / 375 * 100vw);
    width: calc(24 / 375 * 100vw);
  }
  .p-recipe-detail-main__toribia {
    font-size: calc(16 / 375 * 100vw);
  }
  .p-recipe-detail-main.--video .p-recipe-detail-main__img {
    width: 100%;
  }
  .p-recipe-detail-main.--video .p-recipe-detail-main__textarea {
    width: 100%;
  }
  .p-recipe-detail-material {
    margin-top: calc(60 / 375 * 100vw);
    border: calc(1 / 375 * 100vw) solid #b8583c;
    border-radius: calc(10 / 375 * 100vw);
    padding: calc(25 / 375 * 100vw) calc(15 / 375 * 100vw);
  }
  .p-recipe-detail-material__title {
    margin-bottom: calc(10 / 375 * 100vw);
  }
  .p-recipe-detail-material__title img {
    width: calc(60 / 375 * 100vw);
    margin-right: calc(10 / 375 * 100vw);
  }
  .p-recipe-detail-material__item {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0;
  }
  .p-recipe-detail-material__block dl {
    border-bottom: calc(2 / 375 * 100vw) dotted #b8583c;
    padding-block: calc(12 / 375 * 100vw);
  }
  .p-recipe-detail-material__block dl:first-of-type {
    padding-top: calc(12 / 375 * 100vw);
  }
  .p-recipe-detail-material__block dt {
    width: 50%;
    font-size: calc(16 / 375 * 100vw);
  }
  .p-recipe-detail-material__block dd {
    width: 48%;
    font-size: calc(16 / 375 * 100vw);
  }
  .p-recipe-detail-material__block dd small {
    font-size: calc(12 / 375 * 100vw);
  }
  .p-recipe-detail-create {
    margin-top: calc(50 / 375 * 100vw);
  }
  .p-recipe-detail-create__title {
    text-align: center;
    margin-bottom: calc(30 / 375 * 100vw);
  }
  .p-recipe-detail-create__title img {
    width: calc(80 / 375 * 100vw);
  }
  .p-recipe-detail-create ul li {
    display: block;
  }
  .p-recipe-detail-create ul li:nth-of-type(n+2) {
    margin-top: calc(30 / 375 * 100vw);
  }
  .p-recipe-detail-create ul li .-textarea {
    width: 100%;
    padding-left: calc(40 / 375 * 100vw);
  }
  .p-recipe-detail-create ul li .-textarea__num {
    width: calc(30 / 375 * 100vw);
    height: calc(30 / 375 * 100vw);
    font-size: calc(18 / 375 * 100vw);
  }
  .p-recipe-detail-create ul li .-textarea__text {
    font-size: calc(16 / 375 * 100vw);
  }
  .p-recipe-detail-create ul li .-textarea__point {
    margin-top: calc(10 / 375 * 100vw);
    padding-left: calc(20 / 375 * 100vw);
  }
  .p-recipe-detail-create ul li .-textarea__point::before {
    content: "";
    width: calc(53 / 375 * 100vw);
    height: calc(17 / 375 * 100vw);
    top: calc(3 / 375 * 100vw);
    left: calc(-40 / 375 * 100vw);
  }
  .p-recipe-detail-create ul li .-img {
    width: 100%;
    margin-top: calc(20 / 375 * 100vw);
  }
  .p-recipe-detail-create ul li .-img img {
    border-radius: calc(10 / 375 * 100vw);
  }
  .p-recipe-detail-nav {
    margin-top: calc(30 / 375 * 100vw);
    font-size: calc(14 / 375 * 100vw);
  }
  .p-recipe-detail-nav__prev {
    padding-left: calc(15 / 375 * 100vw);
  }
  .p-recipe-detail-nav__prev::before {
    width: calc(10 / 375 * 100vw);
    height: calc(14 / 375 * 100vw);
    top: calc(50% - 7 / 375 * 100vw);
  }
  .p-recipe-detail-nav__next {
    padding-right: calc(15 / 375 * 100vw);
  }
  .p-recipe-detail-nav__next::before {
    width: calc(10 / 375 * 100vw);
    height: calc(14 / 375 * 100vw);
    top: calc(50% - 7 / 375 * 100vw);
  }
  .p-recipe-detail-others {
    margin-top: calc(90 / 375 * 100vw);
  }
  .p-recipe-detail-others__title {
    margin-bottom: calc(30 / 375 * 100vw);
  }
  .p-recipe-detail-others__title img {
    width: calc(130 / 375 * 100vw);
  }
  .p-recipe-detail-others__back {
    margin-top: calc(30 / 375 * 100vw);
  }
  .p-recipe-detail-items {
    display: block;
    gap: 0;
    padding: 0 calc(10 / 375 * 100vw);
  }
  .p-recipe-detail-items .slick-prev {
    top: calc(140 / 375 * 100vw);
    -webkit-transform: none;
            transform: none;
    left: calc(-10 / 375 * 100vw);
  }
  .p-recipe-detail-items .slick-next {
    top: calc(140 / 375 * 100vw);
    -webkit-transform: none;
            transform: none;
    right: calc(-10 / 375 * 100vw);
  }
  .p-recipe-detail-items__card {
    width: 100%;
    padding: 0 calc(5 / 375 * 100vw);
  }
  .p-recipe-detail-items__card .c-card-recipe__category {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-shop-map {
  max-width: 720px;
  margin: 0 auto 40px;
}
.p-shop-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 30px 15px;
}
.p-shop-items__card {
  width: calc((100% - 30px) / 3);
  background: #fff;
  padding: 15px;
  border-radius: 10px;
}

@media only screen and (max-width: 768px) {
  .p-shop-map {
    max-width: unset;
    width: 100vw;
    margin: 0 0 calc(40 / 375 * 100vw) calc(50% - 50vw);
  }
  .p-shop-map img {
    width: 100vw;
    height: auto;
    display: block;
  }
  .p-shop-items {
    gap: calc(20 / 375 * 100vw);
  }
  .p-shop-items__card {
    width: 100%;
    padding: calc(15 / 375 * 100vw);
    border-radius: calc(10 / 375 * 100vw);
  }
}
.p-shop-detail-contents {
  background: #fff;
  padding: 60px 50px;
  border-radius: 20px;
}
.p-shop-detail-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.p-shop-detail-title {
  font-size: 3.2rem;
  line-height: 1.4;
  padding-bottom: 25px;
  margin-bottom: 30px;
  position: relative;
}
.p-shop-detail-title::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../img/shop/detail/title_under_bar.svg) no-repeat;
  background-size: cover;
  background-position: center;
}
.p-shop-detail-main-slide {
  margin-inline: 50px;
  margin-block: 30px;
  position: relative;
}
.p-shop-detail-main-slide__item {
  padding: 0 5px;
}
.p-shop-detail-main-slide__item img {
  border-radius: 10px;
  max-height: 430px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
}
.p-shop-detail-main-slide .slick-prev {
  left: -75px;
}
.p-shop-detail-main-slide .slick-next {
  right: -75px;
}
.p-shop-detail-main-slide .slick-dots {
  width: 100%;
  bottom: 0;
}
.p-shop-detail-main-slide .slick-dots li {
  margin: 0;
}
.p-shop-detail-main-slide .slick-dots button {
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
}
.p-shop-detail-main-slide .slick-dots button::before {
  content: none;
}
.p-shop-detail-main-slide .slick-dots .slick-active button {
  background: #b8583c;
}
.p-shop-detail-info {
  margin-top: 50px;
}
.p-shop-detail-info__title {
  text-align: center;
  margin-bottom: 25px;
}
.p-shop-detail-info__title img {
  width: 118px;
}
.p-shop-detail-info-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-shop-detail-info-textarea {
  width: 46%;
}
.p-shop-detail-info-textarea dl {
  padding-block: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.p-shop-detail-info-textarea dl::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../img/shop/detail/dl_under_bar.svg) no-repeat;
  background-size: cover;
  background-position: center;
}
.p-shop-detail-info-textarea dl:first-of-type {
  padding-top: 0;
}
.p-shop-detail-info-textarea dl dt {
  width: 100px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #b8583c;
}
.p-shop-detail-info-textarea dl dd {
  width: calc(100% - 110px);
}
.p-shop-detail-info-map {
  width: 50%;
  text-align: right;
}
.p-shop-detail-info-map a {
  text-align: right;
  color: #da6c27;
  text-decoration: underline;
}
.p-shop-detail-info-iframe iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  border-radius: 10px;
}
.p-shop-detail-others {
  margin-top: 80px;
}
.p-shop-detail-others__title {
  text-align: center;
  margin-bottom: 30px;
}
.p-shop-detail-others__title img {
  width: 207px;
}
.p-shop-detail-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 30px 15px;
}
.p-shop-detail-items__card {
  width: calc((100% - 30px) / 3);
  background: #fff;
  padding: 15px;
  border-radius: 10px;
}

@media only screen and (max-width: 768px) {
  .p-shop-detail-contents {
    padding: calc(30 / 375 * 100vw) calc(15 / 375 * 100vw);
    border-radius: calc(15 / 375 * 100vw);
  }
  .p-shop-detail-category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 10px;
  }
  .p-shop-detail-title {
    font-size: calc(20 / 375 * 100vw);
    padding-bottom: calc(15 / 375 * 100vw);
    margin-bottom: calc(20 / 375 * 100vw);
  }
  .p-shop-detail-title::after {
    height: calc(3 / 375 * 100vw);
    background: url(../img/shop/detail/title_under_bar_sp.svg) no-repeat;
    background-size: cover;
    background-position: center;
  }
  .p-shop-detail-main-slide {
    margin-inline: calc(0 / 375 * 100vw);
    margin-block: 0 calc(20 / 375 * 100vw);
  }
  .p-shop-detail-main-slide__item {
    padding: 0 calc(5 / 375 * 100vw);
  }
  .p-shop-detail-main-slide__item img {
    border-radius: calc(10 / 375 * 100vw);
    max-height: calc(200 / 375 * 100vw);
  }
  .p-shop-detail-main-slide .slick-prev {
    left: calc(-10 / 375 * 100vw);
  }
  .p-shop-detail-main-slide .slick-next {
    right: calc(-10 / 375 * 100vw);
  }
  .p-shop-detail-main-slide .slick-dots button {
    width: calc(10 / 375 * 100vw);
    height: calc(10 / 375 * 100vw);
  }
  .p-shop-detail-info {
    margin-top: calc(50 / 375 * 100vw);
  }
  .p-shop-detail-info__title {
    margin-bottom: calc(25 / 375 * 100vw);
  }
  .p-shop-detail-info__title img {
    width: calc(110 / 375 * 100vw);
  }
  .p-shop-detail-info-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: calc(30 / 375 * 100vw);
  }
  .p-shop-detail-info-textarea {
    width: 100%;
  }
  .p-shop-detail-info-textarea dl {
    padding-block: calc(15 / 375 * 100vw);
    display: block;
  }
  .p-shop-detail-info-textarea dl::after {
    height: calc(2 / 375 * 100vw);
    background: url(../img/shop/detail/dl_under_bar_sp.svg) no-repeat;
    background-size: cover;
    background-position: center left;
  }
  .p-shop-detail-info-textarea dl:first-of-type {
    padding-top: 0;
  }
  .p-shop-detail-info-textarea dl dt {
    width: 100%;
    font-size: calc(18 / 375 * 100vw);
    margin-bottom: calc(3 / 375 * 100vw);
  }
  .p-shop-detail-info-textarea dl dd {
    width: 100%;
    font-size: calc(14 / 375 * 100vw);
  }
  .p-shop-detail-info-map {
    width: 100%;
  }
  .p-shop-detail-info-map a {
    font-size: calc(14 / 375 * 100vw);
  }
  .p-shop-detail-info-iframe iframe {
    border-radius: calc(10 / 375 * 100vw);
  }
  .p-shop-detail-others {
    margin-top: calc(80 / 375 * 100vw);
  }
  .p-shop-detail-others__title {
    text-align: center;
    margin-bottom: calc(20 / 375 * 100vw);
  }
  .p-shop-detail-others__title img {
    width: calc(188 / 375 * 100vw);
  }
  .p-shop-detail-items {
    gap: calc(10 / 375 * 100vw);
  }
  .p-shop-detail-items__card {
    margin: 0 calc(5 / 375 * 100vw);
    width: 100%;
    background: #fff;
    padding: calc(20 / 375 * 100vw);
    border-radius: calc(10 / 375 * 100vw);
  }
  .p-shop-detail-items .slick-prev {
    left: calc(-10 / 375 * 100vw);
  }
  .p-shop-detail-items .slick-next {
    right: calc(-10 / 375 * 100vw);
  }
}
.p-shop-detail-editor > * {
  -webkit-margin-before: 10px;
          margin-block-start: 10px;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
.p-shop-detail-editor h2 {
  font-size: 2.4rem;
  margin-bottom: 30px;
}
.p-shop-detail-editor h2:nth-child(n+2) {
  margin-top: 30px;
}
.p-shop-detail-editor h3 {
  font-size: 2.2rem;
  margin-bottom: 20px;
}
.p-shop-detail-editor h4 {
  font-size: 2rem;
  margin-bottom: 15px;
}
.p-shop-detail-editor h5 {
  font-size: 1.8rem;
}
.p-shop-detail-editor .wp-block-columns-is-layout-flex {
  gap: 20px 30px;
}

@media only screen and (max-width: 768px) {
  .p-shop-detail-editor > * {
    -webkit-margin-before: calc(10 / 375 * 100vw);
            margin-block-start: calc(10 / 375 * 100vw);
    -webkit-margin-after: 0;
            margin-block-end: 0;
  }
  .p-shop-detail-editor h2 {
    font-size: calc(18 / 375 * 100vw);
    margin-bottom: calc(20 / 375 * 100vw);
  }
  .p-shop-detail-editor h2:nth-child(n+2) {
    margin-top: calc(30 / 375 * 100vw);
  }
  .p-shop-detail-editor h3 {
    font-size: calc(17 / 375 * 100vw);
    margin-bottom: calc(15 / 375 * 100vw);
  }
  .p-shop-detail-editor h4 {
    font-size: calc(16 / 375 * 100vw);
    margin-bottom: calc(10 / 375 * 100vw);
  }
  .p-shop-detail-editor h5 {
    font-size: calc(16 / 375 * 100vw);
  }
  .p-shop-detail-editor .wp-block-columns-is-layout-flex {
    gap: calc(20 / 375 * 100vw);
  }
}
.p-about .mgb20 {
  margin-bottom: 20px;
}
.p-about__img-item {
  position: absolute;
}
.p-about-lead {
  text-align: center;
  line-height: 2;
}
.p-about__contents {
  margin-top: 70px;
}
.p-about-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-about-category__anc {
  max-width: 180px;
  width: 18%;
}
.p-about-category__anc:hover {
  scale: 110%;
  opacity: 1;
}
.p-about__item {
  position: relative;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 150px;
}
.p-about__item:nth-of-type(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.p-about__item:nth-of-type(2n) .p-about__item--left::before {
  right: 0;
  left: auto;
}
.p-about__item:first-of-type {
  margin-top: 90px;
}
.p-about__item--left {
  position: relative;
  max-width: 380px;
  width: 38%;
}
.p-about__item--left--img {
  width: 100%;
}
.p-about__item--left::before {
  content: "";
  width: 200px;
  height: 200px;
  position: absolute;
  top: -160px;
  left: 0;
  right: auto;
  z-index: -1;
  background-size: cover;
}
.p-about__item--right {
  max-width: 580px;
  width: 58%;
}
.p-about__item--right h2 {
  font-size: 3.2rem;
  line-height: 1.5;
}
.p-about__item--right p {
  margin-top: 35px;
  font-size: 1.6rem;
  line-height: 2;
}
.p-about #SEC01 .p-about__img-item {
  top: -50px;
  right: 10px;
  width: 133px;
  height: 202px;
}
.p-about #SEC01 .p-about__item--left::before {
  background-image: url(/assets/img/about/category01_ttl.png);
}
.p-about #SEC02 .p-about__img-item {
  top: 0px;
  left: 290px;
  width: 183px;
  height: 102px;
}
.p-about #SEC02 .p-about__item--left::before {
  background-image: url(/assets/img/about/category02_ttl.png);
}
.p-about #SEC03 .p-about__img-item {
  top: -3px;
  right: 20px;
  width: 213px;
  height: 157px;
}
.p-about #SEC03 .p-about__item--left::before {
  background-image: url(/assets/img/about/category03_ttl.png);
}
.p-about #SEC03 .c-btn {
  margin-top: 20px;
}
.p-about #SEC04 .p-about__img-item:nth-of-type(1) {
  top: 45px;
  left: 20px;
  width: 70px;
  height: 90px;
}
.p-about #SEC04 .p-about__item--left::before {
  background-image: url(/assets/img/about/category04_ttl.png);
}
.p-about .p-about__img-item.ahiru {
  position: absolute;
  bottom: 465px;
  left: -100px;
  width: 801px;
  height: 399px;
  z-index: -1;
}

@media only screen and (max-width: 768px) {
  .p-about .mgb20 {
    margin-bottom: calc(30 / 375 * 100vw);
  }
  .p-about-lead {
    text-align: left;
  }
  .p-about__contents {
    margin-top: calc(40 / 375 * 100vw);
  }
  .p-about-category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-about-category__anc {
    max-width: initial;
    width: calc(90 / 375 * 100vw);
    scale: 110%;
  }
  .p-about-category__anc:hover {
    scale: 100%;
  }
  .p-about-category__anc:nth-of-type(2n) {
    margin-top: calc(60 / 375 * 100vw);
  }
  .p-about__item {
    margin-top: calc(80 / 375 * 100vw);
    padding-top: calc(120 / 375 * 100vw);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-about__item:nth-of-type(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-about__item:nth-of-type(2n) .p-about__item--left::before {
    right: calc(-20 / 375 * 100vw);
  }
  .p-about__item:first-of-type {
    margin-top: calc(90 / 375 * 100vw);
  }
  .p-about__item--left {
    max-width: initial;
    width: calc(310 / 375 * 100vw);
  }
  .p-about__item--left::before {
    width: calc(140 / 375 * 100vw);
    height: calc(140 / 375 * 100vw);
    top: calc(-120 / 375 * 100vw);
    left: calc(-20 / 375 * 100vw);
  }
  .p-about__item--right {
    max-width: initial;
    margin-top: calc(30 / 375 * 100vw);
    width: calc(345 / 375 * 100vw);
  }
  .p-about__item--right h2 {
    font-size: calc(18 / 375 * 100vw);
  }
  .p-about__item--right p {
    margin-top: calc(20 / 375 * 100vw);
    font-size: calc(14 / 375 * 100vw);
  }
  .p-about #SEC01 .p-about__img-item {
    top: calc(-70 / 375 * 100vw);
    right: calc(20 / 375 * 100vw);
    width: calc(100 / 375 * 100vw);
    height: calc(151 / 375 * 100vw);
  }
  .p-about #SEC02 .p-about__img-item {
    top: calc(-50 / 375 * 100vw);
    left: 0;
    width: calc(170 / 375 * 100vw);
    height: calc(95 / 375 * 100vw);
  }
  .p-about #SEC03 .p-about__img-item {
    top: calc(-40 / 375 * 100vw);
    right: calc(10 / 375 * 100vw);
    width: calc(135 / 375 * 100vw);
    height: calc(99 / 375 * 100vw);
  }
  .p-about #SEC03 .c-btn {
    margin: calc(30 / 375 * 100vw) auto 0;
  }
  .p-about #SEC04 .p-about__img-item:nth-of-type(1) {
    top: calc(-40 / 375 * 100vw);
    left: calc(20 / 375 * 100vw);
    width: calc(70 / 375 * 100vw);
    height: calc(89 / 375 * 100vw);
  }
  .p-about .p-about__img-item.ahiru {
    position: absolute;
    bottom: calc(416 / 375 * 100vw);
    left: calc(-100 / 375 * 100vw);
    width: calc(350 / 375 * 100vw);
    height: calc(310 / 375 * 100vw);
    z-index: -1;
  }
}
.p-story-edit {
  border: 1px solid #da6f27;
  border-radius: 10px;
  padding: 30px;
  margin-top: 40px;
}
.p-story-edit h2 {
  width: 130px;
  margin-bottom: 10px !important;
}

@media only screen and (max-width: 768px) {
  .p-story-edit {
    border: calc(1 / 375 * 100vw) solid #da6f27;
    border-radius: calc(10 / 375 * 100vw);
    padding: calc(30 / 375 * 100vw);
    margin-top: calc(40 / 375 * 100vw);
  }
  .p-story-edit h2 {
    width: calc(110 / 375 * 100vw);
    margin-bottom: calc(10 / 375 * 100vw) !important;
  }
}
@media only screen and (min-width: 769px) {
  .p-not-found {
    padding: 150px 0 300px;
  }
  .p-not-found__title {
    width: 152px;
    margin: 0 auto;
  }
  .p-not-found__text {
    margin: 50px 0 60px;
    text-align: center;
    line-height: 2.5;
  }
  .p-not-found__btn a {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  .p-not-found {
    padding-block: calc(100 / 375 * 100vw);
  }
  .p-not-found__title {
    width: calc(150 / 375 * 100vw);
    margin: 0 auto;
  }
  .p-not-found__text {
    margin: calc(50 / 375 * 100vw) 0 calc(60 / 375 * 100vw);
    text-align: justify;
    line-height: 2;
  }
  .p-not-found__btn a {
    margin: 0 auto;
  }
}