/* ===== front-page (TOP) — FLOCSS ===== */

body {
  font-family: var(--body-font);
  color: var(--text-color);
}

/* ===== p-loading ===== */
.p-loading {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  transition: opacity 0.6s ease, visibility 0s linear 0.6s;
}

.p-loading.is-loaded {
  opacity: 0;
  visibility: hidden;
}

.is-visited .p-loading {
  display: none;
}

.p-loading__logo {
  width: 240px;
  max-width: 60vw;
  height: auto;
  animation: p-loading-pulse 2s ease-in-out infinite;
}

@keyframes p-loading-pulse {
  0%, 100% { opacity: 0.4; }
  50%      { opacity: 1; }
}

#top {
  font-family: var(--body-font);
}

/* ===== p-kv (Hero) ===== */
.p-kv {
  position: relative;
}

.p-kv__bg {
  position: absolute;
  top: 82px;
  left: 0;
  right: 0;
  height: 680px;
  overflow: hidden;
}

.p-kv__slider,
.p-kv__slider .slick-list,
.p-kv__slider .slick-track,
.p-kv__slide {
  height: 100%;
}

.p-kv__slide {
  position: relative;
}

.p-kv__slide-text {
  position: absolute;
  right: 24px;
  bottom: 20px;
  margin: 0;
  z-index: 2;
  font-size: 1.2rem;
  line-height: 1.6;
  color: #fff;
  text-align: right;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}

.p-kv__bg picture {
  display: block;
  width: 100%;
  height: 100%;
}

.p-kv__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-kv__inner {
  position: relative;
  width: 100%;
  height: 793px;
  margin: 0 auto;
}

.p-kv__caption {
  position: absolute;
  top: 12px;
  left: 40px;
  font-size: 1.6rem;
  color: #444;
  line-height: 1.6;
  margin: 0;
  z-index: 2;
}

.p-kv__vtext {
  position: absolute;
  background: #fff;
  font-family: var(--heading-ja);
  font-weight: 500;
  color: #111;
  line-height: 1;
  letter-spacing: 0;
  margin: 0;
  z-index: 2;
  box-sizing: border-box;
  overflow: hidden;
}

.p-kv__vtext .is-accent {
  color: #f96801;
}

.p-kv__vtext-pull {
  margin-inline-start: -0.4em;
}

.p-kv__vtext--left {
  top: 353px;
  left: 100px;
  font-size: 6rem;
  padding: 0px 26px 36px;
}

.p-kv__vtext--right-top {
  top: 0;
  right: 120px;
  font-size: 6rem;
  padding: 33px calc((112px - 6rem) / 2) 0;
}

.p-kv__vtext--right-bottom {
  top: 253px;
  right: 231px;
  font-size: 6rem;
  padding: 36px calc((112px - 6rem) / 2) 37px;
}

.p-kv__vtext--right-sp {
  display: none;
}

.p-kv__tagline {
  position: absolute;
  top: 115px;
  right: 80px;
  font-family: 'Marcellus', serif;
  font-size: 2rem;
  letter-spacing: .01em;
  color: #fff;
  text-shadow: 0 4px 24px rgba(0,0,0,.95);
  margin: 0;
  z-index: 2;
  text-orientation: mixed;
  -webkit-text-orientation: mixed;
  white-space: nowrap;
}

.p-kv__cta {
  position: absolute;
  top: 687px;
  left: 266px;
  z-index: 2;
}

.p-kv__cta .c-btn-arrow__label {
  color: #fff;
  font-size: 2.4rem;
}

.p-kv__tel-fab {
  position: fixed;
  right: 40px;
  bottom: 40px;
  width: 61px;
  height: 61px;
  border-radius: 50%;
  z-index: 100;
  box-shadow: 0 8px 18px rgba(0,0,0,.18);
  transition: transform .2s ease;
}

.p-kv__tel-fab:hover {
  transform: scale(1.05);
}

.p-kv__tel-icon {
  display: block;
  width: 100%;
  height: 100%;
}

/* ===== p-kv アニメーション ===== */
@keyframes p-kv-bar-reveal {
  from { clip-path: inset(0 0 100% 0); }
  to   { clip-path: inset(0); }
}

@keyframes p-kv-text-in {
  from { color: transparent; }
}

@keyframes p-kv-fadeup {
  from { transform: translateY(10px); opacity: 0; }
  to   { transform: translateY(0); opacity: 1; }
}

.p-kv__vtext {
  animation:
    p-kv-bar-reveal 1.1s cubic-bezier(.22,.61,.36,1) both,
    p-kv-text-in 0.9s ease-out 0.9s both;
}

.p-kv__vtext .is-accent {
  animation: p-kv-text-in 0.9s ease-out 0.9s both;
}

.p-kv__vtext--right-top,
.p-kv__vtext--right-sp          { animation-delay: 0.2s, 1.1s; }

.p-kv__vtext--right-bottom      { animation-delay: 0.7s, 1.6s; }

.p-kv__vtext--left              { animation-delay: 1.2s, 2.1s; }
.p-kv__vtext--left .is-accent   { animation-delay: 2.1s; }

.p-kv__caption  { animation: p-kv-fadeup 1.1s ease-out 2.6s both; }
.p-kv__tagline  { animation: p-kv-fadeup 1.1s ease-out 2.85s both; }
.p-kv__cta      { animation: p-kv-fadeup 1.1s ease-out 3.1s both; }

/* ===== p-news / お知らせ ===== */
.p-news .l-container {
  padding-top: 80px;
  padding-bottom: 80px;
}

.p-news__layout {
  display: grid;
  grid-template-columns: 325px 1fr;
  gap: 0;
  align-items: start;
}

.p-news__side {
  padding-right: 24px;
}

.p-news__ttl {
  font-family: var(--heading-ja);
  font-size: 4rem;
  font-weight: 500;
  letter-spacing: .02em;
  color: #444;
  line-height: 1;
  margin: 0 0 36px;
}

/* ===== p-about ===== */
.p-about .l-container {
  position: relative;
  z-index: 2;
  padding-top: 80px;
  padding-bottom: 80px;
}

.p-about__body {
  margin-top: 54px;
  display: flex;
  gap: 80px;
  align-items: center;
  flex-direction: row-reverse;
}

.p-about__img {
  flex: 0 0 523px;
  margin: 0;
  height: 640px;
  overflow: hidden;
  border-radius: 4px;
}

.p-about__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-about__txt {
  min-width: 0;
}

.p-about__lead {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.8;
  color: #444;
  margin: 0 0 32px;
}

.p-about__copy {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.p-about__copy p {
  font-size: 1.6rem;
  line-height: 2;
  color: #444;
  margin: 0;
}

.p-about__foot {
  margin-top: 60px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.p-about__sign {
  display: flex;
  flex-direction: column;
}

.p-about__role {
  font-size: 1.2rem;
  line-height: 1.6;
  color: #333e4e;
  margin: 0 0 28px;
  letter-spacing: .04em;
}

.p-about__name {
  font-size: 2.4rem;
  line-height: 1;
  color: #444;
  margin: 0;
}

.p-about__name img {
  display: block;
  width: 240px;
  height: auto;
}

/* ===== p-brand ===== */
.p-brand .l-container {
  position: relative;
  z-index: 2;
  padding-top: 80px;
  padding-bottom: 80px;
}

.p-brand__body {
  margin-top: 56px;
  position: relative;
  padding-bottom: 80px;
}

.p-brand__slider {
  min-width: 0;
}

.p-brand__slide {
  outline: none;
}

.p-brand__slide-inner {
  display: flex;
  flex-direction: row-reverse;
  gap: 66px;
  align-items: stretch;
}

.p-brand__txt {
  flex: 1;
  padding: 80px 0;
  min-width: 0;
}

.p-brand__lead {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.8;
  color: #444;
  margin: 0 0 40px;
}

.p-brand__copy {
padding-right: 40px;
}

.p-brand__copy p {
  font-size: 1.8rem;
  line-height: 2;
  color: #444;
  margin: 0;
}

.p-brand__pagination {
  position: absolute;
  left: 25%;
  transform: translateX(-40px);
  z-index: 3;
}

.p-brand__pagination .slick-dots {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.p-brand__pagination .slick-dots li {
  display: block;
  width: 10px;
  height: 10px;
  margin: 0;
  transition: width .3s ease;
}

.p-brand__pagination .slick-dots li button {
  display: block;
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #cdcfd0;
  font-size: 0;
  color: transparent;
  cursor: pointer;
  transition: width .3s ease, background .3s ease, border-radius .3s ease, height .3s ease;
}

.p-brand__pagination .slick-dots li button:focus-visible {
  outline: 2px solid #f96801;
  outline-offset: 2px;
}

.p-brand__pagination .slick-dots li.slick-active {
  width: 40px;
}

.p-brand__pagination .slick-dots li.slick-active button {
  width: 40px;
  height: 8px;
  border-radius: 100px;
  background: linear-gradient(167.847deg, #ef825c 50%, #f8bf97 76%, #fcdab1 97%);
}

/* ===== p-brand__nav ===== */
.p-brand__nav {
  position: absolute;
  top: 40px;
  right: calc(50% + 33px);
  display: flex;
  gap: 16px;
  z-index: 3;
}

.p-brand__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  transition: border-color .3s ease, box-shadow .3s ease;
}

.p-brand__arrow::before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  background: url(../images/common/angle-small.svg) no-repeat center center;
  background-size: contain;
}

.p-brand__arrow--prev::before {
  transform: rotate(180deg);
}

.p-brand__arrow:hover {
  border-color: #f96801;
  box-shadow: 0 4px 12px rgba(249, 104, 1, .15);
}

.p-brand__arrow:focus-visible {
  outline: 2px solid #f96801;
  outline-offset: 2px;
}

.p-brand__img {
  flex: 1;
  margin: 0;
  height: 530px;
  overflow: hidden;
  border-radius: 4px;
  position: relative;
}

.p-brand__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-brand__img::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.1);
  pointer-events: none;
  z-index: 2;
}

/* ===== p-pride ===== */
.p-pride {
  position: relative;
}

.p-pride__bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 246px;
  bottom: 0;
  background: #fff;
  z-index: 0;
}

.p-pride .l-container {
  position: relative;
  z-index: 1;
  padding-top: 0px;
  padding-bottom: 80px;
}

.p-pride__cards {
  margin: 56px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.p-pride__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  height: auto;
}

.p-pride__card-img {
  width: 380px;
  max-width: 100%;
  height: 235px;
  margin: 0;
  overflow: hidden;
  border-radius: 4px;
}

.p-pride__card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-pride__card-body {
  width: 380px;
  max-width: 100%;
}

.p-pride__card-ttl {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.6;
  color: #444;
  margin: 0 0 16px;
}

.p-pride__card-ttl .is-accent {
  color: #f96801;
}

.p-pride__card-txt {
  font-size: 1.6rem;
  line-height: 1.6;
  color: #444;
  margin: 0;
}

/* ===== p-blog (COLUMN / KNOWLEDGE) ===== */
.p-blog {
  padding-top: 125px;
  padding-bottom: 125px;
  background: #f7f6f1;
  isolation: isolate;
}

.p-blog + .p-blog {
  padding-top: 65px;
  padding-bottom: 125px;
}

.p-blog .l-container {
  padding-top: 80px;
  max-width: 1272px;
  background:
    linear-gradient(to right,
      #f7f6f1 0,
      #f7f6f1 328px,
      #fff 328px,
      #fff 100%
    );
}

.p-blog__layout {
  display: grid;
  grid-template-columns: 288px 1fr;
  gap: 0;
  align-items: stretch;
}

.p-blog__side {
  grid-column: 1;
  grid-row: 1;
  padding-top: 44px;
}

.p-blog__panel {
  grid-column: 2;
  grid-row: 1;
}

.p-blog__panel {
  padding: 47px 0 47px 60px;
}

/* ===== p-access ===== */
.p-access {
  position: relative
}

.p-access__photo {
  position: relative;
  width: 100%;
  height: 537px;
  margin: 0;
  overflow: hidden;
}

.p-access__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.p-access__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .2);
  pointer-events: none;
}

.p-access__watermark {
  position: absolute;
  top: 76.6%;
  right: 50%;
  transform: translateX(744PX) translateY(-50%);
  margin: 0;
  font-family: 'Marcellus', serif;
  font-size: 10rem;
  font-weight: 400;
  line-height: 0.75;
  letter-spacing: .02em;
  white-space: nowrap;
  color: #e3e2e0;
  z-index: 2;
  pointer-events: none;
}

.p-access__lower .l-container {
  padding-top: 50px;
  padding-bottom: 80px;
}

.p-access .c-heading-section__ja {
  padding-bottom: 17px;
}

.p-access__card-position {
  position: absolute;
  top: 447px;
  left: 0;
  right: 0;
  z-index: 20;
  pointer-events: none;
}

.p-access__card {
  background: #fff;
  width: 824px;
  max-width: 100%;
  margin-left: auto;
  padding: 56px 64px 24px;
  pointer-events: auto;
}

.p-access__rows {
  margin: 0;
  padding: 0;
}

.p-access__row {
  display: grid;
  grid-template-columns: 158px 1fr;
  align-items: center;
  gap: 24px;
  padding: 16px 0;
}

.p-access__label {
  margin: 0;
}

.p-access__pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f2f2f2;
  color: #444;
  font-family: 'Marcellus', serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  border-radius: 60px;
  padding: 10px 16px;
  white-space: nowrap;
  min-width: 158px;
}

.p-access__value {
  color: #1e2939;
  font-size: 1.8rem;
  line-height: 1.6;
  margin: 0;
}

.p-access__value small {
  font-size: 1.4rem;
}

.p-access__value .tel {
  color: inherit;
}

.p-access__row--contact {
  grid-template-columns: 158px 1fr auto;
}

.p-access__btn {
  justify-self: end;
}

/* ===== Responsive (1ファイル1ブレークポイント1ブロック) ===== */

@media screen and (max-width: 1100px) {
  #top main {
    margin-top: 64px;
  }
}

@media screen and (max-width: 1000px) {
  .p-loading__logo {
    width: 160px;
  }

  /* ===== p-kv (SP) ===== */
  .p-kv {
    --kv-u: calc(100vw / 440);
  }
  .p-kv__inner {
    height: auto;
    padding: 0;
    min-height: calc(620 * var(--kv-u));
  }

  .p-kv__bg {
    top: calc(70 * var(--kv-u));
    height: calc(551 * var(--kv-u));
    min-height: 0;
    aspect-ratio: auto;
  }

  .p-kv__bg.u-shading::before {
    top: 50px;
  }
  .p-kv__bg.u-shading::after {
    top: 150px;
  }

  .p-kv__slide-text {
    right: calc(16 * var(--kv-u));
    bottom: calc(12 * var(--kv-u));
    font-size: calc(11 * var(--kv-u));
  }

  .p-kv__caption {
    position: absolute;
    top: calc(16 * var(--kv-u));
    left: calc(16 * var(--kv-u));
    font-family: 'Marcellus', serif;
    font-size: calc(12 * var(--kv-u));
    line-height: 1.6;
  }

  .p-kv__vtext--right-top,
  .p-kv__vtext--right-bottom {
    display: none;
  }
  .p-kv__vtext--right-sp {
    display: block;
    top: calc(4 * var(--kv-u));
    right: calc(8 * var(--kv-u));
    font-size: calc(18 * var(--kv-u));
    letter-spacing: -0.05em;
    padding: calc(16 * var(--kv-u)) calc(13.5 * var(--kv-u));
  }

  .p-kv__vtext--left {
    top: calc(445 * var(--kv-u));
    left: calc(16 * var(--kv-u));
    bottom: auto;
    font-size: calc(24 * var(--kv-u));
    letter-spacing: -0.05em;
    padding: 0 calc(13.5 * var(--kv-u)) calc(18 * var(--kv-u));
    animation-delay: 0.7s, 1.6s;
  }
  .p-kv__vtext--left .is-accent {
    animation-delay: 1.6s;
  }

  .p-kv__tagline {
    display: none;
    top: calc(155 * var(--kv-u));
    right: calc(68 * var(--kv-u));
    width: calc(15 * var(--kv-u));
    height: calc(171 * var(--kv-u));
    font-size: calc(10.5 * var(--kv-u));
    line-height: 1.4;
    letter-spacing: .01em;
    text-shadow: 0 2px 12px rgba(0, 0, 0, .95);
  }

  .p-kv__cta {
    position: absolute;
    top: auto;
    left: auto;
    right: calc(16 * var(--kv-u));
    bottom: calc(42 * var(--kv-u));
    margin-top: 0;
  }
  .p-kv__cta .c-btn-arrow__label {
    font-size: calc(24 * var(--kv-u));
  }

  .p-kv__tel-fab {
    right: 16px;
    bottom: 16px;
    width: 52px;
    height: 52px;
  }

  .p-news .l-container {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .p-news__layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .p-news__side {
    display: contents;
  }
  .p-news__ttl {
    margin: 0;
    font-size: 2.6rem;
    order: 1;
  }
  .p-news__list {
    order: 2;
  }
  .p-news__side .c-btn-arrow {
    order: 3;
    margin-top: 8px;
    margin-left: auto;
  }

  .p-about .l-container {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .p-about__body {
    margin-top: 32px;
    flex-direction: column;
    gap: 32px;
    align-items: stretch;
  }
  .p-about__img {
    flex: 0 0 auto;
    width: 100%;
    max-width: 480px;
    height: auto;
    aspect-ratio: 523/640;
    margin: 0 auto;
  }
  .p-about__lead {
    font-size: 1.6rem;
    margin-bottom: 24px;
  }
  .p-about__copy p {
    font-size: 1.2rem;
  }
  .p-about__foot {
    margin-top: 32px;
    padding-top: 0;
    justify-content: flex-end;
    gap: 40px;
  }
  .p-about__sign {
    flex-direction: row;
    align-items: center;
    gap: 24px;
  }
  .p-about__role {
    margin: 0;
  }
  .p-about__name img {
    width: 160px;
  }

  .p-brand .l-container {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .p-brand__body {
    margin-top: 32px;
    padding-bottom: 64px;
  }
  .p-brand__slide-inner {
    flex-direction: column;
    gap: 24px;
  }
  .p-brand__txt {
    padding: 0;
  }
  .p-brand__lead {
    font-size: 1.8rem;
    margin-bottom: 16px;
  }
  .p-brand__copy {
    padding-right: 0;
  }
  .p-brand__copy p {
    font-size: 1.2rem;
  }
  .p-brand__img {
    flex: 0 0 auto;
    width: 100%;
    height: auto;
    aspect-ratio: 676/530;
  }
  .p-brand__pagination {
    left: 0;
    bottom: 8px;
    transform: none;
  }
  .p-brand__nav {
    top: auto;
    right: 0;
    bottom: 0;
  }
  .p-brand__arrow {
    width: 40px;
    height: 40px;
  }

  .p-pride .l-container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .p-pride__bg {
    top: 184px;
  }
  .p-pride__cards {
    margin-top: 32px;
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .p-pride__card-img {
    width: 100%;
    height: auto;
    aspect-ratio: 380/235;
  }
  .p-pride__card-body {
    width: 100%;
  }
  .p-pride__card-ttl {
    font-size: 1.6rem;
  }
  .p-pride__card-txt {
    font-size: 1.3rem;
  }

  .p-blog {
    padding-top: 80px;
  }
  .p-blog + .p-blog {
    padding-top: 40px;
    padding-bottom: 80px;
  }
  .p-blog .l-container {
    padding-top: 0;
    background: none;
  }
  .p-blog .c-heading-section--small {
    padding-right: 0;
  }
  .p-blog__layout {
    grid-template-columns: 1fr;
  }

  .p-blog__side,
  .p-blog__panel {
    grid-column: auto;
    grid-row: auto;
  }
  .p-blog__side {
    padding-top: 24px;
    padding-bottom: 0;
    text-align: right;
  }
  .p-blog__panel {
    background: #fff;
    padding: 32px 24px;
    margin-top: 24px;
  }
  .c-heading-section__ja {
    padding-bottom: 10px;
  }
  .p-access .c-heading-section__ja {
    margin-top: 0;
  }
  .p-access .c-heading-section__row {
    padding-bottom: 0;
  }
  .p-access__photo {
    height: 240px;
  }
  .p-access__watermark {
    font-size: 6rem;
    right: 24px;
    top: 100%;
    transform: translateY(-100%);
  }
  .p-access__card-position {
    position: static;
    margin-top: 0px;
    padding: 0 20px 60px;
  }
  .p-access__card {
    padding: 0;
    margin: 0 auto;
  }
  .p-access__rows {
    padding: 0 20px;
  }
  .p-access__row,
  .p-access__row--contact {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .p-access__pill {
    align-self: flex-start;
    min-width: 0;
    font-size: 1.4rem;
  }
  .p-access__value {
    font-size: 1.4rem;
  }
  .p-access__btn {
    justify-self: end;
    margin-top: 16px;
  }
  .p-access__lower .l-container {
    padding-top: 40px;
    padding-bottom: 32px;
  }
}

/* ===== p-guide (労務の基礎知識) ===== */
.p-guide {
  background: #fff;
}

.p-guide .l-container {
  padding-top: 80px;
  padding-bottom: 80px;
}

.p-guide__lead {
  font-size: 1.6rem;
  line-height: 1.8;
  color: var(--text-color);
  margin: 40px 0 0;
}

.p-guide__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 40px;
  margin: 56px 0 0;
  padding: 0;
  list-style: none;
}

.p-guide__foot {
  display: flex;
  justify-content: center;
  margin-top: 56px;
}

@media screen and (max-width: 1000px) {
  .p-guide .l-container {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .p-guide__lead {
    font-size: 1.4rem;
    margin-top: 24px;
  }
  .p-guide__list {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 40px;
  }
  .p-guide__foot {
    margin-top: 40px;
  }
}

/* ===== p-float-banner (追跡バナー) ===== */
.p-float-banner {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 9000;
  width: 240px;
  transform: translateY(calc(100% + 40px));
  opacity: 0;
  transition: transform 0.4s ease, opacity 0.4s ease;
  pointer-events: none;
}
.p-float-banner.is-shown {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}
.p-float-banner__link {
  display: block;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(30, 41, 57, 0.25);
}
.p-float-banner__img {
  display: block;
  width: 100%;
  height: auto;
}
.p-float-banner__close {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 24px;
  height: 24px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: #1e2939;
  box-shadow: 0 2px 8px rgba(30, 41, 57, 0.3);
  cursor: pointer;
}
.p-float-banner__close::before,
.p-float-banner__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11px;
  height: 2px;
  background: #fff;
}
.p-float-banner__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.p-float-banner__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media screen and (max-width: 600px) {
  .p-float-banner {
    left: 12px;
    bottom: 12px;
  }
}
