@charset "UTF-8";
body {
  font-family: "Noto Sans JP", sans-serif;
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 0.8333333333vw;
  }
}
@media (min-width: 1920px) {
  html {
    font-size: 16px;
  }
}

/* ホバー */
a,
a.js-fadeUp.is-inview {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  a:hover,
a.js-fadeUp.is-inview:hover {
    opacity: 0.7;
  }
}

body {
  position: relative;
  background: #fff;
  color: #252525;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  font-size: 0.875rem;
  overflow-x: hidden;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.125rem;
  }
}

main {
  overflow: hidden;
}

/* フェードイン(初期値) */
.js-fadeUp {
  opacity: 0; /* 最初は非表示 */
  -webkit-transform: translateY(30px);
          transform: translateY(30px); /* 下に30pxの位置から */
  -webkit-transition: opacity 1.2s, -webkit-transform 1.2s;
  transition: opacity 1.2s, -webkit-transform 1.2s;
  transition: opacity 1.2s, transform 1.2s;
  transition: opacity 1.2s, transform 1.2s, -webkit-transform 1.2s; /* 透過率と縦方向の移動を0.8秒 */
}

/* フェードイン(スクロールした後) */
.js-fadeUp.is-inview {
  opacity: 1; /* 表示領域に入ったら表示 */
  -webkit-transform: translateY(0);
          transform: translateY(0); /* 30px上に移動する */
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

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

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.l-about {
  position: relative;
  margin-top: 149px;
  margin-top: 9.3125rem;
}
@media screen and (min-width: 768px) {
  .l-about {
    margin-top: 14.5rem;
  }
}

.l-archive {
  position: relative;
  margin-top: 87px;
  margin-top: 5.4375rem;
}
@media screen and (min-width: 768px) {
  .l-archive {
    margin-top: 9.75rem;
  }
}

.l-banner {
  position: relative;
  margin-top: 70px;
  margin-top: 4.375rem;
}
@media screen and (min-width: 768px) {
  .l-banner {
    margin-top: 9.0625rem;
  }
}

.l-btn {
  margin-top: 73px;
  margin-top: 4.5625rem;
  margin-bottom: 112px;
  margin-bottom: 7rem;
}
@media screen and (min-width: 768px) {
  .l-btn {
    margin-top: 9.5625rem;
    margin-bottom: 5.5rem;
  }
}

.l-contents {
  position: relative;
  margin-top: 113px;
  margin-top: 7.0625rem;
}
@media screen and (min-width: 768px) {
  .l-contents {
    margin-top: 11.25rem;
  }
}

.l-cooking {
  margin-top: 146px;
  margin-top: 9.125rem;
}
@media screen and (min-width: 768px) {
  .l-cooking {
    margin-top: 14.625rem;
  }
}

.l-eating {
  margin-top: 136px;
  margin-top: 8.5rem;
  margin-bottom: 90px;
  margin-bottom: 5.625rem;
}
@media screen and (min-width: 768px) {
  .l-eating {
    margin-top: 13.875rem;
    margin-bottom: 8.9375rem;
  }
}

.l-inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
  max-width: 540px;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1330px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.l-inner.l-inner--full {
  padding: 0;
  max-width: 1920px;
}

.l-instagram {
  position: relative;
  margin-top: 105px;
  margin-top: 6.5625rem;
}
@media screen and (min-width: 768px) {
  .l-instagram {
    margin-top: 8.875rem;
  }
}

.l-message {
  position: relative;
  margin-top: 114px;
  margin-top: 7.125rem;
}
@media screen and (min-width: 768px) {
  .l-message {
    margin-top: 16.9375rem;
  }
}

.l-niwatore-message {
  margin-top: 93px;
  margin-top: 5.8125rem;
  margin-bottom: 90px;
  margin-bottom: 5.625rem;
}
@media screen and (min-width: 768px) {
  .l-niwatore-message {
    margin-top: 13.75rem;
    margin-bottom: 9.6875rem;
  }
}

.l-niwatore {
  margin-top: -7px;
  margin-top: -0.4375rem;
}
@media screen and (min-width: 768px) {
  .l-niwatore {
    margin-top: 0.625rem;
  }
}

.l-pickup {
  position: relative;
  margin-top: 105px;
  margin-top: 6.5625rem;
}
@media screen and (min-width: 768px) {
  .l-pickup {
    margin-top: 11.375rem;
  }
}

.l-pilates {
  margin-top: 90px;
  margin-top: 5.625rem;
}
@media screen and (min-width: 768px) {
  .l-pilates {
    margin-top: 7.8125rem;
  }
}

.l-planting {
  margin-top: 96px;
  margin-top: 6rem;
}
@media screen and (min-width: 768px) {
  .l-planting {
    margin-top: 8.5625rem;
  }
}

.l-profile {
  margin-top: 52px;
  margin-top: 3.25rem;
}

.l-shokuiku {
  position: relative;
  margin-top: -32px;
  margin-top: -2rem;
}
@media screen and (min-width: 768px) {
  .l-shokuiku {
    margin-top: -4rem;
  }
}

.l-yoga {
  margin-top: 96px;
  margin-top: 6rem;
}

.c-breadcrumb {
  color: #c8c7cc;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .c-breadcrumb {
    font-size: 0.75rem;
  }
}

.c-breadcrumb > span:not(:last-child):after {
  content: ">";
  margin: 0 1px;
  margin: 0 0.0625rem;
}

.c-btn {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 17px 19px 17px 0;
  padding: 1.0625rem 1.1875rem 1.0625rem 0;
  -webkit-box-shadow: 0 0 8px 0 rgba(149, 157, 165, .3);
          box-shadow: 0 0 8px 0 rgba(149, 157, 165, .3);
  border: solid 2px #2e989a;
  color: #2e989a;
  background-color: #fff;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  border-radius: 3.125rem;
}
@media screen and (min-width: 768px) {
  .c-btn {
    font-size: 1rem;
    -webkit-box-shadow: 0 0 10px 0 rgba(200, 199, 204, .5);
            box-shadow: 0 0 10px 0 rgba(200, 199, 204, .5);
    padding: 1.25rem 1.1875rem 1.5625rem 0;
  }
}

.c-btn::before,
.c-btn::after {
  position: absolute;
  content: "";
  width: 22px;
  width: 1.375rem;
  height: max(2px, 1px);
  height: max(0.125rem, 1px);
  background: #2e989a;
  top: 52%;
  right: 28px;
  right: 1.75rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 5px;
}

.c-btn::after {
  width: 10px;
  width: 0.625rem;
  top: 45%;
  right: 28px;
  right: 1.75rem;
  -webkit-transform: translateY(-50%) rotate(47deg);
          transform: translateY(-50%) rotate(47deg);
}

.c-btn.c-btn--icon {
  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;
  padding: 16px 19px;
  padding: 1rem 1.1875rem;
}
@media screen and (min-width: 768px) {
  .c-btn.c-btn--icon {
    font-size: 1rem;
    padding: 1.25rem 1.1875rem;
  }
}

.c-btn.c-btn--icon img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 16px;
  width: 1rem;
  margin-right: 8px;
  margin-right: 0.5rem;
  margin-top: 1px;
  margin-top: 0.0625rem;
}
@media screen and (min-width: 768px) {
  .c-btn.c-btn--icon img {
    width: 1.3125rem;
    margin-right: 1rem;
  }
}

.c-btn.c-btn--icon::before,
.c-btn.c-btn--icon::after {
  display: none;
}

.c-illust {
  position: absolute;
  content: "";
  z-index: -1;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.p-kv__illust-R01 .c-illust:nth-child(1) {
  width: 135px;
  width: 8.4375rem;
  top: 7px;
  top: 0.4375rem;
  right: 0;
}
@media screen and (min-width: 768px) {
  .p-kv__illust-R01 .c-illust:nth-child(1) {
    width: 22.6875rem;
    top: 37rem;
    right: 5.375rem;
  }
}

.p-kv__illust-R01 .c-illust:nth-child(2) {
  width: 508px;
  width: 31.75rem;
  top: 44px;
  top: 2.75rem;
  right: 0;
}

.p-kv__illust-R01 .c-illust:nth-child(3) {
  width: 327px;
  width: 20.4375rem;
  top: 65px;
  top: 4.0625rem;
  right: 154px;
  right: 9.625rem;
}

.p-kv__illust-R01 .c-illust:nth-child(4) {
  width: 275px;
  width: 17.1875rem;
  top: 332px;
  top: 20.75rem;
  right: 0;
}

.p-kv__illust-R01 .c-illust:nth-child(5) {
  width: 142px;
  width: 8.875rem;
  top: 257px;
  top: 16.0625rem;
  right: 137px;
  right: 8.5625rem;
}

.p-kv__illust-R01 .c-illust:nth-child(6) {
  width: 388px;
  width: 24.25rem;
  top: 625px;
  top: 39.0625rem;
  right: 0;
}

.p-kv__illust-R01 .c-illust:nth-child(7) {
  width: 198px;
  width: 12.375rem;
  top: 760px;
  top: 47.5rem;
  right: 453px;
  right: 28.3125rem;
}

.p-kv__illust-L01 .c-illust:nth-child(1) {
  width: 163px;
  width: 10.1875rem;
  top: 55px;
  top: 3.4375rem;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-kv__illust-L01 .c-illust:nth-child(1) {
    width: 19.9375rem;
    top: 1.375rem;
    left: 20.625rem;
  }
}

.p-kv__illust-L01 .c-illust:nth-child(2) {
  width: 454px;
  width: 28.375rem;
  top: 360px;
  top: 22.5rem;
  left: 0;
}

.p-kv__illust-L01 .c-illust:nth-child(3) {
  width: 317px;
  width: 19.8125rem;
  top: 207px;
  top: 12.9375rem;
  left: 213px;
  left: 13.3125rem;
}

.p-kv__illust-L01 .c-illust:nth-child(4) {
  width: 331px;
  width: 20.6875rem;
  top: 700px;
  top: 43.75rem;
  left: 0;
}

.p-kv__illust-L01 .c-illust:nth-child(5) {
  width: 161px;
  width: 10.0625rem;
  top: 736px;
  top: 46rem;
  left: 370px;
  left: 23.125rem;
}

.p-kv__illust-L01 .c-illust:nth-child(6) {
  width: 359px;
  width: 22.4375rem;
  top: 439px;
  top: 27.4375rem;
  left: 0;
}

.p-kv__illust-L01 .c-illust:nth-child(7) {
  width: 189px;
  width: 11.8125rem;
  top: 961px;
  top: 60.0625rem;
  left: 0;
}

@media screen and (min-width: 768px) {
  .p-pickup__illust-L02 .c-illust img {
    transform: scale(-1, 1);
  }
}

.p-pickup__illust-L02 .c-illust:nth-child(1) {
  width: 82px;
  width: 5.125rem;
  top: 78px;
  top: 4.875rem;
  right: 0;
}
@media screen and (min-width: 768px) {
  .p-pickup__illust-L02 .c-illust:nth-child(1) {
    top: -620px;
    top: -38.75rem;
    left: auto;
    right: 0;
    width: 17.8125rem;
  }
}

.p-pickup__illust-L02 .c-illust:nth-child(2) {
  width: 313px;
  width: 19.5625rem;
  top: -660px;
  top: -41.25rem;
  right: 0;
}

.p-pickup__illust-L02 .c-illust:nth-child(3) {
  width: 296px;
  width: 18.5rem;
  top: -220px;
  top: -13.75rem;
  right: 159px;
  right: 9.9375rem;
}

.p-pickup__illust-L02 .c-illust:nth-child(4) {
  width: 163px;
  width: 10.1875rem;
  top: -230px;
  top: -14.375rem;
  right: 0;
}

.p-pickup__illust-L02 .c-illust:nth-child(5) {
  width: 157px;
  width: 9.8125rem;
  top: -583px;
  top: -36.4375rem;
  right: 44px;
  right: 2.75rem;
}

.p-pickup__illust-L02 .c-illust:nth-child(6) {
  width: 277px;
  width: 17.3125rem;
  top: 10px;
  top: 0.625rem;
  right: 0;
}

.p-pickup__illust-L02 .c-illust:nth-child(7) {
  width: 243px;
  width: 15.1875rem;
  top: 230px;
  top: 14.375rem;
  right: 0;
}

.p-pickup__illust-leaf .c-illust:nth-child(1) {
  width: 85px;
  width: 5.3125rem;
  top: -72px;
  top: -4.5rem;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-pickup__illust-leaf .c-illust:nth-child(1) {
    width: 18.5625rem;
    left: auto;
    top: 16.25rem;
    right: -1.875rem;
  }
}

.p-pickup__illust-leaf .c-illust:nth-child(2) {
  width: 275px;
  width: 17.1875rem;
  top: -375px;
  top: -23.4375rem;
  right: 0;
}

.p-pickup__illust-leaf .c-illust:nth-child(3) {
  width: 303px;
  width: 18.9375rem;
  top: -6px;
  top: -0.375rem;
  right: 0;
}

.p-pickup__illust-leaf .c-illust:nth-child(4) {
  width: 257px;
  width: 16.0625rem;
  top: -367px;
  top: -22.9375rem;
  right: 0;
}

.p-pickup__illust-leaf .c-illust:nth-child(5) {
  width: 281px;
  width: 17.5625rem;
  top: 367px;
  top: 22.9375rem;
  right: 0;
}

.p-pickup__illust-leaf .c-illust:nth-child(6) {
  width: 172px;
  width: 10.75rem;
  top: -220px;
  top: -13.75rem;
  right: 126px;
  right: 7.875rem;
}

.p-contents__illust-R02 .c-illust:nth-child(1) {
  width: 79px;
  width: 4.9375rem;
  top: -8px;
  top: -0.5rem;
  right: 0;
}

.p-contents__illust-flower .c-illust:nth-child(1) {
  width: 82px;
  width: 5.125rem;
  top: -93px;
  top: -5.8125rem;
  left: 0;
}

.p-about__illust-L03 .c-illust:nth-child(1) {
  width: 108px;
  width: 6.75rem;
  top: -20px;
  top: -1.25rem;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-about__illust-L03 .c-illust:nth-child(1) {
    width: 31.25rem;
    top: -3.75rem;
  }
}

.p-about__illust-L03 .c-illust:nth-child(2) {
  width: 219px;
  width: 13.6875rem;
  top: 411px;
  top: 25.6875rem;
  left: 0;
}

.p-about__illust-L03 .c-illust:nth-child(3) {
  width: 302px;
  width: 18.875rem;
  top: -279px;
  top: -17.4375rem;
  left: 0;
}

.p-about__illust-L03 .c-illust:nth-child(4) {
  width: 309px;
  width: 19.3125rem;
  top: 85px;
  top: 5.3125rem;
  left: 0;
}

.p-about__illust-L03 .c-illust:nth-child(5) {
  width: 157px;
  width: 9.8125rem;
  top: -12px;
  top: -0.75rem;
  left: 270px;
  left: 16.875rem;
}

.p-instagram__illust-R03 .c-illust:nth-child(1) {
  width: 129px;
  width: 8.0625rem;
  top: -121px;
  top: -7.5625rem;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-instagram__illust-R03 .c-illust:nth-child(1) {
    width: 21.4375rem;
    top: -5rem;
  }
}

.p-instagram__illust-R03 .c-illust:nth-child(2) {
  width: 215px;
  width: 13.4375rem;
  top: -170px;
  top: -10.625rem;
  left: 50px;
  left: 3.125rem;
}

.p-instagram__illust-R03 .c-illust:nth-child(3) {
  width: 332px;
  width: 20.75rem;
  top: 40px;
  top: 2.5rem;
  left: 0;
}

.p-instagram__illust-R03 .c-illust:nth-child(4) {
  width: 125px;
  width: 7.8125rem;
  top: 476px;
  top: 29.75rem;
  left: 16px;
  left: 1rem;
}

.p-footer__illust-R03 .c-illust:nth-child(1) {
  width: 183px;
  width: 183px;
  bottom: -42px;
  bottom: -2.625rem;
  right: 0;
}

@media screen and (min-width: 768px) {
  .c-panel-redisplay {
    -webkit-animation: redisplay 1.2s forwards;
            animation: redisplay 1.2s forwards;
  }
}
@keyframes redisplay {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
            opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
            opacity: 1;
  }
}


@media screen and (min-width: 768px) {
  .c-illust--swing01 {
    -webkit-animation: yurayura 6s linear infinite;
            animation: yurayura 6s linear infinite;
  }
}

@media screen and (min-width: 768px) {
  .c-illust--swing02 {
    -webkit-animation: yurayura 6s -3s linear infinite;
            animation: yurayura 6s -3s linear infinite;
  }
}

@-webkit-keyframes yurayura {
  0%, 100% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  50% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
}

@keyframes yurayura {
  0%, 100% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  50% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
}
.c-page-top {
  position: absolute;
  right: 16px;
  bottom: auto;
  z-index: 10;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 8px 0 rgba(149, 157, 165, .3);
          box-shadow: 0 0 8px 0 rgba(149, 157, 165, .3);
}
@media screen and (min-width: 768px) {
  .c-page-top {
    right: 100px;
  }
}

.c-page-top.fixed {
  position: fixed;
  bottom: 16px;
}
@media screen and (min-width: 768px) {
  .c-page-top.fixed {
    bottom: 40px;
  }
}

.c-page-top img {
  width: 48px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .c-page-top img {
    width: 80px;
  }
}

.c-point-btn {
  position: relative;
  width: 100%;
  cursor: pointer;
}

.c-point-btn::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #f798b5;
  -webkit-transform: skewX(-17deg);
          transform: skewX(-17deg);
  z-index: -1;
}

.c-point-btn::after {
  position: absolute;
  content: "";
  background-image: url(../images/niwatore/point-btn-img-sp.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 62px;
  width: 3.875rem;
  height: 59px;
  height: 3.6875rem;
  left: -28px;
  left: -1.75rem;
  bottom: 0;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .c-point-btn::after {
    background-image: url(../images/niwatore/point-btn-img.png);
    width: 5.4375rem;
    height: 4.6875rem;
    left: -2.9375rem;
  }
}

.c-point-btn__wrapper {
  padding: 12px 0;
  padding: 0.75rem 0;
  text-align: center;
  color: #fff;
  width: 100%;
  height: 100%;
}
.c-point-btn__wrapper img {
  width: 57px;
  width: 3.5625rem;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .c-point-btn__wrapper {
    padding: 1.0625rem 0;
  }
}

.c-point-btn__wrapper::before,
.c-point-btn__wrapper::after {
  position: absolute;
  content: "";
  width: 12px;
  width: 0.75rem;
  height: max(2px, 1px);
  height: max(0.125rem, 1px);
  background: #fff;
  top: 50%;
  right: 48px;
  right: 3rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.c-point-btn.is-close .c-point-btn__wrapper::after {
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}

.c-point-btn.c-point-btn--pilates::before {
  background-color: #f3cb44;
}

.c-shokuiku-title {
  background: #d9eeec;
  color: #221815;
  padding: 6px 0;
  padding: 0.375rem 0;
}
@media screen and (min-width: 768px) {
  .c-shokuiku-title {
    padding: 0.5rem 0;
  }
}

.c-shokuiku-title__wrapper {
  border-top: 1px solid #221815;
  border-bottom: 1px solid #221815;
  padding: 16px 12px 16px 17px;
  padding: 1rem 0.75rem 1rem 1.0625rem;
}
@media screen and (min-width: 768px) {
  .c-shokuiku-title__wrapper {
    padding: 2.125rem 20.25rem 1.875rem 19.9375rem;
  }
}

.c-shokuiku-title__text {
  font-family: "Noto Serif JP", serif;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 768px) {
  .c-shokuiku-title__text {
    font-size: 1.375rem;
  }
}

.c-shokuiku-title__text::before {
  content: "";
  margin-right: 8px;
  margin-right: 0.5rem;
  width: 8px;
  width: 0.5rem;
  height: 8px;
  height: 0.5rem;
  background: #221815;
}
@media screen and (min-width: 768px) {
  .c-shokuiku-title__text::before {
    margin-right: 1.0625rem;
    width: 0.75rem;
    height: 0.75rem;
  }
}

.c-shokuiku-title__text::after {
  content: "";
  margin-left: 8px;
  margin-left: 0.5rem;
  width: 100%;
  max-width: 80px;
  max-width: 5rem;
  height: 1px;
  background: #221815;
}
@media screen and (min-width: 768px) {
  .c-shokuiku-title__text::after {
    margin-left: 1.5rem;
    max-width: 10rem;
  }
}

.c-shokuiku-title__title {
  margin-top: 12px;
  margin-top: 0.75rem;
}
.c-shokuiku-title__title img {
  height: 26px;
  height: 1.625rem;
  width: auto;
  margin-left: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .c-shokuiku-title__title {
    margin-top: 1.5rem;
  }
  .c-shokuiku-title__title img {
    height: 2.9375rem;
  }
}

.c-title-img {
  display: inline-block;
  height: 22.5px;
  height: 1.40625rem;
  width: auto;
}
@media screen and (min-width: 768px) {
  .c-title-img {
    height: 2.8125rem;
  }
}

.c-toggle {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 15px 11px 15px 0;
  padding: 0.9375rem 0.6875rem 0.9375rem 0;
  color: #2e989a;
  background-color: #fff;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  border-radius: 2.75rem;
  -webkit-box-shadow: 0 0 8px 0 rgba(149, 157, 165, .3);
          box-shadow: 0 0 8px 0 rgba(149, 157, 165, .3);
  text-align: center;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .c-toggle {
    font-size: 0.9375rem;
    -webkit-box-shadow: 0 0 16px 0 rgba(149, 157, 165, .3);
            box-shadow: 0 0 16px 0 rgba(149, 157, 165, .3);
  }
}

.c-toggle::before,
.c-toggle::after {
  position: absolute;
  content: "";
  width: 12px;
  width: 0.75rem;
  height: max(2px, 1px);
  height: max(0.125rem, 1px);
  background: #2e989a;
  top: 50%;
  right: 41px;
  right: 2.5625rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.c-toggle.is-close::after {
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}

.c-toggle.c-toggle--profile {
  padding: 14px 19px 14px 0;
  padding: 0.875rem 1.1875rem 0.875rem 0;
  color: #0083ce;
  border-radius: 2.5rem;
}
@media screen and (min-width: 768px) {
  .c-toggle.c-toggle--profile {
    padding: 0.875rem 0.6875rem 0.875rem 0;
  }
}

.c-toggle.c-toggle--profile::before,
.c-toggle.c-toggle--profile::after {
  width: 12px;
  width: 0.75rem;
  height: 1px;
  background: #0083ce;
  top: 50%;
  right: 48px;
  right: 3rem;
}
@media screen and (min-width: 768px) {
  .c-toggle.c-toggle--profile::before,
  .c-toggle.c-toggle--profile::after {
    right: 1.5625rem;
  }
}

@media screen and (min-width: 768px) {
  .p-banner.l-banner {
    margin-top: 10.875rem;
  }  
}

.p-banner__items {
  display: grid;
  gap: 8px;
  gap: 0.5rem;
  grid-template-columns: 1fr;
  padding: 0 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-banner__items {
    gap: 1rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding: 0;
  }
}

.p-banner__item {
  display: inline-block;
  width: 100%;
  position: relative;
}
.p-banner__item::before {
  padding-top: 53.8226%;
  display: block;
  content: "";
}
.p-banner__item img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media screen and (min-width: 768px) {
  .p-btn__wrap {
    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;
  }
}

@media (min-width: 850px) {
  .p-btn__wrap-archive {
    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;
  }
}
.p-btn__item {
  margin: auto;
  width: 100%;
  max-width: 283px;
  max-width: 17.6875rem;
}
@media screen and (min-width: 768px) {
  .p-btn__item {
    margin: 0;
    max-width: 20rem;
  }
}

.p-btn__item-archive {
  margin: auto;
  width: 100%;
  max-width: 283px;
}

@media (min-width: 850px) {
  .p-btn__item-archive {
    margin: 0;
    max-width: 240px;
  }
}
.p-btn__item.p-btn__item--search {
  max-width: 316.815px;
  max-width: 19.8009375rem;
}
@media screen and (min-width: 768px) {
  .p-btn__item.p-btn__item--search {
    margin: auto;
    max-width: 34.375rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-btn__item.p-btn__item--search {
    max-width: 31.9375rem;
  }
}

.p-btn__item-archive.p-btn__item-archive--search {
  max-width: 316.815px;
}

@media (min-width: 850px) {
  .p-btn__item-archive.p-btn__item-archive--search {
    margin: auto;
    max-width: 500px;
  }
}
.p-btn__wrap + .p-btn__item.p-btn__item--search {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-btn__wrap + .p-btn__item.p-btn__item--search {
    margin-top: 3.125rem;
  }
}

.p-btn__wrap-archive + .p-btn__item-archive--search {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p-btn__wrap-archive + .p-btn__item-archive--search {
    margin-top: 50px;
  }
}

.p-btn__item + .p-btn__item {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-btn__item + .p-btn__item {
    margin-top: 0;
    margin-left: 3.125rem;
  }
}

.p-btn__item-archive + .p-btn__item-archive {
  margin-top: 20px;
}

@media (min-width: 850px) {
  .p-btn__item-archive + .p-btn__item-archive {
    margin-top: 0;
    margin-left: 50px;
  }
}
.p-btn__item a {
  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: 100%;
  -webkit-box-shadow: 0 0 8px 0 rgba(149, 157, 165, .3);
          box-shadow: 0 0 8px 0 rgba(149, 157, 165, .3);
  border: solid 2px #2e989a;
  color: #2e989a;
  background-color: #fff;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  border-radius: 3.125rem;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .p-btn__item a {
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
    font-size: 1rem;
    -webkit-box-shadow: 0 0 10px 0 rgba(200, 199, 204, .5);
            box-shadow: 0 0 10px 0 rgba(200, 199, 204, .5);
  }
}

.p-btn__item-archive a {
  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: 100%;
  -webkit-box-shadow: 0 0 8px 0 rgba(149, 157, 165, .3);
          box-shadow: 0 0 8px 0 rgba(149, 157, 165, .3);
  border: solid 2px #2e989a;
  color: #2e989a;
  background-color: #fff;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  border-radius: 50px;
  text-transform: uppercase;
  font-size: 14px;
}

@media (min-width: 850px) {
  .p-btn__item-archive a {
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
    font-size: 16px;
    -webkit-box-shadow: 0 0 10px 0 rgba(200, 199, 204, .5);
            box-shadow: 0 0 10px 0 rgba(200, 199, 204, .5);
  }
}
.p-btn__item.p-btn__item--top a {
  padding: 16px 19px;
  padding: 1rem 1.1875rem;
}
@media screen and (min-width: 768px) {
  .p-btn__item.p-btn__item--top a {
    padding-left: 6.875rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-btn__item.p-btn__item--top a {
    padding: 1.375rem 1.1875rem 1.375rem 8rem;
  }
}

.p-btn__item-archive.p-btn__item-archive--top a {
  padding: 16px 19px;
}

@media (min-width: 850px) {
  .p-btn__item-archive.p-btn__item-archive--top a {
    padding-top: 21.5px;
    padding-bottom: 21.5px;
    padding-left: 85px;
  }
}
.p-btn__item.p-btn__item--shokuiku a {
  padding: 10.25px 19px;
  padding: 0.640625rem 1.1875rem;
}
@media screen and (min-width: 768px) {
  .p-btn__item.p-btn__item--shokuiku a {
    padding-left: 3.125rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-btn__item.p-btn__item--shokuiku a {
    padding: 0.8234375rem 1.1875rem 0.8234375rem 4.6875rem;
  }
}

.p-btn__item-archive.p-btn__item-archive--shokuiku a {
  padding: 10.75px 19px;
}

@media (min-width: 850px) {
  .p-btn__item-archive.p-btn__item-archive--shokuiku a {
    padding-top: 13.172px;
    padding-bottom: 13.172px;
    padding-left: 40px;
  }
}
.p-btn__item.p-btn__item--niwatore a {
  padding: 11.73px 19px;
  padding: 0.733125rem 1.1875rem;
}
@media screen and (min-width: 768px) {
  .p-btn__item.p-btn__item--niwatore a {
    padding: 0.94625rem 1.1875rem 0.94625rem 5.625rem;
  }
}

.p-btn__item-archive.p-btn__item-archive--niwatore a {
  padding: 12.23px 19px;
}

@media (min-width: 850px) {
  .p-btn__item-archive.p-btn__item-archive--niwatore a {
    padding: 15.14px 19px 15.14px 55px;
  }
}
.p-btn__item.p-btn__item--search a {
  padding: 8.25px 19px 12.25px;
  padding: 0.515625rem 1.1875rem 0.765625rem;
  display: inline-block;
  text-align: center;
  color: #fff;
  background-color: #2e989a;
}
@media screen and (min-width: 768px) {
  .p-btn__item.p-btn__item--search a {
    padding: 0.5675rem 1.1875rem 0.5675rem 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-btn__item-archive.p-btn__item-archive--search a {
  padding: 8.25px 19px 12.25px;
  display: inline-block;
  text-align: center;
  color: #fff;
  background-color: #2e989a;
}

@media (min-width: 850px) {
  .p-btn__item-archive.p-btn__item-archive--search a {
    padding: 9.08px 19px 9.08px 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-btn__item a::before,
.p-btn__item a::after {
  position: absolute;
  content: "";
  width: 22px;
  width: 1.375rem;
  height: max(2px, 1px);
  height: max(0.125rem, 1px);
  background: #2e989a;
  top: 52%;
  right: 28px;
  right: 1.75rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .p-btn__item a::before,
.p-btn__item a::after {
    right: 1.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-btn__item a::before,
.p-btn__item a::after {
    right: 3.75rem;
  }
}

.p-btn__item-archive a::before,
.p-btn__item-archive a::after {
  position: absolute;
  content: "";
  width: 22px;
  height: 1px;
  background: #2e989a;
  top: 52%;
  right: 28px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 5px;
}

.p-btn__item.p-btn__item--top a::before,
.p-btn__item.p-btn__item--top a::after {
  right: auto;
  right: initial;
  left: 28px;
  left: 1.75rem;
}
@media screen and (min-width: 768px) {
  .p-btn__item.p-btn__item--top a::before,
.p-btn__item.p-btn__item--top a::after {
    left: 2.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-btn__item.p-btn__item--top a::before,
.p-btn__item.p-btn__item--top a::after {
    left: 4.6875rem;
  }
}

.p-btn__item-archive--top a::before,
.p-btn__item-archive--top a::after {
  right: auto;
  right: initial;
  left: 28px;
}

@media (min-width: 850px) {
  .p-btn__item-archive--top a::before,
.p-btn__item-archive--top a::after {
    left: 40px;
  }
}
.p-btn__item.p-btn__item--search a:before,
.p-btn__item.p-btn__item--search a::after {
  background: #fff;
  right: 20px;
  right: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-btn__item.p-btn__item--search a:before,
.p-btn__item.p-btn__item--search a::after {
    right: 1.875rem;
  }
}

.p-btn__item-archive--search a::before,
.p-btn__item-archive--search a::after {
  background: #fff;
  right: 20px;
}

.p-top__footer-btn {
  position: relative;
  margin-top: 58px;
  margin-top: 3.625rem;
  margin-bottom: 42px;
  margin-bottom: 2.625rem;
}
@media screen and (min-width: 768px) {
  .p-top__footer-btn {
    margin-top: 132px;
    margin-top: 8.25rem;
    margin-bottom: 152px;
    margin-bottom: 9.5rem;
    display: flex;
    justify-content: center;
    gap: 3.25rem;
  }

  .p-top__footer-btn .p-btn__item--search {
    margin: 0;
    max-width: 27rem;
  }
}

.p-footer__sns-list {
  margin: 0 auto;
  margin-top: 1.625rem;
  display: flex;
  justify-content: center;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-footer__sns-list {
    margin: 0;
    display: flex;
    justify-content: center;
    gap: 3.25rem;
  }
}

.p-footer__sns a img {
  width: 3rem;
}
@media screen and (min-width: 768px) {
  .p-footer__sns a img {
    width: 4rem;
  }  
}

.c-no-arrow::before, .c-no-arrow::after {
  display: none;
}

.p-btn__item.p-btn__item--search .c-no-arrow {
  padding: 9px 19px;
  padding: 0.5625rem 1.1875rem;
}
@media screen and (min-width: 768px) {
  .p-btn__item.p-btn__item--search .c-no-arrow {
    display: flex;
    justify-content: center;
  }
}

@media (min-width: 850px) {
  .p-btn__item-archive--search a::before,
  .p-btn__item-archive--search a::after {
    right: 30px;
  }
}

.p-btn__item a::after {
  width: 10px;
  width: 0.625rem;
  top: 45%;
  -webkit-transform: translateY(-50%) rotate(47deg);
          transform: translateY(-50%) rotate(47deg);
}

.p-btn__item-archive a::after {
  width: 10px;
  width: 0.625rem;
  top: 47.5%;
  -webkit-transform: translateY(-50%) rotate(47deg);
          transform: translateY(-50%) rotate(47deg);
}

.p-btn__item.p-btn__item--top a::after,
.p-btn__item-archive--top a::after {
  -webkit-transform: translateY(-50%) rotate(-47deg);
          transform: translateY(-50%) rotate(-47deg);
}

.p-btn__item img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 24px;
  width: 1.5rem;
  margin-right: 8px;
  margin-right: 0.5rem;
  margin-top: 1px;
  margin-top: 0.0625rem;
}
@media screen and (min-width: 768px) {
  .p-btn__item img {
    width: 2rem;
    margin-right: 1rem;
  }
}

.p-btn__item-archive img {
  width: 24px;
  margin-right: 8px;
}

@media (min-width: 850px) {
  .p-btn__item-archive img {
    width: 32px;
    margin-right: 16px;
  }
}
.p-btn__item.p-btn__item--search img {
  width: 190px;
  width: 11.875rem;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .p-btn__item.p-btn__item--search img {
    width: 16.875rem;
  }
}

.p-btn__item-archive.p-btn__item-archive--search img {
  width: 190px;
}

@media (min-width: 850px) {
  .p-btn__item-archive.p-btn__item-archive--search img {
    width: 270px;
  }
}
.p-btn__item img::before,
.p-btn__item img::after,
.p-btn__item-archive::before,
.p-btn__item-archive::after {
  display: none;
}

.p-btn__item.p-btn__item--search div,
.p-btn__item-archive.p-btn__item-archive--search div {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-contents__anchor {
  display: flex;
  justify-content: center;
  gap: 23px;
  margin: 0 auto;
  margin-bottom: 115px;
  max-width: 400px;
}
@media screen and (min-width: 768px) {
  .p-contents__anchor {
    display: none;
  }
}

.p-contents__anchor a {
  width: 8.125rem;
}

.p-contents__title {
  text-align: center;
}

.p-contents__category {
  position: relative;
  margin-top: 40px;
  text-align: center;
}

.p-contents__category-title {
  display: inline-block;
  font-size: 14.5px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #2e989a;
}

.p-contents__category-title::after {
  position: absolute;
  content: "";
  bottom: -6px;
  left: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 2px;
  background-color: #2e989a;
}

.p-contents__swiper {
  position: relative;
  margin-top: 38px;
  margin-top: 2.375rem;
}


.p-contents__swiper .swiper-slide {
  padding: 0 12px;
  padding: 0 0.75rem;
}

@media screen and (min-width: 768px) {
  .swiper-slide a:hover {
    opacity: 1;
  }    
}

.p-contents__pc {
  margin: 0 auto;
  width: 1280px;
  width: 80rem;
}

.p-contents__category-tab {
  margin: 3.25rem auto;
  display: flex;
  justify-content: center;
  gap: 2rem;
}

.p-contents__category-tab-item {
  position: relative;
  width: 7.5rem;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  color: #2e989a;
  text-align: center;
  opacity: 50%;
  cursor: pointer;
}

.p-contents__category-tab-item.is-active {
  opacity: 1;
}

.p-contents__category-tab-item.is-active::after {
  position: absolute;
  bottom: -6px;
  left: 50%;
  content: "";
  width: 6.875rem;
  height: 2px;
  transform: translateX(-50%);
  background-color: #2e989a;
}

.p-contents__list {
  transition-property: height;
  transition-duration: 0.3s;
}

.p-contents__list ul {
  display: grid;
  grid-template-rows: 1fr 1fr 1fr;
  grid-template-columns: 18.5rem 18.5rem 18.5rem 18.5rem;
  gap: 2rem;
}

.p-contents__list-item {
  position: relative;
  width: 18.5rem;
}

.p-contents__new-mark {
  position: absolute;
  top: 0;
  left: -0.625rem;
  width: 35%;
}
@media screen and (min-width: 768px) {
  .p-contents__new-mark {
    position: absolute;
    top: 0.3125rem;
    left: -1.25rem;
    width: 6.875rem;
  }
}

.p-contents__pc .p-contents__img {
  width: 18.5rem;
}

.p-contents__heading {
  margin-top: 15px;
  margin-top: 0.9375rem;
  font-weight: 700;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-contents__heading {
    margin-top: 1.625rem;
    font-size: max(1.125rem, 12px);
    line-height: 1.25;
  }
}

.p-contents__text {
  margin-top: 11px;
  margin-top: 0.6875rem;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .p-contents__text {
    margin-top: 0.75rem;
    font-size: 0.75rem;
    line-height: 1.92;
    letter-spacing: 0.1em;
  }
}

.p-contents__list-more__btn {
  margin: 0 auto;
  margin-top: 1.75rem;
  width: 14.875rem;
  width: 14.875rem;
}

.p-contents__list-more__btn .c-toggle {
  border: 2px solid #2e989a;
  box-shadow: none;
}


.p-contents__swiper .swiper-button-prev,
.p-contents__swiper .swiper-button-next {
  top: 0px;
  top: 48%;
  right: 3%;
  left: auto;
  width: 10px;
  width: 0.625rem;
  height: 16px;
  height: 1rem;
  transform: translateY(-50%);
}
@media screen and (min-width: 420px) {
  .p-contents__swiper .swiper-button-prev,
  .p-contents__swiper .swiper-button-next {
    top: 52%;
    right: 3.5%;
  }
}

.p-contents__swiper .swiper-button-prev {
  /* right: 118px;
  right: 7.375rem; */
  left: 10px;
}

.p-contents__swiper .swiper-button-prev:after,
.p-contents__swiper .swiper-button-next:after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  margin: auto;
  width: 10px;
  width: 0.625rem;
  height: 16px;
  height: 1rem;
}

.p-contents__swiper .swiper-button-prev:after {
  background-image: url(../images/top/contents-arrow.png);
  transform: rotate(180deg);
}

.p-contents__swiper .swiper-button-next:after {
  background-image: url(../images/top/contents-arrow.png);  
}

.p-cooking__title {
  position: relative;
  margin: 0 8px;
  margin: 0 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-cooking__title {
    width: 100%;
    max-width: 73.75rem;
    margin: 0 auto;
  }
}

.p-cooking__title.c-shokuiku-title {
  background: #ebd4e7;
}

.p-cooking__title::before {
  position: absolute;
  content: "";
  background-image: url(../images/shokuiku/pan.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 216px;
  width: 13.5rem;
  height: 95px;
  height: 5.9375rem;
  top: -107px;
  top: -6.6875rem;
  right: -40px;
  right: -2.5rem;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-cooking__title::before {
    width: 27.4375rem;
    height: 11.875rem;
    top: -13.125rem;
    right: -11.5625rem;
  }
}

.p-cooking__lead {
  margin: 34px 24px 0;
  margin: 2.125rem 1.5rem 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.15em;
}
@media screen and (min-width: 768px) {
  .p-cooking__lead {
    font-size: 1rem;
    line-height: 1.8;
    width: 100%;
    max-width: 50.0625rem;
    margin: 2.875rem auto 0;
    letter-spacing: 0.17em;
  }
}

.p-cooking__items {
  margin-top: 63px;
  margin-top: 3.9375rem;
}
@media screen and (min-width: 768px) {
  .p-cooking__items {
    margin-top: 5rem;
  }
}

.p-cooking__item:not(:last-child) {
  margin-bottom: 64px;
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .p-cooking__item:not(:last-child) {
    margin-bottom: 6.25rem;
  }
}

.p-cooking .p-shokuiku-item__heading {
  border-bottom: 2px solid #d67ed3;
  border-bottom: 0.125rem solid #d67ed3;
}
.p-cooking .p-shokuiku-item__heading span {
  background-image: url(../images/shokuiku/heading-shape-pink.jpg);
  color: #d67ed3;
}
@media screen and (min-width: 768px) {
  .p-cooking .p-shokuiku-item__heading span {
    background-image: url(../images/shokuiku/heading-shape-pink-pc.jpg);
  }
}
.p-cooking .p-shokuiku-item__title::before {
  position: absolute;
  content: "";
  left: 11px;
  left: 0.6875rem;
  bottom: -26px;
  bottom: -1.625rem;
  background: #221815;
  width: 1.5px;
  height: 24px;
  height: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-cooking .p-shokuiku-item__title::before {
    left: 0.1875rem;
    bottom: -3.125rem;
    width: 0.1875rem;
    height: 3rem;
  }
}
.p-cooking .p-shokuiku-item__title .color {
  color: #d67ed3;
}

.p-cooking__item:nth-child(1) .p-shokuiku-item__body::before {
  background-image: url(../images/shokuiku/cooking-deco01-sp.png);
  width: 81px;
  width: 5.0625rem;
  height: 99px;
  height: 6.1875rem;
  bottom: 188px;
  bottom: 11.75rem;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-cooking__item:nth-child(1) .p-shokuiku-item__body::before {
    background-image: url(../images/shokuiku/cooking-deco01.png);
    width: 10.9375rem;
    height: 9.875rem;
    bottom: -0.4375rem;
    right: -7.75rem;
  }
}
.p-cooking__item:nth-child(1) .p-shokuiku-item__title {
  top: 5px;
  top: 0.3125rem;
  right: calc(50% + 5.0625rem);
}
@media screen and (min-width: 768px) {
  .p-cooking__item:nth-child(1) .p-shokuiku-item__title {
    top: auto;
    right: auto;
    margin-top: -3.4375rem;
  }
}
.p-cooking__item:nth-child(1) .p-shokuiku-item__title .break {
  margin-top: 100px;
  margin-top: 6.25rem;
}
@media screen and (min-width: 768px) {
  .p-cooking__item:nth-child(1) .p-shokuiku-item__title .break {
    margin-top: 10.375rem;
  }
}
.p-cooking__item:nth-child(1) .p-shokuiku-item__img {
  padding-left: 80px;
  padding-left: 5rem;
}
@media screen and (min-width: 768px) {
  .p-cooking__item:nth-child(1) .p-shokuiku-item__img {
    padding-left: 0;
  }
}
.p-cooking__item:nth-child(1) .p-shokuiku-item__img img {
  max-width: 240px;
  max-width: 15rem;
}
@media screen and (min-width: 768px) {
  .p-cooking__item:nth-child(1) .p-shokuiku-item__img img {
    max-width: 25rem;
  }
}

.p-cooking__item:nth-child(2) .p-shokuiku-item__body::before {
  background-image: url(../images/shokuiku/cooking-deco02-sp.png);
  width: 51px;
  width: 3.1875rem;
  height: 105px;
  height: 6.5625rem;
  bottom: -47px;
  bottom: -2.9375rem;
  right: auto;
  left: -20px;
}
@media screen and (min-width: 768px) {
  .p-cooking__item:nth-child(2) .p-shokuiku-item__body::before {
    background-image: url(../images/shokuiku/cooking-deco02.png);
    width: 14.375rem;
    height: 12.125rem;
    bottom: -1.375rem;
    left: -7.1875rem;
  }
}
.p-cooking__item:nth-child(2) .p-shokuiku-item__title {
  top: 21px;
  top: 1.3125rem;
}
@media screen and (min-width: 768px) {
  .p-cooking__item:nth-child(2) .p-shokuiku-item__title {
    top: auto;
    right: auto;
    margin-top: -7.6875rem;
  }
}
.p-cooking__item:nth-child(2) .p-shokuiku-item__title .break {
  margin-top: 52px;
  margin-top: 3.25rem;
}
@media screen and (min-width: 768px) {
  .p-cooking__item:nth-child(2) .p-shokuiku-item__title .break {
    margin-top: 6.125rem;
  }
}
.p-cooking__item:nth-child(2) .p-shokuiku-item__img {
  padding-right: 50px;
  padding-right: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-cooking__item:nth-child(2) .p-shokuiku-item__img {
    padding-right: 0;
  }
}
.p-cooking__item:nth-child(2) .p-shokuiku-item__img img {
  max-width: 226px;
  max-width: 14.125rem;
}
@media screen and (min-width: 768px) {
  .p-cooking__item:nth-child(2) .p-shokuiku-item__img img {
    max-width: 25rem;
  }
}

.p-cooking__item:nth-child(3) .p-shokuiku-item__body::before {
  background-image: url(../images/shokuiku/cooking-deco03-sp.png);
  width: 81px;
  width: 5.0625rem;
  height: 99px;
  height: 6.1875rem;
  bottom: 140px;
  bottom: 8.75rem;
  right: -6px;
  right: -0.375rem;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-cooking__item:nth-child(3) .p-shokuiku-item__body::before {
    background-image: url(../images/shokuiku/cooking-deco03.png);
    width: 9.4375rem;
    height: 11.5rem;
    bottom: -2.125rem;
    right: -8.0625rem;
  }
}
.p-cooking__item:nth-child(3) .p-shokuiku-item__title {
  top: 17px;
  top: 1.0625rem;
  right: calc(50% + 5.0625rem);
}
@media screen and (min-width: 768px) {
  .p-cooking__item:nth-child(3) .p-shokuiku-item__title {
    top: auto;
    right: auto;
    margin-top: -3.75rem;
  }
}
.p-cooking__item:nth-child(3) .p-shokuiku-item__title .break {
  margin-top: 76px;
  margin-top: 4.75rem;
}
@media screen and (min-width: 768px) {
  .p-cooking__item:nth-child(3) .p-shokuiku-item__title .break {
    margin-top: 10.375rem;
  }
}
.p-cooking__item:nth-child(3) .p-shokuiku-item__img {
  padding-left: 75px;
  padding-left: 4.6875rem;
}
@media screen and (min-width: 768px) {
  .p-cooking__item:nth-child(3) .p-shokuiku-item__img {
    padding-left: 0;
  }
}
.p-cooking__item:nth-child(3) .p-shokuiku-item__img img {
  max-width: 237px;
  max-width: 14.8125rem;
}
@media screen and (min-width: 768px) {
  .p-cooking__item:nth-child(3) .p-shokuiku-item__img img {
    max-width: 25rem;
  }
}

.p-drawer {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  color: #2e989a;
  background: #d9eeec;
  width: 85%;
  max-width: 318px;
  height: 100%;
  padding: 80px 60px 0 40px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  visibility: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, .1);
          box-shadow: 0 0 12px 0 rgba(0, 0, 0, .1);
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media screen and (min-width: 768px) {
  .p-drawer {
    -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, .1);
            box-shadow: 0 0 24px 0 rgba(0, 0, 0, .1);
    max-width: 527px;
    padding: 132px 112px 0 68px;
  }
}

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

.p-drawer__items {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.p-drawer__item > a,
.p-drawer__item > p {
  position: relative;
  display: inline-block;
  width: 100%;
  text-transform: uppercase;
  border-bottom: 1px solid #2e989a;
  padding: 19px 0;
  font-weight: 700;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.08em;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-drawer__item > a,
.p-drawer__item > p {
    padding: 27px 0;
    font-size: 24px;
  }
}

.p-drawer__item > p::before,
.p-drawer__item > p::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 8px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: 1px;
  background: #2e989a;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (min-width: 768px) {
  .p-drawer__item > p::before,
.p-drawer__item > p::after {
    right: 17px;
    width: 20px;
  }
}

.p-drawer__item > p.is-close::after {
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}

.p-drawer__subitems {
  width: 100%;
  padding-left: 16px;
  display: none;
}
@media screen and (min-width: 768px) {
  .p-drawer__subitems {
    padding-left: 23px;
  }
}

.p-drawer__subitem > a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 13px;
  width: 100%;
  text-transform: initial;
  border-bottom: 1px solid #2e989a;
  padding: 14px 0;
  font-weight: 500;
  font-size: 11px;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .p-drawer__subitem > a {
    padding: 18px 0;
    font-size: 18px;
    gap: 21px;
  }
}

.p-drawer__subitem > a img {
  display: inline-block;
  width: 20px;
}
@media screen and (min-width: 768px) {
  .p-drawer__subitem > a img {
    width: 33px;
  }
}

.p-drawer__subitem > a::before,
.p-drawer__subitem > a::after {
  position: absolute;
  content: "";
  top: calc(50% + 2px);
  right: 7px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 1px;
  background: #2e989a;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .p-drawer__subitem > a::before,
.p-drawer__subitem > a::after {
    right: 17px;
    width: 32px;
  }
}

.p-drawer__subitem > a::after {
  width: 7px;
  top: calc(50% - 1px);
  right: 7px;
  -webkit-transform: translateY(-50%) rotate(47deg);
          transform: translateY(-50%) rotate(47deg);
}
@media screen and (min-width: 768px) {
  .p-drawer__subitem > a::after {
    right: 17px;
  }
}

.p-drawer__link-wrap {
  margin-top: 50px;
  margin-bottom: 50px;
  padding-left: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-drawer__link-wrap {
    margin-top: 82px;
    margin-bottom: 82px;
    padding-left: 23px;
  }
}

.p-drawer__link a {
  position: relative;
  padding: 10px 0;
  font-weight: 500;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .p-drawer__link a {
    font-size: 18px;
  }
}

.p-drawer__link a::after {
  position: absolute;
  top: 9px;
  content: "";
  margin-top: 3px;
  margin-left: 12px;
  display: inline-block;
  width: 12.5px;
  height: 12.5px;
  background-image: url(./../images/common/link.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .p-drawer__link a::after {
    width: 22px;
    height: 22px;
  }
}

.p-drawer__sns {
  margin-left: 49px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 15px;
}
@media screen and (min-width: 768px) {
  .p-drawer__sns {
    margin-left: 86px;
    gap: 30px;
  }
}
@media screen and (max-width: 374px) {
  .p-drawer__sns {
    margin-left: 3rem;
  }
}

.p-drawer__sns a img {
  width: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .p-drawer__sns a img {
    width: 64px;
  }
}
@media screen and (max-width: 374px) {
  .p-drawer__sns a img {
    width: 2rem;
  }
}

.p-drawer__background {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99;
  top: 0;
  right: 0;
  left: 0;
  background: transparent;
  opacity: 0;
  visibility: hidden;
}

.p-drawer.active {
  opacity: 100;
  visibility: visible;
}

.p-drawer__background.active {
  opacity: 100;
  visibility: visible;
}

.p-eating__title {
  position: relative;
  margin: 0 8px;
  margin: 0 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-eating__title {
    width: 100%;
    max-width: 73.75rem;
    margin: 0 auto;
  }
}

.p-eating__title.c-shokuiku-title {
  background: #fbd59a;
}

.p-eating__title::before {
  position: absolute;
  content: "";
  background-image: url(../images/shokuiku/pot.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 227px;
  width: 14.1875rem;
  height: 131px;
  height: 8.1875rem;
  top: -96px;
  top: -6rem;
  left: -36px;
  left: -2.25rem;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-eating__title::before {
    width: 28.6875rem;
    height: 16.375rem;
    top: -11.3125rem;
    left: -10.3125rem;
  }
}

.p-eating__lead {
  margin: 34px 24px 0;
  margin: 2.125rem 1.5rem 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.15em;
}
@media screen and (min-width: 768px) {
  .p-eating__lead {
    font-size: 1rem;
    line-height: 1.8;
    width: 100%;
    max-width: 50.0625rem;
    margin: 2.875rem auto 0;
    letter-spacing: 0.17em;
  }
}

.p-eating__images {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-eating__images {
    margin-top: 4.5rem;
  }
}

.p-eating__bottom {
  position: relative;
  margin-top: 149px;
  margin-top: 9.3125rem;
}
@media screen and (min-width: 768px) {
  .p-eating__bottom {
    margin-top: 15.5625rem;
  }
}

.p-eating__bottom::before {
  position: absolute;
  content: "";
  background-image: url(../images/shokuiku/mixer-sp.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 247px;
  width: 15.4375rem;
  height: 138px;
  height: 8.625rem;
  top: -98px;
  top: -6.125rem;
  right: -2px;
  right: -0.125rem;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-eating__bottom::before {
    background-image: url(../images/shokuiku/mixer2.png);
    width: 80.6875rem;
    height: 17.3125rem;
    top: -2.375rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.p-eating__message {
  margin: 0 0 0 24px;
  margin: 0 0 0 1.5rem;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 768px) {
  .p-eating__message {
    margin: 0 1.5rem;
    text-align: center;
    font-size: 2.75rem;
    line-height: 1.8181818182;
  }
}

.p-eating__text {
  margin: 23px 24px 0;
  margin: 1.4375rem 1.5rem 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.15em;
}
@media screen and (min-width: 768px) {
  .p-eating__text {
    margin-top: 2.75rem;
    font-size: 1.25rem;
    line-height: 2;
    text-align: center;
  }
}

.p-footer {
  background: #d9eeec;
  padding: 20px 10px 10px;
}
@media screen and (min-width: 768px) {
  .p-footer {
    padding: 33px 100px 32px;
  }
}

@media screen and (min-width: 768px) {
  .p-footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.p-footer__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-footer__logos {
    width: 50%;
    gap: 56px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}

.p-footer__logos a {
  display: inline-block;
}

.p-footer__logos a img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 37px;
  width: auto;
}
@media screen and (min-width: 768px) {
  .p-footer__logos a img {
    height: 50px;
  }
}

.p-footer__copyright {
  display: inline-block;
  width: 100%;
  margin-top: 11px;
  color: #2e989a;
  font-size: 12px;
  line-height: 2.5;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-footer__copyright {
    margin-bottom: -15px;
    width: 50%;
    text-align: right;
    margin-top: 0;
    font-size: 14px;
    line-height: 2.1428571429;
  }
}

.p-hamburger {
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  position: absolute;
  z-index: 101;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  cursor: pointer;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-hamburger {
    width: 80px;
    height: 80px;
    right: 100px;
  }
}

.p-hamburger.fixed {
  position: fixed;
  display: none;
}

.p-hamburger span {
  display: block;
  position: absolute;
  width: 20px;
  height: 1px;
  left: 20px;
  background: #2e989a;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .p-hamburger span {
    width: 26px;
    left: 26px;
  }
}

.p-hamburger span:nth-child(1) {
  top: 14px;
}
@media screen and (min-width: 768px) {
  .p-hamburger span:nth-child(1) {
    top: 21px;
  }
}

.p-hamburger span:nth-child(2) {
  top: 21px;
}
@media screen and (min-width: 768px) {
  .p-hamburger span:nth-child(2) {
    top: 30px;
  }
}

.p-hamburger span:nth-child(3) {
  top: 28px;
}
@media screen and (min-width: 768px) {
  .p-hamburger span:nth-child(3) {
    top: 39px;
  }
}

.p-hamburger::before {
  position: absolute;
  content: "menu";
  text-transform: uppercase;
  color: #2e989a;
  font-size: 10px;
  line-height: 1;
  text-align: center;
  top: auto;
  bottom: 14px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-hamburger::before {
    font-size: 14px;
    bottom: 16px;
  }
}

.p-hamburger.active::before {
  content: "close";
}

.p-hamburger.active span:nth-child(1) {
  top: 21px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media screen and (min-width: 768px) {
  .p-hamburger.active span:nth-child(1) {
    top: 30px;
  }
}

.p-hamburger.active span:nth-child(2),
.p-hamburger.active span:nth-child(3) {
  top: 21px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  .p-hamburger.active span:nth-child(2),
.p-hamburger.active span:nth-child(3) {
    top: 30px;
  }
}

.p-header {
  background: #d9eeec;
  height: 60px;
}
@media screen and (min-width: 768px) {
  .p-header {
    height: 80px;
  }
}

.p-header__inner {
  display: flex;
  align-items: center;
  height: inherit;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .p-header__inner {
    padding: 0 101px;
  }
}

.p-header__logo {
  position: relative;
  display: inline-block;
  height: inherit;
}

.p-header__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  height: inherit;
  width: 177px;
}
@media screen and (min-width: 768px) {
  .p-header__logo a {
    width: 270px;
  }
}

.p-header__logo a img {
  -o-object-fit: contain;
     object-fit: contain;
}

.p-header__logo::after {
  position: absolute;
  top: 22.5px;
  right: -15px;
  content: "";
  width: 1px;
  height: 15px;
  background-color: #000;
}
@media screen and (min-width: 768px) {
  .p-header__logo::after {
    top: 25px;
    right: -29px;
    height: 27px;
  }
}

.p-header__logo-title {
  position: relative;
  display: inline-block;
  width: 45px;
  margin-left: 30px;
}
@media screen and (min-width: 768px) {
  .p-header__logo-title {
    width: 79px;
    margin-left: 58px;
  }
}

.p-images__wrapper {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-images__wrapper {
    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;
  }
}

@media screen and (min-width: 768px) {
  .p-images__image {
    width: 39%;
    padding-left: 8.3125rem;
  }
}

.p-images__slider {
  width: 100%;
  max-width: 68.5%;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-images__slider {
    width: 60%;
  }
}

.p-images__text {
  position: absolute;
  top: -10px;
  top: -0.625rem;
  right: 40px;
  right: 2.5rem;
  color: #221815;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-size: 1rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  white-space: nowrap;
  width: 100%;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-images__text {
    bottom: -4%;
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
    font-size: 2.25rem;
    top: auto;
    right: 3.6875rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.p-images__text p:nth-child(2) {
  margin-top: 13px;
  margin-top: 0.8125rem;
  margin-right: 12px;
  margin-right: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-images__text p:nth-child(2) {
    margin-top: 1.3125rem;
    margin-right: 0;
    margin-left: 2.3125rem;
  }
}

.p-images__slider .swiper-slide {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 0 1.25rem 1.25rem 0;
}
.p-images__slider .swiper-slide::before {
  padding-top: 81.71%;
  display: block;
  content: "";
}
.p-images__slider .swiper-slide img {
  position: absolute;
  width: 105%;
  height: 105%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (min-width: 768px) {
  .p-images__slider .swiper-slide {
    border-radius: 0;
  }
  .p-images__slider .swiper-slide::before {
    padding-top: 65.28%;
  }
}

.p-images__wrapper:nth-child(2) {
  margin-top: 40px;
  margin-top: 2.5rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (min-width: 768px) {
  .p-images__wrapper:nth-child(2) {
    margin-top: 10.9375rem;
  }
}
.p-images__wrapper:nth-child(2) .p-images__slider {
  margin-left: auto;
  margin-right: 0;
  max-width: 84.533%;
}
@media screen and (min-width: 768px) {
  .p-images__wrapper:nth-child(2) .p-images__slider {
    padding-right: 8.375rem;
    padding-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-images__wrapper:nth-child(2) .p-images__image {
    padding-left: 0;
    padding-right: 8.3125rem;
  }
}
.p-images__wrapper:nth-child(2) .p-images__slider .swiper-slide {
  border-radius: 1.25rem 0 0 1.25rem;
}
.p-images__wrapper:nth-child(2) .p-images__slider .swiper-slide::before {
  padding-top: 66.246%;
}
@media screen and (min-width: 768px) {
  .p-images__wrapper:nth-child(2) .p-images__slider .swiper-slide {
    border-radius: 0;
  }
  .p-images__wrapper:nth-child(2) .p-images__slider .swiper-slide::before {
    padding-top: 60.27%;
  }
}

.p-images.p-images--reverse .p-images__wrapper {
  margin-top: 43px;
  margin-top: 2.6875rem;
}
@media screen and (min-width: 768px) {
  .p-images.p-images--reverse .p-images__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) {
  .p-images.p-images--reverse .p-images__image {
    width: 35%;
    padding: 0;
  }
}
.p-images.p-images--reverse .p-images__slider {
  margin-right: 0;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-images.p-images--reverse .p-images__slider {
    width: 65%;
    padding-left: 8.3125rem;
    padding-right: 4.5625rem;
  }
}
.p-images.p-images--reverse .p-images__text {
  right: auto;
  left: 35px;
  left: 2.1875rem;
  font-size: 19px;
  font-size: 1.1875rem;
  letter-spacing: 0.09em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .p-images.p-images--reverse .p-images__text {
    font-size: 2.25rem;
    left: 10.75rem;
    bottom: -10%;
    letter-spacing: 0;
  }
}
.p-images.p-images--reverse .p-images__text p:nth-child(2) {
  margin-top: 30px;
  margin-top: 1.875rem;
  margin-right: 8px;
  margin-right: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-images.p-images--reverse .p-images__text p:nth-child(2) {
    margin-left: 7.875rem;
    margin-top: 1.25rem;
  }
}
.p-images.p-images--reverse .p-images__slider .swiper-slide {
  border-radius: 1.25rem 0 0 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-images.p-images--reverse .p-images__slider .swiper-slide {
    border-radius: 0;
  }
  .p-images.p-images--reverse .p-images__slider .swiper-slide::before {
    padding-top: 69.59%;
  }
}
.p-images.p-images--reverse .p-images__wrapper:nth-child(2) {
  -webkit-box-orient: initial;
  -webkit-box-direction: initial;
      -ms-flex-direction: initial;
          flex-direction: initial;
}
@media screen and (min-width: 768px) {
  .p-images.p-images--reverse .p-images__wrapper:nth-child(2) {
    margin-top: 14.0625rem;
  }
}
.p-images.p-images--reverse .p-images__wrapper:nth-child(2) .p-images__slider {
  margin-right: auto;
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .p-images.p-images--reverse .p-images__wrapper:nth-child(2) .p-images__slider {
    padding-right: 8.3125rem;
    padding-left: 9.875rem;
  }
}
.p-images.p-images--reverse .p-images__wrapper:nth-child(2) .p-images__slider .swiper-slide {
  border-radius: 0 1.25rem 1.25rem 0;
}
.p-images.p-images--reverse .p-images__wrapper:nth-child(2) .p-images__slider .swiper-slide::before {
  padding-top: 66.246%;
}
@media screen and (min-width: 768px) {
  .p-images.p-images--reverse .p-images__wrapper:nth-child(2) .p-images__slider .swiper-slide {
    border-radius: 0;
  }
  .p-images.p-images--reverse .p-images__wrapper:nth-child(2) .p-images__slider .swiper-slide::before {
    padding-top: 56%;
  }
}
@media screen and (min-width: 768px) {
  .p-images.p-images--reverse .p-images__wrapper:nth-child(2) .p-images__image--absolute01 {
    position: absolute;
    width: 24.896%;
    top: -4.3125rem;
    right: 8.1875rem;
  }
}
@media screen and (min-width: 768px) {
  .p-images.p-images--reverse .p-images__wrapper:nth-child(2) .p-images__image--absolute02 {
    position: absolute;
    width: 24.01%;
    bottom: -6.0625rem;
    right: 13.375rem;
  }
}

.p-instagram__title {
  text-align: center;
}

.p-instagram__lead {
  text-align: center;
}

.p-instagram__lead .p-instagram__text {
  margin-top: 1.6875rem;
  font-size: 0.875rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-instagram__lead .p-instagram__text {
    margin-top: 4.25rem;
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-instagram__profile {
    margin-top: 3.5rem;
    display: flex;
    justify-content: center;
    gap: 3.3125rem;
  }
}

.p-instagram__profile-icon {
  margin: 0 auto;
  margin-top: 1.5625rem;
  width: 8.4375rem;
}
@media screen and (min-width: 768px) {
  .p-instagram__profile-icon {
    margin: 0;
    width: 11.875rem;
  }
}

.p-instagram__message {
  margin-top: 22px;
  margin-top: 1.375rem;
}
@media screen and (min-width: 768px) {
  .p-instagram__message {
    margin-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

.p-instagram__message .p-instagram__message-img {
  margin: 0 auto;
  width: 100%;
  max-width: 320px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .p-instagram__message .p-instagram__message-img {
    width: 26.875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-instagram__message .p-instagram__btn {
    margin: 2.125rem auto 0;
  }
}

.p-instagram__message .p-instagram__btn .c-btn--icon {
  margin: 0 auto;
  font-size: 0.875rem;
  color: #fff;
  background-color: #acb8df;
  border: none;
  width: 12.5rem;
}
@media screen and (min-width: 768px) {
  .p-instagram__message .p-instagram__btn .c-btn--icon {
    width: 21.5625rem;
    font-size: 1.125rem;
    padding: 1.0625rem;
  }
}

.p-instagram__message .p-instagram__btn .c-btn--icon img {
  margin-top: 0.125rem;
}
@media screen and (min-width: 768px) {
  .p-instagram__message .p-instagram__btn .c-btn--icon img {
    margin-top: 0.0625rem;
    width: 1.875rem;
  }
}

.p-instagram__text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 0.8333333333;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-instagram__text {
    margin-bottom: 0.625rem;
    font-size: 1.5rem;
    line-height: 1.25;
  }
}

.p-instagram__text span {
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-instagram__text span {
    font-size: 1.25rem;
  }
}

.p-instagram__items .swiper-wrapper {
  margin-top: 31px;
  margin-top: 1.9375rem;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.p-instagram__item {
  padding: 0 4px;
  padding: 0 0.25rem;
  height: auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-instagram__item {
    padding: 0 0.5rem;
  }
}

.p-instagram__btn {
  max-width: 290px;
  max-width: 18.125rem;
  margin: 25px auto;
  margin: 1.5625rem auto;
}
@media screen and (min-width: 768px) {
  .p-instagram__btn {
    min-width: 220px;
    max-width: 22.5rem;
    margin: 2rem auto;
  }
}

.p-kv {
  padding-top: 64px;
  padding-top: 4rem;
}
@media screen and (min-width: 768px) {
  .p-kv {
    padding-top: 3.75rem;
  }
}

.p-kv__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.p-kv__slider {
  margin: 0 auto;
  height: 304px;
  height: 19rem;
  width: 230px;
  width: 14.375rem;
}
@media screen and (min-width: 768px) {
  .p-kv__slider {
    height: 38rem;
    width: 48.625rem;
  }
}

.p-kv__slider::before {
  position: absolute;
  content: "";
  background-image: url(../images/top/kv-text01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 27px;
  width: 1.6875rem;
  height: 250px;
  height: 15.625rem;
  left: calc(50% + 7.8125rem);
  bottom: 25px;
  bottom: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-kv__slider::before {
    width: 3.375rem;
    height: 31.3125rem;
    left: calc(50% + 26.3125rem);
    bottom: 1.0625rem;
  }
}

.p-kv__slider::after {
  position: absolute;
  content: "";
  background-image: url(../images/top/kv-text02.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 27px;
  width: 1.6875rem;
  height: 105px;
  height: 6.5625rem;
  right: calc(50% + 7.9375rem);
  bottom: -24px;
  bottom: -1.5rem;
}
@media screen and (min-width: 768px) {
  .p-kv__slider::after {
    width: 3.375rem;
    height: 13.125rem;
    right: calc(50% + 27.0625rem);
    bottom: -1.9375rem;
  }
}

.p-message__title {
  text-align: center;
}

.p-message__content {
  margin-top: 35px;
  margin-top: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .p-message__content {
    margin-top: 3rem;
  }
}

.p-message__text {
  margin-top: 18px;
  margin-top: 1.125rem;
  text-align: center;
  line-height: 2.1;
}
@media screen and (min-width: 768px) {
  .p-message__text {
    margin-top: 1.8125rem;
    letter-spacing: 0.05em;
  }
}

.p-niwatore-images__wrapper {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-niwatore-images__wrapper {
    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;
  }
}

@media screen and (min-width: 768px) {
  .p-niwatore-images__image {
    width: 29%;
  }
}

.p-niwatore-images__slider {
  width: 100%;
  max-width: 85%;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-niwatore-images__slider {
    width: 57.7%;
    margin-right: 4.875rem;
  }
}

.p-niwatore-images__text {
  position: absolute;
  left: 49px;
  left: 3.0625rem;
  bottom: -66px;
  bottom: -4.125rem;
  width: 100%;
  max-width: 272px;
  max-width: 17rem;
}
@media screen and (min-width: 768px) {
  .p-niwatore-images__text {
    left: 26.0625rem;
    bottom: -25%;
    max-width: 41.4375rem;
  }
}

.p-niwatore-images__slider .swiper-slide {
  width: 100%;
  position: relative;
}
.p-niwatore-images__slider .swiper-slide::before {
  padding-top: 66.46%;
  display: block;
  content: "";
}
.p-niwatore-images__slider .swiper-slide img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (min-width: 768px) {
  .p-niwatore-images__slider .swiper-slide::before {
    padding-top: 61.37%;
  }
}

.p-niwatore-images__wrapper:nth-child(2) {
  margin-top: 101px;
  margin-top: 6.3125rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (min-width: 768px) {
  .p-niwatore-images__wrapper:nth-child(2) {
    margin-top: 8.6875rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p-niwatore-images__wrapper:nth-child(2) .p-niwatore-images__slider {
  margin-right: auto;
  margin-left: 0;
  max-width: 88%;
}
@media screen and (min-width: 768px) {
  .p-niwatore-images__wrapper:nth-child(2) .p-niwatore-images__slider {
    margin-top: 7.9375rem;
    padding: 0;
    margin-left: 6.4375rem;
    width: 100%;
    max-width: 59%;
  }
}
@media screen and (min-width: 768px) {
  .p-niwatore-images__wrapper:nth-child(2) .p-niwatore-images__image {
    width: 28%;
  }
}
.p-niwatore-images__wrapper:nth-child(2) .p-niwatore-images__slider .swiper-slide::before {
  padding-top: 42.42%;
}
@media screen and (min-width: 768px) {
  .p-niwatore-images__wrapper:nth-child(2) .p-niwatore-images__slider .swiper-slide::before {
    padding-top: 41.92%;
  }
}

.p-niwatore-message__inner.l-inner {
  padding-left: 45px;
  padding-left: 2.8125rem;
  padding-right: 45px;
  padding-right: 2.8125rem;
}
@media screen and (min-width: 768px) {
  .p-niwatore-message__inner.l-inner {
    max-width: 55.625rem;
  }
}

.p-niwatore-message__lead {
  margin-top: 32px;
  margin-top: 2rem;
}
.p-niwatore-message__lead img {
  width: 100%;
  max-width: 260px;
  max-width: 16.25rem;
}
@media screen and (min-width: 768px) {
  .p-niwatore-message__lead {
    margin-top: 1.4375rem;
  }
  .p-niwatore-message__lead img {
    max-width: 36.625rem;
  }
}

.p-niwatore-message__text {
  margin-top: 19px;
  margin-top: 1.1875rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .p-niwatore-message__text {
    margin-top: 1.8125rem;
    font-size: 1rem;
    line-height: 1.8;
  }
}

.p-niwatore-message__content {
  position: relative;
  margin: 40px 0 44px;
  margin: 2.5rem 0 2.75rem;
}
@media screen and (min-width: 768px) {
  .p-niwatore-message__content {
    margin: 3.125rem 0 0;
    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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.p-niwatore-message__content::before {
  position: absolute;
  content: "";
  background-image: url(../images/niwatore/illust-leaf13.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 73px;
  width: 4.5625rem;
  height: 52px;
  height: 3.25rem;
  top: -16px;
  top: -1rem;
  left: -45px;
  left: -2.8125rem;
}
@media screen and (min-width: 768px) {
  .p-niwatore-message__content::before {
    background-image: url(../images/niwatore/illust-leaf12.png);
    width: 13.4375rem;
    height: 10.1875rem;
    top: auto;
    bottom: -7.25rem;
    left: -9.375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-niwatore-message__content::after {
    position: absolute;
    content: "";
    background-image: url(../images/niwatore/illust-leaf11.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 11.6875rem;
    height: 13.125rem;
    top: -13.9375rem;
    right: -15.3125rem;
  }
}

.p-niwatore-message__img {
  width: 54%;
  margin-left: auto;
  margin-right: -11px;
  margin-right: -0.6875rem;
}
@media screen and (min-width: 768px) {
  .p-niwatore-message__img {
    width: 44%;
    margin-right: -2.1875rem;
  }
}

.p-niwatore-message__img img {
  -o-object-fit: contain;
     object-fit: contain;
}

.p-niwatore-message__wrapper {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-niwatore-message__wrapper {
    margin-top: 1.5625rem;
    width: 50%;
  }
}

.p-niwatore-message__message {
  position: absolute;
  left: 0;
  top: 43px;
  top: 2.6875rem;
}
.p-niwatore-message__message img {
  width: 100%;
  max-width: 137px;
  max-width: 8.5625rem;
}
@media screen and (min-width: 768px) {
  .p-niwatore-message__message {
    position: relative;
    left: auto;
    top: auto;
  }
  .p-niwatore-message__message img {
    max-width: 30.0625rem;
  }
}

.p-niwatore-message .p-niwatore-title {
  padding-top: 72px;
  padding-top: 4.5rem;
}
@media screen and (min-width: 768px) {
  .p-niwatore-message .p-niwatore-title {
    padding-top: 14.1875rem;
  }
}
.p-niwatore-message .p-niwatore-title__title {
  width: 73px;
  width: 4.5625rem;
  top: -1px;
  top: -0.0625rem;
  left: auto;
  right: 0;
}
@media screen and (min-width: 768px) {
  .p-niwatore-message .p-niwatore-title__title {
    width: 14.1875rem;
    top: -1.625rem;
    right: 15%;
  }
}
.p-niwatore-message .p-niwatore-title__img {
  margin-left: 0;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-niwatore-message .p-niwatore-title__img {
    margin-left: auto;
    max-width: 52%;
    -webkit-transform: translateX(-10%);
            transform: translateX(-10%);
  }
}
.p-niwatore-message .p-niwatore-title::before {
  background-image: url(../images/niwatore/message-bg.png);
}
@media screen and (min-width: 768px) {
  .p-niwatore-message .p-niwatore-title::before {
    background-image: url(../images/niwatore/message-bg-pc.png);
    top: -1.1875rem;
  }
}
.p-niwatore-message .p-niwatore-title::after {
  background-image: url(../images/niwatore/illust-leaf10.png);
  right: auto;
  left: -32px;
  left: -2rem;
  top: -59px;
  top: -3.6875rem;
  width: 161px;
  width: 10.0625rem;
  height: 184px;
  height: 11.5rem;
}
@media screen and (min-width: 768px) {
  .p-niwatore-message .p-niwatore-title::after {
    width: 26.25rem;
    height: 30.5625rem;
    top: -11.4375rem;
    left: 5.6875rem;
  }
}

.p-niwatore-title {
  position: relative;
  padding-top: 72px;
  padding-top: 4.5rem;
}
@media screen and (min-width: 768px) {
  .p-niwatore-title {
    padding-top: 17rem;
  }
}

.p-niwatore-title__title {
  position: absolute;
  content: "";
  width: 69px;
  width: 4.3125rem;
  height: auto;
  top: 44px;
  top: 2.75rem;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-niwatore-title__title {
    width: 12.5625rem;
    top: 15.25rem;
    left: 16%;
  }
}

.p-niwatore-title__title img {
  -o-object-fit: contain;
     object-fit: contain;
}

.p-niwatore-title__img {
  width: 100%;
  max-width: 81%;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-niwatore-title__img {
    margin-right: auto;
    max-width: 52%;
    -webkit-transform: translateX(10%);
            transform: translateX(10%);
  }
}

.p-niwatore-title__img img {
  -o-object-fit: contain;
     object-fit: contain;
}

.p-niwatore-title::before {
  position: absolute;
  content: "";
  background-image: url(../images/niwatore/profile-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  left: 0;
  top: -18px;
  top: -1.125rem;
  width: 100%;
  height: 112%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-niwatore-title::before {
    background-image: url(../images/niwatore/profile-bg-pc.png);
    top: 0.1875rem;
  }
}

.p-niwatore-title::after {
  position: absolute;
  content: "";
  background-image: url(../images/niwatore/illust-leaf04.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  right: -15px;
  right: -0.9375rem;
  top: -34px;
  top: -2.125rem;
  width: 148px;
  width: 9.25rem;
  height: 148px;
  height: 9.25rem;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-niwatore-title::after {
    width: 24.875rem;
    height: 24.625rem;
    top: -4rem;
    right: 0.6875rem;
  }
}

.p-niwatore__inner.l-inner {
  position: relative;
  padding: 0 45px 59px;
  padding: 0 2.8125rem 3.6875rem;
}
@media screen and (min-width: 768px) {
  .p-niwatore__inner.l-inner {
    padding-bottom: 12.0625rem;
  }
}

.p-niwatore__items::before {
  position: absolute;
  content: "";
  background-image: url(../images/niwatore/illust-leaf02-sp.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 78px;
  width: 4.875rem;
  height: 105px;
  height: 6.5625rem;
  bottom: 185px;
  bottom: 11.5625rem;
  left: -45px;
  left: -2.8125rem;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-niwatore__items::before {
    background-image: url(../images/niwatore/illust-leaf02.png);
    width: 14.3125rem;
    height: 31.5625rem;
    bottom: -1.0625rem;
    left: -17.75rem;
  }
}

.p-niwatore__items::after {
  position: absolute;
  content: "";
  background-image: url(../images/niwatore/illust-leaf03-sp.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 68px;
  width: 4.25rem;
  height: 103px;
  height: 6.4375rem;
  bottom: -84px;
  bottom: -5.25rem;
  right: -45px;
  right: -2.8125rem;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-niwatore__items::after {
    background-image: url(../images/niwatore/illust-leaf03.png);
    width: 15.875rem;
    height: 17.6875rem;
    right: -12.0625rem;
    bottom: -7.375rem;
  }
}

.p-niwatore__lead {
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 1.8;
  color: #221815;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-niwatore__lead {
    font-size: 2.375rem;
    width: 100%;
    max-width: 49.875rem;
    margin: 0 auto;
    letter-spacing: 0.07em;
  }
}

.p-niwatore__lead::before {
  position: absolute;
  content: "";
  background-image: url(../images/niwatore/illust-flower01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 136px;
  width: 8.5rem;
  height: 118px;
  height: 7.375rem;
  top: -73px;
  top: -4.5625rem;
  right: -38px;
  right: -2.375rem;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-niwatore__lead::before {
    width: 22.75rem;
    height: 19.6875rem;
    top: -8.1875rem;
    right: -21.1875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-niwatore__lead p:nth-child(2) {
    margin-left: 4.625rem;
  }
}

.p-niwatore__text {
  margin-top: 26px;
  margin-top: 1.625rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0.04em;
  color: #221815;
}
@media screen and (min-width: 768px) {
  .p-niwatore__text {
    font-size: 1.25rem;
    line-height: 2;
    width: 100%;
    max-width: 49.875rem;
    margin: 1rem auto 0;
  }
}

.p-niwatore__nav {
  margin-top: 63px;
  margin-top: 3.9375rem;
}
@media screen and (min-width: 768px) {
  .p-niwatore__nav {
    margin-top: 5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-niwatore__items {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
    width: 100%;
    max-width: 57.6875rem;
  }
}

.p-niwatore__item {
  margin-bottom: 17px;
  margin-bottom: 1.0625rem;
}
@media screen and (min-width: 768px) {
  .p-niwatore__item {
    width: 45%;
    margin-bottom: 2rem;
    margin-right: 0.6875rem;
  }
}

.p-niwatore__item a {
  position: relative;
  width: 92%;
  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;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1;
  color: #fff;
  -webkit-box-shadow: 0 0 8px 0 rgba(149, 157, 165, .3);
          box-shadow: 0 0 8px 0 rgba(149, 157, 165, .3);
  -webkit-transform: skew(-16deg, 0);
          transform: skew(-16deg, 0);
  padding: 15px;
  padding: 0.9375rem;
  letter-spacing: 0.06em;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-niwatore__item a {
    font-size: 1.75rem;
    padding: 1.375rem;
    letter-spacing: 0.12em;
  }
}

.p-niwatore__item a::before {
  position: absolute;
  content: "";
  top: 46%;
  right: 33px;
  right: 2.0625rem;
  display: inline-block;
  width: 9px;
  width: 0.5625rem;
  height: 9px;
  height: 0.5625rem;
  border-bottom: 1px solid #221815;
  border-right: 1px solid #221815;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}
@media screen and (min-width: 768px) {
  .p-niwatore__item a::before {
    width: 0.6875rem;
    height: 0.6875rem;
    right: 1.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-niwatore__item a::before {
    right: 3rem;
  }
}

.p-niwatore__item a img {
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform: skew(16deg, 0);
          transform: skew(16deg, 0);
}

.p-niwatore__item:nth-child(1) a {
  background-image: -webkit-gradient(linear, left top, right top, from(#e994d9), to(#bfe4f8));
  background-image: linear-gradient(to right, #e994d9, #bfe4f8);
}
.p-niwatore__item:nth-child(1) a img {
  width: 136px;
  width: 8.5rem;
}
@media screen and (min-width: 768px) {
  .p-niwatore__item:nth-child(1) a img {
    width: 12.1875rem;
  }
}

.p-niwatore__item:nth-child(2) a {
  background-image: -webkit-gradient(linear, left top, right top, from(#f179b1), to(#feeeb8));
  background-image: linear-gradient(to right, #f179b1, #feeeb8);
  margin-right: auto;
}
.p-niwatore__item:nth-child(2) a img {
  width: 89px;
  width: 5.5625rem;
}
@media screen and (min-width: 768px) {
  .p-niwatore__item:nth-child(2) a img {
    width: 8.25rem;
  }
}

@media screen and (min-width: 768px) {
  .p-niwatore__item:nth-child(3) {
    margin-left: auto;
  }
}

.p-niwatore__item:nth-child(3) a {
  background-image: -webkit-gradient(linear, left top, right top, from(#fc8f4f), to(#f8f09b));
  background-image: linear-gradient(to right, #fc8f4f, #f8f09b);
}
.p-niwatore__item:nth-child(3) a img {
  width: 144px;
  width: 9rem;
}
@media screen and (min-width: 768px) {
  .p-niwatore__item:nth-child(3) a img {
    width: 12.875rem;
  }
}

.p-niwatore__item:nth-child(4) a {
  background-image: -webkit-gradient(linear, left top, right top, from(#5ed2c8), to(#caf7ac));
  background-image: linear-gradient(to right, #5ed2c8, #caf7ac);
  margin-right: auto;
}
.p-niwatore__item:nth-child(4) a img {
  width: 144px;
  width: 9rem;
}
@media screen and (min-width: 768px) {
  .p-niwatore__item:nth-child(4) a img {
    width: 13.5625rem;
  }
}

.p-niwatore__item::before {
  position: absolute;
  content: "";
}

.p-niwatore__item a span {
  color: #221815;
  font-size: 11px;
  font-size: 0.6875rem;
  margin-left: 9px;
  margin-left: 0.5625rem;
}
@media screen and (min-width: 768px) {
  .p-niwatore__item a span {
    font-size: 0.9375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-pickup__inner::before {
    position: absolute;
    content: "";
    background-image: url(../images/top/illust_dot01.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 17.5625rem;
    height: 16.5rem;
    top: -2.9375rem;
    right: calc(50% + 28.0625rem);
  }
}

@media screen and (min-width: 768px) {
  .p-pickup__inner::after {
    position: absolute;
    content: "";
    background-image: url(../images/top/illust_dot02.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 21.6875rem;
    height: 12.75rem;
    bottom: 5.0625rem;
    left: calc(50% + 28.875rem);
  }
}

.p-pickup__title {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-pickup__title {
    position: absolute;
    content: "";
    top: 2.9375rem;
    right: calc(50% + 19.1875rem);
  }
}

.p-pickup__items {
  margin-top: 35px;
  margin-top: 2.1875rem;
}

.p-pickup__img {
  width: 100%;
  max-width: 320px;
  max-width: 20rem;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
.p-pickup__img::before {
  padding-top: 72%;
  display: block;
  content: "";
}
.p-pickup__item:nth-child(2) .p-pickup__img::before {
  padding-top: 67%;
  display: block;
  content: "";
}
.p-pickup__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-mask-image: url(../images/top/pickup-shape01.svg);
  mask-image: url(../images/top/pickup-shape01.svg);
  -webkit-mask-size: 265px;
  mask-size: 265px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
@media screen and (min-width: 768px) {
  .p-pickup__img {
    max-width: 62.5rem;
  }
  .p-pickup__img img {
    -webkit-mask-size: 62.5rem;
    mask-size: 62.5rem;
  }
}

@media (min-width: 374px) and (max-width: 767px) {
  .p-pickup__img {
    max-width: 20.9375rem;
  }
  .p-pickup__img img {
    -webkit-mask-size: 335px;
    mask-size: 335px;
  }
}
@-webkit-keyframes fluidrotate {
  0%, 100% {
    border-radius: 75% 27% 41% 57%/62% 41% 68% 46%;
  }
  25% {
    border-radius: 39% 69% 22% 78%/68% 55% 45% 28%;
  }
  50% {
    border-radius: 79% 25% 47% 53%/63% 73% 26% 39%;
  }
  75% {
    border-radius: 87% 13% 64% 39%/33% 56% 54% 67%;
  }
}
@keyframes fluidrotate {
  0%, 100% {
    border-radius: 75% 27% 41% 57%/62% 41% 68% 46%;
  }
  25% {
    border-radius: 39% 69% 22% 78%/68% 55% 45% 28%;
  }
  50% {
    border-radius: 79% 25% 47% 53%/63% 73% 26% 39%;
  }
  75% {
    border-radius: 87% 13% 64% 39%/33% 56% 54% 67%;
  }
}
@media screen and (min-width: 768px) {
  .p-pickup__item:nth-child(2) {
    margin-top: 6.4375rem;
  }

  .p-pickup__item:nth-child(1) .p-pickup__img img {
    margin-top: 3.75rem;
  }
}

.p-pickup__item:nth-child(2) .p-pickup__img img {
  -webkit-mask-image: url(../images/top/pickup-shape02.svg);
  mask-image: url(../images/top/pickup-shape02.svg);
}

.p-pickup__body {
  margin-top: 21px;
  margin-top: 1.3125rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-pickup__body {
    margin-top: 2.25rem;
  }
}

.p-pickup__heading {
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 0.72;
}
@media screen and (min-width: 768px) {
  .p-pickup__heading {
    font-size: max(1.5rem, 12px);
    line-height: 1.2;
  }
}

.p-pickup__text {
  margin-top: 15px;
  margin-top: 0.9375rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-pickup__text {
    margin-top: 0.8125rem;
    font-size: 1rem;
    line-height: 1.8;
  }
}

.p-pickup__btn {
  margin: 50px auto;
  margin: 3.125rem auto;
  width: 100%;
  max-width: 200px;
  max-width: 12.5rem;
}
@media screen and (min-width: 768px) {
  .p-pickup__btn {
    margin: 1.6875rem auto;
    width: 100%;
    min-width: 120px;
  }
}

.p-pilates-point__title {
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #ea5703;
}
.p-pilates-point__title img {
  width: 57px;
  width: 3.5625rem;
}

.p-pilates-point__text {
  margin-top: 10px;
  margin-top: 0.625rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .p-pilates-point__text {
    margin-top: 1.1875rem;
    font-size: 0.9375rem;
    line-height: 2;
  }
}

.p-pilates__inner.l-inner {
  padding-left: 45px;
  padding-left: 2.8125rem;
  padding-right: 45px;
  padding-right: 2.8125rem;
}
@media screen and (min-width: 768px) {
  .p-pilates__inner.l-inner {
    max-width: 60.625rem;
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
  }
}

.p-pilates__lead {
  margin-top: 24px;
  margin-top: 1.5rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0.11em;
}
@media screen and (min-width: 768px) {
  .p-pilates__lead {
    font-size: 1rem;
    line-height: 1.8;
    padding: 0 4.9375rem;
  }
}

.p-pilates__items {
  margin-top: 60px;
  margin-top: 3.75rem;
  display: grid;
  gap: 75px;
  gap: 4.6875rem;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .p-pilates__items {
    margin-top: 8.4375rem;
    gap: 11.8125rem;
  }
}

.p-pilates__item {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-pilates__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 6rem;
  }
}

.p-pilates__item::before {
  position: absolute;
  content: "";
  background-image: url(../images/niwatore/illust-flower02-sp.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 75px;
  width: 4.6875rem;
  height: 65px;
  height: 4.0625rem;
  right: -45px;
  right: -2.8125rem;
  top: -83px;
  top: -5.1875rem;
}
@media screen and (min-width: 768px) {
  .p-pilates__item::before {
    background-image: url(../images/niwatore/illust-flower02.png);
    width: 13.875rem;
    height: 15.875rem;
    right: -15.5rem;
    top: auto;
    bottom: -11.25rem;
  }
}

@media screen and (min-width: 768px) {
  .p-pilates__content {
    margin-top: -3.0625rem;
    width: 35%;
  }
}

.p-pilates__heading {
  position: absolute;
  top: 0;
  left: 0;
}
.p-pilates__heading img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 44px;
  width: 2.75rem;
}
@media screen and (min-width: 768px) {
  .p-pilates__heading {
    position: relative;
  }
  .p-pilates__heading img {
    width: auto;
    height: 2.5rem;
  }
}

.p-pilates__img {
  margin: 0 calc(50% - 50vw) 0 auto;
  width: 93%;
}
@media screen and (min-width: 768px) {
  .p-pilates__img {
    margin: 0;
    width: 52%;
  }
}

.p-pilates__img img {
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: drop-shadow(-9px 10px 0 rgba(243, 203, 68, .55));
          filter: drop-shadow(-9px 10px 0 rgba(243, 203, 68, .55));
  -webkit-filter: drop-shadow(-0.5625rem 0.625rem 0 rgba(243, 203, 68, .55));
          filter: drop-shadow(-0.5625rem 0.625rem 0 rgba(243, 203, 68, .55));
  -webkit-transform: translateZ(0px);
          transform: translateZ(0px);
}
@media screen and (min-width: 768px) {
  .p-pilates__img img {
    -webkit-filter: drop-shadow(-1.125rem 1.25rem 0 rgba(243, 203, 68, .55));
            filter: drop-shadow(-1.125rem 1.25rem 0 rgba(243, 203, 68, .55));
  }
}

.p-pilates__text {
  margin-top: 49px;
  margin-top: 3.0625rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .p-pilates__text {
    margin-top: 1.1875rem;
    font-size: 0.9375rem;
    line-height: 2;
  }
}

.p-pilates__point {
  margin-top: 25px;
  margin-top: 1.5625rem;
  display: none;
}
@media screen and (min-width: 768px) {
  .p-pilates__point {
    margin-top: 0.9375rem;
  }
}

.p-pilates__btn {
  margin: 45px auto 0;
  margin: 2.8125rem auto 0;
  width: 100%;
  max-width: 245px;
  max-width: 15.3125rem;
  padding-left: 29px;
  padding-left: 1.8125rem;
}
@media screen and (min-width: 768px) {
  .p-pilates__btn {
    margin: 2.6875rem auto 0;
    max-width: 14.5rem;
  }
}

.p-pilates .p-niwatore-title {
  padding-top: 72px;
  padding-top: 4.5rem;
}
@media screen and (min-width: 768px) {
  .p-pilates .p-niwatore-title {
    padding-top: 14.1875rem;
  }
}
.p-pilates .p-niwatore-title__title {
  top: 42px;
  top: 2.625rem;
}
@media screen and (min-width: 768px) {
  .p-pilates .p-niwatore-title__title {
    top: 7.3125rem;
  }
}
.p-pilates .p-niwatore-title::before {
  background-image: url(../images/niwatore/pilates-bg.png);
}
@media screen and (min-width: 768px) {
  .p-pilates .p-niwatore-title::before {
    background-image: url(../images/niwatore/pilates-bg-pc.png);
    top: -1.1875rem;
  }
}
.p-pilates .p-niwatore-title::after {
  background-image: url(../images/niwatore/illust-leaf09.png);
  width: 185px;
  width: 11.5625rem;
  height: 178px;
  height: 11.125rem;
  right: -33px;
  right: -2.0625rem;
  top: -53px;
  top: -3.3125rem;
}
@media screen and (min-width: 768px) {
  .p-pilates .p-niwatore-title::after {
    width: 31.3125rem;
    height: 29.5625rem;
    right: 3.5625rem;
    top: -7.6875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-pilates__item:nth-child(1) .p-pilates__img img {
    -webkit-filter: drop-shadow(1.125rem -1.25rem 0 rgba(243, 203, 68, .55));
            filter: drop-shadow(1.125rem -1.25rem 0 rgba(243, 203, 68, .55));
  }
}

@media screen and (min-width: 768px) {
  .p-pilates__item:nth-child(2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.p-pilates__item:nth-child(2)::before {
  background-image: url(../images/niwatore/illust-flower03-sp.png);
  width: 73px;
  width: 4.5625rem;
  height: 110px;
  height: 6.875rem;
  right: auto;
  left: -45px;
  left: -2.8125rem;
  top: -135px;
  top: -8.4375rem;
}
@media screen and (min-width: 768px) {
  .p-pilates__item:nth-child(2)::before {
    background-image: url(../images/niwatore/illust-flower03.png);
    width: 13.875rem;
    height: 20.6875rem;
    left: -15.25rem;
    top: auto;
    bottom: -11.3125rem;
  }
}
@media screen and (min-width: 768px) {
  .p-pilates__item:nth-child(2) .p-pilates__content {
    margin-top: -1.3125rem;
  }
}
.p-pilates__item:nth-child(2) .p-pilates__img {
  margin: 0 auto 0 calc(50% - 50vw);
}
@media screen and (min-width: 768px) {
  .p-pilates__item:nth-child(2) .p-pilates__img {
    margin: 0;
  }
}
.p-pilates__item:nth-child(2) .p-pilates__heading {
  left: auto;
  right: 0;
}
.p-pilates__item:nth-child(2) .p-pilates__img img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="0" /><feOffset dx="17" dy="17" result="offsetblur" /><feFlood flood-color="rgba(243,203,68,0.55)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(9px 10px 0 rgba(243, 203, 68, .55));
          filter: drop-shadow(9px 10px 0 rgba(243, 203, 68, .55));
  -webkit-filter: drop-shadow(0.5625rem 0.625rem 0 rgba(243, 203, 68, .55));
          filter: drop-shadow(0.5625rem 0.625rem 0 rgba(243, 203, 68, .55));
}
@media screen and (min-width: 768px) {
  .p-pilates__item:nth-child(2) .p-pilates__img img {
    -webkit-filter: drop-shadow(-1.125rem 1.25rem 0 rgba(243, 203, 68, .55));
            filter: drop-shadow(-1.125rem 1.25rem 0 rgba(243, 203, 68, .55));
  }
}

@media screen and (min-width: 768px) {
  .p-pilates__item:nth-child(3) .p-pilates__content {
    margin-top: 0.3125rem;
  }
}
.p-pilates__item:nth-child(3)::before {
  background-image: url(../images/niwatore/illust-flower04-sp.png);
  width: 57px;
  width: 3.5625rem;
  height: 148px;
  height: 9.25rem;
  top: -185px;
  top: -11.5625rem;
}
@media screen and (min-width: 768px) {
  .p-pilates__item:nth-child(3)::before {
    background-image: url(../images/niwatore/illust-flower04.png);
    width: 13.875rem;
    height: 15.0625rem;
    top: auto;
    right: -16.625rem;
    bottom: -5.0625rem;
  }
}

.p-planting__title {
  position: relative;
  margin: 0 8px;
  margin: 0 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-planting__title {
    width: 100%;
    max-width: 73.75rem;
    margin: 0 auto;
  }
}

.p-planting__title::before {
  position: absolute;
  content: "";
  background-image: url(../images/shokuiku/flower.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 87px;
  width: 5.4375rem;
  height: 100px;
  height: 6.25rem;
  top: -84px;
  top: -5.25rem;
  left: -29px;
  left: -1.8125rem;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-planting__title::before {
    width: 14.75rem;
    height: 16.25rem;
    top: -8.625rem;
    left: -9.4375rem;
  }
}

.p-planting__lead {
  margin: 31px 24px 0;
  margin: 1.9375rem 1.5rem 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.15em;
}
@media screen and (min-width: 768px) {
  .p-planting__lead {
    font-size: 1rem;
    line-height: 1.8;
    width: 100%;
    max-width: 50.0625rem;
    margin: 2.875rem auto 0;
    letter-spacing: 0.17em;
  }
}

.p-planting__items {
  margin-top: 63px;
  margin-top: 3.9375rem;
}
@media screen and (min-width: 768px) {
  .p-planting__items {
    position: relative;
    margin-top: 5rem;
  }
}

.p-planting__item:not(:last-child) {
  margin-bottom: 65px;
  margin-bottom: 4.0625rem;
}
@media screen and (min-width: 768px) {
  .p-planting__item:not(:last-child) {
    margin-bottom: 7.125rem;
  }
}

.p-planting__item:nth-child(2) .p-shokuiku-item__body::before {
  background-image: url(../images/shokuiku/planting-deco03-sp.png);
  width: 82px;
  width: 5.125rem;
  height: 105px;
  height: 6.5625rem;
  bottom: -78px;
  bottom: -4.875rem;
}
@media screen and (min-width: 768px) {
  .p-planting__item:nth-child(2) .p-shokuiku-item__body::before {
    background-image: url(../images/shokuiku/planting-deco03.png);
    width: 14.375rem;
    height: 12.0625rem;
    right: auto;
    left: -11.1875rem;
    bottom: -1rem;
  }
}
.p-planting__item:nth-child(2) .p-shokuiku-item__title {
  top: 21px;
  top: 1.3125rem;
}
@media screen and (min-width: 768px) {
  .p-planting__item:nth-child(2) .p-shokuiku-item__title {
    top: auto;
    right: auto;
    margin-top: 0.6875rem;
  }
}
.p-planting__item:nth-child(2) .p-shokuiku-item__title .break {
  margin-top: 11px;
  margin-top: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .p-planting__item:nth-child(2) .p-shokuiku-item__title .break {
    margin-top: 6.625rem;
  }
}
.p-planting__item:nth-child(2) .p-shokuiku-item__img img {
  max-width: 231px;
  max-width: 14.4375rem;
}
@media screen and (min-width: 768px) {
  .p-planting__item:nth-child(2) .p-shokuiku-item__img img {
    max-width: 25rem;
  }
}
.p-planting__item:nth-child(2) .p-shokuiku-item__point::before {
  position: absolute;
  content: "";
  background-image: url(../images/shokuiku/planting-deco04-sp.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 83px;
  width: 5.1875rem;
  height: 105px;
  height: 6.5625rem;
  left: -20px;
  bottom: 234px;
  bottom: 14.625rem;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-planting__item:nth-child(2) .p-shokuiku-item__point::before {
    background-image: url(../images/shokuiku/planting-deco04.png);
    width: 14.375rem;
    height: 12.0625rem;
    left: auto;
    right: -9rem;
    bottom: 7.5625rem;
  }
}

.p-planting__item:nth-child(3) .p-shokuiku-item__body::before {
  background-image: url(../images/shokuiku/planting-deco05-sp.png);
  width: 89px;
  width: 5.5625rem;
  height: 99px;
  height: 6.1875rem;
  bottom: 245px;
  bottom: 15.3125rem;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-planting__item:nth-child(3) .p-shokuiku-item__body::before {
    background-image: url(../images/shokuiku/planting-deco05.png);
    width: 8.125rem;
    height: 9.875rem;
    bottom: 10.125rem;
    right: -8.875rem;
  }
}
.p-planting__item:nth-child(3) .p-shokuiku-item__body::after {
  position: absolute;
  content: "";
  background-image: url(../images/shokuiku/planting-deco06-sp.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 68px;
  width: 4.25rem;
  height: 101px;
  height: 6.3125rem;
  left: -20px;
  bottom: -84px;
  bottom: -5.25rem;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-planting__item:nth-child(3) .p-shokuiku-item__body::after {
    background-image: url(../images/shokuiku/planting-deco06.png);
    width: 8.5625rem;
    height: 10.5625rem;
    left: -9.3125rem;
    bottom: -3.6875rem;
  }
}
.p-planting__item:nth-child(3) .p-shokuiku-item__title {
  top: 9px;
  top: 0.5625rem;
}
@media screen and (min-width: 768px) {
  .p-planting__item:nth-child(3) .p-shokuiku-item__title {
    top: auto;
    right: auto;
  }
}
.p-planting__item:nth-child(3) .p-shokuiku-item__title .break {
  margin-top: 51px;
  margin-top: 3.1875rem;
}
@media screen and (min-width: 768px) {
  .p-planting__item:nth-child(3) .p-shokuiku-item__title .break {
    margin-top: 6.6875rem;
  }
}
.p-planting__item:nth-child(3) .p-shokuiku-item__img img {
  max-width: 247px;
  max-width: 15.4375rem;
}
@media screen and (min-width: 768px) {
  .p-planting__item:nth-child(3) .p-shokuiku-item__img img {
    max-width: 25rem;
  }
}
.p-planting__item:nth-child(3) .p-shokuiku-item__point::before {
  background-image: url(../images/shokuiku/planting-deco07-sp.png);
  width: 81px;
  width: 5.0625rem;
  height: 99px;
  height: 6.1875rem;
  left: auto;
  right: -15px;
  right: -0.9375rem;
  bottom: -25px;
  bottom: -1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-planting__item:nth-child(3) .p-shokuiku-item__point::before {
    display: none;
  }
}
.p-planting__item:nth-child(3) .p-point__img {
  margin-top: 0;
  -webkit-transform: translateX(15px);
          transform: translateX(15px);
}

.p-point__items {
  display: grid;
  gap: 33px;
  gap: 2.0625rem;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .p-point__items {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem 5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-point__item:nth-child(3) {
    grid-column: 1/3;
    grid-row: 2/3;
  }
}

.p-point__heading {
  color: #2e989a;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.025em;
}
@media screen and (min-width: 768px) {
  .p-point__heading {
    font-size: 1.875rem;
  }
}

.p-point__heading::before {
  content: "";
  margin-right: 8px;
  margin-right: 0.5rem;
  width: 8px;
  width: 0.5rem;
  height: 8px;
  height: 0.5rem;
  background: #2e989a;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-point__heading::before {
    margin-right: 1.0625rem;
    width: 0.75rem;
    height: 0.75rem;
  }
}

.p-point__heading::after {
  content: "";
  margin-left: 8px;
  margin-left: 0.5rem;
  width: 100%;
  height: 1px;
  background: #2e989a;
}
@media screen and (min-width: 768px) {
  .p-point__heading::after {
    margin-left: 1.3125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-point__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-point__text {
  margin-top: 14px;
  margin-top: 0.875rem;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-point__text {
    margin-top: 1.5rem;
    font-size: 0.9375rem;
    line-height: 2;
  }
}

@media screen and (min-width: 768px) {
  .p-point__wrapper .p-point__text {
    width: 22.4375rem;
  }
}

.p-point__img {
  margin: 10px auto 0;
  margin: 0.625rem auto 0;
  width: 100%;
  max-width: 240px;
  max-width: 15rem;
}
@media screen and (min-width: 768px) {
  .p-point__img {
    max-width: 21.5625rem;
  }
}

@media screen and (min-width: 768px) {
  .p-point__wrapper .p-point__img {
    margin: 0;
  }
}

.p-profile-item::before {
  position: absolute;
  content: "";
  background-image: url(../images/niwatore/profile-leaf01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 82px;
  width: 5.125rem;
  height: 105px;
  height: 6.5625rem;
  top: 160px;
  top: 10rem;
  left: -46px;
  left: -2.875rem;
}
@media screen and (min-width: 768px) {
  .p-profile-item::before {
    display: none;
  }
}

.p-profile-item__img {
  width: 100%;
  max-width: 180px;
  max-width: 11.25rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-profile-item__img {
    max-width: 100%;
  }
}

.p-profile-item__img img {
  -o-object-fit: contain;
     object-fit: contain;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="0" /><feOffset dx="17" dy="17" result="offsetblur" /><feFlood flood-color="rgba(153,213,240,0.5)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(10px 8px 0 rgba(153, 213, 240, .5));
          filter: drop-shadow(10px 8px 0 rgba(153, 213, 240, .5));
  -webkit-filter: drop-shadow(0.625rem 0.5rem 0 rgba(153, 213, 240, .5));
          filter: drop-shadow(0.625rem 0.5rem 0 rgba(153, 213, 240, .5));
  -webkit-transform: translateZ(0px);
          transform: translateZ(0px);
}

.p-profile-item__name {
  margin-top: 33px;
  margin-top: 2.0625rem;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-profile-item__name {
    margin-top: 2.4375rem;
    font-size: max(1.25rem, 12px);
    line-height: 2.7;
  }
}

.p-profile-item__name span {
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .p-profile-item__name span {
    font-size: 0.875rem;
  }
}

.p-profile-item__text {
  margin-top: 11px;
  margin-top: 0.6875rem;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-profile-item__text {
    margin-top: 0;
    font-size: 1rem;
    line-height: 1.8;
  }
}

.p-profile-item__career {
  display: none;
}

.p-profile-item__career-text {
  margin-top: 15px;
  margin-top: 0.9375rem;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-profile-item__career-text {
    font-size: 1rem;
    line-height: 1.8;
  }
}

.p-profile-item__career dl {
  margin-top: 4px;
  margin-top: 0.25rem;
}

.p-profile-item__career dt {
  position: relative;
  margin-top: 10px;
  margin-top: 0.625rem;
  width: 100px;
  width: 6.25rem;
}
.p-profile-item__career dt img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .p-profile-item__career dt {
    margin-top: 0.875rem;
    width: 7.5625rem;
  }
}

.p-profile-item__career dd {
  margin-top: 4px;
  margin-top: 0.25rem;
  line-height: 1.9285714286;
  letter-spacing: 0.07em;
}
@media screen and (min-width: 768px) {
  .p-profile-item__career dd {
    margin-top: 0.625rem;
    font-size: 0.875rem;
    line-height: 1.75;
  }
}

.p-profile-item__btn {
  width: 100%;
  max-width: 160px;
  max-width: 10rem;
  margin: 22px auto 0;
  margin: 1.375rem auto 0;
}
@media screen and (min-width: 768px) {
  .p-profile-item__btn {
    max-width: 10.5rem;
    margin: 1.875rem auto 0;
  }
}

.p-profile__inner.l-inner {
  padding-left: 45px;
  padding-left: 2.8125rem;
  padding-right: 45px;
  padding-right: 2.8125rem;
}
@media screen and (min-width: 768px) {
  .p-profile__inner.l-inner {
    max-width: 60.625rem;
  }
}

.p-profile__items {
  margin-top: 28px;
  margin-top: 1.75rem;
  display: grid;
  gap: 64px;
  gap: 4rem;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .p-profile__items {
    margin-top: 4.25rem;
    gap: 10rem;
    grid-template-columns: 1fr 1fr;
  }
}

.p-profile__item {
  position: relative;
}

.p-profile__item:nth-child(2)::before {
  background-image: url(../images/niwatore/profile-leaf02.png);
  width: 84px;
  width: 5.25rem;
  height: 105px;
  height: 6.5625rem;
  top: 157px;
  top: 9.8125rem;
  left: auto;
  right: -36px;
  right: -2.25rem;
}
@media screen and (min-width: 768px) {
  .p-profile__item:nth-child(2)::before {
    display: none;
  }
}

.p-shokuiku-item__heading {
  position: relative;
  border-bottom: 2px solid #2e989a;
  border-bottom: 0.125rem solid #2e989a;
  height: 55px;
  height: 3.4375rem;
  margin: 0 8px;
  margin: 0 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-shokuiku-item__heading {
    width: 100%;
    max-width: 59.6875rem;
    margin: 0 auto;
    height: 5.875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-shokuiku-item__heading.p-shokuiku-item__heading--illust::before {
    position: absolute;
    content: "";
    background-image: url(../images/shokuiku/container.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 15.1875rem;
    height: 11.8125rem;
    right: -15.0625rem;
    top: -2.5rem;
    z-index: -1;
  }
}

.p-shokuiku-item__heading span {
  position: absolute;
  content: "";
  background-image: url(../images/shokuiku/heading-shape-green.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 69px;
  width: 4.3125rem;
  height: inherit;
  left: 17px;
  left: 1.0625rem;
  bottom: -3px;
  bottom: -0.1875rem;
  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;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  color: #2e989a;
  padding-top: 19px;
  padding-top: 1.1875rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-shokuiku-item__heading span {
    background-image: url(../images/shokuiku/heading-shape-green-pc.jpg);
    width: 8.75rem;
    height: 5.875rem;
    font-size: 2.5rem;
    left: 3.25rem;
    padding-top: 1.6875rem;
  }
}

.p-shokuiku-item__body {
  position: relative;
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-shokuiku-item__body {
    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;
    width: 100%;
    max-width: 50rem;
    margin: 2.25rem auto 0;
  }
}

.p-shokuiku-item__body::before {
  position: absolute;
  content: "";
  background-image: url(../images/shokuiku/planting-deco01-sp.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 77px;
  width: 4.8125rem;
  height: 99px;
  height: 6.1875rem;
  right: -20px;
  bottom: -48px;
  bottom: -3rem;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-shokuiku-item__body::before {
    background-image: url(../images/shokuiku/planting-deco01.png);
    width: 10.9375rem;
    height: 9.875rem;
    right: -10rem;
    bottom: 2.3125rem;
    z-index: 2;
  }
}

.p-shokuiku-item__title {
  position: absolute;
  content: "";
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #221815;
  top: -4px;
  top: -0.25rem;
  right: calc(50% + 4.875rem);
  letter-spacing: 0.15em;
}
@media screen and (min-width: 768px) {
  .p-shokuiku-item__title {
    position: relative;
    top: 0.375rem;
    right: auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 11.25%;
    font-size: 2.25rem;
    line-height: 1.4722222222;
    margin-left: 0.4375rem;
    letter-spacing: 0.1em;
  }
}

.p-shokuiku-item__title .color {
  color: #2e989a;
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-shokuiku-item__title .color {
    font-size: 2.5rem;
  }
}

.p-shokuiku-item__title .small {
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-shokuiku-item__title .small {
    font-size: 2rem;
  }
}

.p-shokuiku-item__title .break {
  margin-top: 73px;
  margin-top: 4.5625rem;
}
@media screen and (min-width: 768px) {
  .p-shokuiku-item__title .break {
    margin-top: 6.875rem;
  }
}

.p-shokuiku-item__img {
  padding-left: 59px;
  padding-left: 3.6875rem;
}
@media screen and (min-width: 768px) {
  .p-shokuiku-item__img {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 50%;
    padding-left: 0;
  }
}

.p-shokuiku-item__img img {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 250px;
  max-width: 15.625rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-shokuiku-item__img img {
    max-width: 25rem;
  }
}

.p-shokuiku-item__text {
  margin: 16px 37px 0;
  margin: 1rem 2.3125rem 0;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .p-shokuiku-item__text {
    margin: 0 -0.875rem 0 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 26.875%;
    font-size: 0.9375rem;
    line-height: 2;
  }
}

.p-shokuiku-item__point {
  position: relative;
  margin-top: 35px;
  margin-top: 2.1875rem;
  padding: 0 37px;
  padding: 0 2.3125rem;
  display: none;
}
@media screen and (min-width: 768px) {
  .p-shokuiku-item__point {
    width: 100%;
    max-width: 54.6875rem;
    margin: 3.375rem auto 0;
  }
}

.p-shokuiku-item__point::before {
  position: absolute;
  content: "";
  background-image: url(../images/shokuiku/planting-deco02-sp.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 82px;
  width: 5.125rem;
  height: 100px;
  height: 6.25rem;
  left: -20px;
  bottom: 84px;
  bottom: 5.25rem;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-shokuiku-item__point::before {
    background-image: url(../images/shokuiku/planting-deco02.png);
    width: 10.8125rem;
    height: 8.125rem;
    left: -6.5625rem;
    bottom: 2rem;
  }
}

.p-shokuiku-item__btn {
  margin: 29px auto 0;
  margin: 1.8125rem auto 0;
  width: 100%;
  max-width: 256px;
  max-width: 16rem;
}
@media screen and (min-width: 768px) {
  .p-shokuiku-item__btn {
    margin: 2.375rem auto 0;
    max-width: 15rem;
    min-width: 140px;
  }
}

.p-shokuiku-item:nth-child(2n) .p-shokuiku-item__heading span {
  left: auto;
  right: 17px;
  right: 1.0625rem;
}
@media screen and (min-width: 768px) {
  .p-shokuiku-item:nth-child(2n) .p-shokuiku-item__heading span {
    right: 3.25rem;
  }
}
@media screen and (min-width: 768px) {
  .p-shokuiku-item:nth-child(2n) .p-shokuiku-item__body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.p-shokuiku-item:nth-child(2n) .p-shokuiku-item__img {
  padding-left: 0;
  padding-right: 57px;
  padding-right: 3.5625rem;
}
@media screen and (min-width: 768px) {
  .p-shokuiku-item:nth-child(2n) .p-shokuiku-item__img {
    padding-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-shokuiku-item:nth-child(2n) .p-shokuiku-item__text {
    margin: 0 0 0 -0.875rem;
  }
}
.p-shokuiku-item:nth-child(2n) .p-shokuiku-item__title {
  right: auto;
  left: calc(50% + 4.875rem);
}
@media screen and (min-width: 768px) {
  .p-shokuiku-item:nth-child(2n) .p-shokuiku-item__title {
    left: auto;
    margin-left: 0;
    margin-right: -0.4375rem;
  }
}

.p-shokuiku__inner.l-inner {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-shokuiku__inner.l-inner {
    max-width: 62.5rem;
  }
}

.p-shokuiku__inner::before {
  position: absolute;
  content: "";
  background-image: url(../images/shokuiku/leaf01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 107px;
  width: 6.6875rem;
  height: 79px;
  height: 4.9375rem;
  top: 16px;
  top: 1rem;
  right: 26px;
  right: 1.625rem;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-shokuiku__inner::before {
    width: 14.6875rem;
    height: 10.875rem;
    top: 1.1875rem;
    right: 0.75rem;
  }
}

.p-shokuiku__inner::after {
  position: absolute;
  content: "";
  background-image: url(../images/shokuiku/leaf02.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 88px;
  width: 5.5rem;
  height: 105px;
  height: 6.5625rem;
  bottom: 154px;
  bottom: 9.625rem;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-shokuiku__inner::after {
    width: 13.1875rem;
    height: 15.6875rem;
    bottom: 0.5rem;
    left: -15rem;
  }
}

.p-shokuiku__lead {
  width: 100%;
  max-width: 800px;
  max-width: 50rem;
  margin: 0 auto;
}

.p-shokuiku__lead img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-shokuiku__lead img {
    max-width: 39.25rem;
  }
}

.p-shokuiku__text {
  margin: 19px 25px 0;
  margin: 1.1875rem 1.5625rem 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  color: #221815;
  letter-spacing: 0.2em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  .p-shokuiku__text {
    margin: 1.8125rem auto 0;
    font-size: 1.25rem;
    line-height: 2;
    letter-spacing: 0.17em;
    max-width: 50rem;
  }
}

.p-shokuiku__nav {
  position: relative;
  margin-top: 52px;
  margin-top: 3.25rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-shokuiku__nav {
    margin-top: 4.5rem;
  }
}

.p-shokuiku__nav::after {
  position: absolute;
  content: "";
  background-image: url(../images/shokuiku/leaf03.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 94px;
  width: 5.875rem;
  height: 103px;
  height: 6.4375rem;
  bottom: -65px;
  bottom: -4.0625rem;
  right: -18px;
  right: -1.125rem;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-shokuiku__nav::after {
    width: 14rem;
    height: 15.4375rem;
    bottom: -12.125rem;
    right: -18.1875rem;
  }
}

.p-shokuiku__items {
  display: grid;
  gap: 22px;
  gap: 1.375rem;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .p-shokuiku__items {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1.875rem;
  }
}

.p-shokuiku__item {
  margin: 0 auto;
  position: relative;
  padding: 3px;
  padding: 0.1875rem;
  border-radius: 3.125rem;
  -webkit-box-shadow: 0 0 8px 0 rgba(149, 157, 165, .3);
          box-shadow: 0 0 8px 0 rgba(149, 157, 165, .3);
  width: 100%;
  max-width: 285px;
  max-width: 17.8125rem;
}
@media screen and (min-width: 768px) {
  .p-shokuiku__item {
    max-width: 100%;
  }
}

.p-shokuiku__item::before {
  position: absolute;
  content: "";
  top: 46%;
  right: 54px;
  right: 3.375rem;
  display: inline-block;
  width: 9px;
  width: 0.5625rem;
  height: 9px;
  height: 0.5625rem;
  border-bottom: 1px solid #221815;
  border-right: 1px solid #221815;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}
@media screen and (min-width: 768px) {
  .p-shokuiku__item::before {
    width: 0.6875rem;
    height: 0.6875rem;
    right: 1.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-shokuiku__item::before {
    right: 2.1875rem;
  }
}

.p-shokuiku__item a {
  display: inline-block;
  width: 100%;
  border-radius: 3.125rem;
  padding: 12px 36px 12px 12px;
  padding: 0.75rem 2.25rem 0.75rem 0.75rem;
  color: #221815;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  border: 1px solid #221815;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-shokuiku__item a {
    font-size: 1.375rem;
    padding: 1.3125rem 2.25rem 1.3125rem 0.75rem;
  }
}

.p-shokuiku__item a span {
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-shokuiku__item a span {
    font-size: 1.125rem;
  }
}

.p-shokuiku__item:nth-child(1) {
  background: #d9eeec;
}

.p-shokuiku__item:nth-child(2) {
  background: #ebd4e7;
}

.p-shokuiku__item:nth-child(3) {
  background: #fbd59a;
}

.p-shokuiku__images {
  margin-top: 73px;
  margin-top: 4.5625rem;
}
@media screen and (min-width: 768px) {
  .p-shokuiku__images {
    margin-top: 6.875rem;
  }
}

.p-subpage-top {
  padding: 13px 0;
  padding: 0.8125rem 0;
}
@media screen and (min-width: 768px) {
  .p-subpage-top {
    padding: 1.3125rem 0;
  }
}

.p-subpage-top__inner.l-inner {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-subpage-top__inner.l-inner {
    max-width: 63.125rem;
  }
}

.p-subpage-top__inner::before {
  position: absolute;
  content: "";
  background-image: url(../images/shokuiku/top-illust.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 133px;
  width: 8.3125rem;
  height: 116px;
  height: 7.25rem;
  top: -24px;
  top: -1.5rem;
  right: -15px;
  right: -0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-subpage-top__inner::before {
    width: 20.3125rem;
    height: 17.8125rem;
    top: -6.3125rem;
    right: -13.75rem;
  }
}

.p-subpage-top__heading {
  margin-top: 36px;
  margin-top: 2.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Noto Serif JP", serif;
  color: #221815;
  font-weight: 400;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1;
  letter-spacing: -0.08em;
}
@media screen and (min-width: 768px) {
  .p-subpage-top__heading {
    margin-top: 3.8125rem;
    font-size: 3.5rem;
  }
}

.p-subpage-top__heading::before {
  margin-right: 7px;
  margin-right: 0.4375rem;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
  content: "";
  background-image: url(../images/shokuiku/tomato.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px;
  width: 3.125rem;
  height: 51px;
  height: 3.1875rem;
}
@media screen and (min-width: 768px) {
  .p-subpage-top__heading::before {
    margin-right: 0.875rem;
    width: 6.25rem;
    height: 6.375rem;
  }
}

.p-subpage-top__img {
  margin-top: 8px;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-subpage-top__img {
    margin-top: 1.5625rem;
  }
}

.p-subpage-top.p-subpage-top--niwatore .p-subpage-top__inner::before {
  background-image: url(../images/niwatore/top-leaf.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 99px;
  width: 6.1875rem;
  height: 79px;
  height: 4.9375rem;
  top: -3px;
  top: -0.1875rem;
  right: 0;
}
@media screen and (min-width: 768px) {
  .p-subpage-top.p-subpage-top--niwatore .p-subpage-top__inner::before {
    background-image: url(../images/niwatore/top-leaf-pc.png);
    width: 14.6875rem;
    height: 10.875rem;
    top: -2.9375rem;
    right: -11.5625rem;
  }
}
.p-subpage-top.p-subpage-top--niwatore .p-subpage-top__heading {
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-subpage-top.p-subpage-top--niwatore .p-subpage-top__heading {
    margin-top: 3.875rem;
  }
}
.p-subpage-top.p-subpage-top--niwatore .p-subpage-top__heading::before {
  margin-right: 5px;
  margin-right: 0.3125rem;
  margin-bottom: 0;
  margin-left: -11px;
  margin-left: -0.6875rem;
  content: "";
  background-image: url(../images/niwatore/niwatore-icon.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 65px;
  width: 4.0625rem;
  height: 59px;
  height: 3.6875rem;
}
@media screen and (min-width: 768px) {
  .p-subpage-top.p-subpage-top--niwatore .p-subpage-top__heading::before {
    margin-right: 0.875rem;
    width: 7.1875rem;
    height: 6.5625rem;
  }
}
.p-subpage-top.p-subpage-top--niwatore .p-subpage-top__img {
  position: relative;
  margin-top: -16px;
  margin-top: -1rem;
  padding-bottom: 27px;
  padding-bottom: 1.6875rem;
}
@media screen and (min-width: 768px) {
  .p-subpage-top.p-subpage-top--niwatore .p-subpage-top__img {
    margin-top: -2.25rem;
    padding-bottom: 0;
  }
}
.p-subpage-top.p-subpage-top--niwatore .p-subpage-top__img::before,
.p-subpage-top.p-subpage-top--niwatore .p-subpage-top__img::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 200px;
  height: 12.5rem;
  z-index: -1;
  -webkit-transform: skew(0, 8deg);
          transform: skew(0, 8deg);
}
@media screen and (min-width: 768px) {
  .p-subpage-top.p-subpage-top--niwatore .p-subpage-top__img::before,
.p-subpage-top.p-subpage-top--niwatore .p-subpage-top__img::after {
    bottom: 0.8125rem;
    height: 22.25rem;
    -webkit-transform: skew(0, 9deg);
            transform: skew(0, 9deg);
  }
}
.p-subpage-top.p-subpage-top--niwatore .p-subpage-top__img::before {
  background: linear-gradient(-150deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, .5) 55%, rgba(255, 255, 255, 0) 100%);
  background: rgb(102, 195, 195);
  opacity: 0.8;
}
.p-subpage-top.p-subpage-top--niwatore .p-subpage-top__img::after {
  background: -webkit-gradient(linear, right top, left top, from(rgb(255, 255, 255)), color-stop(55%, rgba(255, 255, 255, .1)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(-90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, .1) 55%, rgba(255, 255, 255, 0) 100%);
  mix-blend-mode: overlay;
  opacity: 0.8;
}
@media screen and (min-width: 768px) {
  .p-subpage-top.p-subpage-top--niwatore .p-subpage-top__img::after {
    background: linear-gradient(-150deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, .5) 55%, rgba(255, 255, 255, 0) 100%);
  }
}

.p-yoga-point__title {
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #ea5703;
}
.p-yoga-point__title img {
  width: 57px;
  width: 3.5625rem;
}

.p-yoga-point__text {
  margin-top: 10px;
  margin-top: 0.625rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .p-yoga-point__text {
    margin-top: 1.1875rem;
    font-size: 0.9375rem;
    line-height: 2;
  }
}

.p-yoga__inner.l-inner {
  padding-left: 45px;
  padding-left: 2.8125rem;
  padding-right: 45px;
  padding-right: 2.8125rem;
}
@media screen and (min-width: 768px) {
  .p-yoga__inner.l-inner {
    max-width: 60.625rem;
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
  }
}

.p-yoga__lead {
  margin-top: 20px;
  margin-top: 1.25rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0.14em;
}
@media screen and (min-width: 768px) {
  .p-yoga__lead {
    margin-top: 2.6875rem;
    font-size: 1rem;
    line-height: 1.8;
    padding: 0 4.9375rem;
  }
}

.p-yoga__items {
  margin-top: 60px;
  margin-top: 3.75rem;
  display: grid;
  gap: 75px;
  gap: 4.6875rem;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .p-yoga__items {
    margin-top: 6.9375rem;
    gap: 12.4375rem;
  }
}

.p-yoga__item {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-yoga__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 6rem;
  }
}

.p-yoga__item::before {
  position: absolute;
  content: "";
  background-image: url(../images/niwatore/illust-leaf06-sp.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 60px;
  width: 3.75rem;
  height: 120px;
  height: 7.5rem;
  right: -45px;
  right: -2.8125rem;
  top: -100px;
  top: -6.25rem;
}
@media screen and (min-width: 768px) {
  .p-yoga__item::before {
    background-image: url(../images/niwatore/illust-leaf06.png);
    width: 12.4375rem;
    height: 16.125rem;
    right: -14.0625rem;
    top: -10rem;
  }
}

@media screen and (min-width: 768px) {
  .p-yoga__content {
    margin-top: -1.625rem;
    width: 35%;
  }
}

.p-yoga__heading {
  position: absolute;
  top: 0;
  left: 0;
}
.p-yoga__heading img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 44px;
  width: 2.75rem;
}
@media screen and (min-width: 768px) {
  .p-yoga__heading {
    position: relative;
  }
  .p-yoga__heading img {
    width: auto;
    height: 2.5rem;
  }
}

.p-yoga__img {
  margin: 0 calc(50% - 50vw) 0 auto;
  width: 93%;
}
@media screen and (min-width: 768px) {
  .p-yoga__img {
    margin: 0;
    width: 52%;
  }
}

.p-yoga__img img {
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: drop-shadow(-9px 10px 0 rgba(247, 152, 181, .55));
          filter: drop-shadow(-9px 10px 0 rgba(247, 152, 181, .55));
  -webkit-filter: drop-shadow(-0.5625rem 0.625rem 0 rgba(247, 152, 181, .55));
          filter: drop-shadow(-0.5625rem 0.625rem 0 rgba(247, 152, 181, .55));
  -webkit-transform: translateZ(0px);
          transform: translateZ(0px);
}
@media screen and (min-width: 768px) {
  .p-yoga__img img {
    -webkit-filter: drop-shadow(-1.125rem 1.25rem 0 rgba(247, 152, 181, .55));
            filter: drop-shadow(-1.125rem 1.25rem 0 rgba(247, 152, 181, .55));
  }
}

.p-yoga__text {
  margin-top: 49px;
  margin-top: 3.0625rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .p-yoga__text {
    margin-top: 1.1875rem;
    font-size: 0.9375rem;
    line-height: 2;
  }
}

.p-yoga__point {
  margin-top: 25px;
  margin-top: 1.5625rem;
  display: none;
}
@media screen and (min-width: 768px) {
  .p-yoga__point {
    margin-top: 0.9375rem;
  }
}

.p-yoga__btn {
  margin: 45px auto 0;
  margin: 2.8125rem auto 0;
  width: 100%;
  max-width: 245px;
  max-width: 15.3125rem;
  padding-left: 29px;
  padding-left: 1.8125rem;
}
@media screen and (min-width: 768px) {
  .p-yoga__btn {
    margin: 2.6875rem auto 0;
    max-width: 14.5rem;
  }
}

.p-yoga .p-niwatore-title {
  padding-top: 72px;
  padding-top: 4.5rem;
}
@media screen and (min-width: 768px) {
  .p-yoga .p-niwatore-title {
    padding-top: 14.1875rem;
  }
}
.p-yoga .p-niwatore-title__title {
  width: 82px;
  width: 5.125rem;
  top: 19px;
  top: 1.1875rem;
  left: auto;
  right: 0;
}
@media screen and (min-width: 768px) {
  .p-yoga .p-niwatore-title__title {
    width: 15.1875rem;
    top: 7.5rem;
    right: 16%;
  }
}
.p-yoga .p-niwatore-title__img {
  margin-left: 0;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-yoga .p-niwatore-title__img {
    margin-left: auto;
    max-width: 52%;
    -webkit-transform: translateX(-10%);
            transform: translateX(-10%);
  }
}
.p-yoga .p-niwatore-title::before {
  background-image: url(../images/niwatore/yoga-bg.png);
}
@media screen and (min-width: 768px) {
  .p-yoga .p-niwatore-title::before {
    background-image: url(../images/niwatore/yoga-bg-pc.png);
    top: -1.1875rem;
  }
}
.p-yoga .p-niwatore-title::after {
  background-image: url(../images/niwatore/illust-leaf05-sp.png);
  right: auto;
  left: 0;
  top: -64px;
  top: -4rem;
  width: 113px;
  width: 7.0625rem;
  height: 139px;
  height: 8.6875rem;
}
@media screen and (min-width: 768px) {
  .p-yoga .p-niwatore-title::after {
    background-image: url(../images/niwatore/illust-leaf05.png);
    width: 20.875rem;
    height: 22.9375rem;
    top: -9.875rem;
    left: 13.125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-yoga__item:nth-child(2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 9.5rem;
  }
}
.p-yoga__item:nth-child(2)::before {
  background-image: url(../images/niwatore/illust-leaf07-sp.png);
  width: 68px;
  width: 4.25rem;
  height: 199px;
  height: 12.4375rem;
  right: auto;
  left: -45px;
  left: -2.8125rem;
  top: -92px;
  top: -5.75rem;
}
@media screen and (min-width: 768px) {
  .p-yoga__item:nth-child(2)::before {
    background-image: url(../images/niwatore/illust-leaf07.png);
    width: 12.4375rem;
    height: 18.625rem;
    left: -10.5625rem;
    top: -5.125rem;
  }
}
.p-yoga__item:nth-child(2) .p-yoga__content {
  margin-top: 12px;
  margin-top: 0.75rem;
}
.p-yoga__item:nth-child(2) .p-yoga__heading {
  left: auto;
  right: 0;
}
.p-yoga__item:nth-child(2) .p-yoga__img {
  margin: 0 auto 0 28px;
  margin: 0 auto 0 1.75rem;
  width: 65%;
}
@media screen and (min-width: 768px) {
  .p-yoga__item:nth-child(2) .p-yoga__img {
    margin: 0 0 0 5.0625rem;
    width: 33%;
  }
}
.p-yoga__item:nth-child(3)::before {
  background-image: url(../images/niwatore/illust-leaf08-sp.png);
  width: 65px;
  width: 4.0625rem;
  height: 126px;
  height: 7.875rem;
  top: -140px;
  top: -8.75rem;
}
@media screen and (min-width: 768px) {
  .p-yoga__item:nth-child(3)::before {
    background-image: url(../images/niwatore/illust-leaf08.png);
    width: 12.4375rem;
    height: 16.125rem;
    top: -18.5rem;
    right: -8.8125rem;
  }
}
/*# sourceMappingURL=styles.css.map */
