@charset "UTF-8";
/* l-header
----------------------------------------------------------------- */
.l-fv, .l-fv--gallery, .l-fv--article, .l-fv--contact, .l-fv--faq, .l-fv--plan, .l-fv--sushi-making, .l-fv--party-plan, .l-fv--profile-chef, .l-fv--profile, .l-fv--concept {
  /* concept FV */
  /* profile FV */
  /* profile-chef FV */
  /* party-plan FV */
  /* sushi-making FV */
  /* plan FV */
  /* faq FV */
  /* contact FV */
  /* article FV */
  /* gallery FV */
}
@media (min-width: 767px) {
  .l-fv, .l-fv--gallery, .l-fv--article, .l-fv--contact, .l-fv--faq, .l-fv--plan, .l-fv--sushi-making, .l-fv--party-plan, .l-fv--profile-chef, .l-fv--profile, .l-fv--concept {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-fvBg {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
}
.l-fvBg__swiper {
  height: 100%;
}
.l-fvBg__wrapper {
  height: 100%;
}
.l-fvBg__slide {
  background-size: cover;
  background-position: center top;
}
.l-fvBg__img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 767px) {
  .l-fv--concept {
    background: url(../images/concept-fv-bg.webp) no-repeat center top/cover;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
  }
}
@media (min-width: 767px) {
  .l-fv--profile {
    background: url(../images/profile-fv-bg.webp) no-repeat center top/cover;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
  }
}
@media (min-width: 767px) {
  .l-fv--profile-chef {
    background: url(../images/profile-chef-fv-bg.webp) no-repeat center top/cover;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
  }
}
@media (min-width: 767px) {
  .l-fv--party-plan {
    background: url(../images/party-plan-fv-bg.webp) no-repeat center top/cover;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
  }
}
@media (min-width: 767px) {
  .l-fv--sushi-making {
    background: url(../images/sushi-making-fv-bg.webp) no-repeat center top/cover;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
  }
}
@media (min-width: 767px) {
  .l-fv--plan {
    background: url(../images/plan-fv-bg.webp) no-repeat center top/cover;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
  }
}
@media (min-width: 767px) {
  .l-fv--faq {
    background: url(../images/faq-fv-bg.webp) no-repeat center top/cover;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
  }
}
@media (min-width: 767px) {
  .l-fv--contact {
    background: url(../images/contact-fv-bg.webp) no-repeat center top/cover;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
  }
}
@media (min-width: 767px) {
  .l-fv--article {
    background: url(../images/article-fv-bg.webp) no-repeat center top/cover;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
  }
}
@media (min-width: 767px) {
  .l-fv--gallery {
    background: url(../images/gallery-fv-bg.webp) no-repeat center top/cover;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
  }
}
@media (min-width: 767px) {
  .l-fv::after, .l-fv--concept::after, .l-fv--profile::after, .l-fv--profile-chef::after, .l-fv--party-plan::after, .l-fv--sushi-making::after, .l-fv--plan::after, .l-fv--faq::after, .l-fv--contact::after, .l-fv--article::after, .l-fv--gallery::after {
    content: "";
    position: absolute;
    top: 0;
    left: -76%;
    width: 100%;
    height: 100%;
    background: var(--black);
    opacity: 0.8;
    -webkit-transform: skewX(14.5deg);
            transform: skewX(14.5deg);
    z-index: -1;
  }
}
@media (min-width: 767px) {
  .l-fv__loopTextContainer {
    margin-top: 0;
  }
}
.top .l-fv__textBox {
  /* TOPページのみ */
}
.l-fv__textBox {
  /* 下層ページ共通 */
}
@media (min-width: 767px) {
  .l-fv__textBox {
    margin-top: 45.0958286359vh;
    margin-left: 8.1944444444vw;
  }
}
@media (min-width: 767px) {
  .l-fv__mainText, .l-fv__mainText--bigFz, .l-fv__mainText--littleSmallFz, .l-fv__mainText--smallFz, .l-fv__mainText--mlSmallLittleFz {
    font-size: 4.8rem;
    font-weight: bold;
    line-height: 150%;
    color: var(--white);
  }
}
.l-fv__mainText--mlSmallLittleFz {
  font-size: 0.8333em;
  margin-left: -0.9rem;
}
.l-fv__mainText--smallFz {
  font-size: 0.916em;
}
.l-fv__mainText--littleSmallFz {
  font-size: 0.8333em;
  margin-left: 0.4rem;
}
.l-fv__mainText--bigFz {
  font-size: 1.1667em;
}
.l-fv__enTitle, .l-fv__enTitle--fzSmall {
  /* TOPページ以外の見出し 設定共通 */
  font-size: 5.6rem;
  font-weight: 500;
  font-family: var(--en);
  line-height: 150%;
  color: var(--white);
}
.l-fv__enTitle--fzSmall {
  font-size: clamp(3.8rem, 5vw, 5.6rem);
}
.l-fv__jpTitle {
  margin-top: 0.8rem;
  font-family: var(--jp);
  font-size: 2.4rem;
  font-weight: 600;
  color: var(--white);
  padding-left: 2.8rem;
  position: relative;
}
.l-fv__jpTitle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 2rem;
  height: 1px;
  background-color: var(--white);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 767px) {
  .l-fv__loopImagesContainer {
    margin-top: 14.2051860203vh;
  }
}

@media (min-width: 920px) and (max-height: 700px) {
  .l-fv__loopImagesContainer {
    margin-top: 3.9458850056vh;
  }
}
@media screen and (min-width: 1920px) {
  .l-fv, .l-fv--concept, .l-fv--profile, .l-fv--profile-chef, .l-fv--party-plan, .l-fv--sushi-making, .l-fv--plan, .l-fv--faq, .l-fv--contact, .l-fv--article, .l-fv--gallery {
    max-width: 192rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
/* l-header
----------------------------------------------------------------- */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
}
@media (min-width: 767px) {
  .l-header {
    position: fixed;
    left: unset;
    right: 2.1527777778%;
    overflow: hidden;
    height: 100%;
    pointer-events: none;
    max-width: 39rem;
    -webkit-transition: height 0.4s;
    transition: height 0.4s; /* ドロワーを閉じる際にドロワーが見切れ防止 */
  }
}
.l-header__inner {
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
  z-index: 10;
}
@media (min-width: 767px) {
  .l-header__inner {
    padding-left: 2rem;
    padding-right: 2.8rem;
  }
}
.l-header__logoPc {
  display: none;
}
@media (min-width: 767px) {
  .l-header__logoPc {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: absolute;
    top: 3.6em;
    left: 4.6rem;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
}
@media (min-width: 767px) {
  .l-header__logoPc:hover {
    opacity: 0.65;
  }
}
.l-header__logo {
  padding-top: 1rem;
  width: 100%;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
@media (min-width: 921px) {
  .l-header__logo {
    display: none;
  }
}
@media (min-width: 767px) {
  .l-header__logo:hover {
    opacity: 0.65;
  }
}
.top .l-header__logo {
  display: block;
}
.l-header__logoLink {
  display: block;
  max-width: 6.9rem;
  width: 100%;
}
@media (min-width: 767px) {
  .l-header__logoLink {
    max-width: 12.5rem;
  }
}
.top .l-header__logoLink {
  max-width: 6.9rem;
}
.l-header__logoImg {
  width: 100%;
}
.l-header__hamburgerBtn {
  margin-left: auto;
  max-width: 7rem;
  width: 100%;
  height: 7rem;
  position: relative;
  pointer-events: auto;
  /* ボタン位置 設定 */
  /* 背景の円 設定 */
  /* bar 設定 */
}
.l-header__hamburgerBtn::before {
  content: "";
  position: absolute;
  top: calc(50% - 2.3rem);
  left: calc(50% + 0.4rem);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 13.8rem;
  height: 13.8rem;
  border-radius: 50%;
  border: 1px solid var(--white);
  -webkit-transition: background-color 0.8s;
  transition: background-color 0.8s;
  background-color: rgba(33, 39, 30, 0.8);
}
.l-header__hamburgerBtn.is-open {
  margin-right: -1.5rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (min-width: 767px) {
  .l-header__hamburgerBtn.is-open {
    -webkit-transform: translate(-0.8rem, 3.2rem);
            transform: translate(-0.8rem, 3.2rem);
  }
}
.l-header__hamburgerBtn.is-open::before {
  max-width: 5rem;
  max-height: 5rem;
  background-color: var(--white);
  top: 50%;
  left: 50%;
}
@media (min-width: 767px) {
  .l-header__hamburgerBtn.is-open::before {
    max-width: 7rem;
    max-height: 7rem;
  }
}
.l-header__hamburgerBtn.is-open .l-header__bar:first-of-type {
  top: 51%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  max-width: 45.64%;
  background-color: var(--black);
}
@media (min-width: 767px) {
  .l-header__hamburgerBtn.is-open .l-header__bar:first-of-type {
    max-width: 62.6%;
  }
}
.l-header__hamburgerBtn.is-open .l-header__bar:nth-of-type(2) {
  opacity: 0;
}
.l-header__hamburgerBtn.is-open .l-header__bar:last-of-type {
  top: unset;
  bottom: 46%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  max-width: 45.64%;
  background-color: var(--black);
}
@media (min-width: 767px) {
  .l-header__hamburgerBtn.is-open .l-header__bar:last-of-type {
    max-width: 62.6%;
  }
}
.l-header__hamburgerBtn.is-scroll::before {
  background-color: rgba(33, 39, 30, 0.8);
}
.l-header__hamburgerBox {
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
}
.l-header__bar {
  display: block;
  position: absolute;
  z-index: 200;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 5rem;
  height: 0.2rem;
  background: var(--white);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 0.1rem;
}
.l-header__bar:first-of-type {
  top: calc(50% - 1.3rem);
}
.l-header__bar:nth-of-type(2) {
  max-width: 61%;
  -webkit-transform: translate(calc(-50% - 0.35rem), -50%);
          transform: translate(calc(-50% - 0.35rem), -50%);
}
.l-header__bar:last-of-type {
  top: calc(50% + 1.3rem);
}

@media screen and (min-width: 767px) and (max-width: 920px) {
  .top .l-header {
    right: 4.7826086957vw;
  }
}
@media screen and (min-width: 1920px) {
  .l-header {
    left: unset;
    right: unset;
  }
}
/* l-footer
----------------------------------------------------------------- */
.l-footer {
  padding: 2.8rem 0 2rem;
  background: url(../images/common/footer-bg.webp) no-repeat center center/cover;
}
.l-footer__inner {
  padding: 0 3.5rem;
}
.l-footer__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.3rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.3rem;
}
.l-footer__link {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: var(--en);
  color: var(--white);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (min-width: 767px) {
  .l-footer__link:hover {
    opacity: 0.65;
  }
}
.l-footer__bottom {
  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;
  margin-top: 9rem;
}
.l-footer__text {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  color: var(--white);
}
.l-footer__copyRightBox {
  margin-top: 1.7rem;
  font-size: 1.2rem;
  font-weight: 400;
  font-family: var(--en);
  line-height: 1;
  letter-spacing: 0.05em;
  color: var(--white);
}
.l-footer__copyRight {
  font-size: inherit;
}

/* c-loopText
----------------------------------------------------------------- */
.c-modal, .c-modal--chef {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 100;
  background-color: rgba(33, 30, 30, 0.5);
  -webkit-transition: opacity 0.4s, visibility 0.4s ease-in-out;
  transition: opacity 0.4s, visibility 0.4s ease-in-out;
  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;
}
@media screen and (max-height: 600px) {
  .c-modal, .c-modal--chef {
    /* tablet見切れ対策 */
    display: block;
  }
}
.c-modal--chef {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.c-modal--chef .c-modal__card {
  background: url(../images/profile-chef-contents-bg2.webp) no-repeat center top/cover;
  max-width: 39rem;
  position: relative;
  height: 100%;
}
@media (min-width: 767px) {
  .c-modal--chef .c-modal__card {
    height: auto;
  }
}
.c-modal--chef .c-modal__close {
  position: absolute;
  top: 0rem;
  right: 0rem;
  width: 6.3rem;
  height: 6.3rem;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.c-modal--chef .c-modal__close::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  width: 65%;
  height: 2px;
  background: #f7f9f4;
}
.c-modal--chef .c-modal__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  width: 65%;
  height: 2px;
  background: #f7f9f4;
}
@media (min-width: 767px) {
  .c-modal--chef .c-modal__close:hover {
    opacity: 0.65;
  }
}
.c-modal--chef .c-modal__container {
  padding: 6rem 0 4rem;
}
@media (min-width: 767px) {
  .c-modal--chef .c-modal__container {
    padding: 6.2rem 0 4rem;
  }
}
.c-modal--chef .c-modal__imgBox {
  margin-top: 0;
}
.c-modal--chef .c-modal__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6rem;
  padding: 2rem 3rem 0;
}
.c-modal--chef .c-modal__name {
  font-size: 2rem;
  font-weight: 500;
  line-height: 150%;
  color: var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
}
.c-modal--chef .c-modal__nameKana {
  font-size: 1.4rem;
  font-weight: 500;
  color: var(--white);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-modal--chef .c-modal__jobBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
.c-modal--chef .c-modal__job {
  background-color: var(--white);
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 0.4rem 1rem;
  font-weight: 400;
  line-height: 1.7142857143;
  color: var(--black);
  font-size: 1.4rem;
}
.c-modal--chef .c-modal__popular {
  font-size: 1.4rem;
  font-weight: 500;
  color: var(--white);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-modal--chef .c-modal__about {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7142857143;
  color: var(--white);
}
.c-modal--chef .c-modal__spatialTag {
  padding: 0.4rem 1rem;
  background-color: #6a6767;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  color: var(--white);
}
.c-modal--chef .c-modal__spatial {
  margin-top: 0.8rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7142857143;
  color: var(--white);
}
.c-modal__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-height: 600px) {
  .c-modal__flex {
    /* tablet見切れ対策 */
    height: auto;
  }
}
.c-modal__card {
  background: url(../images/common/modal-bg.webp) no-repeat center center/cover;
  max-width: 39rem;
  position: relative;
  height: 100%;
}
@media (min-width: 767px) {
  .c-modal__card {
    height: auto;
    max-width: 49rem;
  }
}
.c-modal__close {
  position: absolute;
  top: 1.6rem;
  right: 1.8rem;
  width: 6.3rem;
  height: 6.3rem;
  border-radius: 50%;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
@media (min-width: 767px) {
  .c-modal__close:hover {
    opacity: 0.65;
  }
}
.c-modal__closeIcon {
  width: 100%;
}
.c-modal__container {
  padding: 6rem 3rem;
}
@media (min-width: 767px) {
  .c-modal__container {
    padding: 6rem;
  }
}
.c-modal__tag, .c-modal__tag--fzSmall {
  font-size: 2.4rem;
  font-weight: 600;
  font-family: var(--en);
  line-height: 1;
  color: var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background: var(--black);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.4rem 1.6rem;
}
@media (min-width: 767px) {
  .c-modal__tag, .c-modal__tag--fzSmall {
    font-size: 3.2rem;
  }
}
.c-modal__tag--fzSmall {
  font-size: 0.625em;
  font-family: var(--ja);
  padding: 0;
}
.c-modal__titleBox {
  margin-top: 1.6rem;
}
.c-modal__title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 150%;
  color: var(--black);
}
@media (min-width: 767px) {
  .c-modal__title {
    font-size: 2.4rem;
  }
}
.c-modal__imgBox {
  margin-top: 1.6rem;
  width: 100%;
}
.c-modal__img {
  width: 100%;
}
.c-modal__textBox {
  margin-top: 1.6rem;
}
.c-modal__text {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7142857143;
  color: var(--black);
}
@media (min-width: 767px) {
  .c-modal__text {
    font-size: 1.6rem;
  }
}

/* c-drawerMenu
-----------------------------------------------
------------------ */
.c-drawerMenu {
  display: block;
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.8s ease, visibility 0.8s ease;
  transition: opacity 0.8s ease, visibility 0.8s ease;
}
@media screen and (min-width: 1920px) {
  .c-drawerMenu {
    max-width: 192rem;
    margin: 0 auto;
  }
}
.c-drawerMenu::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.42);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}
.c-drawerMenu.is-open {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.6s ease, visibility 0.6s ease;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}
.c-drawerMenu.is-open::after {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.5s 0.2s ease, visibility 0.5s 0.2s ease;
  transition: opacity 0.5s 0.2s ease, visibility 0.5s 0.2s ease;
}
.c-drawerMenu__inner {
  padding-top: 8.7rem;
  padding-bottom: 6rem;
  width: 100%;
  height: min(75.4rem, 100vh);
  overflow: auto;
  z-index: 3;
  background: var(--black);
}
@media (min-width: 767px) {
  .c-drawerMenu__inner {
    padding-top: 3rem;
    padding-bottom: 4rem;
    height: 100%;
  }
}
@media screen and (max-height: 395px) and (min-width: 767px) {
  .c-drawerMenu__inner {
    height: min(39.5rem, 100vh);
  }
}
.c-drawerMenu__wrap {
  pointer-events: auto;
}
@media (min-width: 767px) {
  .c-drawerMenu__wrap {
    position: relative;
  }
}
@media (min-width: 767px) {
  .c-drawerMenu__logoLink {
    max-width: 12.6rem;
    position: absolute;
    top: 1.8rem;
    left: 4.6rem;
  }
}
.c-drawerMenu__logoImg {
  width: 100%;
}
.c-drawerMenu__headingBox {
  text-align: center;
}
.c-drawerMenu__heading {
  font-size: 3.6rem;
  font-weight: 500;
  font-family: var(--en);
  line-height: 150%;
  color: var(--white);
}
@media (min-width: 767px) {
  .c-drawerMenu__heading {
    font-size: 4.8rem;
  }
}
.c-drawerMenu__nav {
  margin-top: 1.6rem;
}
@media (min-width: 767px) {
  .c-drawerMenu__nav {
    margin-top: 4.2rem;
  }
}
.c-drawerMenu__menu {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 767px) {
  .c-drawerMenu__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: unset;
        flex-wrap: unset;
  }
}
.c-drawerMenu__menuItem, .c-drawerMenu__menuItem--subList {
  border-top: 1px solid var(--white);
  width: 100%;
  position: relative;
  display: -ms-grid;
  display: grid;
  /* SP時の指定 Start */
  /* SP時の指定 End */
}
@media (min-width: 767px) {
  .c-drawerMenu__menuItem, .c-drawerMenu__menuItem--subList {
    border-bottom: 1px solid var(--white);
  }
}
.c-drawerMenu__menuItem--subList {
  -ms-grid-column-span: 2;
  grid-column: span 2;
  height: 0;
  visibility: hidden;
  opacity: 0;
  display: block;
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  transition: opacity 0.4s, visibility 0.4s;
}
@media (min-width: 767px) {
  .c-drawerMenu__menuItem--subList {
    display: none;
  }
}
.c-drawerMenu__menuItem--subList.is-active {
  border: unset;
  height: 100%;
  visibility: visible;
  opacity: 1;
}
.c-drawerMenu__menuItem--subList.is-active .c-drawerMenu__subList {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 767px) {
  .c-drawerMenu__menuItem:not(:first-child), .c-drawerMenu__menuItem--subList:not(:first-child) {
    border-left: 1px solid var(--white);
  }
}
@media screen and (max-width: 767px) {
  .c-drawerMenu__menuItem:nth-child(1), .c-drawerMenu__menuItem--subList:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    border-right: 1px solid var(--white);
  }
}
@media screen and (max-width: 767px) {
  .c-drawerMenu__menuItem:nth-child(2), .c-drawerMenu__menuItem--subList:nth-child(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    border-right: unset;
  }
}
@media screen and (max-width: 767px) {
  .c-drawerMenu__menuItem:nth-child(3), .c-drawerMenu__menuItem--subList:nth-child(3) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media screen and (max-width: 767px) {
  .c-drawerMenu__menuItem:nth-child(4), .c-drawerMenu__menuItem--subList:nth-child(4) {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
    border-right: 1px solid var(--white);
    border-bottom: unset;
  }
}
@media screen and (max-width: 767px) {
  .c-drawerMenu__menuItem:nth-child(5), .c-drawerMenu__menuItem--subList:nth-child(5) {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
    border-top: unset;
  }
}
@media screen and (max-width: 767px) {
  .c-drawerMenu__menuItem:nth-child(6), .c-drawerMenu__menuItem--subList:nth-child(6) {
    -webkit-box-ordinal-group: 21;
        -ms-flex-order: 20;
            order: 20;
    border-right: 1px solid var(--white);
    border-bottom: 1px solid var(--white);
  }
}
@media screen and (max-width: 767px) {
  .c-drawerMenu__menuItem:nth-child(7), .c-drawerMenu__menuItem--subList:nth-child(7) {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
}
@media screen and (max-width: 767px) {
  .c-drawerMenu__menuItem:nth-child(8), .c-drawerMenu__menuItem--subList:nth-child(8) {
    -webkit-box-ordinal-group: 22;
        -ms-flex-order: 21;
            order: 21;
    border-bottom: 1px solid var(--white);
  }
}
.c-drawerMenu__menuLink {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.8rem;
  width: 100%;
  height: 100%;
  min-height: 8.3rem;
  font-size: 2.4rem;
  font-weight: 600;
  font-family: var(--en);
  line-height: 1;
  color: var(--white);
}
.c-drawerMenu__menuLink:active {
  background: var(--white);
  color: var(--black);
}
@media (min-width: 767px) {
  .c-drawerMenu__menuLink:hover {
    background: var(--white);
    color: var(--black);
  }
}
.c-drawerMenu__menuTitle {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.8rem;
  width: 100%;
  height: 100%;
  min-height: 8.3rem;
  font-size: 2.4rem;
  font-weight: 600;
  font-family: var(--en);
  line-height: 1;
  color: var(--white);
  -webkit-transition: background-color 0.4s, color 0.4s;
  transition: background-color 0.4s, color 0.4s;
  cursor: pointer;
}
@media (min-width: 767px) {
  .c-drawerMenu__menuTitle:hover {
    background: var(--white);
    color: var(--black);
  }
}
.c-drawerMenu__menuTitle.is-active {
  background: var(--white);
  color: var(--black);
  border-top: 1px solid var(--black);
}
@media (min-width: 767px) {
  .c-drawerMenu__menuTitle.is-active {
    background: var(--white);
    color: var(--black);
  }
}
.c-drawerMenu__subList {
  visibility: hidden;
  opacity: 0;
  position: relative;
  top: unset;
  left: unset;
  z-index: unset;
  background-color: white;
  -ms-grid-column-span: 2;
  grid-column: span 2;
  border-top: 1px solid var(--black);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6rem;
  padding-block: 2.6rem;
  padding-inline: 4.8rem;
}
@media (min-width: 767px) {
  .c-drawerMenu__subList {
    position: absolute;
    left: -1px;
    top: 100%;
    z-index: 10;
    padding-block: 1.6rem;
    padding-inline: min(3rem, 2.5vw) 1rem;
    background: var(--white);
    width: calc(100% + 2px);
    border: 1px solid #211e1e;
    border-top: 2px solid #211e1e;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    min-width: 200px;
  }
}
.c-drawerMenu__menuItem:hover .c-drawerMenu__subList, .c-drawerMenu__menuItem--subList:hover .c-drawerMenu__subList {
  opacity: 1;
  visibility: visible;
}
.c-drawerMenu__subLink {
  font-size: 1.4rem;
  font-weight: 500;
  color: #333;
  position: relative;
  margin-left: 1.6rem;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.c-drawerMenu__subLink::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -1.6rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.8rem;
  height: 0.8rem;
  background: url(../images/common/icon-arrow-roght.svg) no-repeat center center/contain;
}
@media (min-width: 767px) {
  .c-drawerMenu__subLink:hover {
    opacity: 0.65;
  }
}
.c-drawerMenu__subText {
  font-size: 0.5833em;
  font-weight: 500;
  font-family: var(--ja);
}
.c-drawerMenu__bottomContents {
  margin-top: 3.2rem;
}
@media (min-width: 767px) {
  .c-drawerMenu__bottomContents {
    margin-top: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 4rem 8rem;
  }
}
.c-drawerMenu__btnWrap {
  padding: 0 2.5rem;
}
@media (min-width: 767px) {
  .c-drawerMenu__btnWrap {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    max-width: 76rem;
    gap: 6rem;
  }
}
@media (min-width: 767px) {
  .c-drawerMenu__btnContact {
    width: 100%;
    max-width: 34rem;
  }
}
.c-drawerMenu__btnResevation {
  margin-top: 2rem;
}
@media (min-width: 767px) {
  .c-drawerMenu__btnResevation {
    margin-top: 0;
    width: 100%;
    max-width: 34rem;
  }
}
.c-drawerMenu__btnLink, .c-drawerMenu__btnLink--bgImage {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 34rem;
  padding: 2.1rem 0 1.9rem;
  font-size: 2.4rem;
  font-weight: 600;
  font-family: var(--en);
  line-height: 1;
  background: var(--white);
  color: var(--black);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.c-drawerMenu__btnLink--bgImage {
  background: url(../images/common/cta-btn.webp) no-repeat center center/cover;
  color: var(--white);
}
@media (min-width: 767px) {
  .c-drawerMenu__btnLink:hover, .c-drawerMenu__btnLink--bgImage:hover {
    opacity: 0.65;
  }
}
.c-drawerMenu__btnSubText {
  font-size: 0.583333em;
  font-weight: 500;
}
.c-drawerMenu__btnMainText {
  margin-top: 0.7rem;
  display: inline-block;
}
.c-drawerMenu__snsBox {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 767px) {
  .c-drawerMenu__snsBox {
    max-width: 27.8rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.c-drawerMenu__snsBox {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
}
@media (min-width: 767px) {
  .c-drawerMenu__snsBox {
    margin-top: 0;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 8rem;
  }
}
.c-drawerMenu__snsItem {
  max-width: 5.9rem;
  width: 100%;
}
@media (min-width: 767px) {
  .c-drawerMenu__snsItem {
    max-width: 7rem;
  }
}
.c-drawerMenu__snsLink {
  display: block;
  max-width: 5.9rem;
  width: 100%;
  -webkit-transform: all 0.4s;
          transform: all 0.4s;
}
@media (min-width: 767px) {
  .c-drawerMenu__snsLink {
    max-width: 7rem;
  }
}
.c-drawerMenu__snsLink:active {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media (min-width: 767px) {
  .c-drawerMenu__snsLink:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.c-drawerMenu__snsImg {
  width: 100%;
}

/* c-noneTitle
----------------------------------------------------------------- */
.c-noneTitle, .c-noneTitle--white {
  font-size: 1.4rem;
  color: var(--black);
  text-align: center;
  margin: 0 auto;
}
.c-noneTitle--white {
  color: var(--white);
}

/* c-cta
-----------------------------------------------
------------------ */
.c-cta {
  background: url(../images/common/cta-bg.webp) no-repeat center center/cover;
  padding: 6rem 0 4.8rem;
}
.c-cta__inner {
  padding: 0 2.5rem;
}
.c-cta__textBox {
  text-align: center;
}
.c-cta__title {
  font-size: 3.2rem;
  font-family: var(--en);
  font-weight: 500;
  line-height: 150%;
  color: var(--white);
}
.c-cta__read, .c-cta__read--fzSmall {
  margin-top: 2rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  color: var(--white);
  text-align: center;
}
.c-cta__read--fzSmall {
  font-size: 1.2rem;
  margin-top: 3rem;
}
.c-cta__btnWarap {
  margin-top: 3rem;
}
.c-cta__link, .c-cta__link--bgImage {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 34rem;
  padding: 2.1rem 0 1.9rem;
  font-size: 2.4rem;
  font-weight: 600;
  font-family: var(--en);
  line-height: 1;
  background: var(--white);
  color: var(--black);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.c-cta__link--bgImage {
  background: url(../images/common/cta-btn.webp) no-repeat center center/cover;
  color: var(--white);
}
@media (min-width: 767px) {
  .c-cta__link:hover, .c-cta__link--bgImage:hover {
    opacity: 0.65;
  }
}
.c-cta__subText {
  font-size: 0.583333em;
  font-weight: 500;
}
.c-cta__mainText {
  margin-top: 0.7rem;
}
.c-cta__btnResevation {
  margin-top: 2rem;
}
.c-cta__snsBox {
  margin-top: 2rem;
  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;
}
.c-cta__line {
  max-width: 5.9rem;
  width: 100%;
  -webkit-transform: all 0.4s;
          transform: all 0.4s;
}
.c-cta__line:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.c-cta__lineImg {
  width: 100%;
}
.c-cta__snsText, .c-cta__snsText--en {
  margin-top: 1.1rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  color: var(--white);
}
.c-cta__snsText--en {
  font-family: var(--en);
  font-size: 1.7rem;
  font-weight: bold;
}

/* p-chefFv
----------------------------------------------------------------- */
.p-chefFv {
  margin-top: 8.7rem;
  background: url(../images/sp/profile-chef-fv-bg.webp) no-repeat center top/cover;
  min-height: 48.6rem;
  position: relative;
}
@media (min-width: 767px) {
  .p-chefFv {
    display: none;
  }
}
.p-chefFv::after {
  content: "";
  position: absolute;
  top: 0;
  left: -66.5%;
  width: 100%;
  height: 100%;
  background: var(--black);
  opacity: 0.8;
  -webkit-transform: skewX(20.7deg);
          transform: skewX(20.7deg);
}
.p-chefFv__textContents {
  position: relative;
  z-index: 10;
}
.p-chefFv__inner {
  padding-left: 3rem;
}
.p-chefFv__textBox {
  padding-top: 34rem;
}
.p-chefFv__enTitle {
  font-size: 3.2rem;
  font-weight: 500;
  font-family: var(--en);
  line-height: 150%;
  color: var(--white);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-chefFv__jpTitle {
  font-family: var(--jp);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 150%;
  color: var(--white);
  padding-left: 2rem;
  position: relative;
}
.p-chefFv__jpTitle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.2rem;
  height: 1px;
  background-color: var(--white);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* p-chefCourse
----------------------------------------------------------------- */
.p-chefCourse {
  background: url(../images/profile-chef-contents-bg.webp) repeat-y center top/cover;
  padding-block: 8rem 4rem;
}
@media (min-width: 767px) {
  .p-chefCourse {
    padding-top: 11.4rem;
  }
}
.p-chefCourse__inner {
  padding-inline: 3rem;
}
.p-chefCourse__title {
  font-family: var(--en);
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 150%;
  color: var(--white);
}
.p-chefCourse__text, .p-chefCourse__text--fzSmall {
  margin-top: 0.4rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
  color: var(--white);
}
.p-chefCourse__text + .p-chefCourse__text, .p-chefCourse__text--fzSmall + .p-chefCourse__text, .p-chefCourse__text + .p-chefCourse__text--fzSmall, .p-chefCourse__text--fzSmall + .p-chefCourse__text--fzSmall {
  margin-top: 4rem;
}
.p-chefCourse__text--fzSmall {
  font-size: 1.2rem;
}
.p-chefCourse__list {
  margin-top: 4.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-chefCourse__item, .p-chefCourse__item--borderBm {
  width: 100%;
  border-top: 1px solid var(--white);
}
.p-chefCourse__item--borderBm {
  border-bottom: 1px solid var(--white);
}
.p-chefCourse__link {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 8.9rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
  padding-inline: 2rem;
}
.p-chefCourse__link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  background: url(../images/common/icon_arrowRight.svg) no-repeat center center/contain;
}
@media (min-width: 767px) {
  .p-chefCourse__link:hover {
    background-color: var(--white);
    color: var(--black);
  }
}
@media (min-width: 767px) {
  .p-chefCourse__link:hover::before {
    background-image: url(../images/common/icon_arrowRight-hover.svg);
  }
}
.p-chefCourse__link.is-current {
  background-color: var(--white);
  color: var(--black);
}
.p-chefCourse__link.is-current::before {
  background-image: url(../images/common/icon_arrowRight-hover.svg);
}
.p-chefCourse__price, .p-chefCourse__price--fzSmall {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  margin-top: -0.1rem;
}
.p-chefCourse__price--fzSmall {
  font-size: 0.6667em;
}
.p-chefCourse__plan, .p-chefCourse__plan--en {
  margin-top: 0.8rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
}
.p-chefCourse__plan--en {
  font-size: 1.6rem;
  font-weight: 600;
  font-family: var(--en);
}

/* p-chefPersonal
----------------------------------------------------------------- */
.p-chefPersonal {
  padding: 6rem 0 4.8rem;
  background: url(../images/plan-personal-bg.webp) no-repeat center top/cover;
}
.p-chefPersonal__inner {
  padding: 0 3rem;
}
.p-chefPersonal__title {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 150%;
  color: var(--black);
  text-align: center;
}
.p-chefPersonal__titleBox {
  margin-top: 8rem;
}
.p-chefPersonal__text {
  margin-top: 2rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 150%;
  color: var(--black);
}
.p-chefPersonal__planContainer {
  margin-top: 4rem;
}
.p-chefPersonal__headingBox {
  min-height: 9rem;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--liteBlack);
}
.p-chefPersonal__heading, .p-chefPersonal__heading--fzSmall {
  margin-top: 0.4rem;
  font-size: 3.2rem;
  font-weight: 500;
  font-family: var(--en);
  line-height: 1;
  color: var(--white);
}
.p-chefPersonal__heading--fzSmall {
  font-size: 0.75em;
  font-weight: 500;
  font-family: var(--jp);
}
.p-chefPersonal__sub {
  margin-top: 0.8rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  color: var(--white);
}
.p-chefPersonal__textList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
}
.p-chefPersonal__textItem {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7142857143;
  color: var(--black);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-chefPersonal__textItem::before {
  content: "・";
  display: block;
}
.p-chefPersonal__textButton {
  text-decoration: underline;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
@media (min-width: 767px) {
  .p-chefPersonal__textButton:hover {
    opacity: 0.65;
  }
}
.p-chefPersonal__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
}
.p-chefPersonalCard {
  padding: 0 3rem;
}
.p-chefPersonalCard__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 4rem 2rem;
  background-color: #f3f3f4;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  position: relative;
  cursor: pointer;
}
.p-chefPersonalCard__link::after {
  content: "";
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (min-width: 767px) {
  .p-chefPersonalCard__link:hover::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
}
.p-chefPersonalCard__job {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  background: var(--black);
  padding: 0.4rem 1rem;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.p-chefPersonalCard__name {
  margin-top: 1.2rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 150%;
  color: var(--black);
}
.p-chefPersonalCard__imgBox {
  margin-top: 0.7rem;
  aspect-ratio: 1/1;
  max-width: 28rem;
  border-radius: 50%;
  overflow: hidden;
}
.p-chefPersonalCard__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-chefPersonalCard__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  margin-top: 0.8rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7142857143;
  color: var(--black);
}
.p-chefPersonalCard__plus {
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  margin-left: 0.5rem;
  position: relative;
}
.p-chefPersonalCard__plus::before, .p-chefPersonalCard__plus::after {
  content: "";
  position: absolute;
  background-color: var(--black);
}
.p-chefPersonalCard__plus::before {
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-chefPersonalCard__plus::after {
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-chefPersonalCard__btnBox {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-chefPersonalCard__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 23rem;
  border: 2px solid var(--white);
  padding: 1.3rem 2rem;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  font-size: 1.5rem;
  font-weight: 500;
}
@media (min-width: 767px) {
  .p-chefPersonalCard__btn:hover {
    opacity: 0.65;
  }
}
.p-chefPersonalCard__paginationBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--white);
}
.p-chefPersonalCard__paginationBox .c-pagination {
  /* プラグイン用のクラス */
}
.p-chefPersonalCard__paginationBox .c-pagination .wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.4rem;
  font-size: 1.5rem;
  font-weight: bold;
  font-family: var(--en);
  line-height: 1;
  color: var(--white);
}
.p-chefPersonalCard__paginationBox .c-pagination .wp-pagenavi a {
  /* プラグインで制御するため要素で指定 */
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
@media (min-width: 767px) {
  .p-chefPersonalCard__paginationBox .c-pagination .wp-pagenavi a:hover {
    opacity: 0.65;
  }
}
.p-chefPersonalCard__paginationBox .c-pagination .previouspostslink,
.p-chefPersonalCard__paginationBox .c-pagination .nextpostslink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
  padding: 1rem;
}
.p-chefPersonalCard__paginationBox .c-pagination .previouspostslink::before {
  content: "";
  display: block;
  width: 1rem;
  height: 1.2rem;
  background: url(../images/common/icon-arrow-roghtWhite.svg) no-repeat center center/contain;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.p-chefPersonalCard__paginationBox .c-pagination .nextpostslink::after {
  content: "";
  display: block;
  width: 1rem;
  height: 1.2rem;
  background: url(../images/common/icon-arrow-roghtWhite.svg) no-repeat center center/contain;
}
.p-chefPersonalCard__paginationBox .c-pagination .current {
  width: 4.4rem;
  height: 4.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  border: 1px solid var(--white);
  margin: 0 -0.5rem;
}
.p-chefPersonalCard__paginationBox .c-pagination .page {
  padding: 1rem;
}
.p-chefPersonalCard__paginationBox .c-pagination .extend {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  color: var(--white);
  margin: 0 -1.2rem;
}

/* u-display-none
----------------------------------------------------------------- */
.u-displayNone--PU {
  display: none;
}
@media (min-width: 767px) {
  .u-displayNone--PU {
    display: block;
  }
}
.u-displayNone--PO {
  display: block;
}
@media (min-width: 767px) {
  .u-displayNone--PO {
    display: none;
  }
}
.u-displayNone--flexPU {
  display: none;
}
@media (min-width: 767px) {
  .u-displayNone--flexPU {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.u-displayNone--flexPO {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 767px) {
  .u-displayNone--flexPO {
    display: none;
  }
}