@charset "UTF-8";
html {
  font-size: calc(100vw * 16 / 390);
}
@media screen and (min-width: 1440px) {
  html {
    font-size: 16px;
  }
}
@media screen and (min-width: 767.9px) and (max-width: 1440px) {
  html {
    font-size: calc(100vw * 16 / 1440);
  }
}
@media screen and (min-width: 390px) and (max-width: 767.9px) {
  html {
    font-size: 16px;
  }
}

body {
  font-family: "EB Garamond", "Times New Roman", 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", メイリオ, Meiryo, serif !important;
}

a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 767.9px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.7;
}

*,
*::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]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
}

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

/* 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;
}

@media screen and (max-width: 767.9px) {
  .md-none {
    display: none;
  }
}

.md-show {
  display: none;
}
@media screen and (max-width: 767.9px) {
  .md-show {
    display: block;
  }
}

@-webkit-keyframes mvMagoIn {
  0% {
    -webkit-transform: translateX(calc(-50% - 16.25rem));
            transform: translateX(calc(-50% - 16.25rem));
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(calc(-50% - 5rem));
            transform: translateX(calc(-50% - 5rem));
    opacity: 1;
  }
}

@keyframes mvMagoIn {
  0% {
    -webkit-transform: translateX(calc(-50% - 16.25rem));
            transform: translateX(calc(-50% - 16.25rem));
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(calc(-50% - 5rem));
            transform: translateX(calc(-50% - 5rem));
    opacity: 1;
  }
}
@-webkit-keyframes mvNekoIn {
  0% {
    -webkit-transform: translateX(calc(-50% + 16.25rem));
            transform: translateX(calc(-50% + 16.25rem));
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(calc(-50% + 5rem));
            transform: translateX(calc(-50% + 5rem));
    opacity: 1;
  }
}
@keyframes mvNekoIn {
  0% {
    -webkit-transform: translateX(calc(-50% + 16.25rem));
            transform: translateX(calc(-50% + 16.25rem));
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(calc(-50% + 5rem));
            transform: translateX(calc(-50% + 5rem));
    opacity: 1;
  }
}
@-webkit-keyframes mvWiggleTop {
  0% {
    top: 0;
  }
  50% {
    top: -0.375rem;
  }
  100% {
    top: 0;
  }
}
@keyframes mvWiggleTop {
  0% {
    top: 0;
  }
  50% {
    top: -0.375rem;
  }
  100% {
    top: 0;
  }
}
@-webkit-keyframes mvBounceTop {
  0%, 100% {
    top: 0;
  }
  50% {
    top: -0.625rem;
  }
}
@keyframes mvBounceTop {
  0%, 100% {
    top: 0;
  }
  50% {
    top: -0.625rem;
  }
}
@-webkit-keyframes mvMikanFloatUp {
  0% {
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-7.5rem);
            transform: translateX(-50%) translateY(-7.5rem);
    opacity: 1;
  }
}
@keyframes mvMikanFloatUp {
  0% {
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-7.5rem);
            transform: translateX(-50%) translateY(-7.5rem);
    opacity: 1;
  }
}
@-webkit-keyframes mvMikanFloatUpSp {
  0% {
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-5rem);
            transform: translateX(-50%) translateY(-5rem);
    opacity: 1;
  }
}
@keyframes mvMikanFloatUpSp {
  0% {
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-5rem);
            transform: translateX(-50%) translateY(-5rem);
    opacity: 1;
  }
}
@-webkit-keyframes mvUsagi01 {
  0% {
    opacity: 1;
  }
  25.333% {
    opacity: 1;
  }
  33.333% {
    opacity: 0;
  }
  92% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes mvUsagi01 {
  0% {
    opacity: 1;
  }
  25.333% {
    opacity: 1;
  }
  33.333% {
    opacity: 0;
  }
  92% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes mvUsagi02 {
  0% {
    opacity: 0;
  }
  25.333% {
    opacity: 0;
  }
  33.333% {
    opacity: 1;
  }
  58.666% {
    opacity: 1;
  }
  66.666% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes mvUsagi02 {
  0% {
    opacity: 0;
  }
  25.333% {
    opacity: 0;
  }
  33.333% {
    opacity: 1;
  }
  58.666% {
    opacity: 1;
  }
  66.666% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes mvUsagi03 {
  0% {
    opacity: 0;
  }
  58.666% {
    opacity: 0;
  }
  66.666% {
    opacity: 1;
  }
  92% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes mvUsagi03 {
  0% {
    opacity: 0;
  }
  58.666% {
    opacity: 0;
  }
  66.666% {
    opacity: 1;
  }
  92% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 5rem;
  background-color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 767.9px) {
  .header {
    height: 3.75rem;
  }
}

.header__inner {
  width: 100%;
  max-width: 90rem;
  margin-inline: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  height: inherit;
  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;
}

.header__name {
  width: 15rem;
}
@media screen and (max-width: 767.9px) {
  .header__name {
    width: 8.75rem;
  }
}

.header__nav {
  height: inherit;
}

.header__nav-items {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.875rem;
}

.header__nav-item {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__nav-link {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  font-size: 1rem;
}

.hamburger {
  position: fixed;
  top: 30px;
  right: 15px;
  z-index: 9999;
  width: 25px;
  height: 16px;
  cursor: pointer;
}

.hamburger span {
  position: absolute;
  left: 0;
  background-color: #000;
  width: 100%;
  height: 2px;
  display: inline-block;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}

.hamburger span:nth-child(1) {
  top: 0;
}

.hamburger span:nth-child(2) {
  top: 8px;
}

.hamburger span:nth-child(3) {
  top: 16px;
}

.hamburger.is-active span:nth-child(1) {
  top: 8px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.hamburger.is-active span:nth-child(2) {
  opacity: 0;
}

.hamburger.is-active span:nth-child(3) {
  top: 8px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

body.is-drawer-open {
  overflow: hidden;
}

.drawer-menu {
  width: 100%;
  height: 100dvh;
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5000;
  display: none;
}

.drawer-menu__inner {
  width: 100%;
  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;
  height: inherit;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.drawer-menu__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.drawer-menu__item {
  display: inline-block;
}

.drawer-menu__link {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  width: 200px;
  text-align: center;
  margin-bottom: 50px;
}

.mv {
  position: relative;
  overflow-x: clip;
}
@media screen and (max-width: 767.9px) {
  .mv {
    min-height: 97dvh;
  }
}
.mv::before {
  position: absolute;
  content: "";
  max-width: 87.5rem;
  width: 100%;
  height: 1.25rem;
  bottom: -1.25rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(../images/border.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.mv__inner {
  min-height: 40.625rem;
  max-width: 90rem;
  margin-inline: auto;
  height: inherit;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767.9px) {
  .mv__inner {
    min-height: 97dvh;
    height: auto;
  }
}

.mv__inner.mv__inner--auto {
  min-height: 40.625rem;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 5rem;
}
@media screen and (max-width: 767.9px) {
  .mv__inner.mv__inner--auto {
    min-height: 97dvh;
    padding-top: 3.75rem;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}

.mv__main-copy {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 28.125rem;
}
@media screen and (max-width: 767.9px) {
  .mv__main-copy {
    max-width: 25rem;
    width: 20rem;
  }
}

.mv__image-wrapper {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 23.75rem;
  pointer-events: none;
  z-index: 2;
}
@media screen and (max-width: 767.9px) {
  .mv__image-wrapper {
    width: 21.875rem;
  }
}

.mv__image-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.mv__image-mago-wrap,
.mv__image-neko-wrap {
  position: absolute;
  left: 50%;
  bottom: 0;
  opacity: 0;
  z-index: 2;
  will-change: transform;
}
@media screen and (max-width: 767.9px) {
  .mv__image-mago-wrap,
  .mv__image-neko-wrap {
    bottom: 0rem;
  }
}

.mv__image-mago-wrap {
  -webkit-transform: translateX(calc(-50% - 16.25rem));
          transform: translateX(calc(-50% - 16.25rem));
  -webkit-animation: mvMagoIn 4s ease-out forwards;
          animation: mvMagoIn 4s ease-out forwards;
}

.mv__image-neko-wrap {
  -webkit-transform: translateX(calc(-50% + 16.25rem));
          transform: translateX(calc(-50% + 16.25rem));
  -webkit-animation: mvNekoIn 4s ease-out forwards;
          animation: mvNekoIn 4s ease-out forwards;
}

.mv__image-mikan {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 5.625rem;
  z-index: 3;
  opacity: 1;
  -webkit-animation: mvMikanFloatUp 0.9s ease-out forwards;
          animation: mvMikanFloatUp 0.9s ease-out forwards;
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
@media screen and (max-width: 767.9px) {
  .mv__image-mikan {
    width: 4.375rem;
    -webkit-animation-name: mvMikanFloatUpSp;
            animation-name: mvMikanFloatUpSp;
  }
}

.mv__image-mago {
  width: 6.25rem;
  position: relative;
  top: 0;
  will-change: top;
  -webkit-animation: mvWiggleTop 1s ease-in-out 16, mvBounceTop 1.2s ease-in-out infinite;
          animation: mvWiggleTop 1s ease-in-out 16, mvBounceTop 1.2s ease-in-out infinite;
  -webkit-animation-delay: 0s, 4.1s;
          animation-delay: 0s, 4.1s;
}
@media screen and (max-width: 767.9px) {
  .mv__image-mago {
    width: 5rem;
  }
}

.mv__image-neko {
  width: 6.25rem;
  position: relative;
  top: 0;
  will-change: top;
  -webkit-animation: mvWiggleTop 1s ease-in-out 16, mvBounceTop 1.2s ease-in-out infinite;
          animation: mvWiggleTop 1s ease-in-out 16, mvBounceTop 1.2s ease-in-out infinite;
  -webkit-animation-delay: 0s, 4.1s;
          animation-delay: 0s, 4.1s;
}
@media screen and (max-width: 767.9px) {
  .mv__image-neko {
    width: 5rem;
  }
}

.mv__image-ki {
  position: absolute;
  bottom: 0;
  left: 5rem;
  width: 11.25rem;
}
@media screen and (max-width: 767.9px) {
  .mv__image-ki {
    display: none;
  }
}

.mv__image-sub-copy {
  position: absolute;
  bottom: 5rem;
  right: 5rem;
  width: 11.25rem;
}
@media screen and (max-width: 767.9px) {
  .mv__image-sub-copy {
    width: 6.25rem;
    bottom: 6.25rem;
    right: 2.5rem;
    display: none;
  }
}

.mv__image-neko-02 {
  width: 2.5rem;
  position: absolute;
  top: 6.25rem;
  right: 5rem;
}
@media screen and (max-width: 767.9px) {
  .mv__image-neko-02 {
    width: 1.875rem;
    top: 5rem;
    right: 2.5rem;
  }
}

.mv__image-usagi-wrapper {
  position: absolute;
  bottom: 7.5rem;
  left: 7.5rem;
  width: 6.25rem;
  height: 6.25rem;
  pointer-events: none;
  z-index: 1;
}
@media screen and (max-width: 767.9px) {
  .mv__image-usagi-wrapper {
    width: 4.375rem;
    height: 4.375rem;
    bottom: 7.5rem;
    left: initial;
    right: 2.5rem;
  }
}

.mv__image-usagi-wrapper img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0;
  -webkit-animation-duration: 12s;
          animation-duration: 12s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.mv__image-usagi-01 {
  -webkit-animation-name: mvUsagi01;
          animation-name: mvUsagi01;
}

.mv__image-usagi-02 {
  -webkit-animation-name: mvUsagi02;
          animation-name: mvUsagi02;
}

.mv__image-usagi-03 {
  -webkit-animation-name: mvUsagi03;
          animation-name: mvUsagi03;
}

.mv-bottom {
  width: 100%;
}
.mv-bottom__inner {
  max-width: 90rem;
  margin-inline: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2.5rem;
}
@media screen and (max-width: 767.9px) {
  .mv-bottom__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.mv-bottom__inner.mv-bottom__inner--high {
  min-height: 21.25rem;
}
@media screen and (max-width: 767.9px) {
  .mv-bottom__inner.mv-bottom__inner--high {
    min-height: initial;
  }
}

.mv-menu {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-left: 2.5rem;
}
@media screen and (max-width: 767.9px) {
  .mv-menu {
    margin-left: 0;
  }
}

.mv-menu__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2.5rem;
}
@media screen and (max-width: 767.9px) {
  .mv-menu__items {
    gap: 2.5rem;
  }
}

.mv-menu__link {
  display: inline-block;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  color: #000;
  font-size: 1rem;
  letter-spacing: 0.08em;
  position: relative;
  padding-right: 0.625rem;
  text-decoration: none;
}
@media screen and (max-width: 767.9px) {
  .mv-menu__link {
    padding-right: 0;
    font-size: 0.875rem;
  }
}

.mv-menu__link--yoshino {
  --mv-menu-current-image: url(../images/nav_yoshino.png);
}

.mv-menu__link--recipe {
  --mv-menu-current-image: url(../images/nav_recipe.png);
}

.mv-menu__link--otetsudai {
  --mv-menu-current-image: url(../images/nav_otetsudai.png);
}

.mv-menu__link[aria-current=page] {
  color: transparent;
}

.mv-menu__link[aria-current=page]::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--mv-menu-current-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
  z-index: 1;
}

.mv-menu__link::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 0.0625rem;
  background-color: #a0a0a0;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
  will-change: transform;
  z-index: 2;
}

.mv-menu__link:not([aria-current=page]):hover::after {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

.mv-profile {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-right: 2.5rem;
}
@media screen and (max-width: 767.9px) {
  .mv-profile {
    margin-right: 0;
    gap: 1.25rem;
  }
}

.mv-profile__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 3.75rem;
}
@media screen and (max-width: 767.9px) {
  .mv-profile__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.5rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.mv-profile__history {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.125rem;
}

.history {
  border-collapse: collapse;
  font-size: 0.75rem;
}

.history th,
.history td {
  padding: 0 0.5rem;
  vertical-align: top;
  white-space: nowrap;
}

.history td {
  padding-top: 0.625rem;
}

.history th {
  font-weight: 400;
  text-align: left;
  font-weight: 700;
}

.history td p {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  letter-spacing: 0.1em;
  line-height: 1.8;
}

.tate {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  padding-bottom: 0.25rem;
}

.fr {
  display: table;
}

.mv-profile__name {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
}

.mv-profile__name.mv-profile__name--recipe {
  font-size: 0.875rem;
  line-height: 3.5;
}
@media screen and (max-width: 767.9px) {
  .mv-profile__name.mv-profile__name--recipe {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    font-size: 0.75rem;
    line-height: 2.8;
    -webkit-text-size-adjust: 100%;
  }
}

.mv-profile__image img {
  width: 8.75rem;
  height: auto;
  display: block;
}
@media screen and (max-width: 767.9px) {
  .mv-profile__image img {
    width: 6.25rem;
  }
}

.mv-credits {
  max-width: 90rem;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 1.5625rem 2.5rem 0.625rem;
}
@media screen and (max-width: 767.9px) {
  .mv-credits {
    padding: 1.875rem 0.9375rem 2.5rem 0.9375rem;
  }
}

.mv-credits__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
}

.mv-credits__sns-icon {
  width: 1.25rem;
}
@media screen and (max-width: 767.9px) {
  .mv-credits__sns-icon {
    width: 0.9375rem;
  }
}

.mv-credits__copyright {
  font-size: 0.75rem;
  color: #a0a0a0;
  text-align: right;
  display: inline-block;
  display: inline-block;
}

.mv-profile__slider {
  width: 100%;
  max-width: 25rem;
}
@media screen and (max-width: 767.9px) {
  .mv-profile__slider {
    max-width: 31.25rem;
  }
}
.mv-profile__slider .splide__slide {
  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;
  min-height: 9.375rem;
}
@media screen and (max-width: 767.9px) {
  .mv-profile__slider .splide__slide {
    min-height: 11.25rem;
  }
}
.mv-profile__slider .splide__slide img {
  width: 100%;
  height: auto;
  max-height: 12.5rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767.9px) {
  .mv-profile__slider .splide__slide img {
    max-height: 15.625rem;
  }
}
.mv-profile__slider .splide__arrow {
  background: rgba(0, 0, 0, 0.5);
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
}
@media screen and (max-width: 767.9px) {
  .mv-profile__slider .splide__arrow {
    width: 1.875rem;
    height: 1.875rem;
  }
}
.mv-profile__slider .splide__arrow:hover {
  background: rgba(0, 0, 0, 0.8);
}
.mv-profile__slider .splide__arrow svg {
  display: none;
}
.mv-profile__slider .splide__arrow::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
}
@media screen and (max-width: 767.9px) {
  .mv-profile__slider .splide__arrow::before {
    width: 0.625rem;
    height: 0.625rem;
  }
}
.mv-profile__slider .splide__arrow--prev {
  left: 0;
}
@media screen and (max-width: 767.9px) {
  .mv-profile__slider .splide__arrow--prev {
    left: 0;
  }
}
.mv-profile__slider .splide__arrow--prev::before {
  -webkit-transform: translate(-30%, -50%) rotate(-135deg);
          transform: translate(-30%, -50%) rotate(-135deg);
}
.mv-profile__slider .splide__arrow--next {
  right: 0;
}
@media screen and (max-width: 767.9px) {
  .mv-profile__slider .splide__arrow--next {
    right: 0;
  }
}
.mv-profile__slider .splide__arrow--next::before {
  -webkit-transform: translate(-70%, -50%) rotate(45deg);
          transform: translate(-70%, -50%) rotate(45deg);
}
.mv-profile__slider .splide__pagination {
  position: relative;
  bottom: auto;
  left: auto;
  -webkit-transform: none;
          transform: none;
  padding: 0.9375rem 0 0 0;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767.9px) {
  .mv-profile__slider .splide__pagination {
    padding: 0.625rem 0 0 0;
  }
}
.mv-profile__slider .splide__pagination__page {
  background: rgba(0, 0, 0, 0.3);
  width: 0.5rem;
  height: 0.5rem;
  margin: 0 0.3125rem;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767.9px) {
  .mv-profile__slider .splide__pagination__page {
    width: 0.5rem;
    height: 0.5rem;
    margin: 0 0.25rem;
  }
}
.mv-profile__slider .splide__pagination__page.is-active {
  background: #000;
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
}

.mv-profile__contact {
  font-size: 0.875rem;
  line-height: 1.8;
}

.footer__inner {
  max-width: 90rem;
  margin-inline: auto;
  padding: 1.25rem 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 1.25rem;
}
@media screen and (max-width: 767.9px) {
  .footer__inner {
    padding: 1.25rem 0.9375rem;
  }
}

.footer__credits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  font-size: 0.75rem;
  color: #777;
  z-index: 3;
}
@media screen and (max-width: 767.9px) {
  .footer__credits {
    bottom: -3.125rem;
  }
}

.footer__credits-label {
  letter-spacing: 0.1em;
}

.footer__credits-link {
  color: inherit;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.footer__credits-link:hover {
  color: #36acd0;
}

.footer__credits-link + .footer__credits-label {
  margin-left: 0.625rem;
}

.mv__image-recipe {
  position: absolute;
  bottom: 0.625rem;
  right: 7.5rem;
  width: 62.5rem;
}
@media screen and (max-width: 767.9px) {
  .mv__image-recipe {
    width: 21.25rem;
    bottom: initial;
    right: initial;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.otetsudai-menu {
  position: absolute;
  bottom: 0;
  left: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 1.25rem 2.5rem;
}
@media screen and (max-width: 767.9px) {
  .otetsudai-menu {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    padding: 0.625rem;
  }
}

.otetsudai-menu--static {
  position: static;
  width: 100%;
  padding: 1.875rem 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: auto;
}
@media screen and (max-width: 767.9px) {
  .otetsudai-menu--static {
    -webkit-transform: none;
            transform: none;
    padding: 1.25rem 0.625rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.otetsudai-menu__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.otetsudai-menu__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
}

.otetsudai-menu__item--mono {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.otetsudai-menu__item--koto {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.otetsudai-menu__works {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.otetsudai-menu__works a {
  position: relative;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  white-space: nowrap;
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  color: #a0a0a0;
}
.otetsudai-menu__works a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.125rem;
  width: 100%;
  height: 0.0625rem;
  background-color: #000;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.otetsudai-menu__works a:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}
.otetsudai-menu__works a:hover {
  color: #000;
}
.otetsudai-menu__works a[aria-current=page] {
  color: #000;
}
@media screen and (max-width: 767.9px) {
  .otetsudai-menu__works a {
    font-size: 0.75rem;
    white-space: normal;
    max-width: 40vw;
    word-break: keep-all;
    overflow-wrap: break-word;
  }
}

.otetsudai-menu__works.otetsudai-menu__works--mono {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.otetsudai-menu__works.otetsudai-menu__works--koto {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.otetsudai-menu__label {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-align: end;
  min-height: 3.4375rem;
  color: #a0a0a0;
}
.otetsudai-menu__label.is-current {
  color: #000;
}

.mv__inner.mv__inner--auto.mv__inner--slider {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 2.5rem;
}
@media screen and (max-width: 767.9px) {
  .mv__inner.mv__inner--auto.mv__inner--slider {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.mv__slider {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 60%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding: 3.75rem 1.25rem;
}
@media screen and (max-width: 767.9px) {
  .mv__slider {
    max-width: 100%;
    width: 100%;
    padding: 0 1.25rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.mv__slider .splide {
  max-height: 28.125rem;
  min-height: 28.125rem;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .mv__slider .splide {
    max-height: 21.875rem;
    min-height: 21.875rem;
  }
}
.mv__slider .splide__track {
  margin: 0 3.75rem;
  min-height: 28.125rem;
}
@media screen and (max-width: 767.9px) {
  .mv__slider .splide__track {
    margin: 0 3.125rem;
    min-height: 21.875rem;
  }
}
.mv__slider .splide__slide {
  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;
  background: #fff;
  min-height: 28.125rem;
}
@media screen and (max-width: 767.9px) {
  .mv__slider .splide__slide {
    min-height: 21.875rem;
  }
}
.mv__slider .splide__slide img {
  width: auto;
  height: auto;
  max-height: 28.125rem;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767.9px) {
  .mv__slider .splide__slide img {
    max-height: 21.875rem;
  }
}
.mv__slider .splide__arrow {
  background: rgba(0, 0, 0, 0.5);
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
}
@media screen and (max-width: 767.9px) {
  .mv__slider .splide__arrow {
    width: 1.875rem;
    height: 1.875rem;
  }
}
.mv__slider .splide__arrow:hover {
  background: rgba(0, 0, 0, 0.8);
}
.mv__slider .splide__arrow::before {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
}
@media screen and (max-width: 767.9px) {
  .mv__slider .splide__arrow::before {
    width: 0.625rem;
    height: 0.625rem;
  }
}
.mv__slider .splide__arrow--prev {
  left: 3.125rem;
}
@media screen and (max-width: 767.9px) {
  .mv__slider .splide__arrow--prev {
    left: 0;
  }
}
.mv__slider .splide__arrow--prev::before {
  -webkit-transform: translate(-30%, -50%) rotate(-135deg);
          transform: translate(-30%, -50%) rotate(-135deg);
}
.mv__slider .splide__arrow--next {
  right: 3.125rem;
}
@media screen and (max-width: 767.9px) {
  .mv__slider .splide__arrow--next {
    right: 0;
  }
}
.mv__slider .splide__arrow--next::before {
  -webkit-transform: translate(-70%, -50%) rotate(45deg);
          transform: translate(-70%, -50%) rotate(45deg);
}
.mv__slider .splide__pagination {
  position: relative;
  bottom: auto;
  left: auto;
  -webkit-transform: none;
          transform: none;
  padding: 0.9375rem 0 0 0;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767.9px) {
  .mv__slider .splide__pagination {
    padding: 0.625rem 0 0 0;
  }
}
.mv__slider .splide__pagination__page {
  background: rgba(0, 0, 0, 0.3);
  width: 0.625rem;
  height: 0.625rem;
  margin: 0 0.3125rem;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767.9px) {
  .mv__slider .splide__pagination__page {
    width: 0.5rem;
    height: 0.5rem;
    margin: 0 0.25rem;
  }
}
.mv__slider .splide__pagination__page.is-active {
  background: #000;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
.mv__slider .splide__pagination__page:hover {
  background: rgba(0, 0, 0, 0.6);
}

.mv__inner--slider .otetsudai-menu--static {
  max-width: 40%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-left: 1.25rem;
  overflow: hidden;
}
@media screen and (max-width: 767.9px) {
  .mv__inner--slider .otetsudai-menu--static {
    max-width: 100%;
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-left: 0;
  }
}
.mv__inner--slider .otetsudai-menu--static .otetsudai-menu__works a {
  white-space: normal !important;
  display: block;
  max-width: 9.375rem;
  word-break: break-all;
  overflow-wrap: anywhere;
}

.detail {
  overflow-x: auto;
}
@media screen and (max-width: 767.9px) {
  .detail {
    width: 100%;
    border-top: 0.0625rem solid #e0e0e0;
    padding: 2.5rem;
  }
}

.detail__block {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.5rem;
  width: 100%;
  direction: rtl;
  overflow-x: auto;
}
@media screen and (max-width: 767.9px) {
  .detail__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow-x: auto;
    width: 100%;
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}

@media screen and (max-width: 767.9px) {
  .textLight {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.detail__item {
  direction: ltr;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767.9px) {
  .detail__item {
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
  }
}

.detail__item.detail__item--address {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.detail__text {
  font-size: 0.75rem;
  line-height: 1.7;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767.9px) {
  .detail__text {
    -webkit-text-size-adjust: 100%;
  }
}
.detail__text a {
  color: inherit;
  text-decoration: none;
}

.detail__text.detail__text--address {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif !important;
}

.detail__item--main {
  direction: rtl;
}
.detail__item--main .detail__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 0;
}
.detail__item--main .detail__list li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.25rem;
}
@media screen and (max-width: 767.9px) {
  .detail__item--main .detail__list li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.detail__item--main .detail__list li span,
.detail__item--main .detail__list li a {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  line-height: 2;
  letter-spacing: 0.04em;
  direction: ltr;
}
.detail__item--main .detail__list li a {
  color: #a0a0a0;
  text-decoration: none;
}

.detail__list {
  list-style: none;
  padding: 0;
  margin: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.detail__list li {
  font-size: 0.75rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
.detail__list li a {
  color: inherit;
  text-decoration: none;
}

.detail__text--message {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  letter-spacing: 0.12em;
  line-height: 2;
}

.detail__text--address a {
  color: #a0a0a0;
  text-decoration: none;
}/*# sourceMappingURL=style.css.map */