@charset "UTF-8";
html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  color: #262323;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.5;
}

/* pcの電話番号発信対応 */
a[href^="tel:"] {
  pointer-events: none;
}

h1, h2, h3, h4, h5 {
  font-weight: 400;
  margin: 0;
  padding: 0;
}

p {
  text-align: justify;
}

.en p {
  text-align: left;
}

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

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

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

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

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

a {
  color: inherit;
  text-decoration: none;
}

/* Make images easier to work with */
img {
  display: block;
  height: auto;
  max-width: 100%;
  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;
}

/* フォームリセット */
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;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
.l-footer {
  background-color: #262323;
}

.l-footer__inner {
  height: 10rem;
  margin-inline: auto;
  padding-top: 1.125rem;
  position: relative;
  width: 100%;
}

.l-footer__nav {
  position: absolute;
  right: 15rem;
  top: 2.125rem;
}

.l-footer__nav--en {
  top: 1.9375rem;
}

.l-footer__list {
  display: flex;
  gap: 1.875rem;
}

.l-footer__item {
  width: -moz-fit-content;
  width: fit-content;
}

.l-footer__link {
  border: 1px solid #fff;
  color: #fff;
  font-size: 1.25rem;
  letter-spacing: 0.28em;
  line-height: 2.2345;
  padding-block: 0.9375rem;
  padding-inline: 2.8125rem;
  transition: all 0.5s ease;
}
.l-footer__link--en {
  padding-block: 0.75rem 1.125rem;
}

.l-footer__contents {
  margin-inline: auto;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}

.l-footer__youtube {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
}

.l-footer__youtube-link {
  -o-object-fit: cover;
  aspect-ratio: 1;
  background-color: #fff;
  border-radius: 100vmax;
  display: grid;
  height: auto;
  object-fit: cover;
  place-content: center;
  transition: scale 0.5s ease;
  width: 4.6875rem;
}
.l-footer__youtube-link img {
  -o-object-fit: contain;
  aspect-ratio: 47/33;
  height: auto;
  object-fit: contain;
  width: 2.9375rem;
}
.l-footer__copy {
  color: #fff;
  font-size: 1.1875rem;
  letter-spacing: 0.2em;
  line-height: 1.7368421053;
  margin-top: 1.125rem;
}

.l-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-left: 9.9375rem;
  padding-right: 9.9375rem;
  width: 120rem;
}

.l-sec {
  padding: 3.75rem 0 5rem;
}
.l-sec01 {
  padding: 3.5rem 0 6.875rem;
}

.c-bgContainer {
  position: relative;
}
.c-bgContainer::after {
  background: url(../img/common/bg.webp) center center/cover no-repeat;
  content: "";
  height: 100%;
  position: absolute;
  right: -9.9375rem;
  top: 0;
  width: calc(100% + 9.9375rem);
  z-index: -1;
}

.c-bgContainer--gray::after {
  background: #E6E6E6;
}

.c-bgContainer--l::after {
  left: -9.9375rem;
  right: initial;
}

.c-btn {
  background-color: transparent;
  background-image: url("../img/");
  background-position: center right 1.5em;
  background-repeat: no-repeat;
  background-size: 1.5rem 1.5rem;
  border: 1px solid #F1F1F1;
  color: #000;
  line-height: 1.2;
  max-width: 100%;
  min-height: 3.75rem;
  padding: 0 0.625rem;
  transition: 0.3s all;
  width: 13.75rem;
}
.c-btn span {
  display: block;
  font-size: 0.75rem;
}
.c-headline1__sub {
  align-items: center;
  display: flex;
  margin-right: -1.25rem;
}

.c-headline1__sub--en {
  margin-right: initial;
}

.c-headline1__line {
  flex: 1;
  height: 1px;
  margin-top: 1.875rem;
  width: 100%;
}

.c-headline1__line--black {
  background-color: #262323;
}

.c-headline1__line--red {
  background-color: #D27E9C;
}

.c-headline1__line--orange {
  background-color: #F7BD84;
}

.c-headline1__line--green {
  background-color: #7FB070;
}

.c-headline1__en {
  font-family: "Noto Serif JP", serif;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin-left: 2.875rem;
  margin-top: 1.5rem;
}

.c-headline1__sub-title {
  display: flex;
  font-size: 4.5rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  margin-left: 1.25rem;
}

.c-headline1__sub-title--en2,
.c-headline1__sub-title--en3,
.c-headline1__sub-title--en4,
.c-headline1__sub-title--en5 {
  letter-spacing: 0.06em;
}

.c-headline1__sub-en-before {
  margin-bottom: 0.375rem;
  margin-top: -0.375rem;
}

.c-headline1__sub + .c-headline1__main {
  margin-top: 2.6875rem;
}

.c-headline1__main {
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(90deg, #d27e9c 0%, #e0a597 16%, #f7bd84 71%, #b0bb6f 100%);
  background-clip: text;
  color: transparent;
  font-family: "Noto Serif JP", serif;
  font-size: 3.625rem;
  letter-spacing: 0.42em;
  line-height: 1.7413793103;
  width: -moz-fit-content;
  width: fit-content;
}

.c-headline1__main--en1,
.c-headline1__main--en2,
.c-headline1__main--en3,
.c-headline1__main--en4,
.c-headline1__main--en5 {
  font-size: 3.375rem;
}

.c-headline1__main--en1 {
  letter-spacing: 0.14em;
}

.c-headline1__main--en2 {
  letter-spacing: 0.04em;
}

.c-headline1__main--en3 {
  letter-spacing: 0.046em;
}

.c-headline1__main--en4 {
  letter-spacing: 0.04em;
}

.c-headline1__main--en5 {
  letter-spacing: 0.046em;
}

.c-link {
  line-height: 1;
  position: relative;
}

.c-link::after {
  background: url(../img/common/link.svg) center center/contain no-repeat;
  content: "";
  height: 0.625rem;
  position: absolute;
  right: -0.9375rem;
  top: 0.3em;
  width: 0.625rem;
}

.c-title {
  align-items: center;
  display: flex;
  justify-content: center;
}
.c-title span {
  background-color: #262323;
  flex: 1;
  height: 1px;
  margin-top: 0.5rem;
  width: 100%;
}

.c-title__text {
  font-size: 2.375rem;
  letter-spacing: 0.42em;
  line-height: 1.2894736842;
  padding-inline: 3.5625rem 2.875rem;
}

.c-title__text--en {
  letter-spacing: 0.05em;
  padding-inline: 1.25rem;
}

.c-underBar {
  display: inline-block;
  position: relative;
}
.c-underBar::before {
  background-color: #333;
  bottom: 0;
  content: "";
  height: 1px;
  left: 50%;
  opacity: 1;
  position: absolute;
  transform: translateX(-50%);
  transition: 0.5s;
  width: 100%;
}
.p-chefs__inner {
  padding-block: 5rem 8.125rem;
  padding-right: 10rem;
  position: relative;
}

.p-chefs__wrap {
  margin-top: 4.625rem;
}

.p-chefs__list {
  display: flex;
  flex-direction: column;
  gap: 6.3125rem;
}

.p-chefs__item {
  -moz-column-gap: 3.125rem;
  column-gap: 3.125rem;
  display: grid;
  grid-template-areas: "img content" "img desc";
  grid-template-columns: 18.75rem 1fr;
  row-gap: 1.4375rem;
}

.p-chefs__img {
  -o-object-fit: cover;
  aspect-ratio: 1;
  grid-area: img;
  height: auto;
  object-fit: cover;
  width: 18.75rem;
}

.p-chefs__content {
  grid-area: content;
  min-height: 0;
}

.p-chefs__titleBlock {
  align-items: center;
  display: flex;
  gap: 0.125rem;
  margin-top: -0.75rem;
  position: relative;
  width: 100%;
}
.p-chefs__titleBlock::after {
  background-color: #262323;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

.p-chefs__titleBlock--en {
  align-items: start;
  flex-direction: column;
  gap: 0;
  margin-top: -0.625rem;
}

.p-chefs__position {
  font-family: "Shippori Mincho", serif;
  font-size: 2.3125rem;
  letter-spacing: 0.2em;
  line-height: 1.5405405405;
}

.p-chefs__position--en {
  letter-spacing: 0.1em;
}

.p-chefs__subtitle {
  font-feature-settings: "palt";
  font-family: "Shippori Mincho", serif;
  font-size: 1.4225rem;
  letter-spacing: 0.2em;
  line-height: 1.7649384886;
}

.p-chefs__subtitle--en {
  letter-spacing: normal;
}
.p-chefs__nameBlock {
  margin-top: 0.875rem;
  position: relative;
}
.p-chefs__nameBlock::before {
  content: "";
  position: absolute;
}

.p-chefs__furigana {
  font-family: "Shippori Mincho", serif;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.55em;
  line-height: 1;
  padding-left: 1.5rem;
}

.p-chefs__furigana--3 {
  padding-left: 1.75rem;
}

.p-chefs__furigana--4 {
  padding-left: 0.625rem;
}

.p-chefs__furigana--6 {
  padding-left: 1.25rem;
}

.p-chefs__name {
  font-family: "Shippori Mincho", serif;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.42em;
  line-height: 1.29;
  padding-left: 0.25rem;
}
.p-chefs__name span {
  font-size: 1.5625rem;
  line-height: 1.87;
}

.p-chefs__name--en {
  letter-spacing: 0.2em;
}

.p-chefs__desc {
  font-feature-settings: "" palt "";
  -webkit-font-feature-settings: "" palt "";
  -moz-font-feature-settings: "" palt "";
  font-size: 1.1875rem;
  grid-area: desc;
  letter-spacing: 0.2em;
  line-height: 1.7368421053;
  margin-top: -2.375rem;
  width: 100%;
}

.p-chefs__desc--3 {
  letter-spacing: 0.18em;
  margin-bottom: -0.5rem;
  margin-top: -1.125rem;
}

.p-chefs__desc--4 {
  margin-top: -5.625rem;
}
.p-chefs__desc--en {
  letter-spacing: normal;
  line-height: 1.5789473684;
}

.p-chefs__desc--en.p-chefs__desc--1,
.p-chefs__desc--en.p-chefs__desc--3,
.p-chefs__desc--en.p-chefs__desc--5,
.p-chefs__desc--en.p-chefs__desc--6,
.p-chefs__desc--en.p-chefs__desc--7 {
  margin-bottom: -0.5rem;
  margin-top: -1.125rem;
}

.p-concept__inner {
  padding-block: 7.625rem 6.25rem;
  padding-inline: 20rem;
}

.p-concept__movie {
  -o-object-fit: cover;
  aspect-ratio: 1280/720;
  height: auto;
  margin-inline: auto;
  margin-top: 3rem;
  max-width: 100%;
  object-fit: cover;
  width: 80rem;
}
.p-concept__movie iframe {
  vertical-align: bottom;
}

.p-edo__inner {
  overflow-x: hidden;
  padding-bottom: 4.375rem;
  padding-top: 6.25rem;
}

.p-edo__lead {
  font-size: 1.6875rem;
  letter-spacing: 0.28em;
  line-height: 1.7407407407;
  margin-right: -1.125rem;
  margin-top: 2.125rem;
}

.p-edo__lead--en {
  letter-spacing: normal;
}

.p-edo__wrap {
  margin-top: 8.125rem;
}

.p-edo__container {
  padding-block: 2.875rem 6.8125rem;
}

.p-edo__container--r {
  margin-left: auto;
  padding-left: 7.75rem;
}

.p-edo__container--l {
  margin-right: auto;
  padding-right: 7.75rem;
}

.p-edo__container--1 {
  min-height: 71.5rem;
  width: 86.4375rem;
}

.p-edo__container--2 {
  margin-top: 6.1875rem;
  min-height: 69.9375rem;
  padding-top: 2.5rem;
  width: 96.25rem;
}

.p-edo__container--3 {
  margin-top: 6.375rem;
  padding-bottom: 6.9375rem;
  padding-left: 7.875rem;
  width: 100rem;
}

.p-edo__title--r {
  margin-right: -1rem;
}

.p-edo__title--l {
  margin-left: -0.375rem;
}

.p-edo__title-sub {
  font-size: 3rem;
  letter-spacing: 0.28em;
  line-height: 1.6666666667;
}

.p-edo__title-sub--r {
  text-align: right;
}

.p-edo__title-sub--l {
  text-align: left;
}

.p-edo__title-sub--en {
  letter-spacing: normal;
}

.p-edo__title-main {
  font-size: 3rem;
  letter-spacing: 0.28em;
  line-height: 1.6666666667;
}
.p-edo__title-main span {
  font-size: 1.875rem;
  line-height: 1;
}

.p-edo__title-main--r {
  text-align: right;
}

.p-edo__title-main--l {
  text-align: left;
}

.p-edo__title-main--en {
  letter-spacing: normal;
}

.p-edo__text {
  font-size: 1.25rem;
  letter-spacing: 0.28em;
  line-height: 2.35;
  margin-right: -0.3125rem;
  padding-top: 2rem;
}
.p-edo__text span {
  padding-top: 3.875rem;
}

.p-edo__text--en {
  letter-spacing: normal;
}

.p-edo__img {
  display: inline-block;
}

.p-edo__img--1 {
  -o-object-fit: cover;
  aspect-ratio: 524/349;
  float: left;
  height: auto;
  margin-bottom: 3.625rem;
  margin-right: 3.875rem;
  margin-top: -3rem;
  object-fit: cover;
  width: 32.75rem;
}

.p-edo__img--2 {
  -o-object-fit: cover;
  aspect-ratio: 640/427;
  clear: left;
  float: left;
  height: auto;
  margin-left: 7.5625rem;
  margin-right: 3.875rem;
  object-fit: cover;
  width: 40rem;
}

.p-edo__img--3 {
  -o-object-fit: cover;
  aspect-ratio: 524/349;
  float: right;
  height: auto;
  margin-bottom: 3.625rem;
  margin-left: 3.625rem;
  margin-top: -3.25rem;
  object-fit: cover;
  width: 32.75rem;
}

.p-edo__img--4 {
  -o-object-fit: cover;
  aspect-ratio: 640/427;
  clear: right;
  float: right;
  height: auto;
  margin-left: 3.8375rem;
  margin-right: 8.1875rem;
  object-fit: cover;
  width: 40rem;
}

.p-edo__img--5 {
  -o-object-fit: cover;
  aspect-ratio: 524/349;
  float: left;
  height: auto;
  margin-bottom: 3.875rem;
  margin-right: 4.125rem;
  margin-top: -3rem;
  object-fit: cover;
  width: 32.75rem;
}

.p-edo__img--6 {
  -o-object-fit: cover;
  aspect-ratio: 640/427;
  clear: left;
  float: left;
  height: auto;
  margin-bottom: 6.25rem;
  margin-left: 7.8125rem;
  margin-right: 3.875rem;
  object-fit: cover;
  width: 40rem;
}

.p-edo__img--en.p-edo__img--6 {
  margin-bottom: 10rem;
}

.p-future__inner {
  padding-bottom: 8.5rem;
  padding-top: 4.5rem;
}

.p-future__lead {
  font-size: 1.6875rem;
  letter-spacing: 0.28em;
  line-height: 1.7407407407;
  margin-right: -1.125rem;
  margin-top: 1.875rem;
}

.p-future__lead--en {
  letter-spacing: normal;
}

.p-future__wrap {
  margin-top: 5.1875rem;
  padding-inline: 11rem 10rem;
}

.p-future__container {
  width: 100%;
}

.p-future__container--1 {
  min-height: 45.5rem;
  padding-bottom: 6.5rem;
}

.p-future__container--2 {
  margin-top: 6.375rem;
  padding-top: 2.4375rem;
  position: relative;
}
.p-future__container--2::before {
  background-color: #262323;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  top: -1.1875rem;
  transform: translateX(-50%);
  width: 56.25rem;
}

.p-future__container--3 {
  margin-top: 5.25rem;
  padding-bottom: 6.875rem;
}

.p-future__title--r {
  margin-right: -1rem;
}

.p-future__title--l {
  margin-left: -0.375rem;
}

.p-future__title-sub {
  font-size: 3rem;
  letter-spacing: 0.28em;
  line-height: 1.6666666667;
}

.p-future__title-sub--r {
  text-align: right;
}

.p-future__title-sub--l {
  text-align: left;
}

.p-future__title-main {
  font-size: 3rem;
  letter-spacing: 0.28em;
  line-height: 1.6666666667;
}
.p-future__title-main span {
  font-size: 1.875rem;
  line-height: 1;
}

.p-future__title-main--r {
  text-align: right;
}

.p-future__title-main--l {
  text-align: left;
}

.p-future__text {
  font-size: 1.25rem;
  letter-spacing: 0.28em;
  line-height: 2.35;
  margin-right: -0.3125rem;
}

.p-future__text--2 {
  line-height: 2.1285;
}

.p-future__text--3 {
  line-height: 2.1285;
  margin-right: -1.75rem;
}

.p-future__text--en {
  letter-spacing: normal;
}

.p-future__img {
  aspect-ratio: 524/349;
  display: inline-block;
  width: 32.75rem;
}

.p-future__img--1 {
  -o-object-fit: cover;
  float: left;
  height: auto;
  margin-bottom: 1.75rem;
  margin-left: -0.125rem;
  margin-right: 5.25rem;
  margin-top: 0.875rem;
  object-fit: cover;
}

.p-future__img--2 {
  -o-object-fit: cover;
  clear: left;
  float: left;
  height: auto;
  margin-right: 5.25rem;
  object-fit: cover;
}

.p-future__img--3 {
  -o-object-fit: cover;
  float: right;
  height: auto;
  margin-left: 4.625rem;
  margin-top: 0.875rem;
  object-fit: cover;
}

.p-future__img--4 {
  -o-object-fit: cover;
  clear: left;
  float: left;
  height: auto;
  margin-bottom: 3.875rem;
  margin-right: 5rem;
  margin-top: 0.75rem;
  object-fit: cover;
}

.p-fv {
  position: relative;
  width: 100%;
}

.p-fv__img {
  width: 100%;
}

.p-fv__nav {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 1.875rem;
  letter-spacing: 0.05em;
  position: absolute;
  right: 3.125rem;
  top: 1.25rem;
}
.p-fv__nav span {
  padding-inline: 1.25rem;
}

.p-rv_nav-link {
  transition: all 0.5s ease;
}

.p-index__inner {
  padding-inline: 19.875rem;
  padding-top: 8.3125rem;
}

.p-index__list {
  margin-top: 4.5rem;
}

.p-index__items {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}

.p-index__item:nth-of-type(5) {
  margin-top: 0.25rem;
}

.p-index__link {
  align-items: center;
  background: #fff;
  border: 1px solid #262323;
  display: flex;
  padding-left: 1.4375rem;
  position: relative;
  transition: all 0.5s ease;
}
.p-index__link::after {
  background: linear-gradient(90deg, #d27e9c 0%, #e0a597 16%, #f7bd84 71%, #b0bb6f 100%);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.p-index__number {
  align-items: center;
  display: flex;
}

.p-index__link-title {
  align-items: center;
  display: flex;
  flex-grow: 1;
  font-size: 1.4375rem;
  letter-spacing: 0.28em;
  line-height: 2.0347826087;
}
.p-index__link-title span {
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.2em;
}

.p-index__link-title--en {
  font-size: 1.125rem;
  letter-spacing: 0.18em;
  line-height: 1.4444444444;
}

.p-index__link-title--column {
  align-items: start;
  flex-direction: column;
}

.p-index__link-icon {
  -o-object-fit: cover;
  aspect-ratio: 65/65;
  background: #E6E6E6;
  border-left: 1px solid #262323;
  height: auto;
  object-fit: cover;
  position: relative;
  width: 4.0625rem;
}
.p-index__link-icon::after {
  background: url(../img/common/icon_arrow.webp) center center/contain no-repeat;
  content: "";
  height: 0.35625rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1.78125rem;
}

.p-index__text {
  font-size: 1.25rem;
  letter-spacing: 0.286em;
  line-height: 2.35;
  margin-top: 8.3125rem;
}
.p-index__text .short {
  letter-spacing: 0.27em;
}
.p-index__text--en {
  letter-spacing: normal;
}

.p-modal {
  background: rgba(255, 255, 255, 0.7);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

.p-modal__block {
  background-color: #FEAEBB;
  border-radius: 0.625rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 27.5rem;
}

.p-modal__wrap {
  padding: 3.75rem 0 2.5rem;
  position: relative;
}

.p-modern__inner {
  overflow-x: hidden;
  padding-bottom: 6.25rem;
  padding-top: 4.25rem;
}

.p-modern__lead {
  font-size: 1.6875rem;
  letter-spacing: 0.28em;
  line-height: 1.7407407407;
  margin-right: -1.125rem;
  margin-top: 1.875rem;
}

.p-modern__lead--en {
  letter-spacing: normal;
}

.p-modern__wrap {
  margin-top: 6.125rem;
}

.p-modern__container {
  padding-block: 2.875rem 6.8125rem;
}

.p-modern__container--r {
  margin-left: auto;
  padding-left: 7.75rem;
}

.p-modern__container--l {
  margin-right: auto;
  padding-right: 7.75rem;
}

.p-modern__container--1 {
  padding-bottom: 6.5rem;
  padding-top: 2.4375rem;
  width: 95rem;
}

.p-modern__container--2 {
  margin-top: 6.5rem;
  min-height: 69.9375rem;
  padding-top: 2.4375rem;
  width: 95rem;
}

.p-modern__container--3 {
  margin-left: -1.5625rem;
  margin-top: 6.375rem;
  padding-bottom: 6.875rem;
  padding-left: 7.375rem;
  width: 101.6875rem;
}

.p-modern__title--r {
  margin-right: -1rem;
}

.p-modern__title--l {
  margin-left: -0.375rem;
}

.p-modern__title-sub {
  font-size: 3rem;
  letter-spacing: 0.28em;
  line-height: 1.6666666667;
}

.p-modern__title-sub--r {
  text-align: right;
}

.p-modern__title-sub--l {
  text-align: left;
}

.p-modern__title-sub--en {
  letter-spacing: normal;
}

.p-modern__title-main {
  font-size: 3rem;
  letter-spacing: 0.28em;
  line-height: 1.6666666667;
}
.p-modern__title-main span {
  font-size: 1.875rem;
  line-height: 1;
}

.p-modern__title-main--r {
  text-align: right;
}

.p-modern__title-main--l {
  text-align: left;
}

.p-modern__title-main--en {
  letter-spacing: normal;
}

.p-modern__text {
  font-size: 1.25rem;
  letter-spacing: 0.28em;
  line-height: 2.35;
  margin-right: -0.3125rem;
  padding-top: 2rem;
}
.p-modern__text span {
  padding-top: 3.875rem;
}

.p-modern__text--3 {
  padding-top: 2.5rem;
}

.p-modern__text--goto {
  letter-spacing: 0.272em;
}

.p-modern__text--en {
  letter-spacing: normal;
}

.p-modern__img {
  display: inline-block;
}

.p-modern__img--1 {
  -o-object-fit: cover;
  aspect-ratio: 524/349;
  float: left;
  height: auto;
  margin-bottom: 3.625rem;
  margin-left: -0.125rem;
  margin-right: 3.75rem;
  margin-top: -3rem;
  object-fit: cover;
  width: 32.75rem;
}

.p-modern__img--2 {
  -o-object-fit: cover;
  aspect-ratio: 640/427;
  clear: left;
  float: left;
  height: auto;
  margin-bottom: 11.25rem;
  margin-left: 7.5625rem;
  margin-right: 3.875rem;
  object-fit: cover;
  width: 40rem;
}

.p-modern__img--3 {
  -o-object-fit: cover;
  aspect-ratio: 524/349;
  float: right;
  height: auto;
  margin-bottom: 3.625rem;
  margin-left: 3.625rem;
  margin-top: -3rem;
  object-fit: cover;
  width: 32.75rem;
}

.p-modern__img--4 {
  -o-object-fit: cover;
  aspect-ratio: 640/427;
  clear: right;
  float: right;
  height: auto;
  margin-left: 3.25rem;
  margin-right: 7.5625rem;
  object-fit: cover;
  width: 40rem;
}

.p-modern__img--5 {
  -o-object-fit: cover;
  aspect-ratio: 524/349;
  float: left;
  height: auto;
  margin-bottom: 3.875rem;
  margin-right: 3.75rem;
  margin-top: -3rem;
  object-fit: cover;
  width: 32.75rem;
}

.p-modern__img--6 {
  -o-object-fit: cover;
  aspect-ratio: 640/427;
  clear: left;
  float: left;
  height: auto;
  margin-bottom: 6.25rem;
  margin-left: 7.8125rem;
  margin-right: 3.875rem;
  object-fit: cover;
  width: 40rem;
}

.p-modern__img--en.p-modern__img--2,
.p-modern__img--en.p-modern__img--6 {
  margin-bottom: 7.5rem;
}

.p-pageTop {
  bottom: 6.875rem;
  cursor: pointer;
  opacity: 0;
  position: fixed;
  right: 6.75rem;
  transition: all 0.5s ease;
  visibility: hidden;
  z-index: 50;
}

.p-pageTop.active {
  opacity: 1;
  visibility: visible;
}

.p-pageTop__wrap {
  position: relative;
}

.p-pageTop__wrap {
  -o-object-fit: cover;
  aspect-ratio: 1;
  display: inline-block;
  height: auto;
  object-fit: cover;
  transition: scale 0.5s ease;
  width: 6.25rem;
}
.p-prologue__inner {
  padding-block: 6.25rem 9.25rem;
}

.p-prologue__lead {
  font-size: 1.6875rem;
  letter-spacing: 0.28em;
  line-height: 1.7407407407;
  margin-top: 2.125rem;
}

.p-prologue__lead--en {
  letter-spacing: normal;
}

.p-prologue__contents {
  margin-top: 7.25rem;
}

.p-prologue__media {
  align-items: flex-start;
  display: flex;
  gap: 3.125rem;
}

.p-prologue__media--2 {
  margin-left: 4.5rem;
  margin-top: -6.8125rem;
}

.p-prologue__medi--3 {
  margin-left: 9rem;
  margin-top: -0.125rem;
}

.p-prologue__media--4 {
  margin-top: 6.3125rem;
}

.p-prologue__media--5 {
  margin-left: 4.5rem;
  margin-top: -0.125rem;
}

.p-prologue__media--6 {
  margin-top: 5rem;
}

.p-prologue__media--7 {
  margin-left: 4.5rem;
  margin-top: -4.1875rem;
}

.p-prologue__medi--en.p-prologue__medi--3 {
  margin-top: -5rem;
}

.p-prologue__img {
  position: relative;
  width: 37.5rem;
}
.p-prologue__img::after {
  z-index: -1;
}

.p-prologue__img--1 {
  -o-object-fit: cover;
  aspect-ratio: 600/338;
  height: auto;
  margin-top: 1.75rem;
  object-fit: cover;
}
.p-prologue__img--1::after {
  background-color: #B3B3B3;
  content: "";
  height: 1px;
  position: absolute;
  right: 0;
  rotate: -34deg;
  top: 32%;
  transform-origin: left bottom;
  translate: 100%;
  width: 3.75rem;
}

.p-prologue__img--2 {
  -o-object-fit: cover;
  aspect-ratio: 600/337;
  height: auto;
  margin-top: 10.125rem;
  object-fit: cover;
}
.p-prologue__img--2::after {
  background-color: #B3B3B3;
  content: "";
  height: 1px;
  position: absolute;
  right: 0;
  rotate: -34deg;
  top: 34%;
  transform-origin: left bottom;
  translate: 100%;
  width: 3.75rem;
}

.p-prologue__img--3 {
  -o-object-fit: cover;
  aspect-ratio: 600/336;
  height: auto;
  margin-top: 3.25rem;
  object-fit: cover;
}
.p-prologue__img--3::after {
  background-color: #B3B3B3;
  content: "";
  height: 1px;
  position: absolute;
  right: 0;
  rotate: -34deg;
  top: 40%;
  transform-origin: left bottom;
  translate: 100%;
  width: 3.75rem;
}

.p-prologue__img--4 {
  -o-object-fit: cover;
  aspect-ratio: 600/336;
  height: auto;
  object-fit: cover;
}
.p-prologue__img--4::after {
  background-color: #B3B3B3;
  content: "";
  height: 1px;
  position: absolute;
  right: 0;
  rotate: -34deg;
  top: 56%;
  transform-origin: left bottom;
  translate: 100%;
  width: 3.75rem;
}

.p-prologue__img--5 {
  -o-object-fit: cover;
  aspect-ratio: 600/336;
  height: auto;
  margin-top: 3.25rem;
  object-fit: cover;
}
.p-prologue__img--5::after {
  background-color: #B3B3B3;
  content: "";
  height: 1px;
  position: absolute;
  right: 0;
  rotate: -34deg;
  top: 34%;
  transform-origin: left bottom;
  translate: 100%;
  width: 3.75rem;
}

.p-prologue__img--6 {
  -o-object-fit: cover;
  aspect-ratio: 600/337;
  height: auto;
  margin-top: 1.1875rem;
  object-fit: cover;
}
.p-prologue__img--6::after {
  background-color: #B3B3B3;
  content: "";
  height: 1px;
  position: absolute;
  right: 0;
  rotate: -34deg;
  top: 39%;
  transform-origin: left bottom;
  translate: 100%;
  width: 3.75rem;
}

.p-prologue__img--7 {
  -o-object-fit: cover;
  aspect-ratio: 600/336;
  height: auto;
  margin-top: 7.375rem;
  object-fit: cover;
}
.p-prologue__img--7::after {
  background-color: #B3B3B3;
  content: "";
  height: 1px;
  position: absolute;
  right: 0;
  rotate: -34deg;
  top: 28%;
  transform-origin: left bottom;
  translate: 100%;
  width: 3.75rem;
}

.p-prologue__img--en.p-prologue__img--3 {
  margin-top: 8.5rem;
}

.p-prologue__img--en.p-prologue__img--6 {
  margin-top: 0;
}

.p-prologue__desc {
  background-color: #fff;
  border: 1px solid #B3B3B3;
  font-size: 1.1875rem;
  letter-spacing: 0.2em;
  line-height: 1.7368421053;
  padding-block: 2.125rem 2.375rem;
  padding-inline: 2.8125rem;
  width: 50.5625rem;
}

.p-prologue__desc--1 {
  letter-spacing: 0.18em;
}

.p-prologue__desc--3 {
  padding-right: 2.625rem;
}

.p-prologue__desc--4 {
  margin-top: 2.9375rem;
}

.p-prologue__desc--7 {
  padding-right: 2.625rem;
}

.p-prologue__desc--en {
  letter-spacing: normal;
}

.p-prologue__desc--en.p-prologue__desc--4 {
  margin-top: 1.0625rem;
}

.p-prologue__desc--en.p-prologue__desc--6 {
  margin-top: 0.625rem;
}

.p-prologue__desc--en.p-prologue__desc--7 span {
  display: inline-block;
  padding-block: 1em;
}

.u-black {
  color: #4d4d4d;
  font-size: 4.0625rem;
}

.u-flex {
  align-items: center;
  display: flex;
}

.u-font14 {
  font-size: 0.875rem;
}

.u-font16 {
  font-size: 1rem;
}

.u-font18 {
  font-size: 1.125rem;
}

.u-font20 {
  font-size: 1.25rem;
}

.u-font22 {
  font-size: 1.375rem;
}

.u-font24 {
  font-size: 1.5rem;
}

.u-font28 {
  font-size: 1.75rem;
}

.u-font32 {
  font-size: 2rem;
}

.u-font40 {
  font-size: 2.5rem;
}

.u-green {
  color: #7FB070;
  letter-spacing: 0.3em;
  margin-left: 0.5rem;
}

.u-green--en {
  margin-left: initial;
}

.u-green-b {
  color: #7FB070;
}

.u-hover {
  transition: opacity 0.5s;
}

.u-hover:hover {
  opacity: 0.6;
  transition: opacity 0.5s;
}

.u-lh10 {
  line-height: 1;
}

.u-lh13 {
  line-height: 1.3;
}

.u-lh15 {
  line-height: 1.5;
}

.u-lh16 {
  line-height: 1.6;
}

.u-lh20 {
  line-height: 2;
}

.u-ls0 {
  letter-spacing: -0.2em;
}

.u-ls05 {
  letter-spacing: 0.05em;
}

.u-ls10 {
  letter-spacing: 0.1em;
}

.u-ls15 {
  letter-spacing: 0.15em;
}

.u-ls20 {
  letter-spacing: 0.2em;
}

.u-ls22 {
  letter-spacing: 0.22em;
}

.u-ls24 {
  letter-spacing: 0.24em;
}

.u-ls32 {
  letter-spacing: 0.32em;
}

.u-ls40 {
  letter-spacing: 0.4em;
}

.u-ml2p {
  margin-left: 0.125rem;
}

.u-ml4 {
  margin-left: -0.25rem;
}

.u-ml8 {
  margin-left: -0.5rem;
}

.u-ml12 {
  margin-left: -0.75rem;
}

.u-ml16 {
  margin-left: -1rem;
}

.p-chefs__position .u-ml16 {
  margin-left: -0.5rem;
}

.u-mr {
  margin-right: -0.5rem;
}

.u-mr4 {
  margin-right: -0.25rem;
}

.u-mr16 {
  margin-right: -1rem;
}

.u-mrh {
  margin-right: -2.5rem;
}

.u-number {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.25rem;
  padding-inline: 0.25rem;
}

.u-orange {
  color: #CE6E20;
  letter-spacing: 0.3em;
  margin-left: 0.5rem;
}

.u-orange--en {
  margin-left: initial;
}

.u-orange-b {
  color: #E19652;
}

.u-red {
  color: #B23F73;
  letter-spacing: 0.3em;
  margin-left: 0.5rem;
}

.u-red--en {
  margin-left: initial;
}

.u-red-b {
  color: #D27E9C;
}

.u-right {
  margin-right: 0.5rem;
}

.u-sp {
  display: none;
}

@media screen and (min-width: 768px){
  .c-underBar:hover:before {
    opacity: 0;
    transition: 0.5s all;
  }
}

@media screen and (min-width: 1921px){
  html {
    font-size: 0.8328995315vw;
  }
}

@media screen and (max-width: 1920px){
  html {
    font-size: 0.8333333333vw;
  }
}

@media screen and (max-width: 767px){
  html {
    font-size: 4.2666666667vw;
  }
  a[href^="tel:"] {
    pointer-events: all;
  }
  .l-footer__inner {
    height: 4.25rem;
    padding-top: 0.625rem;
  }
  .l-footer__nav {
    left: 2.125rem;
    right: initial;
    top: -2.5rem;
  }
  .l-footer__list {
    gap: 0.625rem;
  }
  .l-footer__link {
    border: 1px solid #262323;
    color: #262323;
    font-size: 0.5rem;
    line-height: 2.325;
    padding: 0.375rem 1.125rem;
  }
  .l-footer__link--en {
    padding-block: 0.3125rem 0.4375rem;
  }
  .l-footer__youtube-link {
    width: 1.875rem;
  }
  .l-footer__youtube-link img {
    width: 1.15625rem;
  }
  .l-footer__copy {
    font-size: 0.4375rem;
    line-height: 1.4142857143;
    margin-top: 0.4375rem;
  }
  .l-inner {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
  .l-sec {
    padding: 5rem 0 6.25rem;
  }
  .l-sec01 {
    padding: 4.5rem 0 5.75rem;
  }
  .c-bgContainer::after {
    right: 0;
    width: 100%;
  }
  .c-bgContainer--l::after {
    left: 0;
  }
  .c-headline1__sub {
    margin-right: 0rem;
  }
  .c-headline1__line {
    margin-top: 0.625rem;
  }
  .c-headline1__en {
    font-size: 0.875rem;
    margin-left: 0.875rem;
    margin-top: 0.25rem;
  }
  .c-headline1__sub-title {
    font-size: 1.5625rem;
    margin-left: 0.75rem;
  }
  .c-headline1__sub-title--en2,
  .c-headline1__sub-title--en3,
  .c-headline1__sub-title--en4,
  .c-headline1__sub-title--en5 {
    font-size: 1.25rem;
    letter-spacing: 0;
  }
  .c-headline1__sub-title--en3,
  .c-headline1__sub-title--en4,
  .c-headline1__sub-title--en5 {
    margin-left: 0.5rem;
  }
  .c-headline1__sub-en-before {
    margin-bottom: 0.125rem;
    margin-top: -0.125rem;
  }
  .c-headline1__sub + .c-headline1__main {
    margin-top: 1.5625rem;
  }
  .c-headline1__main {
    font-size: 1rem;
    letter-spacing: 0.31em;
    line-height: 1.71875;
  }
  .c-headline1__main--en1 {
    letter-spacing: 0.12em;
  }
  .c-headline1__main--en2 {
    letter-spacing: 0.03em;
  }
  .c-headline1__main--en3 {
    letter-spacing: 0.03em;
  }
  .c-headline1__main--en4 {
    letter-spacing: 0.03em;
  }
  .c-headline1__main--en5 {
    letter-spacing: 0.03em;
  }
  .c-title span {
    margin-top: 0.25rem;
  }
  .c-title__text {
    font-size: 1.09375rem;
    line-height: 1;
    padding-inline: 0.5rem 0.375rem;
  }
  .c-title__text--s {
    font-size: 0.625rem;
    padding-inline: 1.25rem 1rem;
  }
  .p-chefs__inner {
    padding-block: 0.78125rem 1.875rem;
  }
  .p-chefs__wrap {
    margin-top: 0.9375rem;
  }
  .p-chefs__list {
    gap: 0.9375rem;
  }
  .p-chefs__item {
    -moz-column-gap: 0.9375rem;
    column-gap: 0.9375rem;
    grid-template-areas: "img content" "desc desc";
    grid-template-columns: 5.3125rem 1fr;
    row-gap: 0.625rem;
  }
  .p-chefs__item--en {
    grid-template-rows: auto auto;
  }
  .p-chefs__img {
    width: 5.3125rem;
  }
  .p-chefs__titleBlock {
    height: 3.3125rem;
    margin-top: -0.125rem;
  }
  .p-chefs__titleBlock::after {
    bottom: -0.2rem;
    display: none;
  }
  .p-chefs__titleBlock {
    align-items: start;
    flex-direction: column;
    gap: 0.225rem;
  }
  .p-chefs__titleBlock--2,
  .p-chefs__titleBlock--3 {
    padding-top: 0.5rem;
  }
  .p-chefs__titleBlock--4,
  .p-chefs__titleBlock--5,
  .p-chefs__titleBlock--6,
  .p-chefs__titleBlock--7 {
    padding-top: 0.75rem;
  }
  .p-chefs__titleBlock--en {
    padding-top: 0.75rem;
  }
  .p-chefs__titleBlock--en.p-chefs__titleBlock--1 {
    height: auto;
    padding-top: 0;
  }
  .p-chefs__position {
    font-size: 0.9375rem;
    line-height: 1.1333333333;
  }
  .p-chefs__position--en {
    font-size: 0.75rem;
    letter-spacing: 0.04em;
    text-align: left;
  }
  .p-chefs__subtitle {
    font-size: 0.53125rem;
    line-height: 1.4117647059;
  }
  .p-chefs__nameBlock {
    margin-top: 0;
  }
  .p-chefs__nameBlock::before {
    background-color: #262323;
    height: 1px;
    left: 0;
    top: -0.25rem;
    width: 100%;
  }
  .p-chefs__nameBlock--high::before {
    top: -0.625rem;
  }
  .p-chefs__nameBlock--en::before {
    top: -0.625rem;
  }
  .p-chefs__nameBlock--en.p-chefs__nameBlock--1 {
    margin-top: 0.625rem;
  }
  .p-chefs__nameBlock--en.p-chefs__nameBlock--1::before {
    top: -0.375rem;
  }
  .p-chefs__furigana {
    font-size: 0.46875rem;
    line-height: 1.1666666667;
    padding-left: 0.75rem;
  }
  .p-chefs__furigana--3 {
    padding-left: 0.875rem;
  }
  .p-chefs__furigana--4 {
    padding-left: 0.3125rem;
  }
  .p-chefs__furigana--6 {
    padding-left: 0.625rem;
  }
  .p-chefs__name {
    font-size: 1.25rem;
    line-height: 1.29;
  }
  .p-chefs__name span {
    font-size: 0.78125rem;
    line-height: 1.68;
  }
  .p-chefs__name--en {
    font-size: 1rem;
    letter-spacing: 0.1em;
  }
  .p-chefs__desc {
    font-size: 0.5rem;
    margin-top: 0;
  }
  .p-chefs__desc--3 {
    margin-bottom: 0;
  }
  .p-chefs__desc--en {
    margin-top: 0;
  }
  .p-chefs__desc--en.p-chefs__desc--1,
  .p-chefs__desc--en.p-chefs__desc--3,
  .p-chefs__desc--en.p-chefs__desc--5,
  .p-chefs__desc--en.p-chefs__desc--6,
  .p-chefs__desc--en.p-chefs__desc--7 {
    margin-bottom: 0;
    margin-top: 0;
  }
  .p-concept__inner {
    padding-block: 1.5625rem 0.78125rem;
  }
  .p-concept__movie {
    margin-top: 0.625rem;
  }
  .p-edo__inner {
    padding-block: 2.1875rem;
  }
  .p-edo__lead {
    font-size: 0.625rem;
    line-height: 1.6;
    margin-right: 0;
    margin-top: 0.9375rem;
  }
  .p-edo__wrap {
    margin-top: 0.625rem;
  }
  .p-edo__container {
    min-height: initial;
    padding: 0.9375rem;
    width: 100%;
  }
  .p-edo__container--2 {
    margin-top: 15px;
  }
  .p-edo__container--3 {
    margin-top: 0.9375rem;
  }
  .p-edo__title--r {
    margin-right: 0;
  }
  .p-edo__title--l {
    margin-left: 0;
  }
  .p-edo__title-sub {
    font-size: 0.6875rem;
  }
  .p-edo__title-sub--en {
    font-size: 0.8125rem;
  }
  .p-edo__title-main {
    font-size: 0.6875rem;
  }
  .p-edo__title-main span {
    font-size: 0.4375rem;
  }
  .p-edo__title-main--en {
    font-size: 0.8125rem;
  }
  .p-edo__text {
    font-size: 0.5rem;
    line-height: 1.5;
    margin-right: 0;
    padding-top: 0.9375rem;
  }
  .p-edo__text span {
    padding-top: 0;
  }
  .p-edo__img--1 {
    -o-object-fit: cover;
    aspect-ratio: 125/83;
    height: auto;
    margin-bottom: 0.9375rem;
    margin-right: 0.9375rem;
    margin-top: 0.125rem;
    object-fit: cover;
    width: 7.8125rem;
  }
  .p-edo__img--2 {
    -o-object-fit: cover;
    aspect-ratio: 125/83;
    height: auto;
    margin-bottom: 0.25rem;
    margin-left: 0;
    margin-right: 0.9375rem;
    object-fit: cover;
    width: 7.8125rem;
  }
  .p-edo__img--3 {
    -o-object-fit: cover;
    aspect-ratio: 125/83;
    height: auto;
    margin-bottom: 0.9375rem;
    margin-left: 0.9375rem;
    margin-top: 0.125rem;
    object-fit: cover;
    width: 7.8125rem;
  }
  .p-edo__img--4 {
    -o-object-fit: cover;
    aspect-ratio: 125/83;
    height: auto;
    margin-bottom: 0.25rem;
    margin-left: 0.9375rem;
    margin-right: 0;
    object-fit: cover;
    width: 7.8125rem;
  }
  .p-edo__img--5 {
    -o-object-fit: cover;
    aspect-ratio: 125/83;
    height: auto;
    margin-bottom: 0.9375rem;
    margin-right: 0.9375rem;
    margin-top: 0.125rem;
    object-fit: cover;
    width: 7.8125rem;
  }
  .p-edo__img--6 {
    -o-object-fit: cover;
    aspect-ratio: 125/83;
    height: auto;
    margin-bottom: 0.25rem;
    margin-left: 0;
    margin-right: 0.9375rem;
    object-fit: cover;
    width: 7.8125rem;
  }
  .p-edo__img--en.p-edo__img--6 {
    margin-bottom: 0.25rem;
  }
  .p-future__inner {
    padding-block: 2.1875rem 4.375rem;
  }
  .p-future__lead {
    font-size: 0.625rem;
    line-height: 1.6;
    margin-right: 0;
    margin-top: 0.9375rem;
  }
  .p-future__wrap {
    margin-top: 0;
    padding: 0;
  }
  .p-future__container {
    min-height: initial;
    padding: 0.9375rem;
  }
  .p-future__container--2 {
    margin-top: 0;
  }
  .p-future__container--2::before {
    top: 0;
    width: 11rem;
  }
  .p-future__container--3 {
    margin-top: 0;
    padding-top: 0;
  }
  .p-future__title--r {
    margin-right: 0;
  }
  .p-future__title--l {
    margin-left: 0;
  }
  .p-future__title-sub {
    font-size: 0.6875rem;
  }
  .p-future__title-main {
    font-size: 0.6875rem;
  }
  .p-future__title-main span {
    font-size: 0.4375rem;
  }
  .p-future__text {
    font-size: 0.5rem;
    line-height: 1.5;
    margin-right: 0;
  }
  .p-future__img {
    aspect-ratio: 125/83;
    width: 7.8125rem;
  }
  .p-future__img--1 {
    margin-bottom: 0.9375rem;
    margin-left: 0;
    margin-right: 0.9375rem;
    margin-top: 0.125rem;
  }
  .p-future__img--2 {
    -o-object-fit: cover;
    aspect-ratio: 125/83;
    height: auto;
    margin-bottom: 0.25rem;
    margin-left: 0;
    margin-right: 0.9375rem;
    object-fit: cover;
    width: 7.8125rem;
  }
  .p-future__img--3 {
    -o-object-fit: cover;
    aspect-ratio: 125/83;
    height: auto;
    margin-bottom: 0.25rem;
    margin-left: 0.9375rem;
    margin-top: 0.125rem;
    object-fit: cover;
    width: 7.8125rem;
  }
  .p-future__img--4 {
    -o-object-fit: cover;
    aspect-ratio: 125/83;
    height: auto;
    margin-bottom: 0.25rem;
    margin-right: 0.9375rem;
    margin-top: 0.125rem;
    object-fit: cover;
    width: 7.8125rem;
  }
  .p-fv__nav {
    font-size: 0.875rem;
    right: 1.25rem;
    top: 0.625rem;
  }
  .p-fv__nav span {
    padding-inline: 0.625rem;
  }
  .p-index__inner {
    padding-top: 1.375rem;
  }
  .p-index__list {
    margin-top: 0.9375rem;
  }
  .p-index__items {
    gap: 0.625rem;
  }
  .p-index__link {
    padding-left: 0.5rem;
  }
  .p-index__number {
    font-size: 0.625rem;
  }
  .p-index__link-title {
    align-items: start;
    flex-direction: column;
    font-size: 0.625rem;
    letter-spacing: 0.2em;
    line-height: 1.5;
    padding-left: 0.125rem;
  }
  .p-index__link-title--en {
    letter-spacing: 0.16em;
    padding-block: 0.625rem;
  }
  .p-index__link-icon {
    -o-object-fit: cover;
    aspect-ratio: 30/43.748;
    height: auto;
    object-fit: cover;
    width: 1.875rem;
  }
  .p-index__link-icon::after {
    -o-object-fit: cover;
    aspect-ratio: 60/14;
    height: auto;
    object-fit: cover;
    width: 0.875rem;
  }
  .p-index__link-icon--column {
    aspect-ratio: 30/58.2275;
  }
  .p-index__link-icon--en {
    aspect-ratio: 40/80;
    width: 2.5rem;
  }
  .p-index__text {
    font-size: 0.53125rem;
    line-height: 1.5294117647;
    margin-top: 1.5625rem;
  }
  .p-modal__block {
    width: 80%;
  }
  .p-modal__wrap {
    padding: 2.5rem 0 1.875rem;
  }
  .p-modern__inner {
    padding-block: 2.1875rem;
  }
  .p-modern__lead {
    font-size: 0.625rem;
    line-height: 1.6;
    margin-right: 0;
    margin-top: 0.9375rem;
  }
  .p-modern__wrap {
    margin-top: 0.625rem;
  }
  .p-modern__container {
    min-height: initial;
    padding: 0.9375rem;
    width: 100%;
  }
  .p-modern__container--2 {
    margin-top: 15px;
  }
  .p-modern__container--3 {
    margin-left: 0;
    margin-top: 0.9375rem;
  }
  .p-modern__title--r {
    margin-right: 0;
  }
  .p-modern__title--l {
    margin-left: 0;
  }
  .p-modern__title-sub {
    font-size: 0.6875rem;
  }
  .p-modern__title-sub--en {
    font-size: 0.8125rem;
  }
  .p-modern__title-main {
    font-size: 0.6875rem;
  }
  .p-modern__title-main span {
    font-size: 0.4375rem;
  }
  .p-modern__title-main--en {
    font-size: 0.8125rem;
  }
  .p-modern__text {
    font-size: 0.5rem;
    line-height: 1.5;
    margin-right: 0;
    padding-top: 0.9375rem;
  }
  .p-modern__text span {
    padding-top: 0;
  }
  .p-modern__text--goto {
    letter-spacing: 0.28em;
  }
  .p-modern__text--short {
    letter-spacing: 0.12em;
    margin-left: -0.25rem;
    margin-right: -0.125rem;
  }
  .p-modern__img--1 {
    -o-object-fit: cover;
    aspect-ratio: 125/83;
    height: auto;
    margin-bottom: 0.9375rem;
    margin-right: 0.9375rem;
    margin-top: 0.125rem;
    object-fit: cover;
    width: 7.8125rem;
  }
  .p-modern__img--2 {
    -o-object-fit: cover;
    aspect-ratio: 125/83;
    height: auto;
    margin-bottom: 0.25rem;
    margin-left: 0;
    margin-right: 0.9375rem;
    object-fit: cover;
    width: 7.8125rem;
  }
  .p-modern__img--3 {
    -o-object-fit: cover;
    aspect-ratio: 125/83;
    height: auto;
    margin-bottom: 0.9375rem;
    margin-left: 0.9375rem;
    margin-top: 0.125rem;
    object-fit: cover;
    width: 7.8125rem;
  }
  .p-modern__img--4 {
    -o-object-fit: cover;
    aspect-ratio: 125/83;
    height: auto;
    margin-bottom: 0.25rem;
    margin-left: 0.9375rem;
    margin-right: 0;
    object-fit: cover;
    width: 7.8125rem;
  }
  .p-modern__img--5 {
    -o-object-fit: cover;
    aspect-ratio: 125/83;
    height: auto;
    margin-bottom: 0.9375rem;
    margin-right: 0.9375rem;
    margin-top: 0.125rem;
    object-fit: cover;
    width: 7.8125rem;
  }
  .p-modern__img--6 {
    -o-object-fit: cover;
    aspect-ratio: 125/83;
    height: auto;
    margin-bottom: 0.25rem;
    margin-left: 0;
    margin-right: 0.9375rem;
    object-fit: cover;
    width: 7.8125rem;
  }
  .p-modern__img--en.p-modern__img--2,
  .p-modern__img--en.p-modern__img--6 {
    margin-bottom: 0.25rem;
  }
  .p-pageTop {
    bottom: 2.875rem;
    right: 0.8125rem;
  }
  .p-pageTop__wrap {
    width: 2.1875rem;
  }
  .p-prologue__inner {
    padding-block: 2.1875rem 1.875rem;
  }
  .p-prologue__lead {
    font-size: 0.625rem;
    line-height: 1.6;
    margin-top: 0.9375rem;
  }
  .p-prologue__contents {
    margin-top: 0.9375rem;
  }
  .p-prologue__media {
    flex-direction: column;
    gap: 0.9375rem;
  }
  .p-prologue__media--1 {
    align-items: center;
  }
  .p-prologue__media--2 {
    flex-direction: column-reverse;
    margin: 0.9375rem 0 0;
  }
  .p-prologue__medi--3 {
    margin-left: 0;
    margin-top: -4.375rem;
  }
  .p-prologue__media--4 {
    flex-direction: column-reverse;
    margin-top: 1.875rem;
  }
  .p-prologue__media--5 {
    margin-left: 0;
    margin-top: -4.375rem;
  }
  .p-prologue__media--6 {
    flex-direction: column-reverse;
    margin-top: 1.875rem;
  }
  .p-prologue__media--7 {
    margin-left: 0;
    margin-top: -4.375rem;
  }
  .p-prologue__img--1::after {
    bottom: 0;
    right: 50%;
    top: initial;
    transform-origin: right bottom;
    translate: 0;
    width: 1.875rem;
  }
  .p-prologue__img--1 {
    aspect-ratio: 200/112.6;
    width: 12.5rem;
  }
  .p-prologue__img--2::after {
    right: 50%;
    top: -17%;
    transform-origin: right top;
    translate: 100%;
    width: 1.875rem;
  }
  .p-prologue__img--2 {
    aspect-ratio: 170/95;
    margin-left: -0.9375rem;
    margin-top: 0;
    width: 10.625rem;
  }
  .p-prologue__img--3::after {
    bottom: 0;
    right: 50%;
    top: initial;
    transform-origin: right bottom;
    translate: 0;
    width: 1.875rem;
  }
  .p-prologue__img--3 {
    aspect-ratio: 170/95;
    margin-left: 10rem;
    margin-top: 0;
    width: 10.625rem;
  }
  .p-prologue__img--4::after {
    right: 50%;
    top: -17%;
    transform-origin: right top;
    translate: 100%;
    width: 1.875rem;
  }
  .p-prologue__img--4 {
    aspect-ratio: 170/95;
    margin-left: -0.9375rem;
    width: 10.625rem;
  }
  .p-prologue__img--5::after {
    bottom: 0;
    right: 50%;
    top: initial;
    transform-origin: right bottom;
    translate: 0;
    width: 1.875rem;
  }
  .p-prologue__img--5 {
    aspect-ratio: 170/95;
    margin-left: 10rem;
    margin-top: 0;
    width: 10.625rem;
  }
  .p-prologue__img--6::after {
    right: 50%;
    top: -17%;
    transform-origin: right top;
    translate: 100%;
    width: 1.875rem;
  }
  .p-prologue__img--6 {
    aspect-ratio: 170/95;
    margin-left: -0.9375rem;
    margin-top: 0;
    width: 10.625rem;
  }
  .p-prologue__img--7::after {
    bottom: 0;
    right: 50%;
    top: initial;
    transform-origin: right bottom;
    translate: 0;
    width: 1.875rem;
  }
  .p-prologue__img--7 {
    aspect-ratio: 170/95;
    margin-left: 10rem;
    margin-top: 0;
    width: 10.625rem;
  }
  .p-prologue__img--en.p-prologue__img--3 {
    margin-top: 0;
  }
  .p-prologue__img--en.p-prologue__img--4 {
    margin-top: 0;
  }
  .p-prologue__desc {
    font-size: 0.5rem;
    line-height: 1.75;
    padding: 0.75rem;
    width: 100%;
  }
  .p-prologue__desc--4 {
    margin-top: 0;
  }
  .p-prologue__desc--en.p-prologue__desc--4 {
    margin-top: 0;
  }
  .p-prologue__desc--en.p-prologue__desc--6 {
    margin-top: 0;
  }
  .u-black {
    font-size: 1.40625rem;
  }
  .u-font18 {
    font-size: 1rem;
  }
  .u-font20 {
    font-size: 1rem;
  }
  .u-font22 {
    font-size: 1.125rem;
  }
  .u-font24 {
    font-size: 1.125rem;
  }
  .u-green {
    margin-left: 0;
  }
  .u-ml2p {
    margin-left: 0.125rem;
  }
  .u-ml4 {
    margin-left: -0.125rem;
  }
  .u-mlsp4 {
    margin-left: -0.25rem;
  }
  .u-ml8 {
    margin-left: -0.25rem;
  }
  .u-ml12 {
    margin-left: -0.25rem;
  }
  .u-ml16 {
    margin-left: -0.25rem;
  }
  .p-chefs__position .u-ml16 {
    margin-left: -0.25rem;
  }
  .p-chefs__position .u-ml16sp {
    margin-left: -0.5rem;
  }
  .u-mr {
    margin-right: -0.25rem;
  }
  .u-mr4 {
    margin-right: -0.125rem;
  }
  .u-mr16 {
    margin-right: -0.25rem;
  }
  .u-mrsp {
    margin-right: -0.25rem;
  }
  .u-mrh {
    margin-right: initial;
  }
  .u-number {
    font-size: 0.625rem;
    padding-inline: 0;
  }
  .u-orange {
    margin-left: 0;
  }
  .u-pc {
    display: none;
  }
  .u-red {
    margin-left: 0;
  }
  .u-sp {
    display: block;
  }
}

@media screen and (max-width: 375px){
  html {
    font-size: 4.2666666667vw;
  }
}

@media (any-hover: hover){
  .l-footer__link:hover {
    background-color: #fff;
    border: 1px solid #262323;
    color: #262323;
  }
  .l-footer__youtube-link:hover {
    scale: 1.2;
  }
  .c-btn:hover {
    color: #fff;
    transition: 0.3s all;
  }
  .p-rv_nav-link:hover {
    opacity: 0.7;
  }
  .p-index__link:hover {
    background: transparent;
  }
  .p-pageTop__wrap:hover {
    scale: 1.2;
  }
}

@media (prefers-reduced-motion: reduce){
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
/*# sourceMappingURL=sourcemaps/style.css.map */