/* =========================
   パンクズリスト
========================= */
.p-topFV__innerBread {
  position: absolute;
  inset: 0;
  width: 1236px;
  height: 100%;
  margin-inline: auto;

}

@media screen and (max-width: 1366px) {
  .p-topFV__innerBread {
    width: calc(1236 / 1366 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .p-topFV__innerBread {
    width: calc(100% - 40px);
  }
}
.c-breadcrumbs {
  position: absolute;
  top: 18px;
  right: 0px;
  z-index: 20;
  display: flex;
  align-items: center;
  gap: 43px;
  color: #2c2c2c;
}

.c-breadcrumbs p {
  margin: 0;
}

.c-breadcrumbs__link {
  position: relative;
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}
.c-breadcrumbs__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -28px;
  width: 7px;
  height: 7px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  background-image: url("../images/icon_bread-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.c-breadcrumbs__link p::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  -webkit-transform: translateX(-50%) scaleX(0);
          transform: translateX(-50%) scaleX(0);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.c-breadcrumbs__link:hover p::after {
  -webkit-transform: translateX(-50%) scaleX(1);
          transform: translateX(-50%) scaleX(1);
}

.c-breadcrumbs__current {
  letter-spacing: 1px;
}

/* =========================
   Mixin
========================= */
/* =========================
   下層FV / TOP FV流用
========================= */
.p-page {
  padding-top: 130px;
  position: relative;
}

.p-pageFV {
  position: relative;
  height: 415px;
  overflow: visible;
}

.p-pageFV__visual {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.p-pageFV__inner {
  position: absolute;
  margin-top: 90px;
  inset: 0;
  width: 1236px;
  height: 85%;
  margin-inline: auto;
}
@media screen and (max-width: 1366px) {
  .p-pageFV__inner {
    width: calc(1236 / 1366 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .p-pageFV__inner {
    width: calc(100% - 40px);
  }
}

.p-pageFV__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  position: absolute;
  bottom: 38px;
  left: 42px;
}

@media screen and (max-width: 768px) {
  .p-pageFV__title {
    left: 3.074670571vw;
  }
}

.p-pageFV__sub {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.p-pageFV__sub p {
  position: relative;
  padding-left: 70px;
}
@media screen and (max-width: 1366px) {
  .p-pageFV__sub p {
    padding-left: clamp(60px, calc(70 / 1366 * 100vw), 70px);
  }

}
.p-pageFV__sub p::after {
  content: "";
  position: absolute;
  width: clamp(41px, calc(51 / 1366 * 100vw), 51px);
  height: auto;
  aspect-ratio: 51/42;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("../images/img_title-taste.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .p-pageFV__sub p {
    padding-left: 56px;
  }
  .p-pageFV__sub p::after {
    width: 42px;
    height: 35px;
  }
}

.p-pageFV__main p {
  margin: 0;
}

/* =========================
   下層FV Slider
========================= */
.p-topFV--page {
  position: relative;
  margin-top: 0;
  overflow: hidden;
  background-color: #f2f4f3;
}
.p-topFV--page .p-topFV__inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.p-topFV--page .p-topFV__row {
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
}
.p-topFV--page .p-topFV__swiper {
  overflow: visible;
}
.p-topFV--page .p-topFV__swiper .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
  will-change: transform;
}
.p-topFV--page .p-topFV__slide {
  position: relative;
  width: 400px;
  height: 250px;
  border-radius: 5px;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1366px) {
  .p-topFV--page .p-topFV__slide {
    width: max(29.2825768668vw, 300px);
  }
}
.p-topFV--page .p-topFV__slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-topFV--page .p-topFV__slide--large {
  width: 400px;
}
@media screen and (max-width: 1366px) {
  .p-topFV--page .p-topFV__slide--large {
    width: max(29.2825768668vw, 300px);
  }
}
.p-topFV--page .p-topFV__deco {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
}
.p-topFV--page .p-topFV__decoItem {
  position: absolute;
  display: block;
  width: 500px;
  height: 30px;
  pointer-events: none;
}
@media screen and (max-width: 1366px) {
  .p-topFV--page .p-topFV__decoItem {
    width: max(calc(500 / 1366 * 100vw), 200px);
  }
}
@media screen and (max-width: 1024px) {
  .p-topFV--page .p-topFV__decoItem {
    height: 20px;
  }
}
.p-topFV--page .p-topFV__decoItem--blueTop {
  top: 2px;
  left: -85px;
  background-color: rgba(107, 133, 232, 0.78);
}
@media screen and (max-width: 1366px) {
  .p-topFV--page .p-topFV__decoItem--blueTop {
    left: -6.2225475842vw;
  }
}
.p-topFV--page .p-topFV__decoItem--pinkTop {
  top: 70px;
  right: 102px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(250, 230, 255, 0)), to(#dd9fff));
  background: linear-gradient(90deg, rgba(250, 230, 255, 0) 0%, #dd9fff 100%);
}
@media screen and (max-width: 1366px) {
  .p-topFV--page .p-topFV__decoItem--pinkTop {
    top: 5.1244509517vw;
    right: 7.467057101vw;
  }
}
@media screen and (max-width: 1024px) {
  .p-topFV--page .p-topFV__decoItem--pinkTop {
    top: 60px;
  }
}
.p-topFV--page .p-topFV__decoItem--pinkBottom {
  bottom: 110px;
  left: calc(-130 / 1366 * 100vw);
  background: -webkit-gradient(linear, right top, left top, from(#dd9fff), to(rgba(250, 230, 255, 0)));
  background: linear-gradient(-90deg, #dd9fff 0%, rgba(250, 230, 255, 0) 100%);
}
.p-topFV--page .p-topFV__decoItem--yellowBottom {
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  background: -webkit-gradient(linear, right top, left top, from(#f6f409), to(rgba(246, 244, 9, 0)));
  background: linear-gradient(-90deg, #f6f409 0%, rgba(246, 244, 9, 0) 100%);
}

.p-topFV--page .p-topFV__decoItem--blueBottom {
  bottom: 0px;
  right: 0px;
  background: -webkit-gradient(linear, right top, left top, from(#6b85e8), to(rgba(107, 133, 232, 0)));
  background: linear-gradient(-90deg, #6b85e8 0%, rgba(107, 133, 232, 0) 100%);
}

/* =========================
   Page Common
========================= */
.p-page__head {
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(44, 44, 44, 0.12);
}
@media screen and (max-width: 768px) {
  .p-page__head {
    padding-bottom: 20px;
  }
}

.p-page__title {
  position: relative;
  display: flex;
  align-items: flex-end;
  gap: 20px;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  .p-page__title {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    padding-left: max(40px, calc(56 / 768 * 100vw));
  }
}
.p-page__title::after {
  content: "";
  position: absolute;
  width: 51px;
  height: 42px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("../images/img_title-taste.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
  width: 32px;
  height: 26px;
  top: 60%;
  transform: translateY(-50%);
}
.p-page__title .c-sec-title__en p {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p-page__title .c-sec-title__ja {
    padding-bottom: 0;
  }
}
.p-page__title .c-sec-title__ja h2 {
  margin: 0;
}

.p-pageFlow {
  padding-block: 130px;
}
@media screen and (max-width: 1366px) {
  .p-pageFlow {
    padding-block: 9.5168374817vw;
  }
}
@media screen and (max-width: 700px) {
  .p-pageFlow {
    padding-block: 80px;
  }
}
.p-pageFlow .p-pageFlow__inner {
  width: 1168px;
  margin-inline: auto;
}
@media screen and (max-width: 1366px) {
  .p-pageFlow .p-pageFlow__inner {
    width: 85.505124451vw;
  }
}
@media screen and (max-width: 700px) {
  .p-pageFlow .p-pageFlow__inner {
    width: calc(100% - 40px);
  }
}
.p-pageFlow .p-pageFlow__content {
  padding-top: 102px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 55px;
}
@media screen and (max-width: 1366px) {
  .p-pageFlow .p-pageFlow__content {
    padding-top: 7.467057101vw;
    gap: 4.0263543192vw;
  }
}
@media screen and (max-width: 700px) {
  .p-pageFlow .p-pageFlow__content {
    padding-top: 50px;
    gap: 55px;
  }
}
.p-pageFlow .p-pageFlow__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 40px;
}
@media screen and (max-width: 1366px) {
  .p-pageFlow .p-pageFlow__item {
    gap: 2.9282576867vw;
  }
}
@media screen and (max-width: 700px) {
  .p-pageFlow .p-pageFlow__item {
    display: grid;
    grid-template-columns: 38px 1fr;
    -webkit-column-gap: 22px;
       -moz-column-gap: 22px;
            column-gap: 22px;
    row-gap: 24px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.p-pageFlow .p-pageFlow__item:not(:last-child)::before {
  content: "";
  position: absolute;
  left: 19px;
  top: 48px;
  bottom: -25px;
  width: 1px;
  background-color: #c7c7c7;
  z-index: 0;
}
@media screen and (max-width: 1366px) {
  .p-pageFlow .p-pageFlow__item:not(:last-child)::before {
    bottom: -1.8301610542vw;
  }
}
@media screen and (max-width: 700px) {
  .p-pageFlow .p-pageFlow__item:not(:last-child)::before {
    bottom: -35px;
  }
}
.p-pageFlow .p-pageFlow__item:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 19px;
  top: 48px;
  bottom: -25px;
  width: 1px;
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 1366px) {
  .p-pageFlow .p-pageFlow__item:not(:last-child)::after {
    bottom: -1.8301610542vw;
  }
}
@media screen and (max-width: 700px) {
  .p-pageFlow .p-pageFlow__item:not(:last-child)::after {
    bottom: -35px;
  }
}
.p-pageFlow .p-pageFlow__item:not(:last-child)::after {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(20%, #333333), color-stop(80%, #333333), to(transparent)) 0 -64px/100% 64px no-repeat;
  background: linear-gradient(to bottom, transparent 0%, #333333 20%, #333333 80%, transparent 100%) 0 -64px/100% 64px no-repeat;
  -webkit-animation: pageFlowLineMove 2.4s linear infinite;
          animation: pageFlowLineMove 2.4s linear infinite;
}
.p-pageFlow .p-pageFlow__no {
  position: relative;
  z-index: 2;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 38px;
          flex: 0 0 38px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #333333;
  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-width: 700px) {
  .p-pageFlow .p-pageFlow__no {
    grid-column: 1;
    grid-row: 1;
  }
}
.p-pageFlow .p-pageFlow__no p {
  margin: -5px 0 0 0;
}
.p-pageFlow .p-pageFlow__text {
  width: 610px;
  margin-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 34px;
}
@media screen and (max-width: 1366px) {
  .p-pageFlow .p-pageFlow__text {
    width: 44.6559297218vw;
    margin-right: 2.196193265vw;
    gap: 2.4890190337vw;
  }
}
@media screen and (max-width: 700px) {
  .p-pageFlow .p-pageFlow__text {
    grid-column: 2;
    grid-row: 1;
    width: 100%;
    margin-right: 0;
    gap: 22px;
  }
}
.p-pageFlow .p-pageFlow__title {
  margin-top: 10px;
}
@media screen and (max-width: 700px) {
  .p-pageFlow .p-pageFlow__title {
    margin-top: 4px;
  }
}
.p-pageFlow .p-pageFlow__desc {
  position: relative;
}
.p-pageFlow .p-pageFlow__desc::before {
  content: none;
}
.p-pageFlow .p-pageFlow__img {
  width: 408px;
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (max-width: 1366px) {
  .p-pageFlow .p-pageFlow__img {
    width: 29.8682284041vw;
  }
}
@media screen and (max-width: 700px) {
  .p-pageFlow .p-pageFlow__img {
    grid-column: 2;
    grid-row: 2;
    width: 100%;
    height: 200px;
  }
}
.p-pageFlow .p-pageFlow__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@-webkit-keyframes pageFlowLineMove {
  0% {
    background-position: 0 -64px;
  }
  100% {
    background-position: 0 calc(100% + 64px);
  }
}

@keyframes pageFlowLineMove {
  0% {
    background-position: 0 -64px;
  }
  100% {
    background-position: 0 calc(100% + 64px);
  }
}
.p-page-nav {
  padding-block: 50px 80px;
}

.p-page-nav__inner {
  width: 1168px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1366px) {
  .p-page-nav__inner {
    width: 85.505124451vw;
  }
}
@media screen and (max-width: 1024px) {
  .p-page-nav__inner {
    width: 510px;
    max-width: calc(100% - 40px);
    gap: 1.953125vw 5.859375vw;
    margin-inline: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 600px) {
  .p-page-nav__inner {
    width: 100%;
    max-width: none;
    padding-inline: 20px;
    gap: 15px;
  }
}
@media screen and (max-width: 450px) {
  .p-page-nav__inner {
    width: 100%;
    padding-inline: 20px;
    gap: 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-page-nav__item {
  width: 225px;
  height: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-decoration: none;
  background: #333333;
  border-radius: 5px;
  overflow: hidden;
  color: #ffffff;
}
@media screen and (max-width: 1366px) {
  .p-page-nav__item {
    width: 16.4714494876vw;
  }
}
@media screen and (max-width: 1024px) {
  .p-page-nav__item {
    width: 225px;
  }
}
@media screen and (max-width: 600px) {
  .p-page-nav__item {
    width: calc((100% - 15px) / 2);
  }
}
@media screen and (max-width: 450px) {
  .p-page-nav__item {
    width: 100%;
    max-width: 335px;
  }
}

.p-page-nav__label {
  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: 174px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  border-right: 1px solid #ffffff;
}
@media screen and (max-width: 1366px) {
  .p-page-nav__label {
    width: 12.737920937vw;
  }
}
@media screen and (max-width: 1024px) {
  .p-page-nav__label {
    width: 174px;
  }
}
@media screen and (max-width: 600px) {
  .p-page-nav__label {
    width: calc(100% - 51px);
  }
}
@media screen and (max-width: 450px) {
  .p-page-nav__label {
    width: calc(100% - 51px);
  }
}
.p-page-nav__label p {
  color: inherit;
}
.p-page-nav__label::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -28px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 9px;
  height: 9px;
  display: block;
  background-color: #ffffff;
  mask-image: url("../images/icon_arrow-page-right.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-image: url("../images/icon_arrow-page-right.svg");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}

/* 白背景ボタン版 */
.p-page-nav--white .p-page-nav__item {
  background: #ffffff;
  color: #333333;
}
.p-page-nav--white .p-page-nav__label {
  border-right-color: #333333;
}
.p-page-nav--white .p-page-nav__label::after {
  background-color: #333333;
}

/* 3つナビ用 */
@media screen and (max-width: 1024px) {
  .p-page-nav--three .p-page-nav__inner {
    width: 715px;
    max-width: calc(100% - 40px);
    gap: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .p-page-nav--three .p-page-nav__inner {
    width: 470px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (max-width: 600px) {
  .p-page-nav--three .p-page-nav__inner {
    width: 100%;
    max-width: none;
    padding-inline: 20px;
    gap: 15px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (max-width: 450px) {
  .p-page-nav--three .p-page-nav__inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 1024px) {
  .p-page-nav--three .p-page-nav__item {
    width: 225px;
  }
}
@media screen and (max-width: 600px) {
  .p-page-nav--three .p-page-nav__item {
    width: calc((100% - 15px) / 2);
  }
}
@media screen and (max-width: 450px) {
  .p-page-nav--three .p-page-nav__item {
    width: 100%;
    max-width: 335px;
  }
}
@media screen and (max-width: 1024px) {
  .p-page-nav--three .p-page-nav__label {
    width: 174px;
  }
}
@media screen and (max-width: 600px) {
  .p-page-nav--three .p-page-nav__label {
    width: calc(100% - 51px);
  }
}

.p-page__inner {
  width: 1147px;
}
@media screen and (max-width: 1136px) {
  .p-page__inner {
    width: 83.9677891654vw;
  }
}

.p-page__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  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-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .p-page__title {
    flex-direction: column;
    align-items: flex-start;
    gap: 2.0833333333vw;
  }
}

.c-top-title__en h2 {
  position: relative;
  padding-left: 70px;
}
.c-top-title__en h2::after {
  content: "";
  position: absolute;
  width: 51px;
  height: 42px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("../images/img_title-taste.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.c-topTitles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.p-topFV__swiper--top,
.p-topFV__swiper--bottom,
.p-topService__swiper,
.p-footerSlider__swiper {
  
}

/* Serviceスライダーにリンクがある場合は pointer-events:none は付けない */
.p-topService__swiper {
  touch-action: pan-y;
}