@charset "UTF-8";
/*
A modern CSS reset 2023 / 9 / 18
https://github.com/Andy-set-studio/modern-css-reset
*/
*, *::before, *::after {
  box-sizing: border-box;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}

ul[role=list], ol[role=list] {
  list-style: none;
}

body {
  min-height: 100vh;
  line-height: 1.5;
}

h1, h2, h3, h4, button, input, label {
  line-height: 1.1;
}

h1, h2, h3, h4 {
  text-wrap: balance;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor;
}

img, picture {
  max-width: 100%;
  display: block;
}

input, button, textarea, select {
  font: inherit;
}

textarea:not([rows]) {
  min-height: 10em;
}

:target {
  scroll-margin-block: 5ex;
}

/**  base  **/
p,
ul,
ol,
h1,
h2,
h3,
figure,
dl,
dd,
button,
pre {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

ul,
ol {
  list-style: none;
}

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

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  appearance: none;
}

a {
  color: currentColor;
  text-decoration: none;
  transition: all 0.25s ease-out;
}
@media (hover: hover) {
  a:hover {
    filter: brightness(1.12);
  }
}

button {
  transition: all 0.25s ease-out;
}
@media (hover: hover) {
  button:hover {
    filter: brightness(1.12);
  }
}

[x-cloak],
[v-cloak] {
  display: none !important;
}

*:focus {
  outline: none;
}

html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  overflow-wrap: anywhere; /* 収まらない場合に折り返す */
  word-break: normal; /* 単語の分割はデフォルトに依存 */
  line-break: strict; /* 禁則処理を厳格に適用 */
}
body.scroll_rock {
  overflow: hidden;
}

a[target=_blank]:not([data-platform])::after {
  margin: 0 3px 0 1px;
  font-family: "Hobonichi-Icons";
  content: "\e914";
  font-size: 85%;
  position: relative;
  top: -3px;
}

:root {
  --color-white: #ffffff;
  --color-black: #000000;
  --color-red: #D16F4C;
  --color-yellow: #E9FF7B;
  --color-grey: #B7C0C1;
  --base: var(--color-black);
  --accent: var(--color-yellow);
  --link: var(--color-red);
  --bg: #B7C0C1;
  --paper: rgba(237, 237, 237, 0.9);
  --border: 1.5px solid var(--color-black);
}

html {
  scroll-padding: 0;
}

body {
  color: var(--base);
  font-family: "Koburina Gothic W6 JIS2004";
}

.sr-only:not(:focus):not(:active) {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.main a {
  color: var(--link);
}

footer pre {
  white-space: pre-wrap;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transform: translateY(-100%);
  transition: all 0.5s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.header.is-visible {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.header pre {
  white-space: pre-line;
}

.cover {
  --ar: 375 / 563;
  position: relative;
  aspect-ratio: var(--ar);
  visibility: hidden;
}
.cover.is-ready {
  visibility: visible;
}
.cover-photo {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  aspect-ratio: var(--ar);
}
.cover-logo {
  position: absolute;
  width: 37.0666666667%;
  height: auto;
}
.cover-title {
  position: absolute;
  width: 66.4%;
  height: auto;
}
.cover-01 .cover-logo {
  top: 3.1971580817%;
  left: 5.3333333333%;
}
.cover-01 .cover-title {
  top: 85.7904085258%;
  left: 27.4666666667%;
}
.cover-02 .cover-logo {
  top: 87.9218472469%;
  left: 6.9333333333%;
}
.cover-02 .cover-title {
  top: 8.703374778%;
  left: 6.1333333333%;
}
.cover-03 .cover-logo {
  top: 87.9218472469%;
  left: 6.9333333333%;
}
.cover-03 .cover-title {
  top: 66.0746003552%;
  left: 6.9333333333%;
}
.cover-04 .cover-logo {
  top: 3.1971580817%;
  left: 5.3333333333%;
}
.cover-04 .cover-title {
  top: 85.7904085258%;
  left: 27.4666666667%;
}
.cover-02 .cover-title {
  filter: invert(1);
}
@media (min-width: 48rem) {
  .cover {
    --ar: 1512 / 860;
  }
  .cover-01 .cover-logo, .cover-02 .cover-logo, .cover-03 .cover-logo {
    width: 12.962962963%;
  }
  .cover-04 .cover-logo {
    width: 12.5661375661%;
  }
  .cover-title {
    width: 26.455026455%;
  }
  .cover-01 .cover-logo {
    top: 4.3023255814%;
    left: 83.4656084656%;
  }
  .cover-01 .cover-title {
    top: 25.6976744186%;
    left: 14.6164021164%;
  }
  .cover-02 .cover-logo {
    top: 85.5813953488%;
    left: 5.0925925926%;
  }
  .cover-02 .cover-title {
    top: 19.6511627907%;
    left: 57.6058201058%;
  }
  .cover-03 .cover-logo {
    top: 85.5813953488%;
    left: 5.0925925926%;
  }
  .cover-03 .cover-title {
    top: 17.6744186047%;
    left: 19.9735449735%;
  }
  .cover-04 .cover-logo {
    top: 81.8604651163%;
    left: 2.9761904762%;
  }
  .cover-04 .cover-title {
    top: 26.8604651163%;
    left: 61.7724867725%;
  }
}

.intro {
  padding: 4.5rem 4.5333333333vw 4.8rem;
  background-color: rgba(255, 255, 255, 0.85);
}
@media (min-width: 48rem) {
  .intro {
    padding: 9.6rem 6.6137566138% 9.8rem;
  }
}
@media (min-width: 75rem) {
  .intro {
    padding: 9.6rem 7.9365079365% 9.8rem;
  }
}
@media (min-width: 90rem) {
  .intro {
    padding: 9.6rem 19.8412698413% 9.8rem;
  }
}

.intro .banner {
  margin-bottom: 4rem;
}
.intro .page-nav {
  padding-top: 4rem;
  border-top: var(--border);
}
@media (min-width: 48rem) {
  .intro .banner {
    margin-bottom: 5.6rem;
  }
  .intro .page-nav {
    padding-top: 5.6rem;
  }
}

.recipes {
  font-size: 1.4rem;
  line-height: 157.143%;
}
@media (min-width: 48rem) {
  .recipes {
    font-size: 1.5rem;
    line-height: 160%;
  }
}

.afterword {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 4.8rem 6.4vw 4.8rem 7.4666666667vw;
  background-color: var(--color-grey);
}
.afterword .credit {
  margin-bottom: 5.5rem;
  font-size: 1.3rem;
  line-height: 184.615%;
}
.afterword .credit h3 {
  font-size: inherit;
  line-height: inherit;
}
@media (min-width: 48rem) {
  .afterword {
    padding: 8.1rem 0 8.1rem;
  }
  .afterword .credit {
    margin-bottom: 8.1rem;
  }
}

.button-arrow {
  display: flex;
  gap: 0 0.4285714286em;
  align-items: center;
  width: fit-content;
  font-family: "helvetica-neue-lt-pro-cond", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #8E2726;
  font-size: 1.4rem;
  line-height: 142.857%;
  letter-spacing: 0.02em;
}
.button-arrow:after {
  content: "";
  display: block;
  width: 2.2rem;
  height: 0.8661rem;
  background-color: currentColor;
  mask-image: url('data:image/svg+xml,%3Csvg viewBox="0 0 21 9" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M20.0908 7.87402L19.5283 8.36914L18.9648 8.86426L12.0352 0.990234L13.1621 0L20.0908 7.87402ZM17.0078 8.80469H0V7.30469H17.0078V8.80469Z"/%3E%3C/svg%3E');
  mask-repeat: no-repeat;
}

.yodogawa {
  width: min(100%, 35.7rem);
  margin: 0 auto 3.2rem;
  padding-left: 1.0666666667vw;
}
.yodogawa p {
  font-size: 1.5rem;
  line-height: 173.333%;
}
.yodogawa p a {
  color: var(--link);
}
.yodogawa p br {
  display: none;
}
.yodogawa-action {
  display: grid;
  gap: 0.8rem 0;
  margin-top: 1.6rem;
}
@media (min-width: 48rem) {
  .yodogawa {
    padding-left: 0;
  }
  .yodogawa p {
    line-height: 186.667%;
  }
  .yodogawa p br {
    display: block;
  }
  .yodogawa-action {
    margin-top: 3.2rem;
  }
}

.yodogawa dialog {
  width: min(93.3333333333vw, 50rem);
  max-width: unset;
  padding: min(12vw, 9.3rem) min(10.6666666667vw, 8rem) min(24vw, 10.8rem);
  line-height: 180%;
  border: none;
}
.yodogawa dialog h3 {
  margin-bottom: 1.4444444444em;
  font-size: 1.8rem;
  line-height: 144.444%;
  letter-spacing: -0.01em;
}
.yodogawa dialog p {
  font-size: 1.3rem;
  line-height: 200%;
  white-space: pre-line;
}
.yodogawa dialog ul {
  margin-top: 1em;
  font-size: 1.3rem;
}
.yodogawa dialog .button-arrow {
  margin-top: 1.6rem;
}
.yodogawa .dialog-close {
  position: absolute;
  right: min(7.2vw, 2.7rem);
  bottom: min(8vw, 3rem);
  display: block;
  width: min(10.6666666667vw, 4rem);
  height: min(10.6666666667vw, 4rem);
  border: var(--border);
  border-radius: 50%;
  background: url('data:image/svg+xml,%3Csvg viewBox="0 0 17 17" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M16.9932 1.53027L9.79199 8.73145L16.9922 15.9316L15.9316 16.9922L8.73145 9.79199L1.53125 16.9922L0.470703 15.9316L7.66992 8.73047L0.469727 1.53027L1.53027 0.469727L8.73047 7.66992L15.9316 0.469727L16.9932 1.53027Z" /%3E%3C/svg%3E') center/min(4.5333333333vw, 1.7rem) no-repeat;
}
@media (min-width: 48rem) {
  .yodogawa .dialog-close {
    right: 2.9rem;
    bottom: 5rem;
  }
  .yodogawa dialog .button-arrow {
    margin-top: 4rem;
  }
}

.banner {
  width: min(100%, 45rem);
  margin-inline: auto;
}
.banner p {
  margin-bottom: 0.7rem;
  line-height: 150%;
  letter-spacing: 0.02em;
}
.banner img {
  width: 100%;
  height: auto;
}
@media (min-width: 48rem) {
  .banner p {
    margin-bottom: 0.8rem;
    font-size: 1.8rem;
    line-height: 133.333%;
  }
}

.page-nav ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem 1.2rem;
}
.page-nav a {
  display: block;
  border: var(--border);
}
.page-nav img {
  display: block;
  width: 100%;
  height: auto;
}
.page-nav span {
  display: block;
  padding: 0.3rem 0 0.4rem;
  font-size: min(3.4666666667vw, 1.5rem);
  line-height: 180%;
  text-align: center;
}
@media (min-width: 32.5rem) {
  .page-nav ul {
    grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
  }
}

.cover-photo img, .cover-title {
  opacity: 0;
}
.cover-photo {
  overflow: hidden;
}
.cover-photo img {
  animation: fade-in-scale 2s ease forwards;
}
.cover:not(.cover-02) .cover-title {
  animation: blur-in 1.2s 1.5s ease-out forwards;
}
.cover.cover-02 .cover-title {
  animation: blur-in-invert 1.2s 1.5s ease-out forwards;
}

.a-fade-in[data-watch=once] {
  opacity: 0;
  transition: opacity 2s ease-out;
}
.a-fade-in[data-watch=once].in-view {
  opacity: 1;
}

@keyframes blur-in {
  0% {
    opacity: 0;
    filter: blur(10px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes blur-in-invert {
  0% {
    opacity: 0;
    filter: blur(10px) invert(1);
  }
  100% {
    opacity: 1;
    filter: blur(0) invert(1);
  }
}
@keyframes fade-in-scale {
  from {
    opacity: 0;
    transform: scale(1.1);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.recipe-how {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-block: 4rem;
  background-color: var(--color-grey);
}
.recipe-tips {
  width: 100%;
  padding-block: 3.2rem 4rem;
  background-color: #F5F5F5;
}
@media (min-width: 48rem) {
  .recipe-how {
    padding: 6.3rem 6.6137566138% 5.6rem;
  }
  .recipe-tips {
    padding: 5.6rem 0 9.5rem 6.6137566138%;
  }
  .recipe-content {
    display: grid;
    grid-template-columns: 50% 50%;
    width: 100%;
  }
}
@media (min-width: 75rem) {
  .recipe-how {
    padding: 6.3rem 7.9365079365% 5.6rem;
  }
  .recipe-tips {
    padding: 5.6rem 0 9.5rem 7.9365079365%;
  }
}
@media (min-width: 90rem) {
  .recipe-how {
    padding: 6.3rem 19.8412698413% 5.6rem;
  }
  .recipe-tips {
    padding: 5.6rem 0 9.5rem 19.8412698413%;
  }
}

.recipe-header {
  width: 86.1333333333vw;
  margin-bottom: 2.4rem;
}
.recipe-header h2 {
  font-size: 2rem;
  line-height: 100%;
}
.recipe-header h2 img {
  margin-bottom: 0.8rem;
  height: auto;
}
.recipe-header h2 img.by-mizutani {
  width: min(45.0666666667vw, 21.4rem);
}
.recipe-header h2 img.by-kusaba {
  width: min(44vw, 20.8rem);
}
.recipe-header p {
  margin-top: 1.5rem;
  line-height: 128.571%;
}
@media (min-width: 48rem) {
  .recipe-header {
    width: 100%;
    margin-bottom: 3.5rem;
    display: flex;
    justify-content: space-between;
  }
  .recipe-header h2 {
    font-size: 2.8rem;
  }
  .recipe-header h2 img {
    margin-bottom: 2.3rem;
  }
  .recipe-header p {
    line-height: 160%;
  }
}

.recipe-cover {
  width: 100%;
  margin-bottom: 2.4rem;
}
.recipe-cover img {
  width: 100%;
  height: auto;
}
@media (min-width: 48rem) {
  .recipe-cover {
    margin-bottom: 4rem;
  }
}

.recipe-ingredients {
  width: min(83.4666666667vw, 45.6rem);
  height: fit-content;
  margin-left: 8.8vw;
  margin-bottom: 2.9rem;
  padding: 2.4rem min(4.2666666667vw, 1.6rem) 2.4rem min(7.7333333333vw, 2.9rem);
  border: 1px dashed var(--color-black);
}
.recipe-ingredients h3 {
  margin-bottom: 0.8rem;
  font-size: 1.8rem;
}
.recipe-ingredients h3 small {
  margin-left: 0.8rem;
  font-size: 1.2rem;
}
.recipe-ingredients ul {
  line-height: 157.143%;
}
.recipe-ingredients ul li {
  display: flex;
}
.recipe-ingredients ul li:before {
  content: "・";
  flex: none;
}
@media (min-width: 48rem) {
  .recipe-ingredients {
    width: 100%;
    margin-left: 0;
  }
  .recipe-ingredients h3 {
    font-size: 2.3rem;
  }
  .recipe-ingredients ul {
    line-height: 160%;
  }
  .recipe-ingredients ul .s-only {
    display: none;
  }
}

.recipe-method {
  padding-inline: 8.5333333333vw 4.8vw;
}
.recipe-method h3 {
  margin-bottom: 1.6rem;
}
.recipe-method h3 img {
  width: min(38.1333333333vw, 20.75rem);
  height: auto;
}
.recipe-method ol {
  counter-reset: steps;
  line-height: 157.143%;
}
.recipe-method ol li {
  counter-increment: steps;
  display: flex;
}
.recipe-method ol li br {
  display: none;
}
.recipe-method ol li:before {
  content: counter(steps) "．";
  flex: none;
}
@media (min-width: 48rem) {
  .recipe-method {
    width: 100%;
    padding: 0 1rem 0 10.0877192982%;
  }
  .recipe-method h3 {
    margin-bottom: 2.4rem;
  }
  .recipe-method ol {
    line-height: 173.333%;
  }
  .recipe-method ol li br {
    display: block;
  }
}

.recipe-tips h3 {
  margin-bottom: 1.6rem;
}
.recipe-tips h3 img {
  width: min(20.5333333333vw, 10.8rem);
  height: auto;
}
.recipe-tips-layout {
  display: grid;
  gap: 1.8rem 6.4777327935%;
}
.recipe-tips-block {
  margin-bottom: 2.4rem;
  padding-inline: 8.5333333333vw 8vw;
}
.recipe-tips-content p {
  font-feature-settings: "halt" on;
}
.recipe-tips-content br {
  display: none;
}
.recipe-tips-content img {
  width: 62.8205128205%;
  height: auto;
}
.recipe-tips-photo img {
  width: min(77.9487179487%, 75.6rem);
  height: auto;
  margin-left: auto;
}
#recipe-04 .recipe-tips .recipe-tips-photo img {
  margin-inline: auto;
}
@media (min-width: 48rem) {
  .recipe-tips-layout {
    grid-template-columns: 42% auto;
  }
  .recipe-tips-block {
    margin-bottom: 4rem;
    padding-inline: 0;
  }
  .recipe-tips-content {
    line-height: 173.333%;
  }
  .recipe-tips-content p {
    font-feature-settings: unset;
  }
  .recipe-tips-content br {
    display: block;
  }
  .recipe-tips-content img {
    width: 100%;
  }
  .recipe-tips-photo img {
    width: 100%;
  }
  #recipe-01 .recipe-tips .recipe-tips-photo img {
    margin-top: 23.9948119326%;
  }
  #recipe-02 .recipe-tips .recipe-tips-photo img {
    margin-top: 16.2127107652%;
  }
  #recipe-03 .recipe-tips .recipe-tips-photo img {
    margin-top: 11.8098159509%;
  }
  #recipe-04 .recipe-tips .recipe-tips-photo img {
    width: 85.1851851852%;
    margin-inline: unset;
  }
}
@media (min-width: 75rem) {
  .recipe-tips-layout {
    grid-template-columns: 32.3076923077% auto;
  }
}

.related-product-section {
  width: 100%;
  padding-block: 0 min(14.9333333333vw, 9.6rem);
  padding-left: 2.8rem;
  background-color: var(--color-grey);
}
.related-product-section h3 {
  margin-bottom: 3rem;
  padding-bottom: 0.4rem;
  font-size: 2.4rem;
  font-family: "bebas-neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 100%;
  letter-spacing: 0.03em;
  border-bottom: 1.5px solid #000;
}
@media (min-width: 67rem) {
  .related-product-section {
    padding-inline: calc((100% - 102rem) / 2);
  }
}

.related-product {
  margin-inline: auto;
}
.related-product a {
  color: var(--color-black);
  transition: filter 0.1s ease;
}
@media (hover: hover) {
  .related-product a:hover {
    opacity: 1;
    filter: brightness(1.12);
  }
}
.related-product .swiper-wrapper {
  padding: 0;
}
.related-product .swiper .brand,
.related-product .swiper .name,
.related-product .swiper .price small {
  font-family: "Yu Gothic Pr6N B";
  letter-spacing: 0.02em;
}
.related-product .swiper .brand {
  font-size: 1rem;
  line-height: 160%;
}
.related-product .swiper .name {
  font-size: 1.2rem;
  line-height: leading(16, 12);
}
.related-product .swiper .price {
  font-family: "bebas-neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 200%;
  letter-spacing: 0.03em;
}
.related-product .swiper .price:last-child {
  margin-top: 0.8rem;
}
@media (min-width: 67rem) {
  .related-product .swiper .price {
    font-size: 1.2rem;
  }
}
.related-product figure {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  margin-bottom: 0.8rem;
  border: 1px solid var(--color-black);
}
.related-product figure figcaption {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-white);
  font-family: "helvetica-neue-lt-pro-cond", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 8.5333333333vw;
  background-color: rgba(0, 0, 0, 0.4);
}
.related-product img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.related-product .price-wrap {
  margin-top: 0.8rem;
}
.related-product .price-wrap small {
  font-size: 1rem;
}
.related-product .swiper-button-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 2rem;
  margin-top: 1.5rem;
}
.related-product .swiper-button-next,
.related-product .swiper-button-prev {
  position: relative;
  width: 3.2rem;
  height: 2rem;
}
.related-product .swiper-button-next::after,
.related-product .swiper-button-prev::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url('data:image/svg+xml,%3Csvg width="21" height="10" viewBox="0 0 21 10" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M17.0076 8.5592H0" stroke="black" stroke-width="1.5"/%3E%3Cpath d="M19.5277 8.87402L12.5986 1" stroke="black" stroke-width="1.5"/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-size: contain;
}
.related-product .swiper-button-next {
  --swiper-navigation-sides-offset: 2.8rem;
  animation: arrow-tap-next 2s reverse infinite;
}
.related-product .swiper-button-prev {
  --swiper-navigation-sides-offset: calc(3.2rem * 0.32);
  animation: arrow-tap-prev 2s reverse infinite;
}
.related-product .swiper-button-prev::after {
  transform: scale(-1, 1);
}
.related-product .swiper-button-disabled {
  opacity: 0;
}
@media (min-width: 37.5rem) {
  .related-product figure figcaption {
    font-size: min(3vw, 2rem);
  }
}
@media (min-width: 67rem) {
  .related-product .swiper-button-next {
    --swiper-navigation-sides-offset: calc(3.2rem * 0.32);
  }
}

@keyframes arrow-tap-next {
  0% {
    transform: translateX(0);
  }
  60% {
    transform: translateX(0);
  }
  68% {
    transform: translateX(32%);
  }
  76% {
    transform: translateX(0);
  }
  84% {
    transform: translateX(24%);
  }
  92% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes arrow-tap-prev {
  0% {
    transform: translateX(0);
  }
  60% {
    transform: translateX(0);
  }
  68% {
    transform: translateX(-32%);
  }
  76% {
    transform: translateX(0);
  }
  84% {
    transform: translateX(-24%);
  }
  92% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(0);
  }
}