@charset "UTF-8";

/*----------------------------------
  下層ページ
-----------------------------------*/
.c-page-header {
  position: relative;
  overflow: hidden;
  background-color: #f0f5f8;
  -webkit-padding-before: 6.25rem;
  padding-block-start: 6.25rem;
  -webkit-padding-after: 3.75rem;
  padding-block-end: 3.75rem;
}

@media (min-width: 768px) {
  .c-page-header {
    -webkit-padding-before: 8.75rem;
    padding-block-start: 8.75rem;
  }
}

.l-inner__page-header {
  width: 100%;
  max-width: 47.5rem;
  padding: 0 1.5625rem;
  margin-inline: auto;
}

@media (min-width: 768px) {
  .l-inner__page-header {
    width: 100%;
    max-width: 100%;
    padding: 0 1.5625rem;
  }
}

@media (min-width: 1024px) {
  .l-inner__page-header {
    width: 100%;
    max-width: 1366px;
    padding: 0 5rem;
  }
}

.c-page-header__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  row-gap: 2.5rem;
  width: 100%;
}

@media (min-width: 920px) {
  .c-page-header__contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    row-gap: 3.75rem;
  }
}

.c-page-header__info {
  width: 100%;
}

@media (min-width: 920px) {
  .c-page-header__info {
    width: 45.3333333333%;
  }
}

.c-page-header__text {
  -webkit-margin-before: 2.5rem;
  margin-block-start: 2.5rem;
  font-size: max(0.875rem, 11.2px);
}

@media (min-width: 0px) {
  .c-page-header__text {
    font-size: 0.875rem;
  }
}

.c-page-header__text {
  font-weight: 500;
  line-height: 2.1428571429;
  letter-spacing: 0.03em;
}

.c-page-header__btn-wrapper {
  -webkit-margin-before: 1.5625rem;
  margin-block-start: 1.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 0.9375rem;
  -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: 580px) {
  .c-page-header__btn-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-column-gap: 0.625rem;
    -moz-column-gap: 0.625rem;
    column-gap: 0.625rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (min-width: 768px) {
  .c-page-header__btn-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-column-gap: 0.625rem;
    -moz-column-gap: 0.625rem;
    column-gap: 0.625rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (min-width: 920px) {
  .c-page-header__btn-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-column-gap: 0.625rem;
    -moz-column-gap: 0.625rem;
    column-gap: 0.625rem;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.c-page-header__coupon {
  position: relative;
  -webkit-margin-before: 1.875rem;
  margin-block-start: 1.875rem;
  -webkit-padding-before: 2.5rem;
  padding-block-start: 2.5rem;
  width: 100%;
  height: auto;
  aspect-ratio: 544/156;
  margin-inline: auto;
}

.c-page-header__coupon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50%;
  width: 206%;
  height: 0.03125rem;
  background: #c7c7c7;
}

@media (min-width: 768px) {
  .c-page-header__coupon::before {
    translate: -51%;
    width: 200%;
  }
}

@media (min-width: 920px) {
  .c-page-header__coupon::before {
    translate: -47%;
    width: 137%;
  }
}

.c-page-header__coupon img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  height: 100%;
}

@media (min-width: 920px) {
  .c-page-header__coupon {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-column-gap: 0.625rem;
    -moz-column-gap: 0.625rem;
    column-gap: 0.625rem;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media (min-width: 1024px) {
  .c-page-header__coupon {
    width: 34rem;
  }
}

.page-header__swiper-container {
  width: 100%;
}

@media (min-width: 920px) {
  .page-header__swiper-container {
    width: 45.3333333333%;
  }
}
/*----------------------------------
  ぱんくずリスト
-----------------------------------*/
.p-bcm {
  display: none;
}

@media (min-width: 768px) {
  .p-bcm {
    width: 100%;
    position: absolute;
    z-index: 90;
    top: 6.25rem;
    left: 0;
    display: block;
  }
}

.p-bcm__inner {
  width: 100%;
  max-width: 100%;
  padding: 0 1.25rem;
  margin-inline: auto;
  height: inherit;
}

@media (min-width: 768px) {
  .p-bcm__inner {
    width: 100%;
    max-width: 85.375rem;
    padding: 0 0.9375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 0.9375rem;
    -moz-column-gap: 0.9375rem;
    column-gap: 0.9375rem;
  }
}

.p-bcm__top,
.p-bcm__current {
  font-size: 0.75rem;
  line-height: 1.1875rem;
  color: #6f837c;
  font-weight: 500;
  letter-spacing: 0.36px;
}

.p-bcm__top p,
.p-bcm__current p {
  color: #6f837c;
}

.p-bcm__triangle {
  width: 0.356rem;
  height: 0.5285625rem;
}